Originally posted by Anime-loo try this. not tested tho. and your site will have to be .php
in any file on your site right after the
PHP Code:
<?php
add:
PHP Code:
error_reporting(7);
$templatesused='header';
require('./global.php');
then add
$header
where you want.
i *think* it might work but im no vbulletin expert.
if i were you id save myself alot of work and use vBindex or vBhome, making new pages with it isent hard and you can comand your pages via the templates.
It would be much easier to add require(./otherheader.php); at the top of all the other templates phpparsed code I think.