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.
Can i style just the replies subject titles on the main page
-
- Posts: 10
- Joined: Fri Jan 04, 2008 4:43 pm
I'm not sure exactly what you mean? Can you give an example?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 10
- Joined: Fri Jan 04, 2008 4:43 pm
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?
Well, you could edit mboard.php line 280 and give <li> a class, like <li class="reply"> then use li.reply {} in CSS.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
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).
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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 10
- Joined: Fri Jan 04, 2008 4:43 pm
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++