PDA

View Full Version : Hiding "What's Going On?" from non-members


ZeroPrime
06-09-2005, 04:49 PM
Is there any way to hide this bit of the forum from non-members plz?

simple as that really :) ty in advance

ultranerds
06-10-2005, 11:03 AM
Hi,

Ironically, I just wrote a hack to do this <G>

In index.php, find;

if ($vboptions['displayloggedin'])

..and change to;

$vboptions['displayloggedin'] = 0;
if ($vboptions['displayloggedin'] || $bbuserinfo['userid'])

That should only show it for logged in users :)

Cheers

Andy