Currently 15:58:47 GMT

(Login | Register)

Owner: TechWorker

Type: WPMU Plugin

Created: 2008-01-02 23:56:09

Last Modified: 2008-01-03 00:06:21


wpmufeed.php (1632 download(s))

As the web site of the plugin (itdamager) developer is down, I uploaded the last version (0.3.2) I have from by backup.

The following description is from the google cache of the developer's site.  

This plugin generates three RSS 2.0 feeds comprising of posts, comments, and pages across all blogs on your WPMU powered site. NOTE: This plugin currently only works with subdomain installations of WPMU. Please be patient and I will update the plugin in the near future to support subdir installations. Both Subdirectory and VHOST installations are now supported.

Features:

Generates sitewide posts feed

Generates sitewide comments feed (coming soon)

Generates sitewide pages feed (coming soon)

Server-side caching via WP Object Cache

Client-side caching via ETag headers

Admin screen to configure options

Compliance with xhtml and xml standards

Installation:

Unzip and upload to mu-plugins directory.

Usage:

The configuration screen can be found under Site Admin -> Site Feed. The default feed locations for

VHOST are:

yoursite.com/wpmu-feed/

yoursite.com/wpmu-feed/comments/

yoursite.com/wpmu-feed/pages/

For subdirectory installations, access the feed at:

yoursite.com/?wpmu-feed=posts

yoursite.com/?wpmu-feed=comments

yoursite.com/?wpmu-feed=pages

Download: WPMU Sitewide Feed (v0.3.2 8/1/07)

Help: I have written documentation for the various options in the admin panel. If you have a question or found a bug, leave a comment below.

12 Responses to “WPMU Sitewide Feed”

  1. I’m setting up a new install of wpmu, and thought your sitewide feed sounds very cool :) After install, I went to test the links: wpmu-feed/ is redirecting to: wp-signup.php?new=wpmu-feed same with comments/ & pages/ Any idea on how to fix this? Site is at http://www.wahmsunited.com/events Thanks!
    July 15th, 2006 | 9:43 am
  2. itdamager
    Dianne, the plugin was made before subdirectory installations were supported, so the plugin only works with subdomain installations. However, you can a.) wait until I update it to make it compatible with the latest wpmu or b.) read this thread which describes how someone got it to work.
    July 15th, 2006 | 9:52 am
  3. Thanks for the quick reply! I’ll have a look at the thread you referred & will check in with you here on occassion :)
    July 15th, 2006 | 10:23 am
  4. New version works well for me, only thing I noticed that it shows comments from password protected posts. :)
    July 28th, 2006 | 10:38 am
  5. itdamager
    Thanks Andrea, I’ll include that fix on the next go around.
    July 28th, 2006 | 10:46 am
  6. Okay, great. I have subdirectories so I will wait. Good luck!
    August 16th, 2006 | 11:37 am
  7. Sitewide Feed… It’s wrote by IT Damager. This plugin generates three RSS 2.0 feeds comprising of posts, comments, and pages across all blogs on WPMU powered site. Features: Generates sitewide posts feed Generates sitewide comments feed (coming soon) Generates sitewi…
    August 19th, 2006 | 7:06 am
  8. I’m using WordPress MU 1.0 RC4, and if I try to save the settings in “Site Admin” -> “Site Feed”, I get the following errors: Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/familie-scheerer.de/htdocs/wp-admin/admin-header.php:17) in /var/www/virtual/familie-scheerer.de/htdocs/wp-includes/functions.php on line 1151 I now changed the settings in the code manually, but it would be great, if I could fix this. For your information: line 1151 in functions.php is in function “wp_die”.
    September 4th, 2006 | 2:11 pm
  9. what is roadmap … i mean when will this “comming soon” will be over and full plugin will be released ?
    October 10th, 2006 | 3:20 am
  10. Does this plugin work with the latest version of MU 1.0? I’ve got it setup to point to http://hadithuna.com/sitesfeed/ but I’m getting garbled gunk. Is there anywhere in the MySQL table where I can go to delete the RSS cache? I don’t know why it’s showing up this way!
    October 29th, 2006 | 5:44 pm
  11. EDIT: I relocated and made a few tweaks to try to get this thing to work. The New feed is located at http://hadithuna.com/sitefeed/ where the old one used to be, but I’m still getting the bizzarre formatting errors. Feedburner complains that my tag needs to end with a but I checked the code and could not find any anomolies!
    October 30th, 2006 | 10:11 pm
  12. Global Feed Available… Starting today, there is a Global / Master RSS Feed available for GIDBlog.com: http://gidblog.com/wpmu-feed/. If you’d like to see what the other blog owners on GIDBlog are publishing these days, this feed will be the one to supply you that infor…
    May 6th, 2007 | 5:19 am



Posted 2008-01-07 23:59:19 by au8ust.

Could you make this plugin able to exclude a blog from being displayed in sitewide feed? Thanks!


Posted 2008-01-17 19:38:13 by Binh Nguyen.

I like this plugin. What's better than having an RSS feed for the main site that include sub blogs. Waiting for the new features.


Posted 2008-01-24 15:18:01 by Antonio.

i don't know why, but to me it's not working


Posted 2008-03-18 17:00:53 by profmustamar.

Nice plugin. but how to disable showing Hello World! post? (id=1)


Posted 2008-04-10 10:53:29 by lenasterg.

profmustamar Go to the ~ln202 WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."' and change it to WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `post_ID`!=1 AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."'


Posted 2008-04-10 12:40:40 by lenasterg.

profmustamar: Correction to my previous post about hiding the Hello world post. You should change it to WHERE `post_status` = 'publish' AND (`post_type` = 'post' OR `post_type` = '') AND `ID`!=1 AND `post_date_gmt` < '".gmdate("Y-m-d H:i:s")."'


Posted 2008-06-23 17:29:31 by xodeus.

This one is worling just great. thank you.


Posted 2008-07-04 05:26:14 by acunat.

Hi, I managed to get it working, but there's one more thing i'd like to be able to do. Is it possible to link back to the subblog where the post originated? so have a link on the main blog included w/ the descriptions that links to authorx.blog.com. Does this make sense? Thanks!


You must be registered and logged in to post comments. Not registered? Click here to get your free account!