DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:quicksubscribe

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:quicksubscribe [2012-02-09 14:06] 91.64.98.161plugin:quicksubscribe [2023-10-30 23:40] (current) Klap-in
Line 1: Line 1:
-====== quicksubscribe plugin ====== +====== quicksubscribe Plugin ======
- +
-[[http://www.cosmocode.de/en/wiki/dokuwiki/plugins|{{ http://www.cosmocode.de/_media/en/wiki/dokuwiki/cosmologo.png?recache|A CosmoCode Plugin}}]]+
  
 ---- plugin ---- ---- plugin ----
-description: simpler interface to page subscriptions+description: simpler interface to page subscriptions
 author     : Adrian Lang  author     : Adrian Lang 
-email      : wiki@cosmocode.de +email      : dokuwiki@cosmocode.de 
 type       : helper type       : helper
-lastupdate : 2010-10-29 +lastupdate : 2023-09-12 
-compatible : 2009-12-25+ +compatible : Greebo
-depends    : ajaxloader+
 conflicts  conflicts 
 similar    :  similar    : 
 tags       : subscription, popup 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 :
 ---- ----
  
-Plugin doku and download is available on [[http://ickewiki.de/dokumentation/quicksubscribe|ICKEwiki.de]].+[[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 pluginRefer to [[:Plugins]] on how to install plugins manually. 
 + 
 +After installation you need to put the subscribe icon into your template's ''main.php'': 
 +<code php> 
 +<?php 
 +    $quicksubscribe = plugin_load('helper', 'quicksubscribe'); 
 +    $quicksubscribe->tpl_subscribe(); 
 +?> 
 +</code> 
 + 
 +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 
plugin/quicksubscribe.1328792766.txt.gz · Last modified: 2012-02-09 14:06 by 91.64.98.161

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki