Support Forum

Can't Show User Group Badge Plus Forum Rank Badge?

SS Steve Simatos
Steve Simatos
Member

I have loaded in some stars to indicate forum rank – based on the number of postings people do. These show up fine. They have been allocated in the forum rank settings.

But I also have levels of membership (admin, staff, club member, elite member) and I have created badges for those groups which I want to show up as well. I allocated these badges in the user group settings.

My forum only seems to be able to display one or the other, not both. And when I am showing the membership level badge (eg elite), the words “elite member” also show under the badge. I only want the badge, not the words.

Can anyone help me please? I have wasted hours! :-(

So:

1. I want to show both forum rank AND membership level

2. I don’t want the membership level displayed in words under the badge – I only want the badge.

Will appreciate any help!

Thanks

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

how are you displaying them??

first you indicate forum ranks, so assume: sp_PostIndexUserRank()

second you indicate membership and usergroups, so assume: sp_PostIndexUserMemberships()

is that correct? but of course, admins cannot belong to a usergroup, so they wont show in the later… for admins, you could use special ranks and: sp_PostIndexUserSpecialRank()

and all three of them support removing the title via arguments to the template tag…

just add showTitle=0 to the arg list… for example:

sp_PostIndexUserRank(‘tagClass=spPostUserRank spCenter&showTitle=0’);