The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Get Variables
Hello guys,
I would like a list of all the functions to get the info within vbulletin, like name of the actual forum, the thread, the link to the thread/forum etc etc. I also would like the be able to print this values, how can I do that? I know how to make conditions with $forumid but not how to print that value. thanks! |
#2
|
||||
|
||||
If you're in a template to 'print' a value (display it on the screen) you just type out the variable name, in your example just $forumid, put it inside any html codes you want like <div> </div> or <span> </span>.
In a php file you'd use: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|