[vB 3.7] Highlight Posts that have infractions.
263 Views Published 4 months ago in vBulletin Quick Tips and Customizations, vBulletin TipsTo 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:
Change it to:
Then go to MainCSS and in the second Additional CSS Definitions box (bottom most box) add:
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: template, vb
First edit your postbit template and find this line:
HTML Code:
<div id="post_message_$post[postid]">HTML Code:
<div <if condition="$show['redcard'] || $show['yellowcard']">class="post_infraction"</if> id="post_message_$post[postid]">Code:
.post_infraction {background-color: #FFCCFF;}Search
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
Related Entries
- [vB 3.7] Create visually appealling Notices - vBulletin Tips
- Infractions, User Notes and keeping records - vBulletin 3.7 Add-onsvBulletin Add-ons
- [vB 3.7] Hide visitor messages editor in your own profile - vBulletin Tips
Recent Entries
- Donncha: WP Super Cache 0.8.7 - Wordpress
- Mark Jaquith: Subscribe to Comments plugin now on WordPress.com - Wordpress
- 3.8.0 skins updates - AnnouncementsvBStyles
Popular Resources
- Phorum-5.2.9a released (6 replies) - 13572 Views
- Phorum-5.2.8 final released (13 replies) - 6031 Views
- Phorum-5.2.9 released! Security Upgrade! (1 reply) - 3054 Views







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.