![]() |
What is $bbuserinfo['userid'] ???
I set this value to this:
if($dobbimagecode AND $bbuserinfo['userid'] !== 42324) And I tried if($dobbimagecode AND $bbuserinfo['userid'] != 42324) It still allows the IF statement to run even for that userid. Is userid not that? ALSO What is the $bbuserinfo['whater'] for that users group they are in? |
Usergroups are called by $bbuserinfo['usergroupid']
Admins would be $bbuserinfo['usergroupid'] == 6 Registered users would be $bbuserinfo['usergroupid'] == 2 and so on. if (($dobbimagecode && ($bbuserinfo['usergroupid'] == 6)) may work for you (assuming you want to allow admins to post images.) |
Do you have any idea what function builds a thread and calls the handle_bbcode_img to parse the IMG?
|
All times are GMT. The time now is 02:09 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|