Hello,

I've installed the latest views module and they already have a pre-configured glossary module. It lists all the content by the first letter.

Instead of listing and organizing the articles by the first letter of an article. How can I list the taxonomy/categories like Wordpress? Example:

United Airlines
American Airlines
Alaska Airlines

Once I click one of those categories, it lists all the articles related to that company for example.

I apologize, I'm really new to Drupal.

Thanks!

Comments

cog.rusty’s picture

Before displaying them you must create an airlines vocabulary, add the companies as terms, and tag your posts. (http://drupal.org/handbook/modules/taxonomy)

Then create a view of type "taxonomy_term". That will not create menus automatically for you, because the views module is only for listing posts. You will need to take the URL paths which it gives you, and put them in your menus manually.

If you want something more automated for your taxonomy menus, then look for other modules such as http://drupal.org/project/taxonomy_menu

savvis-1’s picture

There is no way to change the glossary filter from the first word of the title to the categories?

cog.rusty’s picture

No, that view has no connection to taxonomy.