The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Choose 1 of 3 alternatives
I have 3 bits of code, but I only want to run one at any one time. So, I figured I could do something like this:
Code:
choice=2 If choice=1 then <run this code> Else If choice=2 then <run this code> Else If choice=3 then <run this code> End If I can do this in visual basic but not sure how to do it in a vbulletin template. Any help from someone here? I know I would have to login and edit the template each time I wanted to alter which bit of code ran. Is there any easier way that could avoid this time sapping login and search for template? Thanks, Jon |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|