Inverting the order comments are presented
Can someone tell me how to change the order the page comments are presented? Can they be nested?
Thanks,
Ray
Comments
Log in or create an account to post a comment.
Can someone tell me how to change the order the page comments are presented? Can they be nested?
Thanks,
Ray
Threaded comments
I'll looking into this within the next week. There is already a 'parent_id' field for this in the page table, but this requires some considerations and effects the moderation handler. On the other hand there are multiple ways and options to implement threaded comments.
It would be good to know what you have in mind regarding expectations for options and user interface or good examples.
IMPLEMENTED:
Re: Threaded comments
It would also be really nice to support Conversation Threading so that a reply to a comment is indented under the parent comment. This would require the commenter to either start a new comment thread OR reply (comment) in respect to any existing comment. That choice should be available any time and on any page the user has the ability to make a comment. I would not suggest that a threaded comment text automatically include all comments that are hierarchical to that thread. I don't think it is necessary to give the user the choice of listing all comments in a time linear manner if he can have a hierarchical comment view. If you end up providing threading, then listing the top level of the thread in a most recent OR oldest topic on top is fine.
If you provide some kind of hierarchical listing, it would be nice to be able to selectively collapse the thread items - only showing the original comment title. This collapsing should be available to any thread and the setting should be "remembered" from one session to the next session. Again, this threading and collapsing is secondary in importance to the first request made above.
If I can help further on this, please don't hesitate to ask. Additionally, if you would like me to check out any code functionally, I am happy to do that.
Ray