Versions Compared

Key

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

...

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.