I have created view to display images and also user to display it in popup using Colorbox trigger in view.
I want to allow users to comment on each individual image in modal form only. Just like Facebook. I have printed the comment form on popup but it is coming with preview button which redirects user to the photo’s node page. And allow there to POST comment which I don’t want.
What I want is user should be able to comment in popup with post button and the comment should be posted in modal form only (Should be visible in modal and node page as well). Is there any module to workout this?