My apologies. This fell off my radar.
Can you please provide an appropriate post where I can leave several test comments?
Hi! Thanks for answering! I am using localhost for development. Sorry. But yeah, my default user role is Author and its not working. Only if I knew of some code in functions php to give the role Author capabilities to edit their own comment. Any suggestions would be very coolio.
THANKS!
@jjnw
Weird. This plugin doesn’t care about roles.
Can you follow me on Twitter so I can DM you? @ronalfy
So you can Dungeon Master me? Oh, I haven’t played that game in ages LOL I don’t do Twitter, or Facebook, etc. Sorry. It’s okay, maybe in the future I will implement it. But thank you for answering! But yeah, if you are curious, when the user comments, you don’t see Edit button, for example, and instead if you open up source on web page it shows display:none, from ‘//Edit Button
$sce_content .= ‘<div class=”sce-edit-button” style=”display:none;”>’;
$ajax_edit_url = add_query_arg( array( ‘cid’ => $comment_id, ‘pid’ => $post_id ) , wp_nonce_url( admin_url( ‘admin-ajax.php’, $this->scheme ), ‘sce-edit-comment’ . $comment_id ) );`
Hope that is an indicator to help you come to a resolution 😉
Sorry, that’s not very helpful. I need a way to duplicate the problem reliably, otherwise it’s really not worth investigating further.