2 of 11
2
Plugin: FeedGrab
Posted: 15 November 2006 07:34 AM   [ Ignore ]   [ # 19 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

I don’t know of a reason why only 6 entries would be imported if there are more.

One problem you might be experiencing is that feeds are cached, by default for 60 minutes. Adding a refresh=“1” parameter should reduce that problem.

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 16 November 2006 05:44 AM   [ Ignore ]   [ # 20 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

A new version of the plugin that:

i) adds the facility to set categories for feeds
ii) clears EE caches if new entries are added

Edit: Please see the FeedGrab page to download current version

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 23 November 2006 05:03 AM   [ Ignore ]   [ # 21 ]  
Lab Assistant
RankRank
Total Posts:  239
Joined  12-06-2002

Wow! This is fantastic! Any way for the imported entries to be set as Closed? My weblog has a default status of “closed”, but Feedgrab doesn’t seem to take notice… and thanks again.

Profile
 
 
Posted: 23 November 2006 05:24 AM   [ Ignore ]   [ # 22 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005
Simon | Agenzia - 23 November 2006 05:03 AM

Any way for the imported entries to be set as Closed?

Thanks for the comments. This version should obey the weblog’s default status setting.

Edit: Please see the FeedGrab page to download current version

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 23 November 2006 05:35 AM   [ Ignore ]   [ # 23 ]  
Lab Assistant
RankRank
Total Posts:  239
Joined  12-06-2002

Andrew - thanks so much for that, it’ll save me tinkering with categories. And 21 minutes? That’s a seriously quick fix! Thanks v. much again.

Profile
 
 
Posted: 04 December 2006 08:06 AM   [ Ignore ]   [ # 24 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

OK, I’ve had enough positive feedback to suggest that people are finding this plugin useful, so I’m aiming to spend a bit of time tidying it up and possibly adding some new features.

I’d be very grateful at this stage to receive any feedback that anyone has about the plugin, especially problems and feature requests, and I’d also be fascinated to know how & where people are using it (it is already being used in ways I did not expect).

If you’d rather email or ‘PM’ me if you don’t want to post on this forum, that’s fine.

Many thanks, Andrew

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 04 December 2006 09:14 AM   [ Ignore ]   [ # 25 ]  
Lab Assistant
RankRank
Total Posts:  239
Joined  12-06-2002

Hi Andrew - I’ve not come across any problems using the plugin, and it’s *super* useful! My wishlist would be: -

- a way to import entries into galleries (so I can pull flickr images into a gallery)
- a neat’n'tidy interface in the EE control (perhaps with options for setting an interval for feed-grabbing)
- some extra documentation for common tasks (flickr, myspace etc) - give me a shout if you want me to chip in on this

Can’t think of anything else!

Also, would you be interested in talking about this project?

Profile
 
 
Posted: 04 December 2006 10:37 AM   [ Ignore ]   [ # 26 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12273
Joined  04-29-2002

The only thing I find that I’d like to change is if I change the title on Flickr, I’d like the title in my entry to change too. smile

So far I’m just using it to display Flickr stuff. But eventually I’d also like to implement my SmugMug galleries too.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 10 January 2007 04:08 PM   [ Ignore ]   [ # 27 ]  
Research Assistant
RankRankRank
Total Posts:  418
Joined  12-22-2003

One features I’d like to see:

The ability to specify the author. Right now, it seems like entries I import into the database don’t respond to the author id I’ve included in the “go” template, although maybe I’m doing it incorrectly. In case my code is faulty (and could thus be corrected now), here’s the code I’m using in the “go” template:

{exp:feedgrab url="http://boydston.blogspot.com/rss.xml"
                          
weblog="215"
                          
title="title"
                          
date="pubDate"
                          
author_id="47"
                          
category="2"
                          
use="link|description"
                          
fields="external_link|body" }

Thanks,
Frank

Profile
 
 
Posted: 10 January 2007 04:41 PM   [ Ignore ]   [ # 28 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

Hi Frank - Sorry that was a bug.

It should be fixed in the download below - to make the parameter name a bit more consistent I’ve renamed it author rather than author_id.

There are a couple of extra new parameters to allow more flexible categorization of entries. Firstly:

category provides a default category (id or name) to put all new entries in

Alternatively, you can use category_field and category_group to select the category on an entry-by-entry basis

category_field selects which field of the feed to use for the category. The field will be treated as comma-separated data so “Arts, Science, Technology” would add the entry to all 3 categories. New categories are created if the don’t exist.

category_group is the id of the category group that you want new categories added to.

As usual, let me know of any problems.

Andrew

Edit: Please see the FeedGrab page to download current version

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 25 January 2007 03:29 PM   [ Ignore ]   [ # 29 ]  
Grad Student
Avatar
Rank
Total Posts:  83
Joined  12-07-2004

What is the “__MACOSX” content in the zip file?  Is it relevant?

Profile
 
 
Posted: 25 January 2007 03:45 PM   [ Ignore ]   [ # 30 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  12273
Joined  04-29-2002

Douglas, the _MACOSX stuff is useless on a PC. Just delete that entire directory.

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 25 January 2007 07:08 PM   [ Ignore ]   [ # 31 ]  
Grad Student
Avatar
Rank
Total Posts:  83
Joined  12-07-2004

Thanks for the quick reply Sue….  And thanks to Andrew for all his hard work on this plugin.

Let me just throw out two other questions for anyone…

First, it seems to me that if someone modifies content on the original RSS feed subsequent to the import which changes an item within the RSS, there is no way to import the changes.  The imported copy will continue to reflect the older version of the RSS item.  It would be nice if the plugin could identify such a discrepancy and change the content that it had previously imported.  Is this an insurmountable problem?

Secondly, is there a way to include conditional logic to say something like “don’t import this item if the category is xxxxxx” or “only import if XML field xxx contains xxxxxx”

Profile
 
 
Posted: 26 January 2007 03:06 PM   [ Ignore ]   [ # 32 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

Hi Douglas,

Thanks for your interest…

You are right that existing items do not get updated. Furthermore, if an item’s title is changed (either in the feed or the weblog) that item will get imported again, as the title and the entry time are comnpared to test to see whether that item has been imported previously.

I’m not too happy with this and want to fix this in a future release of the plugin.

Once I can correctly identify a unique item, then it should also be possible to get items to update when they change.

I hadn’t any plans to include conditional logic, but I’m open to suggestions.

I’m currently planning improvements to the FeedGrab plugin and one of the issues I’m wrestling with is the trade off between extra features and ease of use (and efficiency to run for that matter).

I’m open to any suggestions or feature requests (from anybody) - you’re welcome to contact me ‘off-forum’ if you’d rather not post here.

- Thanks

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 28 January 2007 05:51 PM   [ Ignore ]   [ # 33 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  486
Joined  07-12-2005

Hi Andrew,

Sounds like this is a great plugin. I tried installing it but it broke the plugin manager—seemingly a bug that was already fixed. I get a blank screen.

I’m running the latest build, just installed it yesterday…

 Signature 

Technology Consulting
Jobs, apartments, working and moving to Spain.

Profile
 
 
Posted: 29 January 2007 03:23 AM   [ Ignore ]   [ # 34 ]  
Lab Assistant
RankRank
Total Posts:  165
Joined  12-21-2005

Any version above 0.5.3 should have fixed the majority of plugin manager problems. If you’re running a newer version than that, can you let me know what other plugins you have installed as it might be clashing with one of those - thanks.

 Signature 

Andrew Weaver — brandnewbox.co.uk


Member of EE Professional Network · More plugins, extensions and modules · Documentation

Profile
 
 
Posted: 29 January 2007 12:04 PM   [ Ignore ]   [ # 35 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  486
Joined  07-12-2005

I have the following installed:

WeatherIcon  (v.1.0)

Search Hilighter (v.1.2.1)

Character Limiter (v.1.0)

Technorati (v.1.0)

Word Limiter (v.1.0)

Magpie RSS Parser (v.1.3.3)

Randomizer (v.1.0)

Amazon ECS PHP5 (v.1.0 10/15/2004)

Comment Leaders (v.1.1 - 5/29/04)

XML Encode (v.1.1.1)

breadcrumb (v.0.1.2)

I’ll try installing it again right now and see what happens. BTW, it’s not in the Plugins list in the Plugin Manager, is that because it’s still considered beta?

 Signature 

Technology Consulting
Jobs, apartments, working and moving to Spain.

Profile
 
 
Posted: 29 January 2007 12:08 PM   [ Ignore ]   [ # 36 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  486
Joined  07-12-2005

Yep, broke again…

I’ve tried 6.2, 6.1 and 5.4 now. All seem to give me a blank page on the Plugin Manager.

Thanks in advance for any efforts on your part to help me here. Not sure why I’d be having problems when no one else is except that I upgraded to all the latest EE builds (forum too). Let me know if there’s anything else I can provide to troubleshoot.

 Signature 

Technology Consulting
Jobs, apartments, working and moving to Spain.

Profile
 
 
   
2 of 11
2
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64546 Total Logged-in Users: 20
Total Topics: 81138 Total Anonymous Users: 6
Total Replies: 436519 Total Guests: 153
Total Posts: 517657    
Members ( View Memberlist )