Bookmarks is a module for displaying bookmarks on your page. When the
module is installed, a Bookmarks admin page is added to the Content menu
that will allow you to manage your bookmarks.
The user must belong to a group with the "Modify Bookmarks" permission
in order to add, edit, or delete Bookmarks entries.
The easiest way to use it is in conjunction with the cms_module tag.
This will insert the module into your template or page anywhere you wish,
and display bookmarks. The code would look something like:
{cms_module module="bookmarks" columns="2" category="humour"}
| columns |
Number of columns to display the bookmark list in. (optional) |
| category |
Only display items for that category. Leaving unset, will show all categories. Note that
you can limit to muliple categories by separating each one with a comman.(optional) |
| show_category_with_title |
Display the category at the start of the list. (optional) |
| display_unapproved |
Display unapproved bookmarks. (true or false)(optional) |
| number |
Set to the maximum number of bookmarks to display. Most useful when used with
order_by_date. (optional) |
| type |
Set to "text" for html display or "rss" for an rss feed. Default if not set is
"text". (optional) |
| order_by_date |
Set to "true" to order the list of bookmarks by date. If set to true, will turn
off show_category_with_title. (optional) |
| auto_detect_link |
set to "true" to output the RSS autodetect element for use in
. Best used in the "Advanced"->"Head Tags" section of content.(optional) |
| makerssbutton |
Set to display an RSS image that links to the RSS feed. (optional) |
| summaries |
Set to "true" to display the summary information. (optional) |
| target |
Set to "_blank" to get all links to open in a new window. (optional) |
| addform |
Set to "true" to display a form allowing users to submit bookmarks. (optional) |
| include_back_button |
Used with addform=true. When set, will include a back button on the form. (optional) |
| email_to |
Used with addform=true. Set to the user id of the user to which email notifications of
new bookmarks will be sent. Note that you should choose an id for a user that has an email address
set up. By default, the admin user does not have an email address set.(optional) |
| email_from |
Used with addform=true. Set to the user id to be used in the "from" field
for email notifications. In general, you would user the admin user's id (1), but you must set an
email address for the admin user as initially it does not have one.(optional) |
';
$lang['changelog'] = '