Title: max's Replies | WordPress.org

---

# max

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Age Gate] A Couple of Improvements Needed, but 5 Stars Nevertheless](https://wordpress.org/support/?post_type=topic&p=10804853)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [7 years, 9 months ago](https://wordpress.org/support/?post_type=topic&p=10804853#post-10809575)
 * > You need to use a second browser to see it working properly, or log out from
   > your installation, close the browser, open the browser, log in, and then you
   > should be able to see it again.
 * [@stevenraven](https://wordpress.org/support/users/stevenraven/) try using a ‘
   private browsing’ window
    (preferably using a different browser, eg. logged in
   to edit via opera, then use chrome/firefox for testing)
 * fwiw, agree that its nice to have an option to add/show toolbar items, esp. in
   front-end 🙂
 * cheers, max
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ExactMetrics - Google Analytics Dashboard for WordPress (Website Stats Plugin)] Under New Ownership](https://wordpress.org/support/topic/under-new-ownership/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/under-new-ownership/#post-10381918)
 * Lee, thanks for posing a great set of questions, I was wondering essentially 
   the same things…
 * Chris, thanks for a very clear and in-depth reply… very much appreciated.
 * Tobias, …um, yeah, so, those stats look pretty good to me – mostly five star 
   reviews; and, fwiw, I’m guessing that most of those unresolved tickets you might
   be focused upon are of no real significance.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [db connection error for apex domain when WP installed at subdomain](https://wordpress.org/support/topic/db-connection-error-for-apex-domain-when-wp-installed-at-subdomain/)
 *  Thread Starter [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/db-connection-error-for-apex-domain-when-wp-installed-at-subdomain/#post-10282554)
 * …so, the issue seems to be with wp-multi-network
 * will make issue report for plugin
    (will try to update here when resolved 🙂 
   Cheers, Max
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Network Subsite User Registration] Multisite with create site capability](https://wordpress.org/support/topic/multisite-with-create-site-capability/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/multisite-with-create-site-capability/#post-10143950)
 * since the use case is so narrow, perhaps just a snippet would do?
 * I found this at [StackExchange](https://wordpress.stackexchange.com/questions/253229/how-to-use-same-email-for-multiple-users-in-multisite-version-4-7),
   and at first glance it seems like it might do the trick:
 *     ```
       add_filter('wpmu_validate_user_signup', 'skip_email_exist');
       function skip_email_exist($result){
           if(isset($result['errors']->errors['user_email']) && ($key = array_search(__('Sorry, that email address is already used!'), $result['errors']->errors['user_email'])) !== false) {
               unset($result['errors']->errors['user_email'][$key]);
               if (empty($result['errors']->errors['user_email'])) unset($result['errors']->errors['user_email']);
           }
           define( 'WP_IMPORTING', 'SKIP_EMAIL_EXIST' );
           return $result;
       }
       ```
   
 * …though it evidently only allows a total of two accounts (for probably fascinatingly
   silly reasons) – however, sounds like one additional account per email address
   might be all you really need to capture those attempted signups.
 * Hope this is useful, stay well 🙂
 * Cheers, Max
    -  This reply was modified 8 years, 3 months ago by [max](https://wordpress.org/support/users/maxfein/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Log] Multisite Support?](https://wordpress.org/support/topic/multisite-support-256/)
 *  Thread Starter [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/multisite-support-256/#post-10135029)
 * [@sudar](https://wordpress.org/support/users/sudar/) Thanks very much for the
   truly rapid response!
 * Will start working with the plugin, look forward to seeing the admin interface
   feature.
 * Cheers, Max
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP GDPR] Thrive Leads/Comments/QuizBuilder](https://wordpress.org/support/topic/thrive-leads-comments-quizbuilder/)
 *  Thread Starter [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/thrive-leads-comments-quizbuilder/#post-10107068)
 * [@kevinume](https://wordpress.org/support/users/kevinume/) thanks for the heads
   up re multisite 🙂
 * **–> Please, will you also add WP Ultimo to the list?**
 * Please advise if there is anything specific to watch for and I’ll be happy to
   do some testing with 1.4.3 when its out.
 * fwiw, I usually run multiple networks from one WP using JJJ’s wp-multi-network
   plugin (see github); almost always using subdomain networks, often with a ‘mapped’
   tld for subsite frontends (admin at network address).
 * Thanks again, Max
 * ps. [@clemens100](https://wordpress.org/support/users/clemens100/) thanks for
   the second here; have you also mentioned this yet at Thrive’s forum?
    -  This reply was modified 8 years, 4 months ago by [max](https://wordpress.org/support/users/maxfein/).
    -  This reply was modified 8 years, 4 months ago by [max](https://wordpress.org/support/users/maxfein/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Monero Miner] Multisite Support?](https://wordpress.org/support/topic/multisite-support-223/)
 *  Thread Starter [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/multisite-support-223/#post-9641847)
 * [@denniske1001](https://wordpress.org/support/users/denniske1001/) thanks for
   your rapid response, apologies for my delay.
 * I agree with [@ciao121](https://wordpress.org/support/users/ciao121/) that it
   would be great to be able to set default network-wide settings. It would then
   be awesome to have an option to enable per-subsute settings so that subsite admins
   are able to have individual settings.
 * Further, it would be great to have this working effectively with [multi-network](https://github.com/stuttter/wp-multi-network)–
   for example: allowing one setting for all networks, or an option for individual
   networks to set default for subsites at that network, and per-network option 
   to allow subsite admins to set their own values.
 * Kind Regards, Max
 * ps. I’d totally understand if these features aren’t immediate, and/or if they
   end up only in the pro version.
    -  This reply was modified 8 years, 8 months ago by [max](https://wordpress.org/support/users/maxfein/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] 500 Error when installing W3 Total Cache on Multisite](https://wordpress.org/support/topic/500-error-when-installing-w3-super-cache-on-multisite/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/500-error-when-installing-w3-super-cache-on-multisite/#post-8890377)
 * W3TC works great on multisite in my experience. In particular, I love that it
   gives network admins the ability to manage subsite settings without setting on
   a per subsite basis (as opposed to many of the other cache plugins out there).
 * I’m guessing that the issue here was to do with their server setup (eg. apache
   not set to look for htaccess files below a certain directory depth) or possibly
   something weird with their multilingual setup (which can often have issues with
   other plugins).
 * You should also make sure to look at this community project if you haven’t already(
   esp. if you’re running PHP 7+): [https://github.com/szepeviktor/w3-total-cache-fixed](https://github.com/szepeviktor/w3-total-cache-fixed)
 * Hope that helps some Patrick, let me know if you have any Qs about W3TC (or any
   other cache/performance solution).
 * Cheers, Max
    -  This reply was modified 9 years, 4 months ago by [max](https://wordpress.org/support/users/maxfein/).
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite htaccess redirect non www to www](https://wordpress.org/support/topic/multisite-htaccess-redirect-non-www-to-www/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/multisite-htaccess-redirect-non-www-to-www/#post-8667670)
 * you can try this, though it assumes that you are not doing domain mapping to 
   subsites – if you are (or do in future) then you’ll need to get a little fancier
   in the non-www to www redirects (unless you want all mapped domains to also use
   www)… also, ymmv 😉
 *     ```
       ### BEGIN WWW and HTTPS REDIRECTS
       <IfModule rewrite_module>
       ## BEGIN non-WWW to WWW only for Network Subsites
       RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)\ HTTP/ [NC]
       RewriteCond %{HTTP_HOST} !\.mainsitename\.com$ [NC]
       RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,QSA,L]
       ## END non-WWW to WWW only for Network Subsites
       ## BEGIN HTTPS Catch-All
       RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)\ HTTP/ [NC]
       RewriteCond %{HTTPS} !=on [NC]
       RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,QSA,L]
       ## END HTTPS Catch-All
       </IfModule>
       ### END WWW and HTTPS REDIRECTS
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [HyperDB – Mysqli and utf8mb4 support](https://wordpress.org/support/topic/hyperdb-mysqli-and-utf8mb4-support/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/hyperdb-mysqli-and-utf8mb4-support/#post-8513794)
 * LudicrousDB now supports mysqli – look at [https://github.com/stuttter/ludicrousdb/pull/6](https://github.com/stuttter/ludicrousdb/pull/6)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] Compatibility Qs & Kudos](https://wordpress.org/support/topic/compatibility-qs-kudos/)
 *  Thread Starter [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/compatibility-qs-kudos/#post-7446736)
 * …also, fwiw think I spotted a samll typo on plugin desc tab:
 * > This plugin allows you to adjust over 90 site settings, including:
   >  […] Sitemap
   > intergration.
 * intergration > integration
 * =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] About: Feature suggestions](https://wordpress.org/support/topic/about-feature-suggestions/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/about-feature-suggestions/#post-6958304)
 * Hi Sybre, have you thought about just using trello (eg. like [wp-rocket has done here](https://trello.com/b/CrUcz6Jy/wp-rocket-roadmap))?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EasyAzon - Amazon Associates Affiliate Plugin] SSL Support](https://wordpress.org/support/topic/ssl-support-31/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/ssl-support-31/#post-7067765)
 * I reported similar behavior (and possible solutions) re EA and EA Pro in Feb 
   2015 ( [http://support.boostwp.com/support/tickets/19817](http://support.boostwp.com/support/tickets/19817))…
   at the time, Chris said that it was not dev priority – hopefully this has changed.
   With the LetsEncrypt.org project out of beta and cPanel working on an official
   integration for v58 (due in a couple months) the web is about to get alot more
   https sites… just in time too as some major browsers are signaling that they’ll
   start indicating to users that non-https URLs are less/in-secure. Since trust
   plays a large role in on-site conversion this is should be an urgent issue. Cheers
   =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Category Widget] SSL issue causing redirect](https://wordpress.org/support/topic/ssl-issue-causing-redirect/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/ssl-issue-causing-redirect/#post-7138486)
 * Hi Stefan, thanks for your response… looking at the issue w/ Kathy’s site a bit
   more closely shows that the issue actually is that the initial request looks 
   like:
 * `https://sub.example.com/a5-framework-frontend.css?ver=1.0%20beta%2020160127%
   20FCW`
 * which yields a 301 to
 * `https://sub.example.com/a5-framework-frontend.css/?ver=1.0%20beta%2020160127%
   20FCW`
 * which yields a nice 200 – the difference seems to be the trailing forward slash
   before query string…
 * You can see an archived waterfall showing the above on a live site [at pingdom tools =)](http://bit.ly/1OWAW2u)
 * We have altered the code at line 132 in A5_DynamicFileClass.php to include the
   trailing forward slash and now achieve a nice 200 response upon initial page 
   load…
 * `$file = (false === get_option('rewrite_rules')) ? '?A5_file=wp_css' : '/a5-framework-
   frontend.css/';`
 * thoughts?
 * Cheers, Max
 * [edit: we are moving to use HTTP/2 and inlining is not a best practice for performance
   optimization in such context.]
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [We have 2 site and want 1 login to use both](https://wordpress.org/support/topic/we-have-2-site-and-want-1-login-to-use-both/)
 *  [max](https://wordpress.org/support/users/maxfein/)
 * (@maxfein)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/we-have-2-site-and-want-1-login-to-use-both/#post-6399068)
 * edit: I believe that with a default multisite you should only need to log in 
   once… the user then is logged in to the network as well as the site they logged
   in from and can then also access any other network site they have a role at… 
   have you by chance added any defines to wp-config that might by messing with 
   cookies?
 * for instance, perhaps you have added something like:
 *     ```
       //define('COOKIE_DOMAIN', '');
       //define('SITECOOKIEPATH', '');
       ```
   
 * if you were perhaps trying to use different domain names with multisite you might
   look at
    [https://wordpress.org/plugins/wp-multisite-sso/](https://wordpress.org/plugins/wp-multisite-sso/)
 * there are other solutions for ‘single sign on’ as well as perhaps alternative
   approaches… (eg. customized membership plugin solution or more generally what
   VisualData said…)
 * this might be a great scenario to bring to a local WordPress meetup so you can
   ask followups live, get on track quickly =)

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

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