Hello All,
This question is a part of my series of questions that I'm coming up with while building a drama ticket booking/selling website.
So for today my question is, I want that only registered users should be able to review(comment) any drama. Others who wish to comment/review the drama should first signup and then add the comment.
I've figured this is possible if I add a new permission such as add-review and link to a role (eg, in my case registered is a role).
But, how exactly will the system know that add-review refers to adding comments?
Which step am I missing here? Or is this not the way to do it?
Please, I need some help here.
Thank you all in advance.