The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Lots of views but anyone know if there is a way to full the header footer around a custom page?
I can grab the header template using the $templater but in vb3 and vb4 $header $footer where universally defined as the full vb header footer with all variables defined etc --------------- Added [DATE]1350836490[/DATE] at [TIME]1350836490[/TIME] --------------- This use to be easy in vb3 and vb4 so you could write your own scripts and use the vb header footer. $header $footer use to always resolve to the header footer of vb and then you just processed replacements. This is ultra simplified but worked with vb3 and vb4 Code:
<?php require "global.php"; $header = process_replacement_vars($header); $footer = process_replacement_vars($footer); $content = "blah blah"; print "$header<br />$content<br />$footer"; ?> I have been looking at vb5 and see no way to do that |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|