Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Good idea!
I think it's not hard to implement. Take a look on "feedapi_simplified_form". Patches are welcomed :)
However without coding you cannot do this.
* add additional form elements to the simplified form with hook_form_alter()
* you may need to make sure that taxonomy modules detects and stores terms by tweaking the $node object on 'presave'
In this case there is a possible way: http://drupal.org/paid-services - post a bounty and a developer can do this for you.
(I'm not interested in, it's just a suggestion for you to achieve your goal)
Comments
Comment #1
aron novakGood idea!
I think it's not hard to implement. Take a look on "feedapi_simplified_form". Patches are welcomed :)
However without coding you cannot do this.
Comment #2
mdowsett commentedI can't code... :(
Comment #3
alex_b commentedNo need to patch FeedAPI.
Write a custom module and:
* add additional form elements to the simplified form with hook_form_alter()
* you may need to make sure that taxonomy modules detects and stores terms by tweaking the $node object on 'presave'
Comment #4
mdowsett commentedI'd have no clue how to accomplish this...
Comment #5
aron novakIn this case there is a possible way: http://drupal.org/paid-services - post a bounty and a developer can do this for you.
(I'm not interested in, it's just a suggestion for you to achieve your goal)
Comment #6
alex_b commentedAs outlined above, this functionality can implemented outside of FeedAPI.