The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there any way to hide this bit of the forum from non-members plz?
simple as that really ty in advance
|
|
#2
|
|||
|
|||
|
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 |
![]() |
|
|