PDA

View Full Version : End-User Options - User's Ranks Display


Tasking Mickey
04-21-2011, 10:00 PM
Before I do anything with this template mod, I wanted to thank BOP5, (Bird0Prey5) for allowing me to use his code he gave me, and allowing me to share it with the rest of you guys, all credit is going to him.

Ever wonder on postbits, right under the user's name, it shows their ranks? Sometimes it can be annoying to some users, such as me, and I have gotten help on how to disable it via 'Edit Options"

== INSTALL ==

1. Navigate over to ACP - User Profile Fields - Add new Profile Fields - Single Selection Menu

2. Put these following settings,

Title: User's Ranks Displayment
Description : Choose this option, if you want to show user's ranks on postbit or if you do want to see them, and it hides them, but not from profiles.
Options: Yes
No
Set Default: Yes, but no blank option
Field Required : No
Field Editable by User : Yes
Private Field: No
Field Searchable on Members List : No
Show on Members List : No
Which page displays this option? : Options: Thread Viewing3. Now, once you've done that, head over to ACP - Style Manager - (Your Style) - Edit Templates - postbit

Find where it says:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>Replace with this:

<if condition="$post['rank'] AND $bbuserinfo['fieldxx'] != 'No' "><div class="smallfont">$post[rank]</div></if>Replace the XX with the User's Ranks Displayment profile field number.

4. Your all set and ready to go!


== NOTES ==

This allows any user to not display the ranks via postbit, however, the ranks will always show within the profile, this is just the postbit.
User's will always have the ability to re-show them again, this time going to UserCP - Edit Options, finding the option, and putting "Yes" and the ranks would show up on the postbits again.

Enjoy everybody!

Eplexx
04-22-2011, 12:46 PM
Thats cool, good job!

Zylantex
04-26-2011, 03:43 PM
No offence but there is no such word as "displayment" in the English language. Just use "display".

Just pointing this out because the search option won't find this useful mod if the correct search term is used.