Closed (won't fix)
Project:
Taxonomy Super Select (TSS)
Version:
5.x-1.5-1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2007 at 02:35 UTC
Updated:
8 Mar 2007 at 05:09 UTC
Comments
Comment #1
codexmas commentedAre you suggesting the advanced search page have the same display?
TSS only modifies the node edit form, nothing else.
Can you describe your use case and expected functionality more?
Thanks,
Gord.
Comment #2
Jagaimo commentedYes.
Unfortunatelly I missunderstood the functionality of TSS.
The task would be to make a categorised list for accomodation's and a form witch can navigate thru the multiple categories.
The form's functionality should be to navigate to a list of nodes whitch are in the choosen taxonomy terms.
The display of form would be the same as TSS node edit form. Collapsible field's checkboxes, radio buttons, ect...
Thank You
Gaba
Comment #3
Jagaimo commentedI will need lists (select) not just checkboxes and radios...
For example:
city list, than a collapsible field with checkboxes for services, than collapsible field with radios house rooms ect...
Comment #4
Jagaimo commentedI hope I'm a bit closer to my goal :)
I wrote my own form, it's collapsible and include all the radios checkboxes what I need.
The problem is that the form gives the basic enctype. so I get something like this
/taxonomy/term/?11=on&taxonomy%5B4%5D=0&op=keres%C3%A9s
instead of this
/taxonomy/term/11+2 ect...
How can I achieve this sructure?
It still would be great if there is a modul whitch does this becouse my form is a static page witch working just with the pre defined categories. Even if there are no such solution it seems for me the best.
Thanks
Gaba
Comment #5
codexmas commentedWithout some code to see how your form is generating that output it's hard to offer advice.
Gord.