I am using Drupal 4.7 for a site with a fair amount of content.
I have added Vocabulary with Terms (Categories) under each one. This means, for instance, a Vocabulary item called "Articles" with Terms "Author 1", "Author 2" and "Author 3".
Thus:
Articles
- Author 1
- Author 2
- Author 3
I want to have a welcome page at thedomain.com/articles (using pathauto module) that gives an overview of what the articles area of the site is all about, and then lists the authors. Then the authors can be found at thedomain.com/articles/author-1, and so on.
However, there is no way to link to the 'Articles' page because it is not a category, but a main vocab item! I can link to the categories/terms that I add to that vocab item, but not to the main vocab itself. (At least as far as I can tell.)
There are many such sections with the same issue.
I checked out the "Index Pages" module, but that is for node types, not for main vocab items.
Is there any way to have some sort of index page (located at thedomain.com/vocab-name) for the main vocab items on a site?
Thanks in advance for any help!
Chapman