JanetScribner
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite navigationMy apologies for the delay in responding.
Bet: Yes, I did import WXR files per your link.
Mika: I’m finding that out now, that Multisite doesn’t support a single user group for many sites. I have located this conversation posted 3 years ago with the necessary tweaking. I’m going to follow this thread and see where it leads. I hope the info is still relevant.
https://ww.wp.xz.cn/support/topic/share-user-across-multisite-network?replies=30
Thanks to you both for your time in responding.
JanetForum: Networking WordPress
In reply to: Multisite navigationI have been using WP single-site with S2 Member for a few years. Memberships are purchased, members log in and have access to audio recordings (for audio only, not for download). There is very little blogging activity.
I recently created and configured a WP mobile site using JumpMobi to give my members mobile access to the audio files. I created a sub-domain called mobile.domain.net, loaded WP and the theme, and configured (without S2).
Because I want both sites to share the same S2 membership file, I activated the multi-site function.
I went to network/dashboard/create a new site. I entered the subdomain name, etc. I was surprised it linked up. I did not get any 404 errors, etc. I could see the configurations I made to the site and thought I was set up properly.
Throughout my process, I followed the codex instructions carefully, including:
http://codex.ww.wp.xz.cn/Before_You_Create_A_Network
http://codex.ww.wp.xz.cn/Create_A_Network
http://codex.ww.wp.xz.cn/Multisite_Network_Administration
http://codex.ww.wp.xz.cn/Debugging_a_WordPress_Network
http://codex.ww.wp.xz.cn/Migrating_Multiple_Blogs_into_WordPress_3.0_MultisiteDoes this info give you any ideas?
.htaccess code:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] # END WordPressAnd the wp-config code:
// Network and multisite installation here define("WP_ALLOW_MULTISITE", true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'DepressionMeditation.Net'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */Both wp-admin and .htaccess files are located in /public-html for the main site. Do I need to make these modifications at the subdomain level as well?
Thank you so much for time and efforts. 🙂
Forum: Networking WordPress
In reply to: Multisite navigationGreat suggestion. The test super-admin does not see the subdomain, only the network and the main site.
Also, there is a test super-admin on the subdomain, but it looks like it is associated only with the subdomain; it’s password is different than the network test super-admin.
At network/users, the super-admin lists both site and subdomain in the “sites” column. However, the test super-admin lists only the site in the “sites” column.
I tested communication between the 3 locations (network, site, subdomain) using the color schemes associated with the 2 super-admins (users/edit/color scheme). When I change the color at either network or site level, the changes appear at both levels, but NOT the subdomain. When I change the color at the subdomain level, it does NOT change the color at either Network or site level. This applies to both super-admin and test super-admin.
Also, the log in screen for both network and site is generated from S2. The log in screen for subdomain is generated from WP.
In addition, say I am logged in to subdomain as test super-admin. When I navigate from network or site (logged in as (non-test) super-admin) to subdomain, my login is now test super-admin.
It appears to my novice perspective that subdomain is not seeing the network plugins, and there is no communication in either direction between subdomain and network and/or site, other than navigating to the site.
Does my subdomain need to be configured somehow to connect with the network to access the plugins (and thus S2)?
My apologies for the lengthy description. I have been working on this problem for 5 days now, so any assistance is greatly appreciated. Thank you. 🙂
Forum: Networking WordPress
In reply to: Multisite navigationThank you for your response. However, I have thoroughly reviewed and followed the S2 configuration instructions and help.
My problem is with WP network navigation: The subdomain does not navigate back to the Network.
This leads me to believe that the subdomain is not properly networked; that there is a disconnect between the Network and the subdomain.
Any help would be appreciated. Thanks.
Forum: Fixing WordPress
In reply to: Error: Warning: preg_match(): Compilation failed: nothing….Thanks so much for responding. The issue has been resolved. Have a great day!
Link: http://www.depressionmeditation.net
Plugins: Too many! 🙂