1. It would be nice if each category on the /faq page had an anchor by it that matched the name of the category. This way I could have a link send a user straight to the section of the FAQ that they want to go to. Could make things a lot easier for using a single FAQ page for a large site.

2. Adding a pick list to the top of the page with a list of the categories would allow a quick narrowed down list of the FAQs the user is looking for. If this could be set via the URL that is set that could also make it easy to send users straight to the FAQs that they're looking for rather than having a large list broken up into different categories.

Obviously I'm looking for a solution for a potential large list of FAQs that I'd like to somehow break up into separate pages. Views is always an option, but it would be nice to utilize the click show/hide into the pages. Anyone else tried to accomplish this task and have some ideas to share?

Comments

stella’s picture

Well if you're using categories, there's a separate page for each category. Each category is a term in a vocabulary. Each term has its own unique id. So if you have a category with term id 123, then going to page 'faq/123' will show just the questions in that category.

You could probably use the pathauto module if you want to use the term names instead.

Cheers,
Stella

amariotti’s picture

Great idea! Thanks! Never really thought about that, but that could be a good solution!

The disadvantage is still that the click activated show/hide feature is not available. :(

UPDATE: Nevermind... it does work! Thanks!!!!

stella’s picture

So does that address all the items you raised above? Or do you still want some further changes?

amariotti’s picture

Status: Active » Closed (fixed)

Yep. I'm happy now! :)