Support Forum
How to remove Special Rank Text
Yellow Swordfish
Glinton, England
SP Master
Offline
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.
YELLOW
SWORDFISH
|
There is not an easy way to remove it… so remove with css… add this to your theme:
#spMainContaine #spMemberListSection span.spInRowRank {display: none;}
Visit Cruise Talk Central and Mr Papa's World
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