Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Nächste Überarbeitung | Vorherige Überarbeitung | ||
| hilfe:administration:tagging [2010/09/29 18:05] – Externe Bearbeitung 127.0.0.1 | hilfe:administration:tagging [2015/06/07 23:53] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Tagging Plugin ====== | ||
| + | {{ tagging_search.png? | ||
| + | The tagging Plugin allows users to annotate pages with tags, search for tags and show all tags one user has used. | ||
| + | |||
| + | ===== Download and Installation ===== | ||
| + | |||
| + | Download and install the plugin using the [[doku> | ||
| + | |||
| + | * Unstable **development version** from the [[http:// | ||
| + | |||
| + | Refer to [[doku> | ||
| + | |||
| + | The tagging plugin needs the [[sqlite|SQLite]] and the [[ajaxloader|ajaxloader plugin]]. | ||
| + | |||
| + | After installation you need to put the tag cloud with editing form into your template' | ||
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | //Tagging | ||
| + | $tagging = plugin_load(' | ||
| + | $tagging-> | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | {{ tagging_edit.png? | ||
| + | Apart from the tag cloud on pages, you can display all tags a user used in a tag cloud using the '' | ||