This has worked fantastically for me for months now, but am now trying to add newest members etc via another mod called vBexternal.
Everything works fin apart from when i have both scripts on the same page, the login form shows up on my page instead of the welcome message, even though i am logged in on the forum page.
If i remove the vBexternal include from the page, it all works fine..
I have to add
Code:
require_once('./vBExternal.php');
to the top of the page, and wondered if you can only use "include_once" a certain number of times in one page, but i am thinking its more likely to be a set cookie problem
Any ideas please?