Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
How to remove Special Rank Text
Avatar
Stang5_0
Member
sp_UserOfflineSmall Offline
Jun 24, 2014 - 1:13 pm

Hello,

Can you please tell me how I can remove Special Rank text below the badge and just go with badges?

Thanks,

Stang

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 24, 2014 - 3:02 pm

Sure. This needs a small and simple edit to the theme template,. In this case the spTopicView.php template in the /templates folder of the Simple:Press theme you are using.

Locate the template display function - sp_PostIndexUserSpecialRank() - in that template. In 'default' it will look like this:

sp_PostIndexUserSpecialRank('tagClass=spPostUserSpecialRank spCenter');

You just need to add an argument to the list like this:

sp_PostIndexUserSpecialRank('tagClass=spPostUserSpecialRank spCenter&showTitle=0');

Exactly like this in fact.

As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/.....g-a-theme/) - or - if using the latest version - you could create a child theme.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Stang5_0
Member
sp_UserOfflineSmall Offline
Jun 25, 2014 - 2:09 pm

I have tried that in default - which is what I am using, and there seems to be no change.  It is in wp-content/sp-resources/forum-themes/default/templates/

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 25, 2014 - 2:51 pm

I can guarantee that this does work. Just retested to make sure. As long as you really do mean the Special Ranks... Can you paste the code change you made here so we can look at it?

andy-signature.png
YELLOW
SWORDFISH
Avatar
Stang5_0
Member
sp_UserOfflineSmall Offline
Jun 27, 2014 - 5:00 pm

I figured it out, thanks. Can you tell please how I can accomplish the same now on the members list?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jun 27, 2014 - 7:31 pm
There is not an easy way to remove it… so remove with css… add this to your theme:

#spMainContaine #spMemberListSection span.spInRowRank {display: none;}

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625