PDA

View Full Version : Moderator Icon on Postbit for vb3?


ricker
06-30-2004, 02:16 AM
I loved this hack on my version 2 board. Does anything like this exist for 3? I would like a way of distinguishing paid users. TIA

Zachery
06-30-2004, 03:00 AM
<if condition="$post[usergroupid] == 5">Show Mod Icon here</if>

:)

ricker
06-30-2004, 04:04 AM
oooh thanks Zachery ... so much easier than in the last version
:D
Thanks so much for a quick reply.

ricker
06-30-2004, 04:08 AM
Oooh let me try you again -
an icon for their birthday if it's that week?

Zachery
06-30-2004, 04:08 AM
Oooh let me try you again -
an icon for their birthday if it's that week?
Now that might require some hacking ^_^

Wasser
06-30-2004, 05:19 AM
how would one do this for members with dissimilar, multiple usergroups?

for example say i wanted an image for users in group 1, but all the users in group 1 have several additional user groups and their primary usergroup is not 1.

Zachery
06-30-2004, 05:27 AM
how would one do this for members with dissimilar, multiple usergroups?

for example say i wanted an image for users in group 1, but all the users in group 1 have several additional user groups and their primary usergroup is not 1.
<if condition="is_member_of($post, 1)"> Show code for ANYONE who is in group1</if> :)

Wasser
06-30-2004, 05:43 AM
w00t! thanks zach. =)

Zachery
06-30-2004, 06:07 AM
That is for the postbit mind you :)