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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.