
10-12-2007, 01:35 PM
|
 |
|
|
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by deezelpope
Put this line of code in before the line of code that links this on your navbar:
HTML Code:
<if condition="$show['member']">
And don't forget the </if> after!
|
This was allready there, I remember adding this ages ago.....
Quote:
Originally Posted by afullcup
here's what I did - I edited vbimghost.php.
Find:
PHP Code:
// ########################################################################
// ######################### START MAIN SCRIPT ############################
// ########################################################################
Obviously, you could change this to whatever conditional you want.
hth
And put this directly after it:
PHP Code:
if ($vbulletin->userinfo['userid'] == 0)
{
print_no_permission();
}
|
Wouldnt work....got an error message....
I am confused....
|