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
Ranks
Avatar
js
Member
Free Members
sp_UserOfflineSmall Offline
Jun 24, 2012 - 4:16 am

Instead of special forum ranks overriding regular forum ranks is it possible to display both?

Also, on profile pages I am trying to not show text with all the ranks because I am using special rank badges. I believe these lines are relating to that...but not sure what to change them to?
sp_UserForumRank($args='', $spProfileUser->rank);
sp_UserSpecialRank($args='', $spProfileUser->special_rank);

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 24, 2012 - 4:47 am

On the profile page question, to retard the title being displayed you will need to add a simple argument to the function call (both of them) as:

sp_UserForumRank('showTitle=0', $spProfileUser->rank);

On the topic view post user section question, locate the call in your topic view template:

sp_PostIndexUserRank('tagClass=spPostUserRank spCenter');

And add the extra argument as shown. Note the ampersand and the capitalisation:

sp_PostIndexUserRank('tagClass=spPostUserRank spCenter&hideIfSpecialRank=0');

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/)

andy-signature.png
YELLOW
SWORDFISH
Avatar
js
Member
Free Members
sp_UserOfflineSmall Offline
Jun 24, 2012 - 5:02 am

Thank you for the help 🙂

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jun 24, 2012 - 6:15 am

You're welcome.

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
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: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626