Ah i also had an addition to post regarding this mod which will need sarcoths approval before added to the mod as an option etc
Basically in order to have the feel of better intergration with the forums; the little touch of adding some info to the "whos online" page, rather than the current "Unknown Location" message may help you
This is what you very simply need to do:
1. On your web FTP server find this file located in the forum directory:
Code:
/includes/functions_online.php
2. Open it via a text editor and find:
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
3. Underneath add this code:
Code:
case 'showroster.php':
$userinfo['activity'] = 'showroster';
break;
4. Now find this code:
Code:
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
5. After this code add:
Code:
case 'showroster':
$userinfo['action'] = 'Viewing Clan Roster';
break;
*Note: You can change the "Viewing Clan Roster" text to anything you desire but I would suggest using either "Viewing Clan Roster" OR "Viewing Guild Roster"
Hope it helps you add a final touch to this great mod
Matt