Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige ÜberarbeitungNächste Überarbeitung | Vorherige Überarbeitung | ||
| hilfe:administration:quicksubscribe [2010/10/25 13:09] – alan | hilfe:administration:quicksubscribe [2015/06/07 23:53] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Quicksubscribe Plugin ====== | ||
| + | {{ quicksubscribe.png? | ||
| + | The quicksubscribe plugin provides a simpler interface to [[doku> | ||
| + | |||
| + | ===== Download and Installation ===== | ||
| + | |||
| + | Download and install the plugin using the [[doku> | ||
| + | |||
| + | * Unstable **development version** from the [[http:// | ||
| + | |||
| + | Refer to [[doku> | ||
| + | |||
| + | The quicksubscribe plugin needs the [[ajaxloader|ajaxloader plugin]]. | ||
| + | |||
| + | After installation you need to put the subscribe icon into your template' | ||
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | $quicksubscribe = plugin_load(' | ||
| + | $quicksubscribe-> | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | The icon shows your current subscription status: If the icon is grey, you are not subscribed, otherwise you are. By clicking on the icon, you open a popup which either subscribes you to the current namespace or shows the current subscription and allows to delete it. Moreover, a link to the subscription manage page is given. | ||