Grouping all comments together of same user in HTML

Asked By 0 points N/A Posted on -
qa-featured

Intention of my program is to group all the comments based on the author name. I would like to show all the comments from one author together. I am trying to perform this in Python. is there a way to simply collect the list of a person’s comment based on name property? All the persons who comment has an unique name ID in the database and hence i can use that data. People cannot comment if they do not have the ID. It simply implies they have to first register and then comment. How to do this in cool way and with out attracting much headache in the future? Great thanks for your kind help.

SHARE

Related Questions