If no comments, display "post a comment"
Posted: Wed Jun 25, 2008 2:52 pm
Hey guys, my first post and I'd like to take the opportunity to thank you for this wonderful software. :-]
Now to my question, is there a way to have uncommented threads show "Post comment" instead of "Comments (0)" ?
I tried fiddling a little with the smarty code (I think?) but I'm not all that good with the syntax. Here's what I tried:It displays "Post a comment" regardless if there are any comments or not. Any suggestions would be greatly appreciated. :-]
Now to my question, is there a way to have uncommented threads show "Post comment" instead of "Comments (0)" ?
I tried fiddling a little with the smarty code (I think?) but I'm not all that good with the syntax. Here's what I tried:
Code: Select all
{if $entry.has_comments}
<br/><a href="{$entry.link}#comments">{$entry.label_comments} ({$entry.comments})</a>
{else}
<br /><a href="{$entry.link}#comments">Post a comment</a>
{/if}