Chip Bennett
Forum Replies Created
-
Forum: Plugins
In reply to: [Update Control] MultisiteI don’t think this Plugin would be well-suited as a must-use Plugin. It will work just fine if activated on the main site in a multisite network, though.
Forum: Plugins
In reply to: [Update Control] dropdown option doesn't change after saveOkay, should be fixed in version 1.1.2!
Forum: Plugins
In reply to: [Update Control] dropdown option doesn't change after saveThat’s because I forgot to change
checked()toselected()in the form field. Bugfix coming in just a few minutes.And, yes, you assume correctly. 🙂 Development Updates means
allow_dev_auto_core_updatesis filtered to returntrue.Forum: Plugins
In reply to: [Update Control] Permit Automatic Updates? always uncheckedThanks for that. I just pushed version 1.1.1 to fix the
$option/$optionstypo.Forum: Plugins
In reply to: [Update Control] Permit Automatic Updates? always uncheckedLooking at wp-config makes it clear that nothing has changed.
Note: the Plugin doesn’t write anything to
wp-config.php(that’s not something that’s wise for a Plugin to do, even if possible). Instead, it uses the available update filters to control enabling/disabling of updates.Forum: Plugins
In reply to: [Update Control] Permit Automatic Updates? always uncheckedThese should be addressed in version 1.1.
Forum: Plugins
In reply to: [Update Control] Themes and OthersOptions to enable Theme and Plugin updates (as well as translation updates) have been added to version 1.1.
Forum: Reviews
In reply to: [Update Control] Bad UI logicYou should find most of these fixed in Version 1.1.
The UI has been changed to be (hopefully) more intuitive. The main setting to enable/disable updates is now a dropdown, and the dependent options have been changed from disabled to readonly, so that their values are retained. The core option has been changed to a select dropdown, to control the level: minor, major, or development. (Note: the way to disable minor core updates is to disable updates altogether.)
I’ve also added options to enable Plugin, Theme, and Translation updates – as well as options to disable update result emails (altogether, or by result type).
Not much I can do about the placement on Settings -> General. I think that settings page is the correct place for the Plugin’s options.
Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] Multisite: No Notifications?I haven’t been able to recreate this issue. I get notification emails sent in both single-site and multi-site environments.
Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] FROMHi boulderbrian,
This Plugin does not manipulate anything with emails, other than the recipient list.
To modify the
fromvalue, you’ll want to take a look at the filters provided by core.For
wp_notify_postauthor():$message_headers = apply_filters( 'comment_notification_headers', $message_headers, $comment_id );For
wp_notify_moderator():$message_headers = apply_filters( 'comment_moderation_headers', $message_headers, $comment_id );I’ve just submitted a bug report for this issue:
http://core.trac.wordpress.org/ticket/25699Closing as “resolved”, since the issue is really outside of the control of the Plugin.
Found (and hopefully fixed) here:
https://github.com/chipbennett/cbnet-multi-author-comment-notification/issues/11This will be included in the upcoming update. Thanks for reporting!
Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] Subscribers can get notifications?Hi Jim,
I’ll be adding a fix to this in the next version:
https://github.com/chipbennett/cbnet-multi-author-comment-notification/issues/10Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] Working with s2memberThe Plugin only supports the core user roles, and I don’t have any current plans to refactor it to add support for arbitrary user roles.
Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] Allowing 'opt out' option for usersOnly via the settings. If the user added himself to email notifications via user profile, the user can remove the option. If the user is added via the user role configuration, then you would have to disable email notifications for that user role.