[vB 3.7] Highlight Posts that have infractions.

Find the latest vBulletin information about [vB 3.7] Highlight Posts that have infractions. relating to vBulletin Quick Tips and Customizations, vBulletin Tips at The Staff Lounge. This was a vBulletin news entry posted 4 months ago. [vB 3.7] Highlight Posts that have infractions..




vBulletin Tips
To make posts containing existing infractions easier to see, you can highlight the text using CSS and a different background color. This is how you can achieve this effect:

First edit your postbit template and find this line:
HTML Code:

        <div id="post_message_$post[postid]">
Change it to:
HTML Code:

        <div <if condition="$show['redcard'] || $show['yellowcard']">class="post_infraction"</if> id="post_message_$post[postid]">
Then go to MainCSS and in the second Additional CSS Definitions box (bottom most box) add:
Code:

.post_infraction {background-color: #FFCCFF;}
Any post with a current infraction or warning would be shown with a light red or pink background making it easy to identify by staff members who can see infractions.
Tags: ,

One Response to “[vB 3.7] Highlight Posts that have infractions.”  

  1. 1 Alicia Fitzpatrick

    This can be the most difficult step of infractions for The Staff Lounge. In particular, you may want to look for The Staff Lounge when scouting for box. From there, they should be able to give you a very good idea as to what you need in Quick Tips and Customizations.

Leave a Reply



About This Entry

About This Entry
  • You’re currently reading “[vB 3.7] Highlight Posts that have infractions.,” an entry on The Staff Lounge

  • Published at 9.11.08 / 5pm

Powered By

Living Off

Forums Powered By vBulletin Blog Powered By Wordpress Skin Designed By Binary Bonsai