Closed (fixed)
Project:
FeedAPI
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 19:03 UTC
Updated:
9 May 2009 at 19:08 UTC
I'd like to add a taxonomy term (auto-complete) to the "Quick Add Feed" block....how can I achieve this?
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.