The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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? |
#2
|
|||
|
|||
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.) |
#3
|
|||
|
|||
Do you have any idea what function builds a thread and calls the handle_bbcode_img to parse the IMG?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|