Plugin for Omeka Classic. Once installed, allows administrators to upload images not attached to Items, for use in carousels and Simple Pages. For example, one may need to embed static images in the HTML of their Omeka site; this plugin allows hosting those images on a Omeka installation without creating empty Item records to contain the static image files.
Uncompress files and rename plugin folder "AdminImages".
Then install it like any other Omeka plugin.
From the main browse page of the plugin, accessible via the Admin Images link in the main Admin navigation left bar, admins can add, edit and delete Admin Images.
An image can be uploaded either from a local or from an online source. Once ingested into Omeka, derivative images including thumbnails will be created. After the image has been uploaded, the AdminImages plugin will provide a URL to the uploaded image. One may use this URL directly in any html page you are creating, including SimplePages, custom homepage templates, etc.
This plugin also builds in a shortcode to be used inside pages and a view helper which can be used inside themes.
When manually entering HTML into the Omeka browser interface, one can add a shortcode like [admin_image id=999,size=fullsize]
to embed an Admin Image in a page.
When creating a custom view for a theme, one can embed an Admin Image using the code <?php echo $this->adminImageTag($image_id,'fullsize');?>
.
The ID of each Admin Image must be inserted in the code above, as visible in the plugin's main browse page.
If you use this plugin, please take a moment to submit feedback about your experience, so we can keep making Omeka better: User Survey
Use it at your own risk.
It’s always recommended to backup your files and your databases and to check your archives regularly so you can roll back if needed.
See online issues on the plugin issues page on GitHub.
This plugin is published under the GNU/GPL.
Copyright UC Santa Cruz University Library, 2014-2022
Copyright Daniele Binaghi, 2021-2022