The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Need help checking the $post[membergroupids] array in postbit, please
vB 3.8.2, I need to check in the postbit whether the poster of each post is in a certain usergroup.
I'm sure I'm nearly there - $post[membergroupids] contains the secondary usergroups - but it's not working. Code:
<if condition="in_array(31,array($post[membergroupids]))"> <div class="specialusergroup"> </if> $post[message] <if condition="in_array(31,array($post[membergroupids]))"> </div> </if> What am I doing wrong? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|