The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Guide on Product System of Vbulletin
Where can i get a detailed guide on making and getting products working in vbulletin ? I searched around but it did not help me much.
|
#2
|
|||
|
|||
|
#3
|
|||
|
|||
Thanks but how can i access the variables saved in product(xml) for example lets say - User ID from my script ?
|
#4
|
|||
|
|||
Help please
|
#5
|
||||
|
||||
It's hard to give specifics to your very general question. If you have a variable $myvariable in your plugin, you would use it in your template as $myvariable.
|
#6
|
|||
|
|||
I am sorry, i meant accessing it from the php file.
|
#7
|
||||
|
||||
In general, if you define $myvariable in your php file/plugin, you would access it by calling $myvariable in either a template or a php file. Again, it's very hard to be specific when the question is so general.
|
#8
|
|||
|
|||
Code:
<setting varname="id" displayorder="1"> |
#9
|
||||
|
||||
PHP Code:
|
#10
|
|||
|
|||
any file i need to include ?
like include global.php ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|