Support Forum
Hey, I was wondering if there was any way to make it so that the forum post rank badge shows up in addition to any special rank badges someone's been given, such as moderator. It is possible to give them multiple special badges that show up at the same time, however, whenever I assign someone a special rank, the rank that's determined by their post count disappears and is replaced by whatever the first special rank I assign them is.
Thanks in advance!
yes...
see: http://codex.simple-press.com/.....xuserrank/
in particular, the hideIfSpecialRank argument...
Visit Cruise Talk Central and Mr Papa's World
putting a template tag or adjusting arguments in a template tag is not really coding...
find this template function in your sp theme... the topic view template file... spTopicView.php
sp_PostIndexUserRank()
and add the hideIfSpecalRank argument... so change something like:
sp_PostIndexUserRank('tagClass=spPostUserRank spCenter');
to
sp_PostIndexUserRank('tagClass=spPostUserRank spCenter&hideIfSpecalRank=0');
that will change the default from hiding if special ranks to showing both...
Visit Cruise Talk Central and Mr Papa's World
So I went into theme editor and modified my theme as you said. I replaced that the text as you suggested but it did not work. There do not appear to be any changes. What do I try now?
here is an example of a thread where you cansee that there are no changes
http://www.cringechannel.com/f.....festation/
please show me exactly what your template function call looks like now...
Visit Cruise Talk Central and Mr Papa's World
you (maybe it was me) spelled special wrong..
hideIfSpecialRank
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)