Snik
01-13-2010, 07:31 AM
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)
<!-- logo -->
<?php
include_once('tplh.php');
?>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
But it does not work with VB 4.
Any ideas?
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)
<!-- logo -->
<?php
include_once('tplh.php');
?>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
But it does not work with VB 4.
Any ideas?