URL aliases

Project:Ubercart Contributions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
Ubercart

Ubercart now works with Pathauto, but does not list catalog aliases in the Delete Aliases page of URL Aliases.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: URL aliases

I guess Übercart will have to modify that form itself, because there isn't a standard way to include other page types in that list. How annoying.

Thanks for noticing this.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Fixed in Pathauto

I figured I should use the magic of open source and submit a patch. Thankfully it was committed by greggles.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Fixed in Pathauto
Assigned to:Lyle» Ryan

You go boy.

MoSeS's picture
Offline
Joined: 11/24/2009
Juice: 5
Pathauto, Views, and Taxonomy Terms in URL
Assigned to:Ryan» MoSeS

I am trying to get Pathauto and Views to play nicely together and display Pathauto URLs in tree hierarchy format.

I have a product Catalog, and I'm using the following basic tree structure:

Catalog -
- Cars
* Audi
** Audi 1970
** Audi 1972
* BMW
- Trucks
* Tata
* Volvo
- Tractors
* Caterpillar

Now through Views I've defined that the taxonomy term "Audi" for example maps to hidden/6
and "BMW" to hidden/7 (using the wildcard pathname hidden/% path through views), and Cars maps to taxonomy/terms/2 etc.

These view paths I'm calling through a menu.

The URL I want to eventually appear as follows:

www.example.com/Cars/Audi - but instead it looks as www.example.com/hidden/6.
www.example.com/Cars - but instead it looks as www.example.com/taxonomy/term/2.

Now Pathauto is displaying the Product node correctly in the form I would have expected, i.e. www.example.com/Cars/Audi/Audi 1970 going down the tree correctly etc.

But I want the higher taxonomy term levels to display their proper hierarch correctly as well.

I've tried using the Views Alias module which is supposed to integrate with Pathauto, but the configurable Views section doesn't appear as shown in the example.

Please advise the right steps to use I can make the taxonomy term URLs for view defined pages SEO friendly displaying tree hierarchy structure through Pathauto?

Regards,
Mo

===

I was able to do what I wanted to do manually. By creating a link from taxononomy term to path alias one at a time. Fortunately I have a small site so this was possible. What I requested earlier would be absolutely essential on a very large site.

Regards,
Mo