Skip to search.
simplepie-support · SimplePie Support

Group Information

  • Members: 1141
  • Category: Open Source
  • Founded: Jan 31, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 5833 - 5862 of 5862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5833 Ryan McCue
mccue_ryan Offline Send Email
Jan 5, 2012
6:24 am
... You need at a minimum `simplepie.inc` for 1.2.1, or `SimplePie.php` and the `SimplePie` directory for 1.3-dev. Where you upload them is entirely up to you...
5834 John Bolch
johnbolch Offline Send Email
Jan 20, 2012
7:46 am
I've been using SimplePie without a problem for about 2 years, but yesterday the feeds stopped updating with new items. I've checked the feeds and they're...
5835 Ryan McCue
mccue_ryan Offline Send Email
Jan 20, 2012
7:53 am
... Hey John, Can you post the code you're using please? Has anything changed in the past two days? It's possibly that a bug might have been caused by the...
5836 Ryan McCue
mccue_ryan Offline Send Email
Jan 20, 2012
8:06 am
... Interesting. The latter two feeds appear to be up-to-date. The first, however, has the last post on the 17th, although there are posts from later. Since...
5837 terminalgoogles Offline Send Email Jan 24, 2012
11:41 am
<rss xmlns:obs="http://www.cision.com/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> <channel> <title>Example</title> ...
5838 Ryan McCue
mccue_ryan Offline Send Email
Jan 24, 2012
11:44 am
... Try the $item->data property. That should be in $item->data['attribs']['http://www.cision.com/']['id'] from memory. -- Ryan McCue Lead Maintainer -...
5839 terminalgoogles Offline Send Email Jan 25, 2012
12:19 am
Hi Ryan. thank you very much for helping. I'm trying but I think I don't have enough skills. Should I write it something like this? I've tried to find a...
5840 Ryan McCue
mccue_ryan Offline Send Email
Jan 25, 2012
4:44 pm
... Try something like this: // your item loop stuff here foreach ($feed->get_items() as $item) { $detailurl =...
5841 kzenman Offline Send Email Jan 26, 2012
2:08 am
Until recently my server would spike once in a while and not to much of a problem. The last 5 days it has been through the roof. If I shut off SimplePie it...
5842 terminalgoogles Offline Send Email Jan 26, 2012
2:15 pm
Thanks Ryan. I got it to work :) You are awsome!...
5843 kzenman Offline Send Email Jan 26, 2012
3:09 pm
OK...I've made a little headway. I received this error in my log files. [26-Jan-2012 05:38:32] PHP Notice: XML error: not well-formed (invalid token) at line...
5844 Ryan McCue
mccue_ryan Offline Send Email
Jan 26, 2012
3:11 pm
... Your best bet is to use single-feed SimplePie instances instead of using multifeeds. e.g. $feeds = array('http://example.com/'); foreach ($feeds as $feed)...
5845 catchitcat Offline Send Email Jan 27, 2012
4:03 pm
URL? I'd like to see your site. :)...
5846 catchitcat Offline Send Email Jan 27, 2012
4:05 pm
Version 1.3 and the error is: Fatal error: Call to undefined method SimplePie::get_favicon() in /var/www/sp1.3/news/php/newsblocks.inc.php on line 82...
5847 DANNY
dhartlaw Offline Send Email
Jan 28, 2012
8:06 pm
I have been using a modified newsblocks demo at my site at clubwager.net for several years. It works great, but it is slow, so I have had to break it up into...
5848 Ryan McCue
mccue_ryan Offline Send Email
Jan 29, 2012
2:36 am
The reason for this error is that favicon handling was removed from SimplePie 1.3-dev. I'll be adding it back to Newsblocks as soon as I get a chance. -- Ryan...
5849 DANNY
dhartlaw Offline Send Email
Jan 30, 2012
6:20 am
Hi Ryan, I am using SimplePie version 1.2.1 and get favicon works fine. I didn't even know there was a 1.3 version. Sorry for butting in. Dan...
5850 Ryan McCue
mccue_ryan Offline Send Email
Jan 30, 2012
6:21 am
... Apologies, that was supposed to be in reply to catchitcat, who is using 1.3-dev. :) -- Ryan McCue Lead Maintainer - SimplePie <http://ryanmccue.info/>...
5851 catchitcat Offline Send Email Jan 31, 2012
8:20 pm
I'd like to upgrade to version 1.3, but my code is in dire need up some fine tuning. Can anyone assist me up making this better? My code:...
5852 amy.4939 Offline Send Email Feb 12, 2012
6:36 am
Hello, How do I adjust the {TRUNCATE_ITEM_DESCRIPTION} so the title isn't repeated in the description? I'm using a RSS feed of a Google News Alert. It displays...
5853 amy.4939 Offline Send Email Feb 15, 2012
3:20 am
I still need help with this issue. What i like to understand is why the title element is bundled with the description element in the...
5854 coffeecupmaster Offline Send Email Feb 20, 2012
2:18 pm
Hi there, Can SimplePie be used to autocreate new posts and not simply update pages? If so, how? If not, can anyone recommend to me how to achieve this? ...
5855 Bob
bob.deyoung Offline Send Email
Feb 23, 2012
6:44 am
Is anyone using SimplePie in conjunction with WordPress (and preferably the SimplePie Plugin for WordPress) at RackSpace Cloud Sites? Any issues? We're...
5856 idosites Offline Send Email Feb 27, 2012
11:17 pm
Can someone tell me why when the blog shows on my website that it is now formated text? See the right-column yellow area: ...
5857 Kurt Von Weisenstein
kurtvonweise... Offline Send Email
Feb 29, 2012
6:53 am
I am using Simplepie for WP, and have installed the following PHP code into a widget: <?php echo...
5858 Bob
bob.deyoung Offline Send Email
Mar 2, 2012
3:53 am
For all, took the plunge with RackSpace Cloud Sites. No issues, just needed to modify plugin root settings relative to RackSpace set up....
5859 Bob
bob.deyoung Offline Send Email
Mar 2, 2012
3:54 am
You need to create a custom template. Copy an existing template you like from the template folder for the plugin, rename it, modify it and save it to the...
5860 Ryan McCue
mccue_ryan Offline Send Email
Mar 5, 2012
3:14 am
... Great to hear! :) -- Ryan McCue SimplePie Lead Developer <http://ryanmccue.info/>...
5861 coffeecupmaster Offline Send Email Apr 4, 2012
2:41 pm
hi all, I know how to add SimplePie to my sidebars, to my pages... But what if I want to autocreate posts from my various/sundry feeds - ie, make 1 post of my...
5862 babyewok12 Offline Send Email May 16, 2012
11:26 am
I want to leave the p tags in my feed, but since I have set wordpress to remove images, it ends up leaving empty <p> tags. How can I strip these out with...
Messages 5833 - 5862 of 5862   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help