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 1691 - 1720 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1691
Ya gotta have a sense of humor when your stuck in a part of the world that's classified as legacy steerage. :-) Michael P. Shipley www.michaelpshipley.com...
Michael Shipley
michael_ship...
Offline Send Email
Jul 1, 2008
9:23 am
1692
... Hi Ryan, This post concerns Newsblocks only! RSS aggregator is data base driven so it cannot compare with SimplePie. But only feature that strikes me is to...
thierrylorey
Offline Send Email
Jul 1, 2008
10:43 am
1693
Here's some demo code to do what you want: http://simplepie.pastebin.com/f4f0f4fab The only data that I can't obtain is the "Added: 1 year ago" one. I dont see...
Michael Shipley
michael_ship...
Offline Send Email
Jul 1, 2008
10:52 am
1694
Sorry also for the delay. No sorry, SP only caches raw unparsed feeds. You have to do HTML caching yourself. But it's pretty simple. The way I do it is I run...
Michael Shipley
michael_ship...
Offline Send Email
Jul 1, 2008
2:23 pm
1695
Wow, great! Thanks for taking the time to put that all together. It makes much more sense seeing it together like that. :) ... dont ... ...
gigo9996
Offline Send Email
Jul 1, 2008
6:07 pm
1696
So, what's the difference between that and taking two NewsBlocks pages and adding links to the HTML so you can get from one to the other? And yes, we file bugs...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 1, 2008
8:41 pm
1697
... Let's take a look. Here's a version of the file tweaked to use SimplePie making as few changes as possible <http://pastie.org/ 225797>. There are certainly...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 1, 2008
9:04 pm
1698
Hello, I have been trying to figure out how to use 'get_item_tags' to retrieve data from a RSS 2.0 custom element. Feed: ...
yuttn
Online Now Send Email
Jul 1, 2008
9:21 pm
1699
http://pastie.org/225815 -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 1, 2008
9:22 pm
1700
Sometimes if you can't seem to get the value directly, you can go up a level and try to get that tag, then move back down the tree. Here's some really, really...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 1, 2008
9:31 pm
1701
OK, first off, I'm a writer who got stuck doing some webmaster duties on the site I maintain, so I'll be the first to admit I have almost no idea what I'm...
azmodus24
Offline Send Email
Jul 1, 2008
11:43 pm
1702
GoDaddy is a very silly service. :) Try this: <http://simplepie.org/support/viewtopic.php?pid=4608#p4608 ... -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 1, 2008
11:46 pm
1703
Got it in one! Thanks so much! ... <http://simplepie.org/support/viewtopic.php?pid=4608#p4608...
azmodus24
Offline Send Email
Jul 1, 2008
11:59 pm
1704
... Makes sense, thank you very much, Ryan....
blueprintinternet
blueprintint...
Offline Send Email
Jul 2, 2008
3:47 am
1705
Ok now without wasting your too much time! Just take look @ my page: http://f1rss.co.nr <http://f1rss.co.nr> I think you understood i want ... but i don't know...
z4ckin
Offline Send Email
Jul 2, 2008
7:48 am
1706
I created a feed http://feeds.feedburner.com/CftcLatestPressReleases and now I would like to use SP's MySQL function to store it in a database and add a...
sauerc5
Offline Send Email
Jul 2, 2008
2:06 pm
1707
... Change foreach ($rss->get_items() as $item) to foreach ($rss- ... first item (array index zero), and use the following 10 items....
Ryan Parman
skyzyxufks
Offline Send Email
Jul 2, 2008
3:27 pm
1708
A few notes: 1) The trunk build is unstable, and things might go horribly, horribly wrong. I would never recommend it to beginners, but you're free to make...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 2, 2008
3:42 pm
1709
I like SP because it is intuitive to use, and if I don't follow it.......it will slap me to wake me up. Regarding #2, I wanted SP to store the data and add a...
bear@...
sauerc5
Offline Send Email
Jul 2, 2008
6:44 pm
1710
The RSS 2.0 spec states that pubDate should be in RFC 822 format. If you're using PHP 5.1.1 or newer (which you should be because everything else is either...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 2, 2008
6:51 pm
1711
Hi Ryan, I downloaded the following page: multiple_feeds_paging.php (I don't remember exactly from where) which is a multi feed aggregator that allows me to...
thierrylorey
Offline Send Email
Jul 3, 2008
5:40 pm
1712
I've managed to set up a page to aggregate feeds from different news sources using simplepie. I would have loved to have images accompanying stories to show...
superstarrrrh
Offline Send Email
Jul 3, 2008
7:11 pm
1713
i am using bluehost i installed simplepie and place sample php file. it shows error. Warning: ./cache/5aa9210ac49ec691b6346e6d4f6e2cad.spc is not writeable in...
sachin
docsachi
Offline Send Email
Jul 3, 2008
7:20 pm
1714
Show us your code. :) Off the cuff, I can say that you need to set up your cache directory in the correct location and it needs to be writable. You can search ...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 3, 2008
7:36 pm
1715
... I finally found the place with the multifeed and paging script: http://simplepie.org/wiki/tutorial/how_to_do_item_paging ... number of item displayed? ...
thierrylorey
Offline Send Email
Jul 3, 2008
9:29 pm
1716
Change the 5 on the line below to the number of items you need: $length = (isset <http://www.php.net/isset>($_GET['length']) && !empty...
Michael Shipley
michael_ship...
Offline Send Email
Jul 3, 2008
11:02 pm
1717
In get_items(). <http://ref.simplepie.org/get_items> foreach ($feed->get_items(0, 10) as $item) { // Stuff... } -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Offline Send Email
Jul 4, 2008
4:12 am
1718
... !empty <http://www.php.net/empty>($_GET['length'])) ? $_GET['length'] ... Thanks Michael, Works like a charm. See the demo without stylesheet: ...
thierrylorey
Offline Send Email
Jul 4, 2008
7:00 am
1719
*dailymail.co.uk:* This feed has no images within it. Check out their feed list page for more choices of feed. http://www.dailymail.co.uk/home/rssMenu.html ...
Michael Shipley
michael_ship...
Offline Send Email
Jul 4, 2008
10:31 am
1720
I'd like to show you http://www.tagazee.com/index.php , it is a blog aggregator that use Simplepie (that i've mentioned in the Credits tab) mixing it with...
stefania_palombi
stefania_pal...
Offline Send Email
Jul 4, 2008
1:00 pm
Messages 1691 - 1720 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