Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Nov 2007 at 14:05 UTC
Updated:
12 Jan 2008 at 17:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
wim leers2 possible solutions:
1) use multiple content_taxonomy fields, this may not be really what you want
2) sponsor me to write a better way for doing this: http://drupal.org/node/176936#comment-606565 (see the attached image)
Comment #2
mouse77e commentedIf dear Wim, i could afford to sponsor you i would but alas i am doing this on a shoestring! but that image does look just like what i would like!
what i am aiming at is to use this in my site http://afterthemouse.com to record work locations. some people worked in one place some in 20 places. i have listed most of them (thats arround 2000 locations possible) but i want to make it as easy as possible to edit profiles, both to add and delete locations.
Comment #3
wim leersI'm afraid you'll have to wait until somebody sponsors it or until I have time and finished higher priority work.
Comment #4
michelleJust putting myself on the waiting list...
Michelle
Comment #5
mouse77e commentedJust out of interest what level of sponsorship might you be looking for?
Comment #6
wim leersPlease contact me via my contact tab here at Drupal.org or via http://wimleers.com/contact.
Comment #7
wim leersThe initial version with multiple select support has been committed: http://drupal.org/cvs?commit=93142. The "Remove" button does not yet work though, that's for the next revision.
Comment #8
michelleThanks very much for doing this. The demo looked awesome. I can't wait to try it out!
Michelle
Comment #9
wim leersAnd now it is complete.
People who are interested in this new feature, please start testing it and file bug reports! (I hope there won't be too many, of course.)
Comment #10
derjochenmeyer commentedIf $dropbox->lineages is not set i get errors on line 532, 537, 333
is wrapping it in
if ($dropbox->lineages) { ... }a solution?Comment #11
derjochenmeyer commentedI had some thoughts on layout. the width of 10% lets lines wrap too early for longer lineages and the add button is one line below the hierarchical select, is this on purpose?
What about this in the css file?
AND
.hide() in hierarchical_select.js line 92 is commented ;)
Comment #12
derjochenmeyer commentedSorry, tell me if this is not my responsibility. Setting it to active.
Comment #13
wim leers70% is super ugly, because then there will be too much whitespace. Feel free to improve the CSS, I agree that it could be improved *a lot*, but I'm no CSS wizard... Please continue CSS improvements in another issue.
I'm working on the bug you've reported.
Comment #14
wim leersFixed now.
The changes you suggested wouldn't have been sufficient. Check the diff from version 1.12 to version 1.14 of the .module file if you want to know what had to be changed.
And please report bugs as new issues the next time, that's exactly what the issue tracker is for!
Comment #15
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.