The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
|
|||
|
|||
|
https://vborg.vbsupport.ru/forumdisplay.php?f=187
http://www.vbulletin.com/docs/html/creating_a_product |
|
#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 ? |
![]() |
|
|