Title: Diff for a Wp 2.0 compatible plugin &#8211; Feedwordpress
Last modified: August 18, 2016

---

# Diff for a Wp 2.0 compatible plugin – Feedwordpress

 *  [Beer](https://wordpress.org/support/users/beer/)
 * (@beer)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/)
 * Well, i’m not sure how much of a fix this is but it works for me. At least, I
   don’t get the errors anymore.
 * The file you need to edit is
    wordpress/wp-content/plugins/feedwordpress.php
 * `
    2364,2375c2364 < TRIM(LCASE(user_firstname)) = TRIM(LCASE('$author')) OR <
   TRIM(LCASE(user_nickname)) = TRIM(LCASE('$author')) OR < TRIM(LCASE(user_nicename))
   = TRIM(LCASE('$nice_author')) OR < TRIM(LCASE(user_description)) = TRIM(LCASE('
   $author')) OR < ( < LOWER(user_description) < RLIKE CONCAT( < '(^|\n)a.k.a.( 
   |\t)*:?( |\t)*', < LCASE('$reg_author'), < '( |\t|\r)*(\n|$)' < ) < ) --- > TRIM(
   LCASE(user_nicename)) = TRIM(LCASE('$nice_author')) 2385,2386d2373 < user_firstname
   ='$author', < user_nickname='$author', 2388d2374 < user_description='$author',

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/page/2/?output_format=md)

 *  Thread Starter [Beer](https://wordpress.org/support/users/beer/)
 * (@beer)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-319825)
 * Above didn’t look too readable here, so I’ve pasted the whole file at Pastebin.
 * [http://paste.uni.cc/8489](http://paste.uni.cc/8489)
 * There is a download link at the end.
 *  [tacobell](https://wordpress.org/support/users/tacobell/)
 * (@tacobell)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-319864)
 * Hey Beer, I’ve been looking high and low for an update to this for 2.0. Your 
   post at the uni.cc link above is cutoff after line 1637. Same with the .txt download.
 * Any chance of another download opportunity for the entire script/text?
 *  Thread Starter [Beer](https://wordpress.org/support/users/beer/)
 * (@beer)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-319881)
 * Sorry. I guess it was too long. I am now only showing the function that needs
   the update.
 * New link below, find the function and replace it with this one.
 * [http://paste.uni.cc/8492](http://paste.uni.cc/8492)
 *  [tacobell](https://wordpress.org/support/users/tacobell/)
 * (@tacobell)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-319894)
 * Thanks Beer, will give it a go!
 *  [tacobell](https://wordpress.org/support/users/tacobell/)
 * (@tacobell)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320194)
 * Hey Beer, you are “the man!” I’m new to wordpress and the feedwordpress docs 
   are overwhelming, but after a little time and your updated code for **feedwordpress
   to work with WordPress 2.0** above, it’s working like a charm!
 * My first feed is coming in perfectly and about to add 2-3 more feeds for my first“
   auto-blog!” Would definitely buy you a beer for this fix, many thanks!
 *  [ciaron](https://wordpress.org/support/users/ciaron/)
 * (@ciaron)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320331)
 * is anyone else having problems with feedwordpress not copying across the categories
   from the parent feed, with or without this fix?
 *  [Lars Jansen](https://wordpress.org/support/users/larsborg/)
 * (@larsborg)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320344)
 * >  “is anyone else having problems with feedwordpress not copying across the 
   > categories from the parent feed, with or without this fix?”
 * I cant seem to get it to work with categories either.
 *  [digifreax](https://wordpress.org/support/users/digifreax/)
 * (@digifreax)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320350)
 * I made a archive of the plugin with Beer’s fix:
    [http://giantupload.com/?id=27328177](http://giantupload.com/?id=27328177)
 *  [bwp58](https://wordpress.org/support/users/bwp58/)
 * (@bwp58)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320351)
 * Hi Beer
 * Was hoping for a steer in the right direction. My feed wordpress script is working–
   finds feed and pulls in details ok.
 * But my update-feeds gives a 404 error whenever I run it. Have upgraded to WP 
   2.01. Installed the same configuration on two different hosts exactly the same
   problem.
 * Did you make any mods to update-feeds to get it going ?
 * Thanks
    Brian
 *  [paulproteus](https://wordpress.org/support/users/paulproteus/)
 * (@paulproteus)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320356)
 * [http://paulproteus.acm.jhu.edu/pub/feedwordpress-0.97-with-2.0-compat-fix-from-beer.tar.gz](http://paulproteus.acm.jhu.edu/pub/feedwordpress-0.97-with-2.0-compat-fix-from-beer.tar.gz)
   has a complete archive of the fixed FeedWordPress that should work with WordPress
   2.0.
 *  [bwp58](https://wordpress.org/support/users/bwp58/)
 * (@bwp58)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320359)
 * Paul
 * Thank-you, Thank-you, Thank You
 * You’ve made an old man very happy
 * (I should get out more !) 🙂
 * Very Best Regards
    Brian Pratt
 *  [mlepisto](https://wordpress.org/support/users/mlepisto/)
 * (@mlepisto)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320364)
 * paulproteus:
 * First, thanks for posting that file!
 * I’m wondering though, what is the optional folder for the rss-functions.php file?
   Do you know what the changes to that file are?
 * Thanks,
    Mika
 *  [ciaron](https://wordpress.org/support/users/ciaron/)
 * (@ciaron)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320365)
 * right, can anyone get categories to pull through? still not working with Bear’s
   fix and wp 2.0.1 for me.
 * -ciaron
 *  [cranker](https://wordpress.org/support/users/cranker/)
 * (@cranker)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320366)
 * Feedwordpress is not pulling from subdomain on the same site.
 * We have two installs of wordpress, one on a subdomain and one on the main domain.
   We want to feed the main domain install, but it won’t work.
 * We need to pull from subdomain blog at [http://subdomain.domain.com](http://subdomain.domain.com)
   to [http://domain.com](http://domain.com)
 * Feedwordpress works fine pulling the same feeds to other domains.
 * Any know issues or reasons?
 *  [davidchait](https://wordpress.org/support/users/davidchait/)
 * (@davidchait)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/#post-320367)
 * I don’t know if this is your issue, but I seem to recall certain hosting companies
   having problems with php scripts on a domain accessing that domain, or subdomains,
   or other domains on the host/server… just fyi.
 * -d

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/page/2/?output_format=md)

The topic ‘Diff for a Wp 2.0 compatible plugin – Feedwordpress’ is closed to new
replies.

## Tags

 * [aggregate](https://wordpress.org/support/topic-tag/aggregate/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)
 * [Syndicate](https://wordpress.org/support/topic-tag/syndicate/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 11 participants
 * Last reply from: [wordpressmark](https://wordpress.org/support/users/wordpressmark/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/diff-for-a-wp-20-compatible-plugin-feedwordpress/page/2/#post-320381)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
