Comments Demo page

This page shows how comment script works.

Comments page 238 of 266
Click here to add a comment
wetr
Posted 5773 days ago
werwerewr
me
Posted 5779 days ago
nice!
Adrian
Posted 5780 days ago
@Dave: it is not made to display different groups of comments on one page, I remember some clients tried it and the issue was that when posting a new comment the system cannot know on which set you want to save that new comment.
It might work to display only (without posting comments) but there is no guarantee.
Dave
Posted 5781 days ago
Is it possible to display the last 3 comments from different articles on one page?

Thanks
pera
Posted 5781 days ago
komentar
Adrian
Posted 5781 days ago
Hello AL, yes, it can be added on multiple pages, just paste that include line and the comment script will automatically display different set of comments on the different pages.
Or if you like, you can also show same set of comments in multiple locations, that is by specifying a comment ID before the include line and use same ID in as many locations if you like, for example:

$comment_id = "article_20"
include("comments/comments.p hp");

Again, if you do not specify an ID, then it will show different comments on each different page.
AL
Posted 5782 days ago
can this be added on to multiple pages?