The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How to put vb into html page?
Is there any way to do something like this:
Into the body of the html or some other way. Thanks --------------- Added [DATE]1235039687[/DATE] at [TIME]1235039687[/TIME] --------------- I found this, but i can't get this to work, it gives me nothing. Admin CP -> Styles & Templates -> Style Manager -> Common Templates (in the menu) The header and footer templates contain the top and bottom of the layout HTML. You can edit these templates to wrap your forum in some custom layout. If you have layout code in some central file, then you can capture the output of that file by adding a plugin: Admin CP -> Plugin System -> Add New Plugin Create a new plugin for the global_start hook location. Use code like this: Code:
ob_start(); require("yourheader.html"); $header_contents = ob_get_contents(); ob_end_clean(); Code:
$header_contents |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|