By muhakan on
Hi guys!
I wanted to make categories for the Audio module, but I didn't know how to do it... I read that it could be done through the Taxonomy module, but didn't understand how...
I would like to make something like this:
Category: Artists
Child: Artist 1
Album 1
Song 1
Album 2
Album 3
Child: Artist 2
Child: Artist 3
I searched here but didn't find how to do it... Can anyone help please?
Thanks,
Comments
are u using ubercart ? or
are u using ubercart ? or ecommerce ?
If it is ubercart module named category in the ubercart need to enable.
then in category one entry for the category will appear. there u can add more category list.
That will apeear on ur site ( url ursitename.com/?q=category).
Audio Module
Thanks binoy.mv,
I'm using Audio Module. How can I do it?
taxonomy works like as..
Hi,
In this modules first you can create a vocabulary(just a category) ex:vehicles
For this category(vehicles) you need to add terms ex: cars,bikes, etc....
Vehicle
--cars
--bikes
.
.
.
for cars again you can add children as cartypes(It depends the options provided by while you creating category)
Vehicle
--cars
---car type1(ex:Ferrari)
---car type2
.
.
--bikes
.
.
.
you can add terms as your requirement
see http://drupal.org/node/81589
http://drupal.org/handbook/modules/taxonomy
http://www.ebase.org/node/259
Add the categories to a block
Thanks Sunrises!
I did that... Now how can I add this vocabularies (categories) to a block? I didn't find that option...
paste the code...
Paste the following code in your block and input format should be php filter,and modify as per your requirement (The following code actually used in drupal 5, but it works for dupal 6 also)