The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
hi ,
I have tried to integrate this into my site but I cant get it to work, i have made the plugins as mentionned : for the footer: Code:
ob_start(); include('../wordpress/wp-content/themes/gazette/footer.php'); $wp_footer = ob_get_contents(); ob_end_clean(); for the header : Code:
ob_start(); include('.../wordpress/wp-load.php'); include('../wordpress/wp-content/themes/gazettte/header.php'); $wp_header = ob_get_contents(); Warning: include(.../wordpress/wp-load.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 75 Warning: include() [function.include]: Failed opening '.../wordpress/wp-load.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 75 Warning: include(../wordpress/wp-content/themes/gazettte/header.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 76 Warning: include() [function.include]: Failed opening '../wordpress/wp-content/themes/gazettte/header.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 76 any help would be appreciated |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|