liam1412
10-18-2011, 05:35 PM
Hi,
Can anyone point me in the right direction of how to do this,
A client wants blog posts syndicating as threads, and the comments on the wordpress post to be the replies to the thread.
I have got as far as
$currentDir = getcwd();
chdir($_SERVER['DOCUMENT_ROOT'].'/forum');
require_once('global.php');
chdir($currentDir);
But when I do var_dump($vbulletin) there is nothing there.
Any help would be appreciated.
Can anyone point me in the right direction of how to do this,
A client wants blog posts syndicating as threads, and the comments on the wordpress post to be the replies to the thread.
I have got as far as
$currentDir = getcwd();
chdir($_SERVER['DOCUMENT_ROOT'].'/forum');
require_once('global.php');
chdir($currentDir);
But when I do var_dump($vbulletin) there is nothing there.
Any help would be appreciated.