Quote:
Originally Posted by Lynne
Right after including global.php is when you want to do the lines about whether the user is logged in:
PHP Code:
if (!$vbulletin->userinfo['userid'])
{
print_no_permission();
}
Then do the rest of your stuff.
|
That is exactly what i've tried as specified in my above post. But i'm still getting same error.
BTW is there any way i can permit guests also on same page.
Because if we put *no permission* thing then only registered members can view the page.
Is there any way we can get around this cookies problem?
I also tried ob_flush();
But still aint working :erm: