Would you mind giving a little more information? I’m trying to integrate vbulletin into a wordpress blog and having problems
I have the following code in my vbulletin header template
<?php
// turn off WordPress themes and include the WordPress core:
// define('WP_USE_THEMES', false);
require("/home/scaphism/public_html/wordpress/wp-blog-header.php");
get_header();
?>
and my header is not being included.
i have also tried the reverse by attempting to include my vbulletin index in a WP page template but that does not work either.
I also have a get_sidebar & get_footer in the vbulletin footer template.
Any thoughts?