Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 8, 20168 yr Im trying to figure out how to add badges to members profiles like below. I know that i can add awards, but I don't think that's the same thing. Something like what Daniel has, the IPS Staff badge. EDIT: Never mind, figured it out. Is there anyway to make it show the images for multiple groups?
November 4, 20168 yr Just edit the postContainer template and add an usergroup filter. {{if $comment->author()->inGroup(array(1,2,3,4)) }} IMAGE {{endif}} You can do this for every badge you want to have.
November 4, 20168 yr Community Expert On 2016-09-08 at 0:07 PM, BWDelta said: Im trying to figure out how to add badges to members profiles like below. I know that i can add awards, but I don't think that's the same thing. Something like what Daniel has, the IPS Staff badge. EDIT: Never mind, figured it out. Is there anyway to make it show the images for multiple groups? That you find in Group settings.
November 4, 20168 yr But this is for primary groups only. If you want to show secondary group badges you have to use the template condition.
November 4, 20168 yr THANKS @Chris59 heres my little effort made from your psd file not bad for starters CHEERS
November 4, 20168 yr 8 minutes ago, Apfelstrudel said: But this is for primary groups only. If you want to show secondary group badges you have to use the template condition. ohhh right thats when it gets complicted for me hmmm however Im thinking there is a need for secondary groups to show on my site because even tho primary might be sponsor the secondary might be "moderator" etc etc hmmm
Archived
This topic is now archived and is closed to further replies.