sifuhall Active member Sep 15, 2012 #1 I would love to have a different messageUserInfo block for my premium members so their user info stands out in threads. Has this been done before and is it difficult to do? I appreciate any help getting me started with this.
I would love to have a different messageUserInfo block for my premium members so their user info stands out in threads. Has this been done before and is it difficult to do? I appreciate any help getting me started with this.
Arty Well-known member Sep 16, 2012 #2 I guess premium members are members of specific group. Then you can use ismemberof helper to add custom style. Use code like this in message_user_info template (change 10 to user group id): Code: <xen:if is="{xen:helper ismemberof, $user, 10}"> code for premium members <xen:else /> code for usual members </xen:if> Upvote 0 Downvote
I guess premium members are members of specific group. Then you can use ismemberof helper to add custom style. Use code like this in message_user_info template (change 10 to user group id): Code: <xen:if is="{xen:helper ismemberof, $user, 10}"> code for premium members <xen:else /> code for usual members </xen:if>
sifuhall Active member Sep 16, 2012 #3 Thanks for the info. I was able to make the changes. You can see them here (the premium members user info blocks are blue). http://www.dragonslist.com/threads/hi-new-to-this-forum.24044/ Upvote 0 Downvote
Thanks for the info. I was able to make the changes. You can see them here (the premium members user info blocks are blue). http://www.dragonslist.com/threads/hi-new-to-this-forum.24044/
Jake Bunce Well-known member Sep 18, 2012 #4 More detailed instructions for those who are interested: http://xenforo.com/community/threads/various-postbit-colors-by-usergroups.22193/#post-278785 Upvote 0 Downvote
More detailed instructions for those who are interested: http://xenforo.com/community/threads/various-postbit-colors-by-usergroups.22193/#post-278785