passing
Member
Posted 9 months ago #
Theme: Delicate
First, after filling in the reason for report, there is no "comment submitted / error / whatever message.
The report does arrive though.
Second, styling the forms and button is extra-hard, please pretty please make it more CSS friendly (button has no class that could be leveraged easily, and input[blabla] styling fails in the less-than-advanced browsers.
Third - it would be neat to have a "cancel report" button
The missing respond is due a bug in the code. The fix is described in this post:
http://wordpress.org/support/topic/plugin-ajax-report-comments-formatting-on-30#post-1575842
Basically, you add this line:
status_header(200);
Before this line:
echo <<< EOT
At line 132 or so, in the end of report.php
Hope that helps you, since the developer of this plugin certainly isn't :(
I'm also hoping for a support to localization for this plugin, and done that myself to the code but I'm not gonna put this plugin into production unless the dev decides to upgrade this plugin...
mentalist3d
Member
Posted 9 months ago #
Thanks for the quick easy solution, just installed the plugin, tested it and applied your fix, done in 5 minutes and the plugin now works fine, cheers ;)
passing
Member
Posted 9 months ago #
Thanks, jamk !
Everything works fine now!
JetManJR
Member
Posted 2 months ago #
I like this plugin... Only one thing about it that could really be addressed... Person doesn't have to be logged-in to report. Is it something I'm doing wrong?