1 (edited by KANekT 2010-07-14 09:21)

Topic: [Release] User Activity Monitoring

Allows you to watch users' actions online.

http://s001.radikal.ru/i193/1001/6b/504118ed942dt.jpg

URL:
SVN http://kanekt-punbb.googlecode.com/svn/who_does/
ZIP http://kanekt-punbb.googlecode.com/file … _0.2.1.zip

2

Re: [Release] User Activity Monitoring

Not quite sure I understand what this does.

Re: [Release] User Activity Monitoring

http://s61.radikal.ru/i171/1001/ed/99b95de3b778t.jpg

Re: [Release] User Activity Monitoring

who does =  user activity monitoring (with url)

maybe change your topic name KANekT - it's a cool thing to have as admin

thx!

Re: [Release] User Activity Monitoring

No right to edit messages sad

Settings ->Features
Show user actions Online only administrators

Re: [Release] User Activity Monitoring

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

Re: [Release] User Activity Monitoring

0.2.1
bug fixes and code

KeyDog wrote:

Question: How can I set that it's only visible to admins or mods?

Settings ->Features  -> Show User Activity Online only Admin

Re: [Release] User Activity Monitoring

KANekT wrote:

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.

9 (edited by Nonante 2010-12-05 00:47)

Re: [Release] User Activity Monitoring

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 ',

);
I don't speak English, but Google Translate is doing pretty good.

10

Re: [Release] User Activity Monitoring

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?