Search the web
Sign In
New User? Sign Up
simplepie-support · SimplePie Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2505 - 2534 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2505
Hi, Can somebody help me on it.. very very very important and urgent. :-) I am using simplepie to crawl the feeds in my script. $url = ...
sumanth
tsu_ims2004
Offline Send Email
Oct 1, 2008
2:19 pm
2506
Hi, actually tried that already and realized it was not cURL. I suspect it has something to do with the RSS feeds I'm using or the server they are on....
pinfx
Offline Send Email
Oct 1, 2008
6:46 pm
2507
Here's what I'm trying to do: 1. Display a short excerpt from a single feed (200 characters or so, no title). 2. Right below the excerpt I want to display some...
Chris Wilson
thefreshpeel
Offline Send Email
Oct 1, 2008
7:11 pm
2508
I'm using the code from this page: http://simplepie.org/wiki/tutorial/how_to_group_multiple_posts_by_day to sort a few feeds by day. I'm sure this is easy, but...
sbeaumont9
Offline Send Email
Oct 1, 2008
7:16 pm
2509
$item->get_feed() will return a reference to the parent feed object. So, you could use $item->get_feed()->get_title() to get the parent feed's title. -- Ryan...
Ryan Parman
skyzyxufks
Online Now Send Email
Oct 1, 2008
7:34 pm
2510
Thanks for the quick reply, but I receive a "parse error" when I tried to add what you have below. My full line of code (with your suggestion) is: echo '<li><a...
sbeaumont9
Offline Send Email
Oct 1, 2008
7:39 pm
2511
i tested with sp_compatibility_test.php and it said i should be good. my php page's code: require_once('scripts/simplepie.inc'); $next =...
willgotoo
Offline Send Email
Oct 1, 2008
8:51 pm
2512
Has anyone combined these 2 methods successfully: http://simplepie.org/wiki/tutorial/how_to_do_item_paging ...
sbeaumont9
Offline Send Email
Oct 1, 2008
9:18 pm
2513
I'm having the inverse problem that most people claim to have re: sorting. I can't get my feeds *not* to sort by date. I am using the WordPress plugin with...
twotonespirit
Offline Send Email
Oct 2, 2008
1:20 am
2514
... sorting. ... I mean enable_order_by_date, not sorting....
twotonespirit
Offline Send Email
Oct 2, 2008
1:21 am
2515
... You're using PHP 4, aren't you? *sigh* Change it to this: $feed = $item->get_feed() echo '<li><a href="' . $item->get_permalink() . '">' . ...
Ryan McCue
mccue_ryan
Offline Send Email
Oct 2, 2008
2:40 am
2516
how to display specific items? * 1-5 * 2 * 4-7 * oldest 3...
Markus StrĂ¼bel
markus_struebel
Offline Send Email
Oct 2, 2008
5:38 am
2517
Hi there, I'm using FoF (http://feedonfeeds.com/) which uses SimplePie. I think I've encountered a problem with entities inside a RSS feed. As you can see at...
Matthias Coy
matze_cxi
Offline Send Email
Oct 2, 2008
9:26 am
2518
... Well, I hate to say it, but this works fine for me on the SP demo. I'd bet it's a problem with Feed on Feeds *or* it's just been fixed in trunk. Also, I...
Ryan McCue
mccue_ryan
Offline Send Email
Oct 2, 2008
12:06 pm
2519
Ok, Now I'm confused. As I added in my first post at the end, this little script does create the behaviour I said. Now I got the latest_trunk [3] of simplepie,...
Matthias Coy
matze_cxi
Offline Send Email
Oct 2, 2008
12:34 pm
2520
... It's working on the publically available demo for SimplePie too: http://simplepie.org/demo/?feed=http%3A%2F%2Frss.golem.de%2Frss.php%3Ffeed%3DRSS1.0 Alpha...
Ryan McCue
mccue_ryan
Offline Send Email
Oct 2, 2008
12:37 pm
2521
Ok, so it's sometimes working (as in your try and the open demo), and sometimes not (as in feedonfeeds and my minimalistic example, my approach on...
Matthias Coy
matze_cxi
Offline Send Email
Oct 2, 2008
12:56 pm
2522
... Make sure you have the latest version. It looks to me like the brackets are being replaced somehow and I have no idea why. What's your compatibility test...
Ryan McCue
mccue_ryan
Offline Send Email
Oct 2, 2008
1:09 pm
2523
just checked out again the latest trunk [2]. The test says: everything ok [1]. I copied the example from [3] to [4], just to check double. I don't have a clue...
Matthias Coy
matze_cxi
Offline Send Email
Oct 2, 2008
1:21 pm
2524
I upgraded to PHP 5 - thanks!...
sbeaumont9
Offline Send Email
Oct 2, 2008
1:32 pm
2525
How much different would it be from this code, which displays the most recent feed titles? <?php /** * Shortening function. */ function shorten($string,...
Chris Wilson
thefreshpeel
Offline Send Email
Oct 2, 2008
5:05 pm
2526
Welcome! :) First things first, it would be helpful for you to read <http://simplepie.org/wiki/reference/simplepie/start ... That being said, this is very...
Ryan Parman
skyzyxufks
Online Now Send Email
Oct 2, 2008
5:29 pm
2527
Yesterday, for some unknown reason my site began picking up Feedburner feeds again. Why? I'm not sure. I did empty the cache and recreate the opml file that is...
Stuart Robinson
lettuce_in_l...
Offline Send Email
Oct 2, 2008
10:48 pm
2528
I just installed simplepie and I am in the beginning testing phase. When I run it no matter what feed i am attempting to parse I get the following error: ...
Mikhael
debateguy01
Offline Send Email
Oct 3, 2008
4:08 am
2529
... Where are you creating the SimplePie object? If you're calling it from, say, /home/comprx/public_html/example.php, then ./cache/ would be ...
Ryan McCue
mccue_ryan
Offline Send Email
Oct 3, 2008
7:30 am
2530
... Correct, the cache directory is relative to the page that uses SimplePie, not simplepie.inc itself. -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Online Now Send Email
Oct 3, 2008
7:43 am
2531
What order are the items in, in the feed itself? -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Online Now Send Email
Oct 3, 2008
7:44 am
2532
Hi, The demopage on simplepie.org is running fine, so could you please give me the code-part which is used to get the feed? Regards Matthias...
Matthias Coy
matze_cxi
Offline Send Email
Oct 3, 2008
11:59 am
2533
simplepie.inc is in my public_html folder. My example.php page is in public_html/php and my cache folder is public_html/cache. When I call simple pie I call...
Michael McKenzie
debateguy01
Offline Send Email
Oct 3, 2008
3:00 pm
2534
Ok i got it figured out. Thanks. I have to much to learn with this. How do you tell simplepie to only display a certain amount of content? IE only 1 (the most...
Michael McKenzie
debateguy01
Offline Send Email
Oct 3, 2008
6:08 pm
Messages 2505 - 2534 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help