MyBB Community Forums

Full Version: Rename rep according to UID
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to change the name of rep according to UID? For instance, instead of UID 1 having '10 rep' it can be changed to anything I like, whilst keeping the standard rep as a number for everyone else?
You may like to look at Template Conditionals. It's a fairly simple thing to do; if you need a hand with it, send me a PM. Smile
<if $post['uid'] == 1 then><span class="strong reputation_positive">10</span><else>{$post['replink']}</if>
I am trying to do it via functions.php but I want it to display everywhere, not just postbit.