Page 1 of 1
Can i style just the replies subject titles on the main page
Posted: Mon Jan 07, 2008 1:53 am
by perthmetro
Version of script:1.3
Can i style just the replies subject titles on the main listings page, that way i can make it more distinguishable... thanks. Pete.
Posted: Mon Jan 07, 2008 9:36 pm
by Klemen
I'm not sure exactly what you mean? Can you give an example?
Posted: Sun Jan 13, 2008 2:19 am
by perthmetro
when someone replies to an original message that reply's subject is displayed underneath and indented the original post... correct? What I want is to be able to format via a style sheet the reply line and not have it affect the original post's subject line (this is all on the front page)... clear as mud?
Posted: Sun Jan 13, 2008 11:24 am
by Klemen
Well, you could edit mboard.php line 280 and give <li> a class, like <li class="reply"> then use li.reply {} in CSS.
Posted: Sun Jan 13, 2008 11:26 am
by Klemen
You will probably also need to create the same for the <a href in the same line.
Oh and note that any changes you make will be visible to new posts only. Because fo the way posts are stored any changes will not be visible in existing posts (unless you edit the code inside threads.txt).
Posted: Sun Jan 13, 2008 12:43 pm
by perthmetro
Thanks for that.. yeah i've been playing around with the styles but it's very hard to locate them (could you place lots of comments to make this easier next version?). I understand about the new styles being generated with only new posts... but it's not too hard to batch convert the others in notepad++