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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4019 - 4051 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4019
Thanks. I figured it would be something simply like that. But now I've got a new problem. Upon changing the code, I now get a blank name returned from the...
leeor_net
Online Now Send Email
Jul 1, 2009
7:33 am
4020
... 0.k - narrowed down my problem to the following issue - 1. if you have multiple feeds and want to show a list of say, 10 top items in each feed - something...
vacquah
Offline Send Email
Jul 1, 2009
5:32 pm
4022
Don't pass the URL into the constructor. Pass the URL into $feed- ... http://ref.simplepie.org/set_feed_url http://ref.simplepie.org/set_cache_location -- Ryan...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
6:43 am
4023
Pulling the author name from RSS 2.0 is imperfect because the spec is terribly unclear in this area, so we do our best. There are a new sub- methods of...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
6:45 am
4024
SimplePieWP() is defined in the WordPress plugin, which obviously requires WordPress. From your description, it sounds like you're trying to run it on a ...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
6:48 am
4025
The get_date() method will pass dates through PHP's date() function. If you do get_date('U'), it will do the same thing as date('U') (which is documented at...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
6:54 am
4026
Short version: 1) Download the latest trunk build from the Subversion repository, and make sure you're using this version of simplepie.inc....
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
7:19 am
4027
RSS 2.0 *requires* that the date be in proper RFC 822 format. All of the items in this feed have 7200 at the end of the dates, which doesn't mean anything....
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2009
7:22 am
4028
I have a few feeds in my cache folder that are excessive in size (1+Mb). Therefore I would like to know how I can source the feed from just the cache file such...
Stuart Robinson
lettuce_in_l...
Offline Send Email
Jul 5, 2009
11:04 pm
4029
SimplePie will automatically pull from the cache until it expires. -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 6, 2009
4:08 am
4031
My apologies - my query should have been communicated better. I'm wanting to know is there some way to decipher the feed uri purely from the cache file? In...
Stuart Robinson
lettuce_in_l...
Offline Send Email
Jul 6, 2009
8:25 am
4032
This is a bit rough, but you can basically read the contents of the cache file, unserialize it, and iterate over the array to find it. http://pastie.org/535850...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 6, 2009
4:38 pm
4033
It appears that the encoding is working correctly (using simplepie.org/ demo), but the font file itself is missing the characters needed for this language. -- ...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 6, 2009
4:41 pm
4034
Thanks for your reply. I'll see what I can manage. It's a shame that specifications aren't more clear but I figured the '<author>' item tag was fairly clear. ...
leeor_net
Online Now Send Email
Jul 6, 2009
11:49 pm
4035
Hi, I installed SimplePie Core (the WordPress Plug-in) a day or so ago and didn't notice until now... When I try to create a new post or edit an existing post...
Bill
billspaced
Offline Send Email
Jul 7, 2009
3:44 pm
4036
Anybody monitor and respond to these issues?...
Bill
billspaced
Offline Send Email
Jul 8, 2009
2:41 pm
4037
Hi All I'm using Google MyMaps to generate a GeoRSS feed which I then want to take into SimplePie to write the details for a University campus map: ...
Adrian Toll
adriantoll
Offline Send Email
Jul 8, 2009
2:42 pm
4038
... If you look in the source of the feeds, Google Maps is using the GeoRSS specification, while the other feed is using the W3C Basic Geography Vocabulary...
Ryan McCue
mccue_ryan
Offline Send Email
Jul 9, 2009
1:07 am
4039
... Sure, if you give us some time. ... Is the footer of the admin at the bottom of the page? Are there any errors in your error log? It sounds to me like...
Ryan McCue
mccue_ryan
Offline Send Email
Jul 9, 2009
1:07 am
4040
... Yes, it looks like I was correct, the whitespace is causing the regex not to match. Filed a bug at http://bugs.simplepie.org/issues/show/138 -- Ryan McCue ...
Ryan McCue
mccue_ryan
Offline Send Email
Jul 9, 2009
1:25 am
4041
When i activate the plugin i lose the ability to save anything on the settings page and the timezone tab is missing. How can i fix this please?...
dragonebay
Offline Send Email
Jul 9, 2009
8:59 am
4042
I try to add Adsense code on template, but not show. How to get my ads display ?...
Mara Mei
b_mara253
Online Now Send Email
Jul 9, 2009
12:59 pm
4043
I'm using some SimplePie code to grab my posts over at my blog on posterous.com. The great thing about posterous is that you can add pictures, audio and video...
sadcaper
Offline Send Email
Jul 9, 2009
2:30 pm
4044
I am having a problem with parsing an XML feed using SimplePie 1.1.3. The same problem happens in the Demo. The URL is: ...
dmb27
Online Now Send Email
Jul 9, 2009
4:51 pm
4045
... http://bugs.simplepie.org/issues/show/139 I guess removing the ' standalone="yes"' will fix the bug, which is certainly in SimplePie (the feed is...
Geoffrey Sneddon
gsnedders
Offline Send Email
Jul 9, 2009
8:38 pm
4046
... They're in the feed as enclosures, so use the $item->get_closure() method, then use the relevant methods of SimplePie_Enclosure: ...
Ryan McCue
mccue_ryan
Offline Send Email
Jul 9, 2009
11:44 pm
4047
... Whoops, I meant to say the $item->get_enclosure() method. Sorry. -- Ryan McCue <http://cubegames.net/>...
Ryan McCue
mccue_ryan
Offline Send Email
Jul 10, 2009
1:00 am
4049
... Thanks! I have incorporated this into my code. It did pick up the pictures, but it's not picking up the videos. It still only shows them as a link back...
sadcaper
Offline Send Email
Jul 10, 2009
9:57 pm
4050
Hi, I am working on creating an rss aggregator for my website. I would be fetching feeds from nearly 25 sites and storing it in a MYSQL database and display it...
vow_ram
Offline Send Email
Jul 11, 2009
5:09 am
4051
[1]SimplePie 1.2 is now available. This release adds a few features that have been requested often, especially caching in MySQL (instead of on the filesystem)...
Geoffrey Sneddon
gsnedders
Offline Send Email
Jul 11, 2009
10:12 am
Messages 4019 - 4051 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