Here’s a new release of WPMU, and this is what’s new!
- Added enclosures support.
- Added blog post instant preview.
- Misc bug fixes and WP upgrades.
Go get it from the download page!
When upgrading just copy over your previous installation. It should work without running any upgrade script.
You might also like
- D’Arcy Norman Dot Net » Blog Archive » Multiuser weblog software is heating up again…
D'Arcy Norman looks at the multi-blog universe again. He's examining- WordPress Multiuser – Dec 10th snapshot
Only a few days since the last release this one- WordPress Multiuser, Dec 6th Snapshot
Here's another snapshot release of WPMU, this one fixed many
If you like this post then please subscribe to my full RSS feed. You can also click here to subscribe by email. There are also my fabulous photos and funny videos to explore too!
I’ve been playing around with 0.1.3 for a couple hours. Finally got it running semi-smoothly. One error that I noticed, and it’s only a typo, is in menu.php, you need to change the table check from
$pos = strpos( $tables, "referer_visitLog" );to
$pos = strpos( $tables, "referer_visitlog" );This is causing it to run install-wpmu.php every time, giving ugly errors indicating the table already exists. I’ll keep you posted if I find anything else. I was working on a MultiSite version of WordPress with another guy. You can find what I did here. It probably won’t help too much, although I did write an administration plugin for it that I might be able to adopt for WPMU. I’ll let you know if I get the motivation to do this.
Thanks again for you hard work.