Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RSS feed posts
03-21-2007, 08:21 AM (This post was last modified: 03-21-2007 08:23 AM by judel.)
Post: #1
RSS feed posts
Hey! I thought I'd give this RSS plug in a chance to see if I could get it to work. Seems like I have, but the post looks all screwy! I did choose the option to strip any html, but it doesn't look like it did it! Any suggestions? Would be really neat if I can get this working correctly! Big Grin

see screenshot for actual RSS feed post from yahoo!


.jpg  rsspost.jpg (Size: 70.45 KB / Downloads: 222)

Jude
Find all posts by this user
Quote this message in a reply
03-27-2007, 05:42 AM
Post: #2
RE: RSS feed posts
*sigh* I guess it's not that important! Big Grin I just deactivated it for now!

Jude
Find all posts by this user
Quote this message in a reply
03-27-2007, 02:00 PM
Post: #3
RE: RSS feed posts
Sorry I haven't had time to look over it.

[Image: sig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
03-29-2007, 06:30 PM
Post: #4
RE: RSS feed posts
Hi judel

Can you try this modification in inc/plugins/rss2post.php:
Find:
PHP Code:
$message html_entity_decode($item_data['description']); 
Replace with:
PHP Code:
$message unhtmlentities($item_data['description']); 

If it still doesn't work, can you post a link to the feed?

Thanks,

[Image: sig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-04-2007, 07:17 AM (This post was last modified: 04-04-2007 07:20 AM by judel.)
Post: #5
RE: RSS feed posts
OK, that makes it look much better, but now it changes the apostrophes to boxes. For example:

Code:
Jennifer Lopez says shes found a perfect match in her husband, singer Marc Anthony.

And is it only supposed to capture the first line of the article? Any way to get it to pull more of it, or is that in the rss coding?

Here is the link I'm trying to get to work: http://rss.news.yahoo.com/rss/entertainment

edit: oh, and this is weird! I can't even edit to get rid of those boxes!! strange!!

Jude
Find all posts by this user
Quote this message in a reply
04-04-2007, 09:31 AM
Post: #6
RE: RSS feed posts
Might be a problem with your charset or content type or something. Can you post the link to the post that shows this?

Also, the plugin can only display the information that's provided in the feed. In your feed only the description is shown, so that's all that can be posted.

[Image: sig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-04-2007, 04:08 PM (This post was last modified: 04-04-2007 04:10 PM by judel.)
Post: #7
RE: RSS feed posts
Well, since I don't make my forum public, I could send you a PM of the link if that will work? Don't want to do that unless it's OK though! Big Grin
And I've deleted all the posts with the boxes, so I would have to wait until the plugin scanned again tomorrow!

Oh and it isn't just that rss feed to get those boxes instead of apostrophes. I tried another rss feed, and all apostrophes were still replaced!

Jude
Find all posts by this user
Quote this message in a reply
04-05-2007, 03:55 PM
Post: #8
RE: RSS feed posts
Well yeah sure PM me the URL.

[Image: sig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
04-06-2007, 03:37 AM
Post: #9
RE: RSS feed posts
OK, I just sent the PM...and here is the other rss feed I used and still got the boxes instead of apostrophes: http://www.nytimes.com/services/xml/rss/...Review.xml

Jude
Find all posts by this user
Quote this message in a reply
04-14-2007, 06:43 AM
Post: #10
RE: RSS feed posts
Well, I'm still using the plug in but would really like to know why those boxes replace the apostrophes. Have you had a chance to visit the link I sent to you in PM, Dennis? Big Grin

Jude
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: