the vbulletin script is way too expensive for the support you get.....
--------------- Added [DATE]1295384006[/DATE] at [TIME]1295384006[/TIME] ---------------
I paid not less than 400 euros for my 2 vb licences...... I can't get support on which template to use to add my site header on that CMS.
am only looking for a piece of information.....
vbulletin.com tells you this is modification of the code, so no support........ go see vbulletin.org
you come to vbulletin.org, and you don't get help
Where should I go ?
--------------- Added [DATE]1295384160[/DATE] at [TIME]1295384160[/TIME] ---------------
Quote:
Originally Posted by Carnage
can you post the plugin code you are using and the location the plugin is execuuting at?
|
here you go Carnage:
Code:
ob_start();
include('/var/www/vhosts/mysite.com/httpdocs/php/includes/body02.inc.php');
$includedCMSheader = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('header',array('includedCMSheader' => $includedCMSheader));