Quote:
Originally Posted by Lynne
|
yes and the only one that remotely worked was -
PHP Code:
if (!is_member_of($vbulletin->userinfo, 6) AND !is_member_of($vbulletin->userinfo, 7))
{
print_no_permission();
}
But it puts that huge login box in the middle of the page and its not even. I just want to block the page but have it look clean instead of a mess like it looked with the previously mentioned code.
--------------- Added [DATE]1233118047[/DATE] at [TIME]1233118047[/TIME] ---------------
The main information that i do not want regular user's to see -
HTML Code:
<div class="box1">
<div class="border-top">
<div class="border-right">
<div class="border-bot">
<div class="border-left">
<div class="left-top-corner">
<div class="right-top-corner">
<div class="right-bot-corner">
<div class="left-bot-corner">
<div class="inner2">
<h2>Legend Guide</h2>
<p>Welcome to the Moderator Control Panel. More info will be posted soon as well as more tools. The navigation links above (Garage, Forums, etc...) are not working yet. Please
<a href="http://1320legend.com/index.php">click here</a> to go to the index or Garage.</p>
<p><a href="http://1320legend.com/community/forumdisplay.php?f=35" target="_blank">Click here</a> for Mod Lounge</p>
<p><a href="http://1320legend.com/community/modcp/index.php" target="_blank">Mod Control Panel for forum</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>