Title: techism's Replies | WordPress.org

---

# techism

  [  ](https://wordpress.org/support/users/techism/)

 *   [Profile](https://wordpress.org/support/users/techism/)
 *   [Topics Started](https://wordpress.org/support/users/techism/topics/)
 *   [Replies Created](https://wordpress.org/support/users/techism/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/techism/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/techism/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/techism/engagements/)
 *   [Favorites](https://wordpress.org/support/users/techism/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/techism/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techism/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/techism/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/techism/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate FAQ Accordion Plugin] [ultimate-faqs] shortcode shows FAQs with links stripped out.](https://wordpress.org/support/topic/ultimate-faqs-shortcode-shows-faqs-with-links-stripped-out/)
 *  Thread Starter [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/ultimate-faqs-shortcode-shows-faqs-with-links-stripped-out/#post-16879849)
 * update: My mistake. The links are there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846348)
 * FINAL update: I’ve found a nice way to re-encode the pre_option filter that the
   event calendar plugin doesn’t mind.
 * May I ask ‘sallymoos’ to test the new version before I release it? I can email
   it to you, or provide instructions to apply the change to your current install.
 * Please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846347)
 * I’ve tracked this down to one line:
 * add_filter(‘pre_option_default_comment_status’, array(&$this, ‘disable_page_comments_default’));
 * It doesn’t matter what function I link to, even a blank one. Any attempt to filter
   the pre_option_default_comment_status (the core purpose of my plugin) makes their
   plugin fail. I believe this to be a problem with their security checks possibly.
 * This is why legacy mode still works for you. It was implemented before that filter
   was available and uses a manual javascript method to uncheck the boxes for you
   🙂
 * It looks to me like a problem with their plugin that I can’t easily work around.
   I’ll let them know about this as I can see they are good coders and should be
   able to handle the feedback.
 * In short: Just use legacy mode and you are fine.
 * As a repeair for my plugin, I could change
 * add_filter(‘pre_option_default_comment_status’, array(&$this, ‘disable_page_comments_default’));
 * to
 * add_filter(‘default_comment_status’, array(&$this, ‘disable_page_comments_default’));
 * And this also resolves the conflict, but I need to test other impacts of that
   change.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846345)
 * Still getting to the bottom of this, but there IS a quick workaround: Setting
   Page Comments Off Please to ‘Legacy Mode’ will resolve this conflict.
 * I have verified that both plugins will work as designed with this configuration
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846342)
 * Glad to know we got your WP core fixed.
 * Regarding adding events: I am able to add events in a wp 4.4 website that is 
   running Page Comments Off PLease and [https://wordpress.org/plugins/event-organiser/](https://wordpress.org/plugins/event-organiser/)
 * Everything is working fine with this plugin. I am able to create events, edit
   them, everything, Will now disable that and test the following:
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)
 * I have verified the problem reported by Sallymoos. (THANK YOU!)
 * I’m not sure at this point which developer is causing collisions. I’ll investigate
   this and issue any appropriate updates at once. Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846253)
 * After reviewing that you have posted this to several plugin developers – I suspect
   that your update had a problem. You might want to re-install your wordpress core?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846252)
 * Further testing steps pursued:
    1. Updated the plugin to a new version with added
   security and tested-up-to tag. 2. Deleted plugin from test website, while events
   plugin was running. 3. Re-installed page-comments-off-please with the latest 
   version.
 * Still no replication of the error.
 * I wonder if it’s a mysql version problem? (I am testing with v5+)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846251)
 * Additional information:
    There are many even organization plugins, I want to 
   verify that you mean this one:
 * [https://wordpress.org/plugins/event-organiser/](https://wordpress.org/plugins/event-organiser/)
 * Since my first tries have not replicated this, these questions might help:
    1.
   Which version of event-organiser are you using? 2.13.7? 2. Are you using the 
   pro or free version? 3. What settings are you using with page comments off please?
 * IF you wish, I could take a look your site…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846250)
 * Debug process notes:
 * 1. Verified normal operation with WP 4.4. on a test website install.
    2. Installing‘
   event organiser plugin’ 3. The plugin operates normally, as does page comments
   off please.
 * So far, I am unable to replicate this with the information you’ve kindly provided.
   May I ask a few more questions?
 * 1. Which plugin did you install first?
    2. When are you getting this error? (
   during install? on admin pages? on website pages?) 3. What theme are you using?
 * Currently, [http://techism.com](http://techism.com) is using both plugins and
   appears to operate normally. I will eagerly repair this as soon as I can replicate.
   Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Comments Off Please] after update to 4.4 plugin clash](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/after-update-to-44-plugin-clash/#post-6846249)
 * Thanks for reporting this! I’ll take a look right away and issue an update if
   I can source the problem to my plugin.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Page Comments Off Please] It doesn't do anything at all](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/#post-7934545)
 * Ok – thanks for the feedback. I wish I knew what the trouble was for you, but
   I can’t replicate any error. If anyone else out there has this trouble, please
   let me know right away. I’d love to know your stats, like hosting env, php version,
   etc.
 * Thanks.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Page Comments Off Please] It doesn't do anything at all](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/#post-7934539)
 * Here is a quick video i’ve made to demonstrate two things:
 * 1. How the plugin works
    2. To show that it is in fact working fine in this version.
 * [http://screencast.com/t/G5Xhra8oWw](http://screencast.com/t/G5Xhra8oWw)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Page Comments Off Please] It doesn't do anything at all](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/)
 *  Plugin Author [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/it-doesnt-do-anything-at-all/#post-7934537)
 * This plugin does not affect the location, presence, or operation of the comment
   checkboxes, other than to alter their default state. By default, new pages will
   not have comments checked. To turn off comments on EXISTING pages, you need to
   go to the plugin settings page, under settings->page comments off please. If 
   you don’t see that then make sure you have hte plugin activated.
 * To access checkboxes for you comments in wordpress, you ust use the screen-options
   dialog – it’s a pull down atop the page you are editing – that’s just wordpress
   and has nothing to do with me.
 * Hope that helps. I’ve verified that the plugin is working fine under this version.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Stop Spammers Classic] Just as advertized.](https://wordpress.org/support/topic/not-free-not-usable-without-annual-fee/)
 *  Thread Starter [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-free-not-usable-without-annual-fee/#post-7904675)
 * More like hard to keep track of my tabs 😛
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Stop Spammers Classic] Just as advertized.](https://wordpress.org/support/topic/not-free-not-usable-without-annual-fee/)
 *  Thread Starter [techism](https://wordpress.org/support/users/techism/)
 * (@techism)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-free-not-usable-without-annual-fee/#post-7904673)
 * AGGG!!! All apologies. This is actually a great plugin.

Viewing 15 replies - 1 through 15 (of 48 total)

1 [2](https://wordpress.org/support/users/techism/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/techism/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/techism/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/techism/replies/page/2/?output_format=md)