Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dependencies

Downloads

Release Notes and Downloads

...

The Islandora Bookmark module can be configured at http://path.to.your.site/admin/islandora/islandora-_bookmark, and includes the following options:

  • Bookmarks overview table - this number defines how many bookmark lists appear on each page of 'My bookmarks'
  • Detailed bookmark table - this number defines how many objects you will see when viewing an individual bookmark, or when viewing a Solr search result in Bookmarks format.
  • In the solr client admin page (admin/islandora/search/islandora_solr), enable the Islandora Bookmark display profile.
  • Set the permissions: there are permissions to administer, use and share bookmarks. Anonymous users can never share bookmarks.
Info

Table cells referencing the bookmarked objects in both bookmark lists and bookmark Solr results can be modified. It is possible to modify the default template file on your server located at path.to.drupal/sites/all/modules/islandora_bookmark/theme/islandora-bookmark-object-display.tpl.php. You can also call the hook_islandora_bookmark_object_markup() function to let another module define the content and markup.

CUSTOMIZATION

Table cells referencing the bookmarked objects in both bookmark lists and bookmark Solr results can be modified. One way is by overriding the default template file located at theme/islandora-bookmark-object-display.tpl.php. Another way is to use hook_islandora_bookmark_object_markup() to let another module define the content and markup.

The admin page has an option that allows for a singular, default Bookmark list be created for each individual user. This list differs in the fact that it cannot be deleted.

FAQ

  • How do I set up bookmarking through Solr?

Islandora Bookmark provides a Islandora Solr primary display which has to be enabled in the solr client admin page (admin/islandora/search/islandora_solr). To set up Islandora Solr check the module's documentation. Islandora Solr comes with a 'Display switch' block which lets you switch primary displays. When enabled, the bookmark display can be accessed by appending  ?display=bookmark to the Solr results URL.