everdred
Forum Replies Created
-
I appreciate the response. In my original post I demonstrated that the inflated number of entries in auth.log are identical to the numbers that logwatch claims.
(It may be necessary to scroll the quoted snippets in the original post horizontally, in order to see the logwatch figures, which are a single long line.)
Forum: Plugins
In reply to: [OpenID] Remove OpenID login option from login screenI want to remove the OpenID logon option from my site’s logon page
I wanted this as well and was displeased to find that it wasn’t an option. What we need to do is simple: delete the entire contents of login.php, one of the files that comes with this plugin. You can accomplish this using the “Editor” functionality within WordPress, or by opening the file in Notepad or a plain-text editor of your choosing, but remove everything from the file, and then save your changes. (You can’t delete the file itself, because another part of the plugin looks for it, and you’ll get a server error when you try to load your login page.)
Note that if an update for this plugin is released, updating the plugin will restore the login page functionality, and you’ll have to do this again after the upgrade.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Unrequested Manage Your Subscriptions EmailsI can confirm that this is happening to me as well. WordPress 3.6.1, plugin 2.0.3.
A user that appears four times in my database, all four times with status “N”, is receiving unrequested “You have requested to manage your subscription” emails. My mail logs show that usually two emails are sent at a time, 1-3 times per day.
The last time this user commented was years before I even installed this plugin.
Forum: Plugins
In reply to: [OpenID] Hide OpenID Field from login screenI had the same problem, and the solution I found was to edit one of the plugin files.
Comment out line 9 of login.php in the plugin folder, like so:
/*add_action( 'login_form', 'openid_wp_login_form');*/
Forum: Plugins
In reply to: [Plugin: Shocking Red Publish Button] No longer has any effectCan confirm this is still the case on WordPress 2.9.2.
Forum: Plugins
In reply to: [Plugin: Comments with OpenId] Trick to making this plugin workThis was very helpful. Thank you.
Forum: Requests and Feedback
In reply to: enhanced JournalistThank you so much for enhancing this theme, Yoschi. Journalist + nested/threaded comments was precisely what I was looking for!
Forum: Plugins
In reply to: OpenID plugin does not add login option on comment form?You may want to see this thread:
Forum: Plugins
In reply to: OpenID doesnt show in coments fieldsThe way I managed to solve this was by directly editing the comments.php file for my current theme to call the form label “Website/OpenID.”
Inelegant, but the best I can think of.