Quote:
Originally Posted by JumpD
I don't see it in the instructions and I'm not reading 85 pages.  But if you want it to show on the who's online page.
Open "includes/functions_online.php":
find
PHP Code:
case 'modcplogin':
$userinfo['action'] = $vbphrase['moderator_control_panel_login'];
break;
add below
PHP Code:
case 'journal':
$userinfo['action'] = 'Viewing Journal';
$userinfo['where'] = "<a href=\"$userinfo[location]\" title=\"Journal\">Journal</a>";
break;
find
PHP Code:
case 'archive':
$userinfo['activity'] = 'archive';
break;
below add
PHP Code:
case 'journal.php':
$userinfo['activity'] = 'journal';
break;
|
this is a simplified version of whos online for journal but i never released due to some conflictions with variables. my planned version was for an exact location of what journal and where.
also to answer ur question about an editor, this wont be available till version 2.
on the topic of version 2 I have successfully ported the main journal page over to OOP. the new functions an very extendable which will make taking information, counts, and other things from vbjournal and use them else where by simply including the vbjournal class file