Support Forum

Applying a special user rank with user group

CR Cory Robbins
Cory Robbins
Member

Hello all, I’m wondering if it is possible to apply a special user rank with a usergroup. Currently I am using s2Member to configure donor user groups, and I would like the donor user group to link with the donor user rank so that it shows up in the user profile field in posts on the forums. If that is not do-able, is it possible to add usergroups to profile fields in posts on the forums showing the image with it?

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yes – so to speak… on forum – usergroups – manage usergroups… you can add a badge for a usergroup which is essentially the same…

to display the usergroup badge, you will need to add the template tag for displaying it (by default we show ranks and special ranks vice usergroup badges) to your spTopicView.php template file…

see: http://codex.simple-press.com/codex/api/template-functions-and-the-api/display-template-functions/topic-view/sp_postindexusermemberships/

CR Cory Robbins
Cory Robbins
Member

Mr Papa said
yes – so to speak… on forum – usergroups – manage usergroups… you can add a badge for a usergroup which is essentially the same…

to display the usergroup badge, you will need to add the template tag for displaying it (by default we show ranks and special ranks vice usergroup badges) to your spTopicView.php template file…

see: http://codex.simple-press.com/codex/api/template-functions-and-the-api/display-template-functions/topic-view/sp_postindexusermemberships/

Great, thank you! Another question; Is it possible to add the user group image in front of the persons username?

MP Mr Papa
Mr Papa
Member

Not entirely sure what you want, but you can rearrange or reorganize the order of the various template functions to display them in different order…