The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
||||
|
||||
Quote:
HTML Code:
if (in_array($forumid, array(XX, XX, XX))) |
#32
|
||||
|
||||
Quote:
HTML Code:
if (in_array($bbuserinfo['usergroupid'], array (4,5,6))) |
#33
|
||||
|
||||
But we have gotten off track here... The solution to the original question is to open the SHOWTHREAD template and replace:
$quickreply WITH HTML Code:
<if condition="is_member_of($bbuserinfo, 5) OR is_member_of($bbuserinfo, 6) OR is_member_of($bbuserinfo, 7) OR is_member_of($bbuserinfo, 9)">$quickreply</if> |
#34
|
|||
|
|||
THANK YOU!
Working good now. |
#35
|
||||
|
||||
Quote:
Ok, back to the code at hand. Basically, using the code I posted with the OR and changing the post to bbuserinfo is the same thing you posted, right? [high]* Boofo writes this down because he isn't right too often. [/high] |
#36
|
||||
|
||||
Quote:
|
#37
|
||||
|
||||
Quote:
[high]* Boofo writes down that Wayne said he was correct which will probably be the last time that ever happens. [/high] |
#38
|
||||
|
||||
so, can we use
PHP Code:
|
#39
|
||||
|
||||
Yes...
|
#40
|
||||
|
||||
thank you Wayne Luke
template conditions....great ! ^ ^ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|