Hi,
does anyone know any place where i can get the taxonomy tutorials from so that i can understand how can i use it
coz i tried the handbook and it is really confusing to figure out how to do it
i just want to catogrise all my videos on one node so that the user dont have to go to too many pages can some please help!

Thank You

Comments

gollyg’s picture

r u finding taxonomy the problem, or are you just unsure as to how to display a listing of related posts on a page. The latter is done by calling a page that is dynamically built by drupal, based on a term in a vocabulary, such as taxonomy/term/3 (for taxonomy term 3).

Alternatively you can hardcode it into a page using a php snippet (more in the handbook - search for "php snippet".

jibbajabba’s picture

Are you creating a node for each video? How are you categorizing them, by genre? If that's all you want:

1) just create a vocabulary called "Video categories" or something. Under "Admin -> Categories" click "Add vocabulary"

2) make sure that you select a content type that will use this category. e.g. if you are creating a blog entry for each video, click the checkbox for "personal blog entry"

3) click "add term" for each new video sub category you want to create, e.g. if you're doing genres, add a term for each genre

4) create your new blog entry for a video and you will see the categories you created in the form. if you want a good end-user display of all your categories, the sitemenu.module is good: http://drupal.org/project/sitemenu

good luck

vikramdhani’s picture

hey yeah i have a to make a each node for the each video coz i m using that video.module so it is making one node pervideo i want and i just want all the video nodes to be under one node which is linked to my menu that is all i want !

No i will not be adding them to the blog i want them all to show up and a static page that is linked to the menu that is all i want so how can i go abt doing that can you help!