This is an old revision of the document!
Table of Contents
quicksubscribe Plugin
Compatible with DokuWiki
2009-12-25+
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Installation & Integration
Install the plugin using the 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
:
<?php $quicksubscribe = plugin_load('helper', 'quicksubscribe'); $quicksubscribe->tpl_subscribe(); ?>
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
- Version upped (2023-09-12 23:51)
- update icons (2023-09-12 11:05)
- Version upped (2019-04-11 23:52)
- fixed german translation (2019-04-11 16:30)
- Version upped (2019-03-11 23:52)
- better labels (2019-03-11 12:06)
- cleanup action component (2019-03-11 12:00)
- some modernizing for integration in sprintdoc (2019-03-11 11:53)
Known Bugs and Issues
Please report bugs and issues at: https://github.com/cosmocode/quicksubscribe