Hi,
Using debug mode, some deprecated code was reported for cond ? v1 : v2
syntax where parenthesis where needed.
It happens in wp-ajax-edit-comments\lib\class.css.php around line 113.
Hope it helps and please, provide us with an update for Jquery as well, it will be much appreciated.
Thanks in advance.
]]>I recently deployed this plugin (v6.1) on my site, and a user reported that when editing comments, all ‘+’ symbols are being replaced by spaces when saving an edited comment.
This appears to be result of this line in class.ajax.php:
$comment[‘comment_content’] = trim(urldecode($_POST[‘comment_content’]));
I changed it to the following:
$comment[‘comment_content’] = trim(rawurldecode($_POST[‘comment_content’]));
And the plusses no longer are replaced with spaces.
If this is proper behavior, maybe this can be integrated into the mainline so I don’t have to maintain a local patch?
]]>Hi,
as I am restarting my website after having had it closed down when the GDPR came, I am reviewing I would like to ask whether your Plugin collects or transmits any IP addresses, hostnames or other personal data, and whether any cookies are set?
I have also started wondering when reading this older support thread, which seemed to remain without a definite answer.
If you could address all of these aspects, it would be very helpful.
]]>Hello to all
After updating WordPress to 5.5, this plugin has encountered an error.
Notes for plugin developer:
Console error occurred. Because jQuery-Migrate has been removed from WordPress 5.5 and A console error (b.browser removed from jquery 1.9) has caused the comment editing form not working.
This plugin needs to be updated for WordPress 5.5, are you doing this update?
The dropdown for admin actions on the front end has the icons, but no text is shown until mouseover. This happens with several different themes. I can fix it with css for specific posts, but since the id increments on different posts this isn’t working globally.
Text is OK on the back end, it’s just on the front it doesn’t show.
I like your plugin and there is nothing wrong but is just to big for me. You do not how to help me just with delete button? Any function.php just add delete button to author comment?? Thanks
]]>When I launch a web app with this plugin as the edit comments plugin on safari browser, the edit functionality redirects to a new page. This page lets you save and click cancel, but then does not redirect to the page you were on. In chrome this creates a popup window and allows you to save then exit the popup right to where you were before. This is all tested on mobile using an iphone. Is there any fix to the safari issue?
]]>Hello, I’m getting errors in php error log with only this plugin. I have 72 plugins, and this is the only one that is giving log errors.
Great plugin – but to keep my live site loading in under 900 ms, I must try and fix any errors this plugin is producing before allowing it on website.
[18-Mar-2020 23:26:33 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in C:\wamp64\www\website\wp-content\plugins\wp-ajax-edit-comments\views\admin-panel\behavior.php on line 202
[18-Mar-2020 23:26:33 UTC] PHP Stack trace:
[18-Mar-2020 23:26:33 UTC] PHP 1. {main}() C:\wamp64\www\website\wp-admin\admin.php:0
[18-Mar-2020 23:26:33 UTC] PHP 2. do_action() C:\wamp64\www\website\wp-admin\admin.php:253
[18-Mar-2020 23:26:33 UTC] PHP 3. WP_Hook->do_action() C:\wamp64\www\website\wp-includes\plugin.php:465
[18-Mar-2020 23:26:33 UTC] PHP 4. WP_Hook->apply_filters() C:\wamp64\www\website\wp-includes\class-wp-hook.php:310
[18-Mar-2020 23:26:33 UTC] PHP 5. AECAdmin::print_admin_page_behavior() C:\wamp64\www\website\wp-includes\class-wp-hook.php:286
[18-Mar-2020 23:26:33 UTC] PHP 6. include_once() C:\wamp64\www\website\wp-content\plugins\wp-ajax-edit-comments\lib\class.admin.php:29
[18-Mar-2020 23:26:33 UTC] PHP 7. in_array() C:\wamp64\www\website\wp-content\plugins\wp-ajax-edit-comments\views\admin-panel\behavior.php:202
[18-Mar-2020 23:26:33 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in C:\wamp64\www\website\wp-content\plugins\wp-ajax-edit-comments\views\admin-panel\behavior.php on line 202
Thank you!
JJ
]]>Hi there,
When I click on the box “Click here to Edit” a box pops up.
How do I edit that box as it does not fit my theme?
I have looked around for the styles section but cannot seem to find it?
Thank you
]]>Hi there,
Love your product.
I am using it with Geodirectory to comment on listings.
I have selected the “Icons Only” for appearance and yet the text “Click to Edit” and “Delete” are still showing.
Everything else is working fine. How do I remove the text?
I can provide admin credentials if you need to login thank you
Shonty
]]>When you edit a comment on mobile, it redirects you to an edit comment screen. When you click save, it does not redirect you back to the page you saved the comment on like it does for a desktop version. Any fix for this?
]]>When anyone edits a comment and clicks Save, it says “SAVING” and just hangs there. It never says the comment was saved or closes the window or anything.
It actually does save the comment, but it doesn’t appear to be until you go back to the comment and look.
]]>Hello,
When I go to settings > Appearance of your plugin and try turn of a Cuontdown Timer – after save settings the option in “Show a Countdown Timer?” is seted as “No”
How can I turn of it? Maybe some function?
Thank you in adnvace.
]]>The plugin strips all backslashes after saving a comment.
]]>Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /home/pwrong/public_html/wp-content/plugins/wp-ajax-edit-comments/wp-ajax-edit-comments.php on line 498
version 6.04
After update, all admin plugin activity is broken.
Only remedy cPanel and delete the plugin folder — an option not available to all
]]>First off, thank you for creating this plugin, which is making my readers very happy. However, there is an issue that I would like to point out.
The Colorbox effect does not appear to work on smartphone browsers; instead, the editing window opens as a separate browser page. The editing form appears very small in the upper left corner of the page. I have to zoom the screen so that I can use the form.
The editing system still works, but after editing, the form remains on the screen and there is no link or other clue to help the reader return to the page they came from.
You can see this on my blog: https://cutetropolis.com
]]>Hi ! i am french, i must be stupid, i don’t find where i can set him in my admin ??
See you
I am building an intranet where I have a custom post type called Notices. Users can comment on these notice post types.
I added your plugin and all works fine on the single post view.
For the archive I have listed out the notices, each with a few action links that allow the user to drop down the comments for that post and create a new comment or reply to an existing one all on the archive page. So far so good. The commenting and replying works, it’s just the ajax features that don’t work.
Your plugin adds the moderation links to each comment but the problem is the icons don’t show, the spell check and enlarge icons aren’t present on the form and the scripts that control them don’t appear in the footer (viewed with inspect)
The links just go to a new window as opposed to opening the lightbox (because the scripts aren’t there).
I have tried disabling all plugins and made sure WP was using the default core jquery but the problem is the same either way.
I can’t see an option in the settings that relates to loading these scripts on archives or all pages.
So my query can be summed up as:
– Is it possible with the current plugin settings to load the scripts on an archive page?
– If not then could you tell me which scripts to load myself so I don’t have to root through the plugin code?
Just wanted to let you know that if you moderate a comment and then “undo” the action, said comment will be gone forever, not to be found in the “spam” nor in the “trash” folders. Sorry to say, but this is extremely clumsy and unconvenient.
]]>Once we started using W3 Total Cache, lots of users complained about the Edit comment option allowing them to edit others’ comments but not theirs!
I was wondering if you have any ideas? I was looking into W3 Total Cache and Ajax and it looks like there are some issues and some workaround, but they are beyond me!
Thanks to anyone for help and have a nice day!
Not sure when it stopped working, but now users (and myself!) are reporting that you can no longer edit comments in the mobile site. We are using WPtouch Pro for the mobile site and it used to work fine and now, doesn’t. Any ideas?
]]>The placeholder text in our comment box says “COMMENT” and it used to be wiped out when users clicked in the comment box to type. However, the other day this placeholder text stopped disappearing.
We’re getting a lot of comments like, “CThank you!OMMENT” now’.
With this plugin disabled, the placeholder text disappears when you click in the box. Re-enable this plugin, placeholder text doesn’t disappear… It’s driving me nuts.
Is there a way to resolve this issue?
Thank you!
]]>How do I remove Name, email, and URL from the popup window below?
https://ibb.co/jaHEQS
I have multi-user WP site set up and it gives article authors edit comment along with Name, email, and URL.
Or can I just remove the access from article authors to edit or delete comments from other users?
]]>Hi
Any time i use your plugins features, despite the fact that it works, it gives me thousands (unlimited count, it never stop) of javascript error in console as soon as i click on one of the buttons :
Uncaught Error : Syntax error, unrecognized expression: [href$=]
At function.fa.error
At fa.tokenize
At fa.compile
etc.
Any idea on how to fix that ?
]]>Hi.
When i go to each setting there is some icon appear like this
https://www.mediafire.com/view/5l6t3liiilxviav/edit%20icon%20appear.PNG
Hi. Can you update support woocommerce review?
]]>Dear @ronalfy
Thank you for awesome plugin.
We start to use your plugin, but authors of the Blogs receive emails about new comments with sensitive data about the user who posted the comment… as for example… Author’s IP and email :((
Here is the print screen of such an email… https://drive.google.com/file/d/0Byt6Z0MvLTUbaHhTdVVCaEJlNFE/view?usp=sharing
We need to stop those sensitive emails, please, how?
Thank you very much ??
]]>Hi there,
I want to make it so the user can leave a comment, and then scrolls to where the comment was posted.
Is this possible with the plugin?
thank you
]]>Hello
When you click the Edit button on the iphone(all version) Instead of displaying the lightbox, the comment editor opens on the same page and does not have the ability to return or close
I am trying to use email and I get a message that it is being sent, but at last no further message appears and actually no email gets through. any suggestion?
]]>