The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to include custom php-generated content into VB?
Hello,
I want to include a custom content on each forum page (e.g. header, footer, news column, etc.). This content generated by PHP code. How to include it to VB? Prior to 4.0 version (in 3.7, 3.8) I use Let PHP Live! hack, and simle add my php code like this: (e.g. for header template) Code:
<!-- logo --> <?php include_once('tplh.php'); ?> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Any ideas? |
#2
|
||||
|
||||
You would just use the plugin system to add php.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|