Active
Project:
Better Select
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2009 at 18:15 UTC
Updated:
7 Apr 2011 at 15:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
Flying Drupalist commentedThis is awesome, but can you make it vertical tabs instead? I think for some of us with a lot of root terms that's even better!
But in any case please release the module and talk about merging later! :D
Comment #2
rwohlebSince I'm just using the jquery.ui.tabs plugin, it should just be a matter of theming. I'll look into it.
I have to address an IE6 issue, but then I'll release it.
Comment #3
Mark Theunissen commentedrwohleb, I'm one of the maintainers of Better Select, and your work looks great! Depending on the complexity of the code and it's suitability for inclusion, I am open to integrating it.
Thanks! ;)
Comment #4
Mac Clemmens commented+1 Nice Work
Comment #5
aschiwi commentedDo you have any news on this? I need exactly what you have in your screenshot. I'd love to test your code and improve so it can be included in betterselect.
Comment #6
rwohlebI've moved my code into a sandbox for everyone to access. Keep in my mind I haven't touched this code in years, so I'm not sure how well it works any longer.
http://drupal.org/sandbox/rwohleb/1113804
Comment #7
aschiwi commented@rwholeb: wow thanks for putting that code up!
I have found another solution in the meantime, which makes no changes to the betterselect module. Our solution is a js file in a feature module.
We are also using a bunch of patches:
- http://drupal.org/node/1111840 (code style improvements)
- http://drupal.org/node/1111604 (betterselect per vocabulary)
- http://drupal.org/node/510012#comment-4153600 (jquery update compatibility)
I am attaching our js file and a screenshot of the resulting better select tabs. We managed to get rid of the hyphens and hid the check box for the 1st level term.
The js file is being called in the .module file of our feature module:
Comment #8
rwohlebThe code I put into the sandbox does not make changes to the better select module. It's a new module that just overrides parts of better select theming as well as add a JS file.