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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2970 - 2999 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2970
Bump Please help, or is it not possible?...
m1808s
Offline Send Email
Dec 1, 2008
4:47 pm
2971
Ryan, Thanks for the reply! We're looking to truncate at sentences, not words or characters. If we can't truncate at sentences, words are the next best thing,...
brandtdelorenzo
Offline Send Email
Dec 1, 2008
5:16 pm
2972
I'm not quite clear on what you're trying to do based on your earlier description. SQL caching is not yet a supported feature in SimplePie (although you can...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 1, 2008
5:49 pm
2973
Thank you Ryan! Works perfectly! Lucy ... http://pastie.org/171426 ... http://www.motorsportsmarketingresources.com/classifieds/external.php...
l.iannotti
Offline Send Email
Dec 1, 2008
5:57 pm
2974
Hi is there a set of demo code for the mobile reader anywhere, I'd like to use this to test things, as i'm not sure what I'm doing with this yet thanks dave...
golffind
Offline Send Email
Dec 1, 2008
6:18 pm
2975
Ryan, I've tried so many different combinations of preg_split, preg_match, and explode scripts and no go. I either get php errors or no changes to the content...
brandtdelorenzo
Offline Send Email
Dec 2, 2008
4:11 am
2976
Brandt, Your preg_match function returns the match in $matches as an array. $s is left unchanged. Try adding: $s=$matches[0]; Or just return $matches[0]; HTH ...
Samuel Kim
redbank01
Offline Send Email
Dec 2, 2008
4:56 am
2977
Hi Ryan, Thanks for responding. I am trying to feed in RSS from all the sources I use (twitter, lastFM, digg etc) and show them on my home page I very rough...
m1808s
Offline Send Email
Dec 2, 2008
11:22 am
2978
Since yesterday 1. Dec afternoon, all my SimplePie based RSS-feeds - hundreds - give just Warning: curl_version() has been disabled for security reasons in...
ekivihtonen
Offline Send Email
Dec 2, 2008
7:16 pm
2979
Your web host has disabled all of the ways that SimplePie fetches feeds. I would talk to your host to see what alternatives they have for fetching remote data....
Ryan Parman
skyzyxufks
Offline Send Email
Dec 2, 2008
7:20 pm
2980
Pastebin is not working now. here is the code <?php /* Here is the sequence: 1. Initialize SP 2. Store required feed data into an array. 2. Sort array with...
ojsimon3000
Offline Send Email
Dec 2, 2008
10:12 pm
2981
I just came across SimplePie this afternoon. I am starting a new web project and want to know if SP is what I need to accomplish it. Here's what I want to do....
angelscrashdown
Offline Send Email
Dec 3, 2008
7:26 pm
2982
... http://simplepie.org/wiki/tutorial/sort_multiple_feeds_by_time_and_date...
sbeaumont9
Offline Send Email
Dec 4, 2008
1:39 pm
2983
pastebin works again here it is http://simplepie.pastebin.com/mc514d5e Thanks...
ojsimon3000
Offline Send Email
Dec 4, 2008
5:23 pm
2984
I have installed Simple Pie on one of my web sites and had no problems, now I cannot get it to work on my site which is PHP code based. Site is...
roger_frost
Offline Send Email
Dec 4, 2008
10:13 pm
2985
I am looking for a way to completely remove html links from descriptions. Some of the feeds I am using have like the "Email This" or "Digg This" link at the...
bonesmalone133
Offline Send Email
Dec 6, 2008
2:38 am
2986
I use preg_replace to remove the username out of a Twitter feed that I have on my website. Is it possible to do this and have cache? I've tried to set the...
msanger71441
Offline Send Email
Dec 6, 2008
11:13 pm
2987
You could just pass the description through a simple regex using preg_replace(). Do you have the feed URL? -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
12:12 am
2988
Would it be possible, Ryan, to include this as a feature in the next release of SP?  It is a powerful feature and I am sure your audience/community would find...
Del
dhanoad
Offline Send Email
Dec 7, 2008
12:42 am
2989
Currently, if you use set_raw_data(), SimplePie assumes you have a local copy of the feed and doesn't cache it. Alternatively, you can use a standalone PHP5...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:06 am
2990
I can't tell what you're trying to do with SimplePie or what's wrong. Could you clarify? -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:07 am
2991
1) Set default values for $start and $length values 2) Pass the $start and $length values to get_items() 3) Add the HTML controls at the bottom ...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:21 am
2992
... Okay. ... SimplePie is only aware of ONE feed -- the one that came from Pipes. SimplePie can only parse out data that exists in the feed, and if Pipes...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:25 am
2993
I don't recall if I replied to this yet, but can you check your phpinfo() and let us know what version of libxml you have? Is it 2.6.x, 2.7.0, 2.7.1, or 2.7.2?...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:28 am
2994
It would appear that you're right. Looking through the code for get_enclosures(), we only grab the first one. Alternatively, you can use get_item_tags()...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:52 am
2995
You're correct, there is not a get_date() on the parent feed object. ... Definitely get_channel_items(). ... Have you read this?...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:58 am
2996
Hey there, Wasn't able to figure this out anywhere. Is there a way to access the title tag headlines instead of the normal headline on the blog? "Item title"...
condomunity
Offline Send Email
Dec 7, 2008
12:22 pm
2997
Thanks a lot! It worked great!...
msanger71441
Offline Send Email
Dec 7, 2008
1:06 pm
2998
Can someone tell me what to put so I can get things like "Posted 3 hours ago" and "Posted 2 days ago" for my feed? Currently have: <?php echo...
msanger71441
Offline Send Email
Dec 7, 2008
1:08 pm
2999
Do you mean the titles of the web pages themselves -- NOT what's in the RSS? -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Dec 7, 2008
4:50 pm
Messages 2970 - 2999 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