Extend AJAX free tagging field length

rivena - June 8, 2006 - 15:04
Project:Drupal
Version:7.x-dev
Component:taxonomy.module
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Currently, a free tagging field can only have a limited amount of terms. Ideally it should be able to have as many terms as a regular controlled vocabulary.

I don't really know what is involved, but I would suggest a text area.

Anisa.
PS. filing this as per suggestion on drupal support ML.

#1

greggles - June 8, 2006 - 15:18
Version:4.7.2» x.y.z

Thanks anisa. I'm moving this to cvs version since that's more likely where it will be implemented.

Also, the discussion on the support list about this we felt that a decent UI for this would be to have a one line textarea that could be expanded down to show more terms as you type them in.

I'm not sure if the ajax-autocomplete-throbber solution works in textareas or not.

One drawback to this solution is that if the javascript for expanding the textarea fails (or is disabled on the client side) then it would seem to limit the ability of the user to enter in more terms.

Other possible UI that we discussed were having a "need more terms" button that would do one of two things:

1) add an N+1 input area for more terms

2) submit the current row as a set of terms and clear out the taxonomy input box to allow more terms in the same box

#2

pablov2 - June 10, 2006 - 10:25

Are there any solution now to increase the lenght?? any modification of code or some thing else ??

thanks

#3

vickil5 - November 22, 2007 - 04:07
Version:x.y.z» 5.3

I'm interested in this feature too, has there been any activity? I sometimes need 150+ surnames tagged on an image page Resorted to adding a "surname_field", can do a site search on it, but lose all the taxonomy features. I'm not a programmer, so am hoping for something "out of the box".
Thanks.

#4

greggles - November 22, 2007 - 21:24
Version:5.3» 7.x-dev

This is a feature, so if it happens it will happen in the dev version, not in a current stable release.

#5

Stephan_M - February 11, 2008 - 09:36

I would need to enter more tags /more characters into the free-tagging field too.

Can i do this perhaps with a php_template on taxonomy.module to change the possible input-length of the field?

 
 

Drupal is a registered trademark of Dries Buytaert.