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 3567 - 3596 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3567
Using the latest version... It seems that the author name and uri fields aren't being parsed correctly. If I print out the root simplepie object I can see...
japostoles
Offline Send Email
Apr 1, 2009
6:50 pm
3568
Off the cuff, I can tell you that $item->get_author() returns an object, not a string. See the docs for SimplePie_Author to see what sub-methods are available....
Ryan Parman
skyzyxufks
Online Now Send Email
Apr 1, 2009
11:51 pm
3569
Thanks for the response. I understand this.. as I mentioned, the _object_ that is returned from get_author is empty. If I were to execute get_name() or...
japostoles
Offline Send Email
Apr 2, 2009
1:03 am
3570
Hi there I'm just starting to play around with SimplePie for a little PHP project I'm working on. My primary use case is parsing ATOM 1.0 feeds. In this case,...
Andy Piper
andypiper_uk
Offline Send Email
Apr 2, 2009
7:18 am
3571
... Take a look at $feed->get_feed_tags(): http://simplepie.org/wiki/reference/simplepie/get_feed_tags -- Ryan McCue <http://cubegames.net/>...
Ryan McCue
mccue_ryan
Offline Send Email
Apr 2, 2009
7:33 am
3572
... Works great - thanks Ryan, I had missed that API. Took some fiddling with the resulting array, but I have exactly what I want. Excellent! Andy -- Andy...
Andy Piper
andypiper_uk
Offline Send Email
Apr 2, 2009
11:49 am
3573
I'm trying to run the simplepie demo folder. I can see the page, but I get these to errors above it: Warning: include_once(../idn/idna_convert.class.php)...
nunomduartec
Offline Send Email
Apr 2, 2009
12:08 pm
3574
Hallo, i built a blog which uses simplepie with multifeeds (3 feeds). i created a pagination that shows only 10 items per page. but now theres a problem: my...
freejonas@...
freejonas...
Offline Send Email
Apr 2, 2009
2:51 pm
3575
That's really outside the scope of SimplePie. You might want to try a more general code forum, such as http://codingforums.com. -- Ryan Parman ...
Ryan Parman
skyzyxufks
Online Now Send Email
Apr 2, 2009
4:11 pm
3576
Did you also upload the /idn/ folder that was included as part of the SimplePie download? This enables internationalized domain names. If you don't care about...
Ryan Parman
skyzyxufks
Online Now Send Email
Apr 2, 2009
4:13 pm
3577
Okay, and what about a file database? i have readed your "how to use SimplePie and a flat file database to display previous feed items like Google...
freejonas@...
freejonas...
Offline Send Email
Apr 2, 2009
4:58 pm
3578
Below is the code: $parser->set_feed_url($file); $parser->init(); $parser->handle_content_type(); if($parser->error()) { # Write to log what happened echo...
dunnma@...
dunnma@att.net
Offline Send Email
Apr 2, 2009
7:49 pm
3579
This is a great plugin, even with my limited knowledge of PHP it is working well. :) I am having problems using the plugin to return the first image only in...
Jason Hulott
jhulott
Offline Send Email
Apr 3, 2009
8:17 am
3580
Is there anyway to display Labels from the blogs?...
binarywaves
Offline Send Email
Apr 3, 2009
5:19 pm
3581
Hi, Can SimplePie return multiple feeds when you do autodiscovery on a URL? From what I can tell by using it and looking at the locator class it just returns...
clearstorey
Offline Send Email
Apr 5, 2009
7:19 pm
3582
Using Item_Description shows the summary which is too short, so i used Item_Content which now is too long. Is there a way I can truncate it? I am using: <?php...
Ben Young
paranoid_cos...
Offline Send Email
Apr 6, 2009
4:01 am
3583
Hi all, I have a peculiar problem. I have used the newsblocks demo, It is working properly except for one feed. It is 'http://openhippo.com/feed/'. I am using...
Manjushree
honeydukes_22
Offline Send Email
Apr 6, 2009
1:16 pm
3584
Hello, Is there a way to offset the timezone on a per feed basis for multiple feeds? I've searched the documentation and the support group but can find very...
brumfield.kevin
Offline Send Email
Apr 6, 2009
8:12 pm
3585
... Sure: foreach ($feed->get_items() as $item) { $i++; $enclosure = $item->get_enclosure(); if ($enclosure) { $thumbnail =...
pspmikek
Offline Send Email
Apr 6, 2009
8:50 pm
3586
This was supposed to have been fixed a few versions ago (1.0.x timeframe). What version are you running? -- Ryan Parman <http://ryanparman.com> Please don't...
Ryan Parman
skyzyxufks
Online Now Send Email
Apr 7, 2009
12:24 am
3587
... 1.1.3. Looking at the code, though I could see why this would happen: // If we have media:content tags, loop through them. foreach ((array)...
pspmikek
Offline Send Email
Apr 7, 2009
12:42 am
3588
Hello, Blogspot decided to encode HTML instead of using CDATA block as of 05-APR. example: http://feeds2.feedburner.com/ivanbedrovblogspot SimplePie fails to...
dzver
dzverk
Offline Send Email
Apr 7, 2009
12:00 pm
3589
I am having the same issue not with this specific feeds but with other feed URLs. I will post them soon......
hnj81
Offline Send Email
Apr 7, 2009
12:57 pm
3590
I am using the following RSS feed URL.. http://feeds2.feedburner.com/TheBootCountryMusic its displaying wrong date 31 Dec 1969, 4:00 pm (which is wrong) I...
hnj81
Offline Send Email
Apr 7, 2009
1:20 pm
3591
In fact, it was my mistake. My SimplePie version was not the latest. Upgrade to 1.1.3 and all will be ok :-)...
dzver
dzverk
Offline Send Email
Apr 7, 2009
7:34 pm
3592
The validator says that those times on that feed aren't valid ...
pspmikek
Offline Send Email
Apr 7, 2009
8:00 pm
3593
Hi - I'd love help with code to replicate the type of behavior found at the bottom of popurls for a project and not just the awesome newsblock functionality...
bluebicyclecat
Offline Send Email
Apr 7, 2009
9:02 pm
3594
Hi, I am trying to parse thumbnail images and links to their original images from a feed, but it uses <description> multiple times. <description> is where the...
k_albarron
Offline Send Email
Apr 7, 2009
9:06 pm
3595
I am trying to display posts based on its category. Right now I have WP 2.7.1, SPWP 2.2.1 and SPCore 1.1.1. I am simply putting following code for testing: ...
tanakakaori@...
tanakakaori...
Offline Send Email
Apr 7, 2009
11:10 pm
3596
Hello Everyone, I hope someone can help me figure this out. I have a blogger account, and used SimplePie to show the blog on my page. My feed comes out...
sefromovich
Offline Send Email
Apr 8, 2009
12:25 pm
Messages 3567 - 3596 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