Support Forum
Added myself to a Special Rank with a badge, how ever the Special Rank and Badge do not show on the Postbit side. All that shows is "Admin" (My original rank).
And to clarify, Post Bit being the same location below my Avatar in these forums where the Silver Membership badge is.
so did you see my post #6? please make sure your sp theme has that function call in it... typically right after the normal forum rank display template tag... you can look in our default theme too in the spTopicView.php template file...
Visit Cruise Talk Central and Mr Papa's World
Sp themes are just like wp themes... There are templates for different page types... And a template is a collection of display template tags that position and display the page elements...
By default the sp themes are located in wp-content/sp-resources/forum-themes
In each theme there is a templates directory that holds the various template files... In this case, you want the spTopicView.php template file...
I was asking you to check and see if that template file has the special rank display template function...
Visit Cruise Talk Central and Mr Papa's World
As supplied the spTopicView.php template within the css-only theme does have the display function sp_PostIndexUserSpecialRank() inlcuded within the spUser section.
While we do not use that theme here it is the same display function we use to display our special ranks badges.
YELLOW
SWORDFISH
|
So in easy to understand terms, locate:
1) spTopicView.php
2) Find this: sp_PostIndexUserSpecialRank()
I am confused as to what I edit to show multiple badges in the profile from this page http://codex.simple-press.com/.....ecialrank/
yes, the special ranks are shown in both the popup profile and the full profile page (look here)... however, based on the definition of postbit earlier, assumed we were talking about the user info area for each post...
if actually talking about profile thought need to know if popup or full page or both... two different template files... spProfilePopupShow.php and spProfileShow.php... and the template function would be:
sp_UserSpecialRank($args='', $spProfileUser->special_rank);
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)