1
When a registered user creates a comment, the user has 3 buttons available for that comment: Edit, Delete, and Reply. Edit and Reply work just fine. However, when the user presses Delete, the system responds with the "you do not have permission" message.
This is very confusing for the user because we show the Delete button but then when the user tries to use it, we give an error message!
Has anyone else encountered this problem?
Permissions are checked in the include file, comment_delete.php so I need to make a change to this file but it’s difficult to understand where the change should be made or what the change should be.
Any suggestions?
Regards, Tom O'Dea
Melbourne, Australia