Article Comments Section
wright 42
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Article Comments Section
wright
OP
42
From: -
From: -
Once again thank you it worked perfectly.
1 Re: Article Comments Section
Philipp Esselbach
From: -
Editor
0From: -
Here a quick modification to show all comments on the article pages.
1) Unzip and upload the modified articlespages.php (attachment below) to the /modules/articles directory
2) Change the template articles_layout_pages to this:
To edit the template:
Templates / Manage Templates => Edit => Articles Edit => articles_layout_pages => Edit
articlespages.zip
1) Unzip and upload the modified articlespages.php (attachment below) to the /modules/articles directory
2) Change the template articles_layout_pages to this:
<!-- Template: articles_layout_pages -->
{$insert['articles_pages_header']}
{$insert['articles_pages_pagenav']}
{$insert['articles_pages']}
{$insert['articles_pages_advertisement']}
{$insert['articles_pages_pagenav']}
{$insert['articles_summary_comment_manage_header']}
{$insert['articles_summary_comment']}
{$insert['articles_summary_comment_manage_footer']}
{$insert['articles_summary_comment_pagenav']}
{$insert['articles_summary_comment_form']}
{$insert['articles_pages_footer']}
To edit the template:
Templates / Manage Templates => Edit => Articles Edit => articles_layout_pages => Edit
articlespages.zip
Hi again, is it possible to display the comments under articles?
I know that they are displayed under the article summary but I would like to put them under the articles themselves.
Thanks.