Posted by adityamooley on December 30, 2010 at 10:39am
Hi group,
I want to add color picker to my taxonomy terms form so that each term can be assigned unique color code. I found the Terms Field module which allows me add extra fields to taxonomy term form but I couldn't find a color picker widget for it.
I would really appreciate if someone can provide me a useful pointer in order to achieve this.
CCK has a color picker available but again I didn't find anything which will allow me to use CCK fields with taxonomy.
As a last resort, I will implement the form alter hook to add color picker to taxonomy term add/edit form.
Thanks.
Aditya

Comments
today
Hi,
I'm trying the same thing, almost one year late.
Did you find a solution for it?
Thanks
To add field in taxonomy
hello,
you just add one field in term_data table.
and add the code for data manipulation in this function of taxonomy_save_term,