Hi, I am working on a project where I’ll need to give users the ability to comment on comments.
What’s the best way to do this? My gut instinct is to create a custom table with id, user_id, title, body, and comment_id to tie it to another comment and do it all custom – is there any easier way that this could be built into buddypress? Threadable comments perhaps?
rcavezza
@rcavezza
12 years, 6 months ago
Hi, I am working on a project where I’ll need to give users the ability to comment on comments.
What’s the best way to do this? My gut instinct is to create a custom table with id, user_id, title, body, and comment_id to tie it to another comment and do it all custom – is there any easier way that this could be built into buddypress? Threadable comments perhaps?
– Bob C