Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.07 KB

Readme.md

File metadata and controls

35 lines (21 loc) · 1.07 KB

Omeka Facets Plugin

This is a plugin, for the Omeka Classic Publishing platform.

Allows you to insert a Facets block made of Option blocks containing available metadata values extracted from browsing context.

Facets screenshot

Credits

This Development is part of the Armarium Project, managed by the french association AR2L Hauts de France.

How to Use

Install the FacetsPlugin

Copy to your Omeka plugins Folder, should be :

/plugins/Facets

Then Install the plugin from the Admin/extensions page.

(Eventually) Customize your Theme

Facets will appear in the Items browse page, where you have set the public_items_browse Hook.

You can Edit your Theme (should be in YOUR_THEME/items/browse) & place the plugin hook where you need to display the facets.

<?php fire_plugin_hook('public_items_browse', array('items' => $items, 'view' => $this)); ?>

Licence

MIT Licence, please credit AR2L AR2L Hauts de France