From the forums, WPMU 2.6 (I still can’t get used to it having a 2) RC 1 is out and available here.
It’s got a stack of elements that you’ll need to take into consideration for an upgrade, not least:
5. Custom first posts didn’t always work. Now they do.
Yay :)
10. The signup page uses “blogname” instead of “blog_id” to avoid confusion with the global variable of the same name. Plugins will break if not updated!
Yikes!
And of course, the cookie issue (yep, we’re hanging on this final release to clear this up for Edublogs Campus users).
So… the big question is… will there be a final release by Sunday night PST? As that’s our scheduled ‘upgrade window’!
Out of all the WordPress ecommerce plugins available, this has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more
Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more
Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more
If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more
Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more
Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more
No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more
It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more
To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more
Hi, I am an owner of private.lt. And as u can see, during registration u can choose from few subdomains. I found this easy to implement, so I’m intrested when this will be implemented in official release. So I will not need to upgrade my code after every new release :-)
Nice… and good question! Are you using a particular plugin or a custom solution that you have developed?
That’s custom solution. I developed it after I find out that almost everything is prepared for this. As there is table “wp_site”. And table “wp_blogs” is with fields “site_id”. So I just joined these things.
For domains administration I’am using “MU Multi-Site” plugin.
http://private.lt/demo.jpg
Basicly only small modifications is needed:
Additional function in my wpmu-functions.php:
function get_sites ($site_id = NULL) {
global $wpdb;
if (!$site_id):
return $wpdb->get_results(“SELECT * FROM $wpdb->site WHERE public = ’1′”, ARRAY_A);
else:
return $wpdb->get_row(“SELECT * FROM $wpdb->site WHERE id = $site_id”, ARRAY_A);
endif;
}
wp-signup.php:
print ‘.’;
foreach(get_sites() as $site):
print ”.$site['domain'].”;
endforeach;
print ”;
Hmm, maybe thats all..? I’m not sure :-)
sorry, some code was trimed.
Very nice! If you;d like to write up a bit about the site here you;re more than welcome: http://wpmu.org/contribute/
Yes, I can write a bit more ’bout this.
hello first time here
can i upgrade as wordpress………just upload and “overwrite”?
@wangjel if you download WPMU I’d recommend you read the readme file
thanks i did :d