Another tip I use, since I use the postbit_legacy and don't like making the iplogged section two lines (opens up all that space to the right where a couple button sit; I prefer the warning indicator in the profile section along with all the other user information. I also like it formatted like the other items:
So, in the postbit_legacy template, I put the code here:
Code:
<if condition="$post[icqicon] or $post[aimicon] or $post[msnicon] or $post[yahooicon] or $post[skypeicon]"><div class="info">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>
<if condition="$show['warning']"><div class="smallfont"><div class="info">$post[warning]</div></if>
Quote:
Any way of keeping it like you have it, but, showing a warned member's graph to the world?
|
The only thing my change above did was instead of displaying a 0% meter to a user, it says "No warnings." to them; it doesn't change any other functionality and only effect what the user sees about themselves. To show a warning level to the world would mean changing some other logic and I haven't looked that close to know offhand what to change.