The JFusion logon module sets cookies for both Joomla and VB. So, I copied it and modified the layout to fit my site.
I would like to not rely on a third party plugin, so I will continue pursuing the original topic.
After loading the global.php as mentioned
here, how to I pass it a current user value or id? When I try to query a value from $vbulletin->userinfo, I get nothing returned. I'm assuming it's because no user has been specified?