Hello, I've just moved my Wordpress to a new webhoster and install the Simplepie plugin for Wordpress. In configuration page I've got this message: Cache...
... This is a WordPress error as far as I can see, and should probably be asked at <http://wordpress.org/forums/> It looks like it was your previous path and...
Find out the exact path to your Wordpress "wp-content" directory on your new server. If there isn't a "cache" directory in that "wp-content" directory, create...
... "The cache folder does exist but "zorro" is strange" Maybe it's not writable. Try changing the permissions to make the directory writable. Thanks, Ryan M....
There are no specific "ports", however you will need either a recent version of cURL (7.15 or later) OR fsockopen() (sockets) enabled. Those are the two...
... Happy to file a bug, but I'm not sure what you mean. It seems like the html needs to be enclosed in cdata tags, which it's not currently. Cheers - Callum....
Awesome, thanks Michael, that's great. I can't easily modify the way SimplePie parses the feed, so I'll most likely pre-process the feed and add the CDATA...
... This is OK. After some more test on a fresh installation of Wordpress, I found that some feed work and some don't -the Blogspot ones don't and I had only...
apologies if this question has been answered, i have searched this group promise! im after the code to limit the amount of feed items displayed in my feed...
PHP Notice: XML error: Invalid document end at line 64, column 1 in /home/.abrogated/codificar/noticiaria.com.br/includes/system_classes/SimplePie.class.php on...
I love the easy ones. :-) To limit the number of items returned you would call the SP feed level function "get_items()" with the appropriate parameters. The...
Hello all, I searched the group and couldn't find anything related to using Newsblocks. I'm trying to find a way to have separate pages for various categories...
Right now, that's pretty much it. NewsBlocks 2.0 will be released this week with more customization and styleability options, but with NB being (intentionally)...
NewsBlocks 2.0 is all MooTools the whole way through. By default, it includes only the components that are necessary to make everything go (DOM, Events,...
Quick question - is there anyway, perhaps in the template, to use the trackback url? I understand we are using the urls provided in the rss feeds, however,...
Ryan, the feed url was posted in the last email, but it is http://www.topix.net/rss/world/maldives.xml Thanks, Joseph Crawford http://josephcrawford.com/...
Hello all, This is my first post and I'm admittedly new to SimplePie and a bit of a PHP noob to boot. I have a quick question, but let me explain what I'm...
"$item->get_authors();" returns an array of all the authors for an item so that's why its displaying "Array". Most of the time there's only one author though,...
Well, that certainly got me a step closer. I'm now getting unique values for each author, but instead of a member/account name, I'm getting these long strings:...
Here it is: feed://summize.com/search.atom? q=%40buildguild+OR+buildguild+OR+BuildGuild+OR+%22build+guild%22+OR+%22Build +Guild%22+-from%3Abuildguild Thanks...