Unread Thread Color Hack
This modification is in the archives.
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; } Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> Code:
<td class="<if condition="$show['gotonewpost']">unread </if>alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]"> http://www.copywritersboard.com/copywriting-discussion/ Hope this helps! Download No files for download. Screenshots |