Plugin info

Total downloads: 1,573
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/10/2010 (5683 days ago)
Added to WordPress: 6/10/2010 (15 years old)
Minimum WordPress version: 2.9
Tested up to WordPress version: 2.9.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5683 days ago

20/100

Is MU-Helpers abandoned?

Possibly abandoned (last update 5683 days ago).

Compatibility

Requires WordPress: 2.9
Tested up to: 2.9.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Helper functions to make developing solutions with WordPress MU or BuddyPress easier. Right now there is a function to return all posts from all blogs, and one to return all comments on all blogs. The code is well commented with phpdoc blocks, so read the source for more info. This plugin is for developers and will do nothing on its own (except provide functions to developers that don’t exist in the core API)

License

The WordPress-MU Helpers plugin was developed by Eric Marden, and is provided with out warranty under the GPLv2 License. More info and other plugins at: http://xentek.net

Copyright 2010 Eric Marden (email : [email protected])

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Installation

  1. Download the mu-helpers.zip file, unzip and upload the whole directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Utilize the functions it provides in building your own plugins or in your theme.

Frequently Asked Questions

Why would I want this?

If you’ve ever tried to develop complex solutions with WordPress MU or BuddyPress then no doubt you’ve found that there are quite a few functions missing from the API, especially when trying to pull content from all of the blogs on your MU instance. This plugin represents an evolving library of functions to make these types of tasks easier to complete.

I want to help with development of this Plugin!

The project is now hosted on github.com. Just fork the project and send me a pull request.

New to git?

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.8

  • Plugin now links to dedicated plugin page where users can get support, ask questions, and provide feedback.

0.7

  • Added get_all_blog_comments() function

0.5

  • Using quicksort algorithm to efficiently order the merged posts array

0.1

  • Added get_all_blog_posts() function