====== quicksubscribe Plugin ====== ---- plugin ---- description: A simpler interface to page subscriptions author : Adrian Lang email : dokuwiki@cosmocode.de type : helper lastupdate : 2023-09-12 compatible : Greebo conflicts : similar : tags : subscription, popup downloadurl: https://github.com/cosmocode/quicksubscribe/zipball/master bugtracker : https://github.com/cosmocode/quicksubscribe/issues sourcerepo : https://github.com/cosmocode/quicksubscribe donationurl: screenshot_img : ---- [[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] ===== Installation & Integration ===== Install the plugin using the [[plugin:extension|Extension Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. After installation you need to put the subscribe icon into your template's ''main.php'': tpl_subscribe(); ?> The [[template:sprintdoc|sprintdoc Template]] has built in support for this plugin. ===== 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. ===== Development ===== === Change Log === {{rss>https://github.com/cosmocode/quicksubscribe/commits/master.atom date}} === Known Bugs and Issues === Please report bugs and issues at: https://github.com/cosmocode/quicksubscribe