Back to vBulletin 3.7 Template Modifications

Unread Thread Color Hack
Mod Version: 1.00, by Michel Fortin

This modification is in the archives.
vB Version: 3.7.2 Rating: (2 votes - 5.00 average) Installs: 20
Released: 03 Jul 2008 Last Update: Never Downloads: 5
Not Supported Template Edits  

I wanted to implement a hack that would color code the threads that are unread -- above and beyond the link bolding. So I implemented this hack that will change the color of the background.

Here's what you do.

Go into the Main CSS of the template. Add the following in "Additional CSS Definitions" box:

Code:
/* ***** change thread color for unread ***** */
.unread {
background-color: #fefdf0 !important;
}
Now go to your threadbit template and look for:

Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
Add this code (in red):

Code:
<td class="<if condition="$show['gotonewpost']">unread </if>alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
And voila!

http://www.copywritersboard.com/copywriting-discussion/

Hope this helps!

Download

No files for download.

Screenshots

Click image for larger version
Name:	unreaddemo.jpg
Views:	772
Size:	71.0 KB
ID:	83468  


vblts.ru supports vBulletin®, 2022-2024