Hi there!
After updating this module to D7, the FAQ module won´t work.
I´ve created this issue as a major bug because it prevents from using this module at all. Please correct the information if I´m wrong.
ecample.com/faq is showing the error404 page.
I´m trying to access it as the admin, so I don´t think it is something related to permissions.
This is a Drupal 6 site that I´ve updated to Drupal 7.
I´ve updated it again with the latest .dev version and cleared cache, but /faq won´t appear...
I´ve checked the taxonomy, and it seems to be working ok (no node has lost the taxonomy here)
Any ideas?

Comments

Rosamunda’s picture

Category: bug » feature
Priority: Critical » Normal

Ok, I got it: the /faq url has been changed to the faq-page.
My bad because I haven´t read the readme. As it was an upgrade, I just assumed the URL would be the same.

The thing is that I´ve harcoded some faq links (faq/XX) into some templates, and now I´ll have to change them. No big deal, but, I would like to know why the url has changed?

Anyway, I´m changing this as a feature request: It would be great to allow users to set a custom faq url :)

Thanks!
Rosamunda

PatchRanger’s picture

Title: /faq page dissapeared ("not found 404" when trying to acces it) » Add ability to change FAQ url
Status: Active » Closed (works as designed)

You should just add an alias 'faq' for system path 'faq-page' on admin/config/search/path/add. I did it - and it works.

Rosamunda’s picture

Thanks!!