By sodani on
I've looked around for previous threads on this, but haven't found any.
Is there a way to override the taxonomy module's URL structure - http://www.domain.com/taxonomy/term/2 and replace it with something like http://www.domain.com/news?
If this isn't possible, what kind of workarounds are people using?
Comments
Path module is your solution
It's included in the default installation, you just have to enable it
After Enabling Path Autho
You have to go to admin>settings>pathautho> and enable where you want pathautho to be functional.
Griffonia | Voacanga Africana
Ahh perfect. Thanks.
Ahh perfect. Thanks.
For module developers, use
For module developers, use hook_term_path(). This is an undocumented hook for use by modules that create their own vocabulary. The module field in the vocabulary table must not be 'taxonomy' in order to use it.
-----
Übercart -- One cart to rule them all.