User Tools

Site Tools


en:user:berry_baskets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:user:berry_baskets [2019/10/02 02:17] kjdonen:user:berry_baskets [2023/07/24 01:44] (current) – [Favourites/Berry Baskets (Greenstone 3)] kjdon
Line 1: Line 1:
 +
 +
 +
 ====== Favourites/Berry Baskets (Greenstone 3) ====== ====== Favourites/Berry Baskets (Greenstone 3) ======
 +
 +//[ This version is for 3.10 and earlier. For 3.11 and later versions, please see our [[en:user:favourites| Favourites]] page. ]//
  
 A favourites/berry basket functionality has been implemented in Greenstone 3. This allows the user to collect up a set of interesting or useful documents as she is browsing through the library. Once they are finished, they can view the basket of links, and email it to themselves. A favourites/berry basket functionality has been implemented in Greenstone 3. This allows the user to collect up a set of interesting or useful documents as she is browsing through the library. Once they are finished, they can view the basket of links, and email it to themselves.
Line 24: Line 29:
 While the functionality is active, it is not turned on for the user by default. (It will be for 3.10 and later). The user can go to Preferences, and turn it on/off.  While the functionality is active, it is not turned on for the user by default. (It will be for 3.10 and later). The user can go to Preferences, and turn it on/off. 
  
-To make it turned on by default, set a paramDefault in web/sites/localsite/siteConfig.xml.+To make it turned on/off by default, set a paramDefault in web/sites/localsite/siteConfig.xml.
 <code> <code>
 <format> <format>
-  <paramDefault name="favouritebasket" value="on"/>  (or 'berrybasket')+  <paramDefault name="favouritebasket" value="on"/>  (or 'off', or 'berrybasket')
 </format> </format>
 </code> </code>
Line 52: Line 57:
 If you want to customise the display, take a look at the javascript code. web/interfaces/default/js/berrybasket/berrybasket.js, function showBasket() displays the small version on other pages, while web/interfaces/default/js/berrybasket/berrycheckout.js functions showFullView(), showTextView() and showEmail() display the different basket views. In particular, populateUrlsAndMetadata() displays the links plus metadata entries for Text and Email views, and generateDocDisplay() displays the entries for the text view. If you want to customise the display, take a look at the javascript code. web/interfaces/default/js/berrybasket/berrybasket.js, function showBasket() displays the small version on other pages, while web/interfaces/default/js/berrybasket/berrycheckout.js functions showFullView(), showTextView() and showEmail() display the different basket views. In particular, populateUrlsAndMetadata() displays the links plus metadata entries for Text and Email views, and generateDocDisplay() displays the entries for the text view.
  
-=== Using dc.Title instead of Title in Berry Basket display ===+=== Example: Using dc.Title instead of Title in Berry Basket display ===
  
 By default, the berry basket entries display Title metadata. If the linked item is a section, it will also display the book Title (root_Title).  By default, the berry basket entries display Title metadata. If the linked item is a section, it will also display the book Title (root_Title). 
en/user/berry_baskets.1569982667.txt.gz · Last modified: 2019/10/02 02:17 by kjdon