MyBB Community Forums

Full Version: Custom reputation for specific users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<if $memprofile ['uid'] == UID then><strong class="reputation_positive">Owner</strong><else>{$reputation}</if>

And for two users:

<if $memprofile ['uid'] == UID then><strong class="reputation_positive">Owner</strong><elseif $memprofile ['uid'] == UID then><strong class="reputation_positive">Admin</strong><else>{$reputation}</if>
(2015-07-25, 11:23 AM)Akay Wrote: [ -> ]
<if $memprofile ['uid'] == UID then><strong class="reputation_positive">Owner</strong><else>{$reputation}</if>

And for two users:

<if $memprofile ['uid'] == UID then><strong class="reputation_positive">Owner</strong><elseif $memprofile ['uid'] == UID then><strong class="reputation_positive">Admin</strong><else>{$reputation}</if>

Would this replace any lines of code?
you need template conditional plugin to make all above conditional work.
template conditional (http://mybbhacks.zingaburga.com/showthread.php?tid=464)
Pages: 1 2