Quote:
Originally Posted by Lynne
Your no permission should go right at the top after you include global.php:
HTML Code:
<?php
$curdir = getcwd ();
chdir('Edited..html/community');
require_once('edited/community/global.php');
if (!is_member_of($vbulletin->userinfo, 6) AND !is_member_of($vbulletin->userinfo, 7))
{
print_no_permission();
}
chdir ($curdir);
?>
|
Did that but it does that whole big log in box thing that looks horrible.
Maybe if i could just hide the text instead? Do you know how to do that?
Thank you Lynne for dealing with my issues, lol.
