Quote:
Originally Posted by MPDev
Yes, because this only appears to the user themselves; not to the moderators who would warn that user. It's to avoid a 0% display which is confusing to my users.
|
I have made something simillar with a different approach (no file edits)!
I have put the postbit templates edit between an if statement
Code:
<if condition="$show['inlinemod']"><br /><br /><div class="smallfont">$post[warning]</div></if>
So only members with moderating rights can see it in the postbit and my members can see their warning log at their public profile!