A brief overview

Posted by Andrea under elsewhere

John has done a post with a nice chart outlining briefly the differences between Wordpress and WordpressMU.
Share This Read more »

No Comments

Site of the week: Edublogs

Posted by Andrea under site of the week

Sometimes the hard part of picking a site for the week isn’t finding an actual good site, it’s deciding what one to showcase next! James whined and cried a little so I said alright.
Seriously though - if you’re looking for MU-based sites blazing a path forward, you have to keep your eye on Edublogs, especially [...] Read more »

1 Comment

Testing, testing

Posted by Andrea under News

Just a brief administration post to let you know I’m testing a translation plugin here on this blog. Since all posts are written in English, I figured my worldwide audience would find posts in their language quite handy. My second-language skills are limited to being able to yell at my kids or recieve instruction en [...] Read more »

4 Comments

Integrating bbpress

Posted by Andrea under how to

Integrating bbpress with WordpressMU is pretty straightforward and just like integrating it with regular wordpress.
We’ll assume you have a running version of WPMU installed. For our example, I’m using a subdomain install and the forum will be on a subdomain as well.
In cPanel, I went and added a subdomain. This creates folder on the system [...] Read more »

10 Comments

Making a member list blog directory

Posted by Andrea under how to

Sorry for the convoluted title, it’s more for search engines. I’ve found there’s quite a few different ways people phrase what they want, but here’s how to do it. Ultimately, you will wind up with a separate page off the main blog with a list of all your public member blogs.
You will need:
- a copy [...] Read more »

13 Comments

It’s coming…

Posted by Andrea under News

I watch the trac feed for activity, and it’s been busy the past couple of weeks. This morning changes came in with a note: “Add and delete WP 2.5 files. *DON’T SVN UPDATE!*”
So by that, you can see the WP 2.5 changes are being rolled in. I expect it will be only a couple days [...] Read more »

4 Comments

Check your install for unfiltered_html

Posted by Andrea under known issues

Just before the last release, the check for unfiltered_html snuck back into the code base for MU. This means that if you’re using code since then, your users can insert malicious code into your site.
Please read this forum post from Donncha for more details. You can update the wp-admin/includes/schema.php so new blogs won’t have this, [...] Read more »

1 Comment

25 New and different ways to use WordpressMU

Posted by Andrea under ideas

I was reading the list of 48 Unique Ways To Use WordPress earlier today, when it struck me that many of these ideas and more would be even better on an MU platform.
Especially the section where Raj notes getting a domain and setting up a blog on subdomains. Um, Raj? This is exactly what MU [...] Read more »

16 Comments

Buddypress is moving forward

Posted by Andrea under News

Well well well.
If you’re keeping tabs on the Buddypress project there’s been some interesting developments. Check out the original site link and this thread. Andy is now working for Automattic to develop BuddyPress for WPMU.
I am not sure how I feel about it right now.
Share This Read more »

4 Comments

Wordpress to WordpressMU importing

Posted by Andrea under Where can I find...?, how to

I love it when someone gets to me to-do list before me. It’s like an early birthday present. That being said, Jim over at BatavaTuesdays has written up a pretty thorough step-by-step process. I haven’t tested it myself, but it looks right so far.
The quick overview is to make a SQL backup of the [...] Read more »

1 Comment

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);
Close
E-mail It
This blog has been fine-tuned with 13 WordPress Tweaks.