![]() |
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?
|
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.
|
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.
|
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 { so maybe if you added a color there it might do what you want. |
hmmmmmm I don't seem to have a threadbit.css template in CSS templates
|
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). |
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 |
To change the color you need to use
HTML Code:
.threadbit .threadtitle_unread a { |
Thank you.
What would I use for read threads? |
Try .threadbit .threadtitle a { ...
|
adding that code to the additional CSS template did not change anything.
|
Yeah, I only know basic CSS so I usually don't fool around with that stuff, but I tested this and it seems to work:
Code:
.threadbit .threadtitle a:link { |
I managed to get unread posts to change by adding color: #660000; to the code below in threadlist.css
Code:
.threadbit .threadtitle_unread { once a thread has been viewed, it reverts back to the default color. However, if a reply is made to the thread, it does not go back to unread. Should it? |
Quote:
Are you talking about the code I posted above? Hmm...yeah, it probably doesn't do what you want. I think that changes color based on whether or not the browser thinks you've visited the link before. So I guess you want to use .threadbit .threadtitle_unread { .. and .threadbit .threadtitle { ... I think I'll leave it to cellarius or someone else that knows. Edit: well, I did play around with it more and this seems to work (although I don't understand why): Code:
.threadbit .threadtitle .threadtitle_unread { |
I used an adaption to the first code you gave me.
|
All times are GMT. The time now is 05:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|