The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
custom page
Hi
I have made a simple custom page and i want to make it accessible for members only I have tried following code but it does not work can you show me what i have done wrong . $stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> if ($vbulletin->userinfo['member'] < 2 OR $vbulletin->userinfo['member'] > 7) { $vbulletin->url = 'index.php?' . $vbulletin->session->vars['sessionurl']; eval(print_standard_redirect('redirect_exitwithast ernwarning')); } <head> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header <!-- Custom Code Start Here --> some code here <!-- / Custom Code Ends here --> </body> </html> Many thanks Eddie |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|