Chip Bennett
Forum Replies Created
-
Hi Gil,
Version 2.0 of the Plugin should work just fine on a multisite network site. It has been completely re-written and is compatible with WordPress 3.5.
Thanks for using the Plugin!
Version 2.0 of the Plugin should resolve this issue.
Just go to your user profile, and check/enable the comment email notification checkbox.
Please let me know if you run into any other issues.
Thanks for using the Plugin!
Hi Brittney,
Version 2.0 of the Plugin should work for comments for all post types, including attachments. Please let me know if you have any issues.
Thanks for using the Plugin!
Version 2.0 of the Plugin should work fine on MultiSite. Let me know if you have any problems.
Thanks for using the Plugin!
I just pushed version 2.0.1, which resolves this issue.
Complete #facepalm on my part. I failed to wrap the pluggable function in
function_exists(), which is always best practice anyway. But the reason that you saw the issue on activation is that, on activation,pluggable.phploads before the Plugin files.Let me know if you still run into any issues.
Thanks for using the Plugin!
Forum: Plugins
In reply to: [cbnet Multi Author Comment Notification] Comment notification for moderationThis should be resolved in version 2.0 of the Plugin. The Plugin now hijacks
wp_notify_postauthor()instead of hooking in its own email routine.That’s strange. The
wp_notify_postauthor()function is pluggable, meaning that it is intended to be defined by Plugins. I’m not sure why it’s not loading properly for you. Let me look into it.(And you’re right: it’s new to the re-write. The old version of the Plugin used a different method entirely.)
Forum: Plugins
In reply to: [cbnet Different Posts Per Page] DiffPostsPerPage and Recent PostsThanks for reporting. This should be fixed in Version 2.1.1 that I just committed!
Forum: Plugins
In reply to: [cbnet Different Posts Per Page] DiffPostsPerPage and Recent PostsAre you using the core-bundled Recent Posts Widget, or a custom Widget? If custom, what Plugin are you using?
Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?Theme: Techblog (newest version, Themeforest)
As it is a commercial Theme, I can’t provide specific support, but please check to see if your Theme uses
query_posts(). If so, that is almost definitely the problem.(To verify that the problem is Theme-related, switch to Twenty Eleven, and see if you still get the WSOD.)
If that’s the case, you might let the Theme developer know. Using
query_posts()is always_doing_it_wrong(), and causes just this sort of problem.To modify the main loop query, filter
pre_get_posts.To create secondary, custom loops, use
WP_Query().Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?About the plugins; I really don’t know for sure, but probably yes since we use about 20 plugins.
If you’re willing, can you post a list of active Plugins (and let me know what Theme you’re using)?
In the back-end there was no white screen by the way. Only the front-end.
That makes me even more strongly believe that the issue is your Theme, or another Plugin. Something somewhere is probably doing something with
query_posts()or something similarly_doing_it_wrong(), but, it could be just an honest incompatibility. I’ll be happy to investigate.Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?Didn’t get any fatal error messages and no warnings related to your plugin. Just white pages.
No fatal error messages on either the front end or back end? A WSOD generally means a fatal error somewhere. Do you have
WP_DEBUGenabled?Also: do you have any other Plugins (or Theme) that interacts with loop queries?
Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?No problem. Let me know when you get the chance; just post any error messages here.
Not that it would affect you, as you’re running WordPress 3.4.2, but the Plugin now requires at least WordPress 3.3, due to use of the
is_main_query()function. But, if you were running an older version of WordPress, that change would result in anundefined functionfatal error.Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?Don’t know why but when I replace the old plugin with the new one (update of today), my whole website turns blank..
I can’t recreate this on my end.
Can you enable debug (i.e. set
define( 'WP_DEBUG', true );inwp-config.php, and report back any fatal error messages you have?Forum: Plugins
In reply to: [cbnet Different Posts Per Page] Activated, so where is it?I’ve just pushed out Version 2.1, which fixes this bug.
Note: I’ve also moved the Plugin settings from their own custom settings page to
Dashboard -> Settings -> Reading. I think that is more intuitive, since that’s the same place where the defaultposts_per_pageis set for the blog posts index/archives.Thanks again for using the Plugin, and let me know if you have any other issues!