Topic: [Release] User Activity Monitoring
Allows you to watch users' actions online.
URL:
SVN http://kanekt-punbb.googlecode.com/svn/who_does/
ZIP http://kanekt-punbb.googlecode.com/file … _0.2.1.zip
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [Release] User Activity Monitoring
Allows you to watch users' actions online.
URL:
SVN http://kanekt-punbb.googlecode.com/svn/who_does/
ZIP http://kanekt-punbb.googlecode.com/file … _0.2.1.zip
Not quite sure I understand what this does.
who does = user activity monitoring (with url)
maybe change your topic name KANekT - it's a cool thing to have as admin
thx!
No right to edit messages
Settings ->Features
Show user actions Online only administrators
Question: How can I set that it's only visible to admins or mods?
This is very useful to see which IPs are on registration page...
easier to ban etc
0.2.1
bug fixes and code
Question: How can I set that it's only visible to admins or mods?
Settings ->Features -> Show User Activity Online only Admin
Settings ->Features -> Show User Activity Online only Admin
Very nice, thanks.
Bug report:
I noticed that any images being display - either through main.tpl or navlinks I use - disappear when I go to the page "myforum"/who_does
Reason: Your code rewrites the links to images as "myforum"/who_does/"path to image" instead of keeping "myforum"/"path to image" ...
Thanks for taking a look.
Here the language pack Francais / French.
I did what I could, but it's better than nothing ^
<?php
/**
* Language definitions used in who_does
*
*
* @copyright Copyright (C) 2008 PunBB, partially based on code copyright (C) 2008 FluxBB.org
* @license http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
* @package who_does
*/
$lang_who_does = array(
'Who_Does' => 'Qui fais quoi ?',
'Disabled' => 'Activité des utilisateurs désactivée',
'User' => 'Utilisateur',
'Who Does' => 'Que font-ils',
'Date' => 'Date',
'No data' => 'Aucune informations',
'Who_Does enable' => 'Afficher l\'activité des utilisateurs (Administrateurs uniquement)',
'Who_Does enable legend' => 'Surveiller l\'activité ',
'register' => 'S\'inscrit',
'misc' => 'Fais quelque chose',
'index' => 'Accueil du forum',
'help' => 'Lire l\'aide',
'login' => 'Se connecte',
'post' => 'Réponds à un sujet ',
'edit' => 'Change le message %1$s dans le sujet %2$s',
'delete' => 'Supprime le message %1$s dans le sujet %2$s',
'profile' => 'Consulte un profil',
'search' => 'Effectue une recherche à propos de ',
'userlist' => 'Consulte la liste des membres',
'viewtopic' => 'Consulte un sujet ',
'viewforum' => 'Consulte le forum ',
);
this extension is not working for me. I get an error like this:
The error occurred on line 113 in /home/.../public_html/forum/extensions/who_does/functions.php
Database reported: Unknown column '_68456392377270659492104892389' in 'where clause' (Errno: 1054).
any suggestions please?
PunBB Forums → PunBB 1.3 extensions → [Release] User Activity Monitoring
Powered by PunBB, supported by Informer Technologies, Inc.