UBB.Dev
Posted By: ehm How to identify the message already read? - 12/10/2004 9:16 PM
The CSS as was using with 6.3 threads shouw the messages unread as BOLD and the read ones as NORMAL font.
Now at the 6.5 all messages show with the same font and no other way to be easy for the user to difference between what he/she read and not.
There is any way to get that efect again?
I'm using the stock CSS and some other, but neither one has this efect.
THank you
Try the .newdarktable and .newlighttable classes of your stylesheet. The font-weight property is the one you need to make something appear bold.
Posted By: ehm Re: How to identify the message already read? - 12/11/2004 6:35 AM
I'm not a savvy on CSS, but by comparation I guess I found what you want me to do, but still nothing happens with the links I didn't read All still in the same "normal" font style.
See the lines I changed on FROSTED.CSS

.newlighttable {
color: #000000;
background-color: #e7f5fb;
font-weight: bold;
}
.newdarktable {
color: #000000;
background-color: #baeaf8;
font-weight: bold;
}
.newlighttable a:link {
font-weight: bold;
}
.newlighttable a:visited {
font-weight: normal;
}


Any more ideas?
Thank you for you help.
Posted By: ehm Re: How to identify the message already read? - 12/11/2004 9:05 AM
Let me clarify what I what:
if you go to Main Index and choose "last 24 hours" or "last 48 hours" I would like that all non readed post appear with font in BOLD and all already readed posts appear with font normal.
Maybe some one can point me on the right diretion to do it?
Thank you
© UBB.Developers