The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
permissions for custom pages?
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', ); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|