Support Forum
The user-role-function model is well supported by SP. I created some user groups and permission sets - bind them one by one separately.
See snapshot below, #1 is the rank badge, #2 is the rank name, #3 is the group name - in fact the 3 items are the same. Only #1 is necessary for me....how to remove #2 and #3?
Well actually you will want to edit both the spTopicViewDesktop.php and the spTopicViewMobile.php files in their respective folders. Although come to think of it, it is possible that the mobile version already has the following change...
There are three template display tags one after the other in the 'post' section of the template. These are:
sp_PostIndexUserRank()
sp_PostIndexUserSpecialRank()
sp_PostIndexUserMemberships()
I would suggest you comment those out and replace them with a single tag:
sp_PostIndexUserBadges('tagClass=spCenter');
and see if that gives you what you want.
YELLOW
SWORDFISH
|
cool... thanks for the update...
Visit Cruise Talk Central and Mr Papa's World