DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:quicksubscribe

This is an old revision of the document!


quicksubscribe Plugin

Compatible with DokuWiki

2009-12-25+

plugin A simpler interface to page subscriptions

Last updated on
2015-02-26
Provides
Helper
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with popup, subscription

A CosmoCode Plugin

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

Known Bugs and Issues

Please report bugs and issues at: https://github.com/cosmocode/quicksubscribe

plugin/quicksubscribe.1453220543.txt.gz · Last modified: 2016-01-19 17:22 by Aleksandr

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