regua
Forum Replies Created
-
I’ll look into the bugs you reported. Thanks!
Don’t expect them to be corrected soon, though, as users don’t like when new plugin versions are released so frequently. Both of the bugs should be gone in the next ACP release, which will come… someday in the future. When I can think of some groundbreaking new functionality, for example πAs to the feature request, it’s not that easy to do. ACP doesn’t just add the new comment to the list, it actually removes the whole list and replaces it with the new one, which it downloads using Ajax, as selecting just one comment would be pretty difficult. I’ll take note of it and will try to add some fancy effects to ACP – I can’t promise anything, though.
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] FF browser errorThe Google Analytics bug has been solved, although you still can’t just paste the new GA code and use it. See the FAQ for details.
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] ACP errorUse this code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "XX-XXXXXX-X"; // enter your tracking number here urchinTracker(); </script>Currently there is no functional difference between the codes. Google has announced some “new features” that will be available only to the users of the new code, but as of now there are no signs of them. I hope to have solved the ACP problem by the time Google adds new functionality to Analytics.
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] ACP errorThe new Google Analytics code seems to be causing some problems when used with ACP. When you access your GA settings, you have the option to choose either the new or the old Analytics code; please use the old one in order for ACP to work.
Forum: Plugins
In reply to: [Plugin: Ajax Comment Posting] ACP errorWhat other Ajax/JavaScript plugins are you using? Do you have Google Analytics installed on your site?
Forum: Plugins
In reply to: [object Error] when trying to post a comment in IEThe “object Error” problem was solved in the newest (1.2.3) version of the ACP plugin, at least that’s what the beta testers have been reporting to me.
Sorry it took so long to get this sorted, but it was actually jQuery’s fault…
Forum: Plugins
In reply to: [object Error] when trying to post a comment in IEIf it’s a common Ajax problem, it may be jQuery’s fault (jQuery is the JavaScript library that handles Ajax in ACP). Are you using Prototype.js library along with my plugin (in some other Ajax plugin or just alone)?
Forum: Plugins
In reply to: [object Error] when trying to post a comment in IEWhen IE reports the error, it should also mention what file actually caused it. Is it acp.js or jquery.js? And does it provide you with an exact line number?
Forum: Plugins
In reply to: comments don’t showgauravs82, email me (regua at regua.biz) your comments.php file (from your theme’s main directory), it probably causes the problem.
Also, do you use any other Ajax-based plugins?Forum: Plugins
In reply to: Comment form doesn’t showProblem solved via IM.
It wasn’t the plugin’s fault.Forum: Plugins
In reply to: comments don’t showUhm… not really. If the comment list isn’t refreshed when you submit a comment, your WordPress theme probably causes the problem.
Send me your comments.php file (it’s in your theme’s main directory) to regua at regua.biz, I’ll try to find a way to fix it.Forum: Fixing WordPress
In reply to: Error with activationYou can just switch email validation off my deleting the lines 28 to 33 in your acp.js file in the plugin’s main directory.
The problem will be solved along with ACP 2.0 coming soon.
Forum: Plugins
In reply to: Conflict between WP-Polls and Ajax Comment PostingProblem solved via email.