Have you enabled the registration of both users and blogs in the main site options?
Have you definitely enabled Multi Site capability – is this actually WP 3.0.1 or the now slightly older WPMU you are using?
Have you set DNS wild card entry to allow sub domains to work?
yes, all of this seems right.
I use the WP 3.0.1
and add
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, true );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘usenode.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
also DNS wild card entry allowed.
Now, I signup , only the user was created, no new blog create, even I input the blog ‘s sub-domain.
But, when I remove the buddypress, use the default theme of WP 3.0.1, it works, I can create the use with new blog.
Hmm not sure what the problem is then, you are using the default BP theme aren’t you
yes, I use the default BP theme. but it can’t create new blog , only create the user
This isn’t an issue I’ve come across, you shouldn’t have a problem, that you say tings work with BP disabled yet not when BP is enabled is odd, I presume you have created a sub-domain under the WP setup, when activating BP BP should pick that blog up and show it under th members account/profile as a user blog.
still have problem, the new user was for the main site. not a new created blog site.
I’m not sure we’re not talking at cross purposes here.
you say “new user was for main site” ok all fine and good but “mot a new created blog site” ? not sure what that means.
A new user registers they opt to create a new blog, they become a member of the main site i.e the parent WP site which is running BP they also get a blog created at a sub domain address this blog is in effect a standalone blog it should be linked to however from their profile. Iniatially they will be the only person registered to that sub domain blog and the main site has to allow users to register to the sub blogs.
sorry for not clarify issues.
First,
In Registration Settings, I selected “Both sites and user accounts can be registered.”
And When I sign up a new test account , and select to create a new blog with a given sub domain name.
But, there is no new blog created , the test account only become a member of the main site.
please check it from here: http://usenode.com/register/
you can test it.
Thanks.
Just have: No can’t create a blog from the initial registration page, but yes can create a blog once signed in which is pretty telling really. You do not have a clean install at work here it is a modified one, remove any and ALL mods made, any plugins that might be messing things up, add the admin bar back in while testing, in fact do not hide the admin bar as it’s still creating mal-formed markup using the admin option to hide it which I thought had been fixed after I raised the issue/ticket; what version of BP are you running?
Please remove my sign up.
I reinstall BP, it seems all right.
Thannks.