Scott Reilly
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Commenters Comments Count] Link to comments does not workThanks for reporting the issue! Check out v1.1.3 of the plugin, which should fix this issue.
Forum: Fixing WordPress
In reply to: [Post Index Helpers] [Plugin: Post Index Helpers] crashes my siteCan you paste the code that you used? I’m guessing you’re encountering PHP syntax usage errors.
And can you provide more information about what you’re trying to do? It doesn’t sound like this plugin does what you think it does. Its purpose is to tell you what position a given post is within the current loop, or to get a post from a specified position in the loop (with helper functions related to those tasks).
Hi, and thanks for the suggestion!
Check out v1.3 of the plugin. It no longer shows the expand/collapse links if the user doesn’t have javascript enabled.
Forum: Plugins
In reply to: [Admin Post Navigation] [Plugin: Admin Post Navigation] Custom Post TypesThe latest release of the plugin, v1.6, adds support for custom post types. Please give it try and let me know if you encounter any problems. Thanks!
Thanks for reporting the issue!
I just released v2.0.4 of the plugin which fixes the problem. Let me know if you encounter anything else.
Forum: Plugins
In reply to: [Plugin: Text Replace] save button ask to loginHas this still been an issue for you? I encourage you to try the latest version, v3.0.3.
Forum: Plugins
In reply to: [Admin Trim Interface] [Plugin: Admin Trim Interface] Plugin brokenThanks for reporting the issue!
I just released v2.0.3 of the plugin which fixes the problem. Let me know if you encounter anything else.
Thanks for reporting the issue!
I just released v2.0.3 of the plugin which fixes the problem. Let me know if you encounter anything else.
Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] CRASHED had to ftp to delete@dtclarinet: Saw your Twitter request for support before this post. The subject of your thread here suggests something more dramatic than what I gathered via Twitter. I know you said you’ve since deactivated the plugin, but what sort of “crash” were you experiencing? Needing to use ftp to remove the plugin suggests something extreme happened. Are you running WP 3.0+? And you were using the latest version of the plugin? At what point did it “crash” (after activation, after configuration, trying to send the test email)? The “Error: Could not connect to SMTP host” error I thought you were getting is understandable. I’d need more info to know what might’ve happened to cause a “crash”. (Could also be a plugin conflict, among other things.)
Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] Thanks!Glad it worked for you!
Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] SMTP Error: Data not accepted.I haven’t heard of that logic inversion issue before. Are you using the latest version of the plugin? The most recent versions (v3.0+) don’t give you the option between using PHP mail or SMTP; if the plugin is activated then it will enable SMTP.
Regarding your original issue, I wouldn’t be surprised if your overly secure previous host had things too locked down.
This may be a result of a bug in WordPress that just got fixed in trunk (the code for the pending 3.1 release of WP). How technically capable (and willing) are you to test it out?
The change in question isn’t very much, and can be found here:
http://core.trac.wordpress.org/changeset/15799If it’s not something you are comfortable attempting, that’s ok. (Be sure to make a backup of the file you are changing as a precaution.)
Hi MeredithX,
Just letting you know that I’ll be investigating this issue closer shortly. I’ve received a similar report, but it doesn’t appear to be widespread.
Forum: Plugins
In reply to: [Configure SMTP] [Plugin: Configure SMTP] SMTP Error: Data not accepted.The error “Data no accepted” is one sent back by the mail server, so the plugin actually made the connection to the SMTP server, but something else is not correct.
There are a multitude of reasons, some related to how the plugin is configured with respect to the mail server, and some related to some server-specific configurations. I’ll see if I can get the plugin to provide a more specific information about the error (if there is any to be had) to help you out.
Forum: Plugins
In reply to: [Plugin: Get Custom Field Values] Using the shortcodeThe latest version of the plugin, v3.2, should fix the issue.
I should also document the shortcode, which I intended to do with this release. However, I didn’t, but I’ll do so for the next release.