Log in

View Full Version : request tab


felixthekat85
11-30-2011, 10:55 AM
Hello.
I have a script, where there the following

if ($this->profile->userinfo['userid'] == $this->registry->userinfo['userid'] AND $_REQUEST['tab'] == 'friends'

But, the conditional $_REQUEST['tab'] == 'friends' not found.

I have said it is by the use of vBSEO, there another way?

Thanks

Lynne
11-30-2011, 06:06 PM
That should work in basic vbulletin assuming you have the Friends tab showing. If vbseo is renaming things, then you should be asking them for help with renaming the $_REQUEST['tab'] part of your condition.