Then I misunderstood what you want to do.
Using is_member_of will search both primary and secondary usergroups.
Announcement
Collapse
No announcement yet.
multi usergroup description after avatar on postbit
Collapse
X
-
Exchange this:
is_member_of($post, 10)
with:
$post[usergroupid] == 10
adjusting as needed.
Leave a comment:
-
multi usergroup description after avatar on postbit
i have tryed this code but show only primary usergroup description !
PHP Code:<if condition="is_member_of($post, 10)">$post[usertitle]
</if>
<br>
<if condition="is_member_of($post, 7)">$post[usertitle]
</if>
<br>
<if condition="is_member_of($post, 6)">$post[usertitle]
</if>
(sorry for my english, i'm italian boy)Tags: None
Related Topics
Collapse
-
by FBlack-HPathI have a lot of (or a group of) users that have the standard 'registered user' as their primary usergroup and are allocated to a special secondary usergroup. I'm having problems* with the 'secondary usergroup'...
-
Channel: Support Issues & Questions
Fri 31 Jan '14, 4:36pm -
Leave a comment: