The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
read thread color
Is there a setting that allows read thread colors to be changed so that a member sees right away that they have already read that thread?
|
#2
|
||||
|
||||
Thats difficult because in your session unread threads appear in bold and when read are unbolded, however when you finish your session all threads are marked read or unbolded.
|
#3
|
|||
|
|||
I was on another vBulletin forum that once a thread was read, the title changed colors, so there must be something here that allows that to happen. I just can't seeem to find it via the search function here.
|
#4
|
|||
|
|||
I haven't tried it, but in the template [S]threadbit.css[/S] threadlist.css (Under the CSS Templates group) is this:
Code:
.threadbit .threadtitle_unread { font-weight: bold; } so maybe if you added a color there it might do what you want. |
#5
|
|||
|
|||
hmmmmmm I don't seem to have a threadbit.css template in CSS templates
|
#6
|
|||
|
|||
My mistake - it's threadlist.css. But it's just as well because I think what you really want to do it edit additional.css, paste that in there, and change it to what you want (and it will override the code in threadbit.css).
I also realized that (assuming it works) this will change the look of unread threads which is the oppposite of what you described. But I think you can look in threadlist.css and find how the color is set you can work it out. (Or maybe someone else will know - or I can try to figure it out tomorrow). |
#7
|
|||
|
|||
I'll take a crack at it.... I'll copy the template in case something screwy goes on before I change anything...LOL
Thanks for the help. --------------- Added [DATE]1339734309[/DATE] at [TIME]1339734309[/TIME] --------------- tried adding color to that piece and nothing changed.....oh well |
#8
|
||||
|
||||
To change the color you need to use
HTML Code:
.threadbit .threadtitle_unread a { color: #123456; } |
#9
|
|||
|
|||
Thank you.
What would I use for read threads? |
#10
|
|||
|
|||
Try .threadbit .threadtitle a { ...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|