Hello,
Issue 1: Cannot edit own comments from Dashboard.
When user tries to edit his/her own comments on dashboard by clicking the "Edit" button, it just shows popup window with an alert icon (Screenshot attached).
There is no way to edit on dashboard.
(But when user clicks "view comment" and goes to the blog post, he/she can edit comments. So ACL is configured properly.)
Issue 2: Cannot delete own comments either on Dashboard/Post page
When clicked "Delete" button, it throws an error message below:
Table 'table_name.#__community_activities' doesn't exist SQL=SELECT COUNT(1) FROM `#__community_activities` WHERE `app`='com_easyblog' AND `cid`='8' AND `comment_type`='com_easyblog.comments'
Are these bugs?