Quote:
Originally Posted by Sonic625
Sv1,
Any idea how to make the postbit mod you did where it shows the number of warnings each user has viewable to everyone?
|
As it is in my postbit template, the warning points total, for each member, is viewable by everyone. What is not viewable, is the warnings themselves, in other words the details of each warning that the admin and mods can see. Here is the code I use:
Right below:
HTML Code:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
I have:
HTML Code:
<if condition="$post[usergroupid]==2">
<if condition="$post[warning_level]>0">
<font color="#ff0000">
</if>
<BR>Warns Level: $post[warning_level]
<font color="#000000">
</if>
That should make the warning total viewable to all.
Rgds
----------
John