The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm kind of surprised but the Style variables don't really have a variable for visited links or for read or unread posts.
When I go into a specific forum, it is possible to see the threads that have been read or not. When I click on Today's Posts (or New Posts), all the thread titles are bolded whether they have been read or not. I spent a couple of hours trying to find the CSS that was causing this. I found in the threadlist.css this code: HTML Code:
.threadbit .threadtitle_unread { font-weight: bold; } The other CSS referenced for those threads that have been read it "title" and the only place I can find that in the CSS is in threadlist.css here: HTML Code:
.threadbit .title { background:transparent none no-repeat {vb:stylevar left} top; } I just find it odd that there is even a reference in search results template to an unread tag that bolds the text but all the results are bolded. Can somebody suggest how and where I might modify the CSS so I can have read posts unbolded in the Today's Post display? |
#2
|
|||
|
|||
![]()
Open up the template called search.css
Find Code:
.searchtitle { font-size:13px; padding:6px 0 2px; font-weight:bold; } Code:
.searchtitle { font-size:13px; padding:6px 0 2px; font-weight:normal; } |
#3
|
|||
|
|||
![]()
thank you!
|
#4
|
||||
|
||||
![]()
Yes, very useful. It also works by just removing the font-weight as such:
PHP Code:
|
#5
|
|||
|
|||
![]()
thank you very much...
|
#6
|
|||
|
|||
![]()
is it work in 4.0.1 too?
i can't find the code in search.css |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|