This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Article Comments Section


avatar
wright 42
From: -
Article Comments Section

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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Article Comments Section
avatar
OP 42
From: -
Once again thank you it worked perfectly.
1 Re: Article Comments Section
avatar
Editor
0
From: -
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:

<!-- 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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.