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
Hiding Empty Trackbacks and Comments
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Hiding Empty Trackbacks and Comments
Hi!
No plugins for that, you must edit the entries.tpl file and add smarty checks:
Quite easy. 
(However: How do you add comments on entries without comments when you don't see the comment section?
)
Best regards,
Garvin
No plugins for that, you must edit the entries.tpl file and add smarty checks:
Code: Select all
{if $entry.comments > 0}
...
{/if}
(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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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/
# 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/