Quote:
Originally Posted by suttercain
Can some please tell me if
Code:
if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
} else {
echo "You do not have permission for this page"; }
Works for them in IE?
Thank you
|
How did you get that to work in Firefox? It's missing the "; at the end of the first echo statement. I have to add the "; to get it to work at all.
But no, I cannot get it to work in IE. Then again, I'm not a very good test, because I can't get anything for this hack to work in IE. Works brilliantly in Firefox, but won't even let me login in IE. I login, it shows the vB screen saying "thank you for logging in" but then when it redirects me, it's not showing me as being logged in at all.
I don't get any errors, it just... doesn't work for me.
I'm still reading this whole thread to figure out where I've gone wrong.