Writing /usr/local/www/apache24/noexec/lexiklopedia.de/wiki/data/log/error/2026-04-28.log failed
Writing /usr/local/www/apache24/noexec/lexiklopedia.de/wiki/data/log/error/2026-04-28.log failed
7. Juni 2015 – 127.0.0.1
Inhaltsverzeichnis
Favorites Plugin
The starred plugin allows users to remember pages.
This (German) screencast show the plugin in action:
Download and Installation
Download and install the plugin using the Plugin Manager using the following URL:
- Unstable development version from the git repository (tgz)
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.
