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...
Show off your group to the world. Share a photo of your group with us.

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 2 - 31 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2
I posted this on the simplepie.org support forums but thought I'd try here as well. ____ I'm pretty sure this is embarrassingly basic, but I've been working on...
gibbs12dotcom
Offline Send Email
Jan 31, 2008
7:45 pm
3
The second parameter takes an associative array, like so (line breaks for readability): <?php echo newsblocks::render('http://sports.espn.go.com/espn/rss/ ...
Ryan Parman
skyzyxufks
Online Now Send Email
Jan 31, 2008
10:45 pm
4
i recently started using simplepie and love it, however, is it possible to style each feed in a separate div ?...
bleemooo
Offline Send Email
Jan 31, 2008
11:27 pm
5
The only thing SimplePie does is make the data available. It makes no assumptions about layout. If you know (X)HTML and CSS, you can pretty much make it look...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 1, 2008
12:31 am
6
hey ryan thanks for the fast reply. i think i was a little vague in my initial post, i'm currently running 5 feeds through simplepie and its automatically...
bleemooo
Offline Send Email
Feb 1, 2008
12:56 am
7
One way is to have multiple instances of Simplepie: <?php $feed1 = new SimplePie( "http://one.com/feed/" ); $feed2 = new SimplePie( "http://two.com/feed/" ); ...
Michael Shipley
michael_ship...
Offline Send Email
Feb 1, 2008
1:22 am
8
thanks michael this works great!...
bleemooo
Offline Send Email
Feb 1, 2008
3:53 am
9
When I want to use the great Simplepie class on my site I get a white page. I am not using Simplepie in any application yet. As you can see here the demo just...
tvdsluijs
Offline Send Email
Feb 1, 2008
11:40 am
10
Check your Apache and PHP error logs. tvdsluijs wrote: When I want to use the great Simplepie class on my site I get a white page. I am not using Simplepie in...
Michael Shipley
michael_ship...
Offline Send Email
Feb 1, 2008
12:51 pm
11
So what am I looking for than ? I see no errors on this url: http://www.brightnews.eu/test/demo/?feed=http://rss.news.yahoo.com/rss/topstories...
tvdsluijs
Offline Send Email
Feb 1, 2008
1:06 pm
12
Go to the control panel for your website and click on "Error Log." That will be the error log for Apache. Look in your root directory for a file that says...
Michael Shipley
michael_ship...
Offline Send Email
Feb 1, 2008
1:29 pm
13
Sorry, my mistake. What am I looking for in these error logs ? I have the error logs, but see nothing strange or about the demo site. I cannot change the...
tvdsluijs
Offline Send Email
Feb 1, 2008
1:45 pm
14
Hi, I've just installed the SimplePie WordPress plugin and started playing around with it. This page should have three feeds in it: ...
ferguscmurray
Offline Send Email
Feb 1, 2008
11:30 pm
15
... What feed(s) are you using? The PHP notice is being generated by one of the feeds being malformed. Thanks, Ryan....
Ryan McCue
mccue_ryan
Offline Send Email
Feb 2, 2008
12:11 am
16
Hi Ryan, I've tried several: <?php echo SimplePieWP('http://0olong.livejournal.com'); ?> <?php echo ...
ferguscmurray
Offline Send Email
Feb 2, 2008
12:29 am
17
This sounds like it could possibly be a matter of not having either mbstring or iconv extensions installed. SimplePie is designed to work with either/both, but...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 2, 2008
1:29 am
18
Problem: I'm trying to mash my Pownce feed into other feeds. But Pownce is 6 hours off. Is there any way I can adjust the date of this specific feed while...
kingkool68
Offline Send Email
Feb 2, 2008
4:19 am
19
... Wouldn't that show up in the compatibility test though? Unless, of course, it's not included with the WP plugin. Thanks, Ryan....
Ryan McCue
mccue_ryan
Offline Send Email
Feb 2, 2008
10:20 am
20
Hi Ryan, I'm on PHP 4.4. There's no mention of iconv or mbstring in my phpinfo output - or on ...
ferguscmurray
Offline Send Email
Feb 2, 2008
10:29 am
21
Hi, I just wondering is possible to add custom image to news instead favicon and how? Can you give me some code example. Thank you....
matkostr
Offline Send Email
Feb 2, 2008
12:07 pm
22
... We don't require either, though there was a bug in SP 1.0.x that made it de-facto require one of them: 1.1 does not have this bug, and so works fine...
Geoffrey Sneddon
gsnedders
Offline Send Email
Feb 2, 2008
12:38 pm
23
... Are you sure? I don't recall this making it into the release... at least, not into the release notes. Or docs. ;) Either way, it's still something to check...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 2, 2008
7:34 pm
24
... $item->get_date('U') will give you the Unix timestamp, in seconds. If the timestamp is 6 hours off, you can take the Unix timestamp and add/ subtract 6...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 2, 2008
7:40 pm
25
... Well, the simplest answer is to simply add your own preferred image to the page with standard HTML. If your question is more involved, then we would need...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 2, 2008
7:43 pm
26
... r864 | gsnedders | 2007-08-16 18:26:57 +0100 (Thu, 16 Aug 2007) | 2 lines We need to get as many valid characters as possible when replacing bad UTF-8 byte...
Geoffrey Sneddon
gsnedders
Offline Send Email
Feb 2, 2008
8:12 pm
27
... Is there any reason why we can't have a per-feed time offset in core? -- Geoffrey Sneddon <http://gsnedders.com/>...
Geoffrey Sneddon
gsnedders
Offline Send Email
Feb 2, 2008
8:14 pm
28
Sounds fine to me. Perhaps something along the lines of $feed- ... -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Online Now Send Email
Feb 2, 2008
8:25 pm
29
Thanks for the reply. I changed it how you suggested and now part of the code looks like this: <div class="chunk"> <img src="images/00top_links.gif" /> <?php...
gibbs12dotcom
Offline Send Email
Feb 2, 2008
8:51 pm
30
... Wrapping so > starts a new line isn't a good idea :P We don't use hours anywhere else, so I don't see why we should here. We should use what we use...
Geoffrey Sneddon
gsnedders
Offline Send Email
Feb 2, 2008
10:09 pm
31
Hello all! I am using simplepie for wordpress plugin. If you goto http://mytimewithgod.net/demo you will see in the first box a news section. In this news...
carnold52000
Offline Send Email
Feb 4, 2008
6:25 pm
Messages 2 - 31 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