sessbach
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisites not being detectedI don’t mind. Thanks again for your help! Much appreciated!
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisites not being detectedDing Ding Ding. Yes, we are using on A and B. C has nothing like this.
function my_msls_blog_collection_construct( $blogs ) { if ( isset( $blogs[1] ) ) { unset( $blogs[1] ); } return $blogs; } add_filter( 'msls_blog_collection_construct', 'my_msls_blog_collection_construct' );
- This reply was modified 7 years, 5 months ago by sessbach.
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisites not being detectedKinda. We have EN, DE and “American English” which should be en_US. The American english is C in my example form above.
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisites not being detectedThank for getting back to me, Dennis.
Yes, the user is the same for all three sites and has the correct privileges.
Forum: Plugins
In reply to: [Multisite Language Switcher] Multisites not being detectedHi,
hijacking this thread as I have the same problem. I have a multisite setup with 4 pages. 3 of them have the plugin activated.
A can see B
B can see A
C can see A and BThe problem is that A and B can’t see C. Any suggestion would be appreciated.
No. It’s not meant to be published. Basically what it does is
- Unzip the static site on the server
- Establish connection to the S3 bucket
- Empty the bucket
- Upload everything to the bucket
I’m using this PHP Class. https://undesigned.org.za/2007/10/22/amazon-s3-php-class/
Hey Manuel5cc,
I have created a little plugin which sits in the main admin bar (at top) and moves everything to an S3. Took me <30 minutes to write the plugin. Let me know if you’d like to have some help.
best,
sven- This reply was modified 8 years, 5 months ago by sessbach.
That’s exactly what I needed to heard. Thank you, Scott!