Title: will_c's Replies | WordPress.org

---

# will_c

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Tweetily plugin is causing Page Caching break](https://wordpress.org/support/topic/tweetily-plugin-is-causing-page-caching-break/)
 *  [will_c](https://wordpress.org/support/users/will_c/)
 * (@will_c)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/tweetily-plugin-is-causing-page-caching-break/#post-3404915)
 * Anyone else facing this issue may want to take a look at my post here:
    [http://wordpress.org/support/topic/causing-problem-to-w3tc-plugin-feature?replies=2#post-4055191](http://wordpress.org/support/topic/causing-problem-to-w3tc-plugin-feature?replies=2#post-4055191)
 * Basically, I can confirm the behavior that vanarp is seeing that Tweetily causes
   Page Caching (and Minification with a CDN), and that deactivating the plugin 
   will fix the issue. As far as I can tell, when enabled, Tweetily purges the w3tc
   cache on every page load.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweetily - Tweet Your Posts Automatically!] Causing problem to W3TC plugin feature](https://wordpress.org/support/topic/causing-problem-to-w3tc-plugin-feature/)
 *  [will_c](https://wordpress.org/support/users/will_c/)
 * (@will_c)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/causing-problem-to-w3tc-plugin-feature/#post-3404914)
 * I am experiencing the same issue. Tweetily breaks the functionality of W3 Total
   Cache and renders it useless as a caching plugin (at least for Page Cache and
   Minify). I’m fairly this is caused by the following function in top-core.php (
   line 7), which gets required by tweetily.php (and therefore is run on every page
   load):
 *     ```
       if ( function_exists('w3tc_pgcache_flush') ) {
       w3tc_pgcache_flush();
       w3tc_dbcache_flush();
       w3tc_minify_flush();
       w3tc_objectcache_flush();
       $cache = ' and W3TC Caches cleared';
       }
       ```
   
 * This flushes the W3TC cache every time a page is loaded, which then makes the
   caching feature of W3TC absolutely worthless. I also found that it caused errors
   uploading minified JS and CSS because the minified files were being flushed before
   they could be uploaded to the CDN.
 * I saw that there was a fix for tweet flooding with W3TC in the changelog for 
   a previous version of Tweetily, but in my mind it is not a fix if it simply removes
   the core functionality of another plugin. At the very least warn W3TC users that
   they won’t be able to use Page Cache or Minification if they enable this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Networks for WordPress] [Plugin: Networks for WordPress] Getting Started on localhost – Network admin access problems](https://wordpress.org/support/topic/plugin-networks-for-wordpress-getting-started-on-localhost-network-admin-access-problems/)
 *  [will_c](https://wordpress.org/support/users/will_c/)
 * (@will_c)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-networks-for-wordpress-getting-started-on-localhost-network-admin-access-problems/#post-2916769)
 * [@cereus](https://wordpress.org/support/users/cereus/), thanks for the tip! This
   got us up and working as well. It seems to only be a problem when using sub-directories.
   I followed the advice in the following post in an effort to provide a more robust
   solution than simply commenting the line out, but it didn’t help.
 * [http://jasonirwin.ca/2011/05/28/wordpress-multi-site-with-multi-domains/](http://jasonirwin.ca/2011/05/28/wordpress-multi-site-with-multi-domains/)
 *     ```
       define( 'DOMAIN_CURRENT_SITE', 'yoursite.com' );
       $site_domain = 'yoursite.com';
       if ( $_SERVER['HTTP_HOST'] != $site_domain ) {
           $site_domain = $_SERVER['HTTP_HOST'];
       }
       define( 'DOMAIN_CURRENT_SITE', $site_domain );
       ```
   
 * I was still directed to the main network admin rather than the sub-network admin.
   I think that’s probably because $site_domain will still be yoursite.com even 
   for sub directories. I tried hardcoding $site_domain to ‘yoursite.com/subdir’,
   but I received a redirect loop error. Commenting out the DOMAIN_CURRENT_SITE 
   got it back working.
 * Have you run into any problems after simply commenting that line out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[bbPress] [Plugin: bbPress] Closing a forum closes the ability to reply to already created topics](https://wordpress.org/support/topic/plugin-bbpress-closing-a-forum-closes-the-ability-to-reply-to-already-created-topics/)
 *  [will_c](https://wordpress.org/support/users/will_c/)
 * (@will_c)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-bbpress-closing-a-forum-closes-the-ability-to-reply-to-already-created-topics/#post-2415629)
 * I agree, any luck figuring out a solution? Ideally, I’m looking for the same 
   functionality as was included in this plugin for the standalone version of bbPress:
 * [http://bbpress.org/plugins/topic/read-only-forums/](http://bbpress.org/plugins/topic/read-only-forums/)

Viewing 4 replies - 1 through 4 (of 4 total)