JackS
Newbie
Karma: 1
Offline
Posts: 9
|
 |
« on: October 05, 2008, 22:22 » |
|
I just bought RssM today. It seems to work well when visualizing the resulting feed in a browser.
I use wp-o-matic to post from rss feeds. wp-o-matic seems to work very well too. I send it an RSS feed and it turns the entries into blog posts.
However....
When I give the RssM-modified feed to wp-o-matic, it cannot process the feed and quits without creating posts.
I'm curious if anyone has made these two work together. Thanks.
|
|
|
|
|
Logged
|
|
|
|
JackS
Newbie
Karma: 1
Offline
Posts: 9
|
 |
« Reply #1 on: October 06, 2008, 14:36 » |
|
Figured it out. WP-O-Matic messes up incoming "&" on the url. Have to hack it in the database table.
|
|
|
|
|
Logged
|
|
|
|
Omar
Here to help.
Administrator
Hero Member
   
Karma: 10001
Offline
Posts: 2687
|
 |
« Reply #2 on: October 13, 2008, 13:00 » |
|
That is good to know, maybe you can tell that to wp-o-matic developrt. There are many feeds that can have a & in the url, would be nice if they will be able to support that without any hacks.
|
|
|
|
|
Logged
|
|
|
|
marcus41872
Newbie
Karma: 0
Offline
Posts: 2
|
 |
« Reply #3 on: November 21, 2008, 01:21 » |
|
What did you do to "hack it in the database table"? What do I need to do in the table?
|
|
|
|
|
Logged
|
|
|
|
pete
Newbie
Karma: 10
Offline
Posts: 52
|
 |
« Reply #4 on: December 09, 2008, 23:45 » |
|
If I open the database in MyPHPAdmin and open the table called wp_campaign_feed, and open the record called "url" I can edit the actual feed address to eliminate the "&" that WPOMatic adds when it is inputted and replace it with a "&". Then it works right.
|
|
|
|
|
Logged
|
|
|
|
|