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

Oooo, a spam reporter plugin

Posted by Andrea under Plugins

This looks awesome: WPMU Spam reporter. It puts a “Report Spam” button on every blog and send the site admin an email with the details.
Hmm, although maybe it could be called “report splog” but some people aren’t aware that splog means spam blog. Would be easy enough to edit if you’re that picky.
Thanks Rune. [...] Read more »

8 Comments

Adsense Revenue Sharing plugin for WPMU

Posted by kbane under Plugins

Are you looking for a great adsense revenue sharing plugin for WPMU?  So was I, it seems there aren’t many of them on the market right now.
However I did find one plugin that should meet most if not all of your needs.  It’s called the Author Adsense Plugin and it was created by Harley Quine.
Here’s [...] Read more »

3 Comments

Take MU and BuddyPress for a spin

Posted by Andrea under Plugins, elsewhere

I’ve set up a test install of WordpressMU with BuddyPress added and nothing else. It uses r1219 for MU (from Friday) and r18 for BuddyPress (today’s version).
You can find it at http://testdrivewpmu.com and feel free to sign up and check it out from a user’s perspective. The more people to test it, the more bugs [...] Read more »

5 Comments

Buddypress now available

Posted by Andrea under Plugins

The BuddyPress site is now open with loads of pretty screenshots, a mailing list, trac and an svn repository.
I’ve also seen a lot of misconceptions and plain ol’ confusion as to what Buddypress does and how you use it. It is, in the simplest of terms, a plugin for WordpressMU (or more correclty, a bundle [...] Read more »

No Comments

Sitewide search plugin released for MU

Posted by Andrea under Plugins

Jason has made the One Search WPMU plugin which searches across all blogs on your system. I haven’t tried it myself (yet), but if it delivers as promised, it could be quite the nice add-on.
Share This Read more »

4 Comments

Customizing your install: the home page

Posted by Andrea under Basics, Plugins, Themes

The absolute first thing you want to do when your site is installed and running is change it off the default theme. There are actually two copies of kubrick bundled in MU. One is under the default folder, the other is under a theme folder called “home”. The only difference is this one makes use [...] Read more »

1 Comment

Social networking with WPMU

Posted by Andrea under Plugins

BuddyPress was anxiously being awaited by some members of the community, for it promised to really bring social networking functions together under MU. The developer has released the unfinished project back to the community due to lack of time. Something which I can relate to.
Note: BuddyPress has been setup on GoogleCode.
As an alternative, there is [...] Read more »

3 Comments

Customizing your install: Login & Favicon

Posted by Andrea under Plugins

In a continuing series of posts, we’ll explore what you, the site admin, can do to your MU install to create a customized experience for your user. It is important to make some visual changes to attract users, give them a reason to use your site, and to create a better experience for them. In [...] Read more »

3 Comments

Performancing notes

Posted by Andrea under Plugins

Quentin has written up a series of notes (in English) on running a large MU site. These notes are mostly to do with preformance and caching. if you have a smaller site, it is still worth reading, as someday you may be bigger, and you will want to start paying attention to efficiency at some [...] Read more »

No Comments

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.