The starred plugin allows users to remember pages.
This (German) screencast show the plugin in action:
Download and install the plugin using the Plugin Manager using the following URL:
Refer to Plugins on how to install plugins manually.
The tagging plugin needs the SQLite plugin.
After installation, you should include a link for users to save a page as favourite. Put the following into your template's main.php:
<?php //Starred $starred = plugin_load('action','starred'); $starred->tpl_starred(); ?>
Optionally, you might call tpl_starred(true)
instead: This omits the image and just gives the (empty) link.