The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if/else anywhere
I have been messing with an if/else statement.
I have made a .php with: <?php require("http://www.teambuick.com/forums/global.php"); ?> and am trying to make something like this work: <?php if condition="is_member_of($bbuserinfo,5,6,7,9,10,13) " { ?> This is for a member<br> <?php } else { ?> This is for a guest<br> <?php } ?> I would like it to function in any directory on my site. Is it easy and am I just missing something simple? Thanks! |
#2
|
||||
|
||||
You should never include files using a URL - they simple won't work.
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|