
01-09-2005, 02:35 PM
|
|
|
Join Date: Jul 2004
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by therczone
*Clicks install* (Works on my vB 3.0.5)
eoc_jason, please PM "Paul M" about his code/hack.
https://vborg.vbsupport.ru/showpost.php?p=584793
I like this hack, but was dissapointed to find an error in my who's online. Here is my version (with trader ratings info) of his hack. I don't take credit for it, I simply edited it's words. This works with vB 3.0.5.
In forumdir/includes/functions_online.php find ;
Code:
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
and below it add ;
Code:
case 'traderratings':
$userinfo['action'] = " Viewing Trader Ratings";
break;
Then Find ;
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
and below it add ;
Code:
case 'traderratings.php':
$userinfo['activity'] = 'traderratings';
break;
trader ratings who's online, whos online, who online, error
|
+++++in! Works great on my site!
|