Wordpress /Buddypress issue - wordpress

This is a Wordpress /Buddypress issue-----I have activated wordpress multisite so I can run the main the domain and add many subdomains on the one wp install—But when I added Buddypress to the network admin and network activated, BP did not show (or work) on the subdomain sites—How do I fix it so BP works on all my subdomainS added to the multisite network???----I have done some minor (my limit) coding to get BP to show on te subdomain admin--- can anyone help?

BuddyPress was built to transform a regular blog into a social network. There is an option to allow BuddyPress to be accessed from internal blogs in a WordPress Network, however it's limited because it just shares information across sites.
This means all your BuddyPress users will remain the same across internal sites. The way to do this is adding to wp-config.php:
define('BP_ENABLE_MULTIBLOG', true);
Be aware this only allows internal sites to access BuddyPress data using their own URL, for example:
http://example.com/members // Root
http://blog1.example.com/members // Internal site
Both of them will display the same information. Now, if what you want is BuddyPress multi-network, then you'd need to install BP Multi Network plugin which allows every internal site to have their own BuddyPress installation.

Related

Add sites in subdomain and not under wordpress multisite subdomain

I'm confused, I have a miltisite wordpress installation but also another site managing the customer areas.
So I have the site on the main domain www.domaine.com and i installed the wordpress multisite in a subdomain: sites.domain.com
So far everything is fine, but when I want to create a site, wordpress requires me to be subject to the subdomain like this: other.site.domain.com
I tried to modify the .htaccess and wp-config.php but when I go back to the site management it redirects me to www.domaine.com without my being able to access the wordpress multisite management...
How can I create sites with addresses under the domain and not under the subdomain like this:
other.domain.com and not like this other.site.domain.com
Thanks
It's ok, I can't access for two reasons.
One my wildcard is set on other folder than wp installation (blank page on subsite create)
Two I need to set address of new site for replace domain.com/other to other.domain.com
And now I can access to website and subsite.
Thank!
Thank you for your answer, I just tested but it does not react correctly.
When I put the configuration of DOMAIN_CURRENT_SITE on domaine.com I can no longer access the settings of the multisite network, I am redirected to the purchase site which is on the domain.
Another thing, if I therefore create a site in a subdirectory and not in a subdomain with the SUBDOMAIN_INSTALL configuration false, when I type test.domaine.com a blank page appears as if there was no site or if I Type site.domain.com/test/ it works.
I cleared the caches everywhere and tried again but nothing happened.
In case I expressed myself badly,
www.domain.com = The commercial site of the company
site.domain.com = Multisite management and sample site
other1.domain.com = Customer site created from site.domain.com
thanks again

Separate domain name for Wordpress multisite

I need to set-up 5 websites that have different domains as: naomisport.com, naomikomestic.com, ... each of them does have sub-pages & news... In term of design & functionality, they can share the same plugins, theme, users but I can not get my head around the choice of Wordpress Multisite & single Wordpress installation.
1. For single Wordpress, Can I have different domains per some specific page?
2. For Wordpress Multisite, can I have different domains name per website or does it have to be a sub-domain?
3. If I would go with Multisite, can I have the same Post management between all?
Please help if you have experience on this. Thank you very much?
Question1: Yes, it possible.
Question2: Yes, you can have multi domina or multi subdomain.
Add Several WordPress Multisite Blogs With Different Domains
This section assumes that:
You have a working WordPress Multisite installation
Your server has a static IP address
You are able to log in to your server console using a tool like PuTTY (Windows) or SSH (Linux and Mac OS X)
You own at least one custom domain name for which you can configure DNS settings
You have defined your primary domain and blog as described in the previous section and you are able to log in to the WordPress Multisite dashboard.
The WordPress MU Domain Mapping plugin allows users of a WordPress Multisite installation to map their blogs or websites to other domains or subdomains (Scenarios 2 and 3). This plugin is already installed in your Bitnami WordPress Multisite stack since v3.5.1-1. If you’re using an older version, you must manually install the plugin using the plugin installation guide.
Question3: In wordpress multisite you have same panel but for every subdomain or domain you have separated management but you can have one username and password for management all panels.
For more information:
https://docs.bitnami.com/aws/apps/wordpress-multisite/configuration/configure-wordpress-multisite/
https://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/

Installing multiple different instances of wordpress on the same website

I currently have a website up and running that is my freelancing website. What I wanted to do was create a testing subdirectory on the website.
So for example my site would be:
website.com
I want the testing site to be: website.com/test
I need this test to be private and require a password to view, as well as be a different installation of wordpress so I can manipulate it without editing my main website. Is this possible? Currently I have created a test directory from the cPanel that requires a password but it just brings me to a 404 not found page.
I would also like to create more, public, instances that I can use as a portfolio until I get more real clients. So for example I would like to have my site be: website.com/themeOne
Is any of this possible, or am I out of luck? Please let me know I would greatly appreciate any help. Anything I found found online thus far has either not been relevant or has not worked.
You can achieve this by setting up a wordpress multisite installation. I currently use this to host all my clients.
Will work like this.. Main site is website.com
Depending on how long you have had that site set up will determine whether your multisite install will be a subdirectory or a subdomain. If you have had your main site for a while it will be subdomains. ie. xyz.website.com
You will have to set up a wild card subdomain on your server though...so keep that in mind.
Here is the documentation on setting up a wordpress multisite
https://premium.wpmudev.org/blog/ultimate-guide-multisite/
You can install as many WordPress instances as you like in subfolders example.com/test/ or subdomains test.example.com in one hosting account; see http://codex.wordpress.org/Installing_Multiple_Blogs. (You are, of course, limited if your host does not support subdomains. And you may find lots of sites with lots of traffic will slow your whole hosting account.)
For these separate WordPress installs, you can use the same database; simply give each WordPress install a different database table prefix in wp-config.php. https://codex.wordpress.org/Editing_wp-config.php Or, give them all the installs a totally different databases, only limited by your hosting account.
To control access to a WordPress site, there is no need for access control in .htaccess or via Cpanel; use any one of a number of plugins that allow you to restrict access to anyone not logged into WordPress. See https://wordpress.org/plugins/search.php?type=term&q=password
And you can still control the user's role when they are logged into the site with one of those plugins, i.e. editor, administrator, etc., from within WordPress. That's because you want to give a client a Subscriber user level so they can simply login and view the site, rather than Administrator, who can see posts, plugins, etc. See https://codex.wordpress.org/Roles_and_Capabilities
There is no need for WordPress Multisite, unless you want to go that way: see https://codex.wordpress.org/Create_A_Network But be aware that MS requires more server and DNS configurations if you want to use Domain Mapping: https://wordpress.org/plugins/wordpress-mu-domain-mapping/

Wordpress redirect to a remote url

I have two domain on separate hosting. On the first I can setup a.mydomain1.com. On the second I can istall wordpress as www.mydomain2.com/wordpress. Now I found a plugin for reidirect to an external website.
My goal is to show wordpress site on a.mydomain1.com. How I have to configure the record in the admin panel of first domain?
Thanks a lot
I think you should use WordPress Multisite.
WordPress includes new multisite features, meaning that it can run many blogs, even with their own separate domains, on one WordPress installation.

getting posts from other site network in wordpress 3.0

i have set up the new wordpress 3.0 with multisite network capabilities. What i want to do is get and show blogs from other network site in the main blog. Like if i have set up the blog at example.com and i have other network sites at articles.example.com, movies.example.com. I want to get the posts from the articles.example.com and movies.example.com to show up in the main site at example.com. Is there any parameter in query_post to get the post from different network sites?
There is a swith blog function which can be used or this purpose.

Resources