The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a custom vb page and would like to make it only available to Registered users. Does anyone know how to do this? Below is a copy of the pages content.
PHP Code:
|
|
#2
|
||||
|
||||
|
after the call to global.php add
if ($bbuserinfo[userid] == 0){ print_no_permission(); } also the navbar template is not being cached fyi |
|
#3
|
|||
|
|||
|
Quote:
what do you mean it isn't being cached. how do i fix that? |
|
#4
|
||||
|
||||
|
Quote:
find $globaltemplates = array( 'irc', ); change to $globaltemplates = array( 'irc', 'navbar', ); |
![]() |
|
|