DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:whoisonline

This is an old revision of the document!


whoisonline Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Counts the users actively using the wiki site and can make a list of their locations

Last updated on
2013-06-20
Provides
Syntax
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.

Similar to onlinenumber

Tagged with users

Installation

Copy the whoisonline folder into the /lib/plugins folder and that should do it. Please keep the name the same since the ajax portion is specifically looking for that location. The plugin uses a file to store the active users, no database necessary.

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

See the plugin in action here. The sample page shows all the styles available with the plugin.

For just a simple display of the online count add this:

~~whoisonline:NOLIST~~

If you want a popup list when you hover over the button just use this:

~~whoisonline~~

The popup list can be customized in the admin configuration. The default is {username} but you can add all sorts of HTML to make it link to places. Here is what I use on my site…

<a href="/users:{username}">{fullname}</a> - <a href="/{pageid}">{pageid}</a>

This will make the popup list have their fullname that links to their user page on the wiki, and then the current page they are looking at which you can click to.

If you want to track the users but not show the count or the list just add the NOSHOW option on some footer to record their presence, then you can do the regular ~~whoisonline~~ on an admin page to view the results.

~~whoisonline:NOSHOW~~

[Pictures showing the rendered result will help users to understand]

Syntax

Basic syntax:

~~whoisonline~~
~~whoisonline:nolist~~
~~whoisonline:noshow~~

Configuration and Settings

[also CSS style tips]

Development

[downloadable blocks, development comments]

Change Log

[preferable GitHub RSS feed or similar]

  • 2009-01-01
    • Initial release

Known Bugs and Issues

[this section might not be needed in case of external bug manager, or use RSS feed]

ToDo/Wish List

[developers roadmap]

FAQ

[discussions should ideally be deleted and turned into FAQ entries along the way]

Discussion

Could be placed on an external page (e.g. plugin:pluginname:discussion) to have a distinction between user comments and author docs

plugin/whoisonline.1371769311.txt.gz · Last modified: 2013-06-21 01:01 by millsdude

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