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

How to make the comments show on the article pages?


avatar
Forma 17
From: -
How to make the comments show on the article pages?

I'd like it if i could have the comments flow from the bottom of each article page instead of having to click the comments link.

Is this possible?

Notice

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

Responses to this topic


1 Re: How to make the comments show on the article pages?
avatar
OP 17
From: -
thanks for this, i'm sure i wont be the only one who will want it to work this way Smiling Face
1 Re: How to make the comments show on the article pages?
avatar
Editor
0
From: -
Here a patched articlespages.php that will display the comments on all article pages.

You also need to 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_form']}
{$insert['articles_pages_footer']}

   articlespages_mod.zip
1 Re: How to make the comments show on the article pages?
avatar
OP 17
From: -
not for now, if in the future it goes in that direction, it would certainly be vbulletin 3.7 or higher, for now, its using contentteller's comment system.
1 Re: How to make the comments show on the article pages?
avatar
Editor
0
From: -
Ok, I will look into it. Are you planning to use vBulletin or another message forum script for the comments?
1 Re: How to make the comments show on the article pages?
avatar
OP 17
From: -
as much as i love to be search engine friendly, in this case i'd still probably like to go this route. i'm not sure yet, but it's possible the articles will not go beyond one page in length, and if they do i'll just take the hit on google, i think.
1 Re: How to make the comments show on the article pages?
avatar
Editor
0
From: -
It is not very wise to doing a change like this. The main problem is that the comments can go over multiple pages while the article can have multiple pages as well. In the worse case there is a lot duplicate content, which is not very search engine friendly after all.

Notice

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