Quote:
Originally Posted by Jafo232
In Wordpress, once you have auto-integrated, if you want to use the $vbulletin object, it should be available to you just about anywhere, but you will probably have to globalize the object first:
Code:
global $vbulletin;
echo "Welcome " . $vbulletin->userinfo['username'];
|
I think I'm confusing you.
What I mean is how would I achieve this?
http://www.poetryartonline.com/forums/ I know this ipb and the two systems are diffrent but with subdreamer it integrates the forum into the sd skin, I'm wondering how I can do the same but with your script. Have my VB forum displayed inside the wordpress theme?