The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
2 alternatives:
1- use this in phpinclude template: PHP Code:
BUT in this case you must hack your shop.php too and make sure it RETURNs its output like a function (otherwise you'll get value "1" from the script instead of code itself) 2- Add your PHP Code:
PHP Code:
Alternatively you can dump your shop.php script and create a in-vb code which will randomly get an item from database which is certainly the best solution if your shop.php is not performing other complicated tasks.. |
#12
|
||||
|
||||
![]() Quote:
How do you create this script in vb code? |
#13
|
|||
|
|||
![]()
the real basics
global php in forum root is where you would call all globally available functions. function.php would call functions specific to a template IE the eval statements that usually have a gettemplate command attached |
#14
|
||||
|
||||
![]()
Ok, so here's one of the places I get confused.
What goes in the template and what goes in a seperate php file. Here is the source of the php that I'm trying to use in vb. PHP Code:
|
#15
|
||||
|
||||
![]()
Instead of having html called by the php file. Create a template in the admin cp and call it by using this function:
PHP Code:
Then any html you want outputted on one page call the template right at the end of the php file. And you can use the variable you assigned earlier in the script to put it on the page. E.g. PHP Code:
PHP Code:
Just as the script does ![]() - miSt |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|