Hiding Empty Trackbacks and Comments

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
steven
Regular
Posts: 57
Joined: Tue Jul 18, 2006 12:07 pm
Location: North Carolina USA
Contact:

Hiding Empty Trackbacks and Comments

Post by steven »

Is there a plugin or other way to hide the comments and trackback sections if they are empty?

I do not want to eliminate those items. Many of my posts are announcements. My readers are not big commentors and the blog looks a bit deserted with the comment area present but blank.

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

Re: Hiding Empty Trackbacks and Comments

Post by garvinhicking »

Hi!

No plugins for that, you must edit the entries.tpl file and add smarty checks:

Code: Select all

{if $entry.comments > 0}
...
{/if}
Quite easy. :)

(However: How do you add comments on entries without comments when you don't see the comment section? ;-) )

Best 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/
steven
Regular
Posts: 57
Joined: Tue Jul 18, 2006 12:07 pm
Location: North Carolina USA
Contact:

Post by steven »

If the comment count and the comment form are all part of the same section, I guess I can't. I was just trying to eliminate the headers and count part but leave the comment form for those that want to use it.

Thanks for the code.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, I believe you can put the comment form seperately. I believe in the entries.tpl file there's a {serendipity_showCommentform} or sth. like that function call?

HTH,
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/
Post Reply