Announcement
Collapse
No announcement yet.
Cannot get parsed code to work!!!
Collapse
X
-
php code will only parse in your phpinclude template. any code you put in that template will be global to all templates. for help with your actual code i recommend posting on www.vbulletin.org , an excellent resource for customizing vBulletin.
-
Cannot get parsed code to work!!!
Ok I have a simple script I want to run in my header like this:
require("config.inc.php3");
require("view.inc.php3");
require("acl.inc.php3");
view("468x60");
It will display a banner. However PHP no matter if it's in PHP tags or not will not parse in the Header box only in the PHP parsed code. However if I put that code in that box the banner just appears at the top of the screen and not where I want it.
How do I put PHP in my Header?Tags: None
Related Topics
Collapse
-
by hs4x4How do I add some PHP code to the header section? I want to run a banner that rotates and I have some PHP code that accomplishes that. Do I just paste it in?
-
Channel: Support Issues & Questions
Mon 12 Jan '15, 1:56pm -
Leave a comment: