how to not display comments in extended view

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Glyphon
Regular
Posts: 5
Joined: Mon May 03, 2004 6:22 am

how to not display comments in extended view

Post by Glyphon »

Any advice on how to do this? I have comments disabled, and I would like for the giant "Comment" et al. to not be displayed, but i can't find the code that prints this.

TIA
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: how to not display comments in extended view

Post by garvinhicking »

Best way for this possible would be by using CSS inside the template's style.css

Just set the serendipity_comments and/or serendipity_commentsTitle to "display: none".

Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Glyphon
Regular
Posts: 5
Joined: Mon May 03, 2004 6:22 am

Post by Glyphon »

great! thanks.
Post Reply