Collection Tree - Place at top instead of Bottom?

Is it possible to have the collection tree data available at the top of the page instead of at the bottom? See pic - I’d like it where the yellow arrow is.

Hi.
What theme are you using? And what page is this?

Berlin, Collection Page

Thanks.

From what I see, the Berlin theme does not have a custom Collections/Show page, therefore it is using Omeka’s default one (application/views/scripts/collections/show.php).

The line triggering the appearance of the Collection Tree list is

<?php fire_plugin_hook('public_collections_show', array('view' => $this, 'collection' => $collection)); ?>

You could move that line to a different part of the page, thus obtaining the effect you want. With one caveat: that line is triggering also any other plugin affecting that specific page, so if there was any one else the page could get messy…

Hope this helps.

Wow! Thank you so much!

This topic was automatically closed after 250 days. New replies are no longer allowed.