How to Display User’s Blog Posts Feed on your Main Page

Posted by WordPress Modder under Plugins, how to

As a regular WPMU Forum visitor, reader, and contributor ( when I can add value ), I see this question asked often. I have found many threads that offer some great hints and advice, and basically tell you exactly what to do, but all the information wasn’t in one place. So, here it is.
How to [...] Read more »

5 Comments

If you Hack, you should Track

Posted by WordPress Modder under Hacks, how to

If you read my previous post, you’re already aware that I’m fairly new to WPMU, and this post is directed to those users who are just starting to find their way into the multi-user WordPress environment. Following is a quick tip that will help you immensely in the long run, but first some background information.
Through [...] Read more »

8 Comments

Widgetizing themes

Posted by Andrea under Themes, how to

Often as an MU admin, we see a theme we like, or a user wants to use, but it’s not widgetized. Rest easy, as widgetizing a theme is quite easy once you know how. I promise it takes longer to read through the instructions than it does to actually do it.
I was really pleased to [...] Read more »

2 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

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.