Scott Reilly
Forum Replies Created
-
Forum: Plugins
In reply to: [Configure SMTP] From e-mail address@gnasralla : Hi, and thanks for the kind words!
As for your suggestion, it’s a general sort of thing that’s definitely possible. Emails have headers that contain some info about how the email can be handled by mail clients. One such header is “Reply-To” which indicates (for most mail clients) who to reply to, which can be separate from who sent the email.
The only issue for that with regards to this plugin is that this plugin sets up the mail handler used generally by WordPress and itself does not handle specific emails. To do so would start to get into doing things a little afield of its purpose.
However! It’s a good idea that can be done in a separate, dedicated plugin that would be compatible with a site whether it is using Configure SMTP or not. I’m going to give it some consideration. I can’t make any promises or theorize a timetable, but I’ll let you know if I do so.
Forum: Plugins
In reply to: [Restrict Usernames] Register doens't work@basserne995 : Great to hear you tracked down the issue, Bas! Cheers!
Forum: Plugins
In reply to: [Obfuscate Email] Phone Number@perceptol : Thanks, and thanks for the suggestion!
At this time I don’t have plans to add obfuscation for phone numbers. Is scraping for phone numbers a problem like it is for email addresses? Were I to pursue it, I’d make it a separate plugin if for no other reason than dealing with phone numbers is outside the scope of how this plugin is named. Cheers!
Forum: Plugins
In reply to: [Restrict Usernames] Register doens't work@basserne995 : Could you be more specific about how your registration and login got “messed up”? What were you experiencing?
I know you stated you “could not register as a new user anymore”, but what exactly was happening? Did it give you a registration error? Did it act like it worked but you don’t believe it did for some reason?
What settings for the plugin did you configure (and to what values)?
The fact that you deactivated and deleted the plugin and are still experiencing issues seems to suggest something else is wrong with your site. The plugin has no lingering effects after its deactivation that would interfere with how registrations or logins are handled by WordPress.
Is there any chance you can deactivate all other plugins and use a default theme, then test logging in and registrations, then activate your theme and test logging in and registrations, and then activate plugins one by one and retest logging in and registrations each time? It seems tedious, but it’s the only sane way debug the situation since there may be some unknown factor(s) involved.
Forum: Plugins
In reply to: [Disable Search] Plugin not working@maderemark : Assuming the linked site hasn’t been changed since you posted, it’s acting like the plugin isn’t activated. On a test site of mine running WP 4.1 (your site appears to be WP 4.0, which shouldn’t make a difference) with the Twenty Fourteen theme active (the theme you are using), the plugin properly disables searching in 3 visible ways for me:
* The search icon, when clicked, reveals an empty green line across to the top of the site (because the plugin suppressed the display of the search template)
* The sidebar search widget (which is how you have a search box on the left side of your site) is disabled (so it doesn’t appear) by the plugin
* A search for a term known to have been used in posts (e.g. http://example.com?s=links) returns no results.Are you positive the plugin is activated? Is there anything special you can think of regarding how the site is configured? Other plugins that are also activated?
The plugin hasn’t had any changes to its functionality in quite awhile, so I would expect more reports if it flat-out didn’t work. That said, there could be some sort of edge case or conflict going on here.
Forum: Plugins
In reply to: [Add Admin CSS] Not working@ajaxouch : It’s unlikely to be caching since the CSS you are adding via this plugin is output on the page.
Could you post the CSS you added and describe what you were trying to have happen?
Forum: Plugins
In reply to: [Text Hover] Can this be used on specific links?@jgold723 : No, the plugin does not currently (as of v3.6) support the use of images or HTML in the hover text. It’s certainly a consideration for a future release, but it would require a bit of change to the plugin.
Forum: Plugins
In reply to: [Silent Publish] WordPress plugin page latest update time is way off…Thanks for reporting it! It’s now reporting the proper latest update with the most recent release.
Forum: Plugins
In reply to: [Stealth Publish] Causes menu problems@dsavadra : v2.5 of the plugin fixes the changes in v2.4 that caused your issues. Apologies; I thought I had released the fix earlier.
Forum: Plugins
In reply to: [Stealth Publish] v2.4 of this plugin is broken – do not use@zigojacko : v2.5 of the plugin fixes the changes in v2.4 that caused your issues. Apologies; I thought I had released the fix earlier.
Forum: Plugins
In reply to: [Stealth Publish] Menus disappear@_jonjon : v2.5 of the plugin fixes the changes in v2.4 that caused your issues. Apologies; I thought I had release the fix earlier.
Forum: Plugins
In reply to: [Trashed By] delete by?“Trashed” and “Permanently deleted” are two differently things.
Trashed posts get assigned a post status of “trash” and then only appear in the “Trash” section of the page/post section of the admin area. These posts still exist, as such, it is possible for the plugin to keep track of and report who trashed the post.
Permanently deleted posts, as you noted, are completely removed. This plugin does not track who deleted those posts.
Forum: Reviews
In reply to: [Linkify Text] Can not limit links@aspirin29 : If you still use the plugin, or are still interested, could you try the latest version (v1.7) and see if it does what you wanted? If it still fails to limit linkification to just once (after the setting is enabled), could you indicate what settings for the plugin you have configured. Thanks!
Forum: Plugins
In reply to: [Add Admin CSS] Fatal Error updating to the latest version of Admin CSS@jondennis : This is fixed in v1.3.3 of the plugin.
I had switched to using the __DIR__ constant which was introduced in PHP 5.3, but some hosts still use the older PHP 5.2 For security, performance, and compatibility with more modern coding you should see if you can get your site’s version of PHP upgraded to at least PHP 5.4. Cheers!
Forum: Plugins
In reply to: [Restrict Usernames] Plugin doesn't restrict usernames at all. DOES NOT WORK!@stanfoo : If you still might be interested, please try the latest release of the plugin, v3.5. I fixed an issue likely resulting in it not working for you. Let me know the outcome if you do try it. If you encounter issues, let me know how you have the plugin configured and what your tried if it failed to work. Cheers!