If you configure exchanges to require taxonomy terms the display of multiple exchange form at /exchange/multiple doesn't include a field to ask for terms.

Comments

matslats’s picture

Status: Active » Postponed (maintainer needs more info)

You are right.
Didn't you have to edit the theme implementation of the transaction forms to include the taxonomy widget.
Can't you do the same for the multiple transaction form?

fabtabulous’s picture

I don't believe that I edited the theme implementation of the transactions forms at all. I don't have experience modifying forms. I'd like to learn how to but finding out what you need to do, then how to go about doing it is hard work in and of itself and something I haven't found the time to do as of yet. I suppose I could modify the multiple transaction form and will eventually try to figure out how to do it however it makes sense to me that coding in optional taxonomy capabilities by default would be broadly desirable so as to enable users to categorize transactions.

matslats’s picture

Any cck fieldname becomes a variable in the transaction form templates.
e.g. cck machine_name = 'field_date', variable in template = $field_date.
This works with taxonomy if you are using module content_taxonomy
Otherwise try print $taxonomy in the templates

In v3 (drupal 7) this is all handled much better.

matslats’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)