PDA

View Full Version : Show Thread Enhancements - Unread Thread Color Hack


Michel Fortin
07-02-2008, 10:00 PM
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:

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

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

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

Click here for a live demo. (http://www.copywritersboard.com/copywriting-discussion/)

Hope this helps!

Super Jinni
07-03-2008, 10:28 PM
thanks

I'm gonna give it a try

:)

NGUYENDUCTRUONG
07-03-2008, 10:43 PM
Thank you very much !

TimberFloorAu
07-05-2008, 12:00 AM
Great work mate. Works a dream, thank you very much .

Ozzy clicks * Installed and Launched *

acegames
07-06-2008, 01:08 PM
Thanks , just what I was looking for

soletrader
07-07-2008, 02:24 AM
Hi,

How would I add one for closed and popular threads? Thanks

Michel Fortin
07-07-2008, 01:30 PM
Hi,

How would I add one for closed and popular threads? Thanks

What you're looking for is here:

https://vborg.vbsupport.ru/showthread.php?t=174973

BigDog56
07-07-2008, 04:00 PM
Seams to change the color of the read threads, not the unread ones.

g0dfather1984
07-08-2008, 04:25 AM
Thank you!

Emmmmrz
07-14-2008, 02:17 AM
I don't suppose it would be possible to get the code inserted into a text document to download for people that want to use this; but not go code diving atm? (like myself)