I'm setting up an online database of suppliers and their products and services.

I want to be able to classify both the suppliers (some of which will be 'users' with their own login and some of which will be just entries in a new CCK content type) and the products (which will be described in another new CCK content type) using a one-level heirarchy taxonomy of product and service terms. Customer insists these must be check-boxes not a multiple select list. Best plan I have come up with is custom profile field with checkboxes and a CCK content for the pages with a text checkbox field instead of using the taxonomy dropdown.

But, don't see how to generate these from the taxonomy or how one would search afterwards to firn both suppliers and products who specialise in this or that product or service.

Suggestions?

Comments

sin’s picture

There was a year old taxonomy.module issue with examples of taxonomy patching and theming for checkboxes. I will try to use taxonomy with checkboxes and radios soon too, so please post back your results.

hardieas’s picture

Given that thread was a year old and that the suggested patches don't seem to have been committed, perhaps it's not a sensible approach.
Not sure I am going to have the time to develop anything myself (even if I could) but, if I do, I will post results.
Haven't even given thought to how I would search all this ...

sin’s picture

prabuela’s picture

The taxonomy field (referred in the the content type)must be unlimited then only you will get checkbox instead of radio of select list