Closed (fixed)
Project:
Feed Element Mapper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Feb 2008 at 01:44 UTC
Updated:
7 Jan 2009 at 13:49 UTC
Jump to comment: Most recent
Comments
Comment #1
alex_b commentedHi bloggybusiness, Drigg style urls always sit on $node->url ?
Comment #2
sashainparisYes, it is hard-coded in the module...
Alexandre
Comment #3
Anonymous (not verified) commentedi get an error when using this mapper
happenes when using cron.php or refresh.
Comment #4
alex_b commentedresponse to #3: Code needs work.
Comment #5
alex_b commentedThis stays a feature request as it's not yet part of FeedAPI mapper. While bug might be fatal, the feature request's not critical. Updating issue properties.
Comment #6
PGiro commentedHas this moved forward at all ? I can almost get the taxonomy stuff working but I guess I'll be needing this mapping for the URL...
Comment #7
PGiro commentedInstalled and tested with feedapi_mapper 6.x-1.0-beta2 and the attached file using drigg 6-x-dev snapshot and a blogspot RSS feed without feedburner.
No errors, URL is correctly positionned.
As far as I'm concerned it works. Can you release this in your next update ?
Comment #8
alex_b commentedI just had a look at drigg http://drupal.org/project/drigg and I saw that it is a very integrated project for a couple of specific user stories.
I'd much rather see the mapper definition go into drigg than maintaining it within the feedapi mapper code base. What do you guys think?
Comment #9
PGiro commentedIf the drigg project were to provide the mapper, how would it get installed ? Is there a hook for drigg to indicate it has mappers to feedapi_mapper ?
Comment #10
alex_b commentedPGiro: sorry for late reply, I was on vacation.
You already implemented the hook (hook_feedapi_mapper()). You just need to copy the code in the mapper you posted here into your drigg module.
Comment #11
PGiro commentedOk, thanks. I ended up doing it differently with strong inspiration from your module and feedapi_itemfilter since there were a couple other things that needed to be done & checked