Quote:
Originally Posted by TonysDesigns
I have a question. Is there a way to make the headers/footers parse php? I use your system here, it's the bomb, but I would like my templates to remain HTML only(user editing purposes). The problem is tht mysite is run on PHP and when I construct sections user this system OUTSIDE my forums, I have to make it parse the template in PHP(plus include some php functions in the template) to make it work. I could easily include that in the custom header, but the header doesn't work with php.
|
Maybe you can run them in the PHPinclude section of the webtemplate? Another idea would be running your code in vbulletin's PHPinclude section, make them ready as variables and use these variables in your custom webtemplate headers.