(((SoLVeD))) Comments on News not showing ...?!
Posted: Tue Sep 04, 2007 11:13 am
I put my site on the air last night. I am using News module as a blog with Comments module and SocialBookmarks tag.
Now, people have started commenting on my News posts. I get the email alert through CMSmailer, but there are no comments beneath the post ...?!
This is my News Detail template:
I would think the comments tag is correct?
Do I need to set an area for posted comments as well?
EDIT:
Sorry, versions:
News 2.3
Comments 1.8
Now, people have started commenting on my News posts. I get the email alert through CMSmailer, but there are no comments beneath the post ...?!
This is my News Detail template:
Code: Select all
{if $entry->formatpostdate}
<div id="NewsPostDetailDate">
{$entry->formatpostdate}
</div>
{/if}
<h3 id="NewsPostDetailTitle">{$entry->title}</h3>
<hr id="NewsPostDetailHorizRule" />
{if $entry->summary}
<div id="NewsPostDetailSummary">
<strong>
{eval var=$entry->summary}
</strong>
</div>
{/if}
{if $entry->category}
<div id="NewsPostDetailCategory">
{*$category_label*} {$entry->category}-wise
</div>
{/if}
{*if $entry->author}
<div id="NewsPostDetailAuthor">
{$author_label} {$entry->author}
</div>
{/if*}
<div id="NewsPostDetailContent">
{eval var=$entry->content}
</div>
<div id="footerL">
{cms_module module='comments' modulename='News' pageid=$entry->id}
{socialBookmarks title="Spider-Howl: Illustration and Comics by Allan Haverholm -"}
</div>
<div id="footerR">
<div id="NewsPostDetailPrintLink">
{$entry->printlink}
</div>
{if $return_url != ""}
<div id="NewsPostDetailReturnLink">
{$return_url}
</div>
{/if}
</div>
Do I need to set an area for posted comments as well?
EDIT:
Sorry, versions:
News 2.3
Comments 1.8