2.6 RC1 is out!

July 16, 2008  | 
9 Comments

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’!

Featured Plugin - Open an Online Store with MarketPress

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

Featured Plugin - WordPress + Google Maps = Perfect

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

Featured Plugin - Every great SEO tweak you need, in one snazzy bundle

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

Featured Plugin - Start Your Own Powerful Membership Site

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

Featured Plugin - Easily integrate your WordPress site with Facebook

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

Featured Plugin - Send beautiful html email newsletters, from WordPress!

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

Featured Plugin - Add bottom corner (or anywhere else) chat to your site

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

Featured Plugin - Start your own Quora / StackOverflow / Yahoo Q&A site

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

Featured Plugin - Turn any WordPress page into a fully featured wiki!

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

9 Responses to 2.6 RC1 is out!

  1. 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 :-)

  2. Nice… and good question! Are you using a particular plugin or a custom solution that you have developed?

  3. 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 :-)

  4. sorry, some code was trimed.

  5. Very nice! If you;d like to write up a bit about the site here you;re more than welcome: http://wpmu.org/contribute/

  6. Yes, I can write a bit more ’bout this.

  7. hello first time here
    can i upgrade as wordpress………just upload and “overwrite”?

  8. @wangjel if you download WPMU I’d recommend you read the readme file

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting