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 your group to be featured on the Yahoo! Groups website? 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 3126 - 3155 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3126
Thanks for the tip Ryan. Both the SimplePie_Cache_Extras.inc and the example code is very short. I'm not very good with php, would you like to have a go at ...
paddysinspace
Offline Send Email
Jan 1, 2009
8:01 pm
3127
... http://simplepie.org/wiki/faq/i_m_getting_memory_leaks ... According to PHP.net the memory leak has been fixed: http://bugs.php.net/bug.php?id=33595 It has...
Peter Verkooijen
modifiedcontent
Offline Send Email
Jan 2, 2009
1:22 am
3128
That means that it's been fixed in the development build of PHP 5.3, which hasn't been officially released yet. gsnedders: Is the...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 2, 2009
1:25 am
3129
<feed xmlns="http://www.w3.org/2005/Atom"> <title><![CDATA[&amp;]]></title> </feed> $feed->get_title() should return "&amp;amp;", "&#38;amp;", or "&#x26;amp;"....
Geoffrey Sneddon
gsnedders
Offline Send Email
Jan 2, 2009
10:44 pm
3130
... Thanks Ryan, can you help me a little about modify Simplepie class for caching just one item from each feeds? what function or object handler parsing RSS?...
alvanweb
Offline Send Email
Jan 3, 2009
7:55 am
3131
Hi all, is there any way to limit the number of retrieved items per feed? I do not mean the displayed ones. So far, I use multifeed arrays to limit the numer...
denisinrome
Offline Send Email
Jan 3, 2009
4:43 pm
3132
... title. ... You can change or override the number of items by calling the 'items' => X in the index page or change it universally by changing the variable...
tdbuilder
Offline Send Email
Jan 3, 2009
5:49 pm
3133
Ryan, Can you suggest any helpful methods we could use to get the simplepie extra's features data from the code? Things like; get_cache_timestamp() And ...
paddysinspace
Offline Send Email
Jan 4, 2009
11:37 pm
3134
SimplePie is having trouble parsing this feed: http://www.nmhc.org/feeds/overall.atom It says that a feed cannot be found at that URL. The feed validates at ...
trentmar
Offline Send Email
Jan 5, 2009
6:27 pm
3135
... The "culprit" in this case is the MIME type, as SimplePie doesn't know it's actually a feed. You can work around this with $sp->force_feed(true); -- Ryan...
Ryan McCue
mccue_ryan
Offline Send Email
Jan 5, 2009
10:53 pm
3136
Iam so frustrated with this and I have tried looking everywhere and dont seem to find what I am looking for, Basically I would like the feed to display on the...
kaus_289
Offline Send Email
Jan 6, 2009
3:12 am
3137
You can use $item->get_item_tags(SIMPLEPIE_NAMESPACE_MEDIARSS, 'thumbnail'); to grab all of the <media:thumbnail> elements in an item, then use print_r() to...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
4:43 pm
3138
I don't see why it wouldn't... -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
4:45 pm
3139
You can use the <media:content> URL for the images. http://pastie.org/353878 -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
4:53 pm
3140
I think that's what SimplePie is supposed to be doing. Do you have sample code or feed URL we can take a look at? -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
4:57 pm
3141
This works for me. http://pastie.org/353893 -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
5:02 pm
3142
What have you attempted thus far? It would be much easier for us to help you if we had something to start with. :) -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jan 6, 2009
5:09 pm
3143
Who I can know in current refresh cache files will be update? I am writing simple app with SimplePie and must know it! For example: if ($cache updated) { ...
alvanweb
Offline Send Email
Jan 6, 2009
6:01 pm
3144
Is there a way to see if the first item in a feed has been cached? I'm trying to find a way to only show items that are new since the last fetch... without...
Doug
dougyitbos
Online Now Send Email
Jan 6, 2009
9:28 pm
3145
I have simplepie installed for wordpress and use it to display a feed on the sidebar of my latest posts. I want it to ignore the latest and display the next 5...
steven.gardner@...
steven.gardn...
Offline Send Email
Jan 7, 2009
6:13 pm
3146
Hi, I'm using simplepie with the WP plugin. I would like to check for the existence of the RSS file which resides on another server. If it exists I would...
eoriginals
Offline Send Email
Jan 7, 2009
7:01 pm
3147
I'm using the WP plugin in my side bar with just: <?php echo ...
portwojc
Offline Send Email
Jan 7, 2009
7:31 pm
3148
... thank you for your reply! :) but it does not work as I intended. I want to limit the number of retrieved feed and with the above way, I just limit the...
denisinrome
Offline Send Email
Jan 8, 2009
11:20 am
3149
... In that case, no. SimplePie has to load the entire feed, it can not just load sections of it. -- Ryan McCue <http://cubegames.net/>...
Ryan McCue
mccue_ryan
Offline Send Email
Jan 8, 2009
11:26 am
3150
Hi! In the simplepie wiki articles list, the text links for topics marked in red 'disappear' on hover. Meaning the text turns white on a very light pink...
eno_diputs
Offline Send Email
Jan 8, 2009
5:48 pm
3151
... I do agree, there's a definite lack of contrast. Until Ryan P. fixes it, I guess that's just extra motivation to fix the red links and write articles :) ...
Ryan McCue
mccue_ryan
Offline Send Email
Jan 9, 2009
12:39 am
3152
hi, im new to SimplePie so i hope this question is not too stupid. in my application i need to parse several hundreds of feeds in certain time intervals with a...
teddel92
Offline Send Email
Jan 9, 2009
2:46 pm
3153
How can I rewrite the regex in order to retain anchor tags wrapped around the images? I am currently using images_only on a flickr feed and I would like my ...
SH
juninho52
Offline Send Email
Jan 9, 2009
9:59 pm
3154
I have a couple feeds I can't get Simplepie to read. The feeds work in firefox, the feed validator and everywhere else. Using the force_feed(true); method does...
Ben Johnson
bjohnson045
Offline Send Email
Jan 10, 2009
5:25 pm
3155
... The link to http://simplepie.org/participate is in the community page (http://simplepie.org/community/) particularly the spread-the-word section. :D...
eno_diputs
Offline Send Email
Jan 10, 2009
5:35 pm
Messages 3126 - 3155 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