dhtc
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] Private posts do not create forum topicsAfter a deeper look the correct array is:
bbppt_eligible_post_statusChanging it to the code below worked like a charm.
/** Only process further when the post is published */
if( ! in_array( $post->post_status, apply_filters(‘bbppt_eligible_post_status’, array( ‘publish’, ‘private’ ) ) ) )
return;Forum: Plugins
In reply to: [Post Comments as bbPress Topics] Private posts do not create forum topicsI had a quick look through the plugin files and couldn’t find that function.
Can you point me in the right direction?
Forum: Plugins
In reply to: [kPicasa Gallery] [Plugin: kPicasa Gallery] Read More breaks galleryNo problem. If you need testing done, let me know.
Forum: Fixing WordPress
In reply to: Dashboard Widgets don’t work with more than 12 plugins enabledThe Right Now gadget loads and the banner for Comments but nothing else. I can’t edit the Screen Options either.
Forum: Installing WordPress
In reply to: Dashboard not showing everything after 2.8 upgradeI did a manual upgrade and have the same issue. Once I get more than 5 plugins activated the main dash borks. I’ve gotten so used to seamless and issue free upgrades I neglected to backup 1st. 🙁
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Error on line 2057Same error as OP after upgrade to WP2.7.
Forum: Plugins
In reply to: [Plugin: WP-dTree] Open this tree permanentlyI would also like to have the tree default to open, or at least have the option to choose which levels are open/closed.