Hello,

This module is just what I need, but it can hopefully be adjusted do do the following...
Now as it is setup I get the alias of category/interiors/[title], (category being the vocab name, interiors being the relevant term for the post) but I need to only access the term and not the vocab to create an alias of interiors/[title]. Using the [termpath] in Automated Alias is not sufficient because I need the views to filter and categorize the relevant posts.

Thanks so much for any insight.

Comments

emackn’s picture

Not sure I understand your issue.
View Alias works simply to create URL aliases for views that take numeric term ids as arguments.
e.g.
viewname / termId --aliased as--> viewname/termname
my-view-page-display/99 --aliased as--> my-view-page_display/cat

MAds’s picture

Thanks for you reply!

I was wondering if there was a way to 'fiddle' with the module a bit, so that the viewname would be used as a validator, but not as a part of the actual alias.

Given your example:
my-view-page-display/99 --aliased as--> my-view-page_display/cat

I would like:
my-view-page-display/99/[title] --aliased as--> cat/[title]

The problem is that I need the views module to define the criteria of the content being aliased, otherwise I would have just used the [termpath]/[title] standard alias.

Or, I would happily welcome other ideas on how I can make this happen. I am officially getting desperate!

john franklin’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)