DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:quicksubscribe

quicksubscribe Plugin

Compatible with DokuWiki

Greebo

plugin A simpler interface to page subscriptions

Last updated on
2023-09-12
Provides
Helper
Repository
Source

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();
?>

The 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

Known Bugs and Issues

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

plugin/quicksubscribe.txt · Last modified: 2023-10-30 23:40 by Klap-in

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