Support Forum
All,
Good afternoon/evening! I located this solution that allows the inclusion of the two available ranking methods on member profiles & posts:
1) Standard Ranking (based on the number of posts)
2) Special Ranking (based on who they are)
Unfortunately, replacing the code in the spTopicView.php file as noted above did not solve the problem. The Special Ranking replaces the Standard Ranking ... both are not showing.
Any suggestions on how to resolve this issue?
Also, is there a way to remove the ranking titles? That is, have the ranking badges show only ... not the words describing them ("Moderator", "Admin", etc, etc).
Thanks in advance,
Mark
Hey Mark,
For starters, what theme are you using as it will play a part in how the rank badges are displayed.
My guess would be that the reason it works for posts and not profiles is that you've only edited the spTopicView.php template. For profiles, you will need to do the same for spProfilePopupShow.php and spProfileShow.php.
Without knowing more, another guess would be that you need to add the argument 'showTitle=0' to your functions sp_UserForumRank and sp_UserSpecialRank.
reference:
Hi Ike,
That worked perfectly! While I was at it, I also added the ‘showTitle=0‘ argument to the following functions:
sp_PostIndexUserRank
sp_PostIndexUserSpecialRank
Using these references:
https://simple-press.com/docum.....xuserrank/
https://simple-press.com/docum.....ecialrank/
This, of course, removed the rank titles from the posts ... a much cleaner(and less repetitive) look!
By the way, I'm using the Stacked theme.
Much thanks!
Mark
1 Guest(s)