The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changing Background Color for threads that have been read?
How and where do i change or add the code to change the background color of threads that have been read, and leave the unread thread as default? I did a search but could not find anthing that helped me.
I'm using VB3.5.4 Thanks |
#2
|
||||
|
||||
Ack. I thought this would be a great mod to work on then I saw this thread with the answers. Darn those vB Team.
|
#3
|
|||
|
|||
Perhaps i was doing something wrong. But i could not get that to work for me. Nothing would change.
|
#4
|
||||
|
||||
Ahh...Maybe it hasn't been done yet. Hmm...
Try this: In Threadbit template --> threadbit look for: Code:
<td class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]"> Code:
<!-- COLOR BACKGROUND CHANGE ON READ --> <if condition="$show['gotonewpost']"> <td class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]"> <else /> <td class="alt2" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="background:#ff0000"> </if> <!-- / COLOR BACKGROUND CHANGE ON READ --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|