Closed (duplicate)
Project:
View Alias
Version:
6.x-2.2
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2011 at 18:08 UTC
Updated:
9 Oct 2015 at 02:13 UTC
Jump to comment: Most recent
Comments
Comment #1
emackn commentedNot 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
Comment #2
MAds commentedThanks 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!
Comment #3
john franklin commentedDuplicate of #1007222: Tokens Support | Configurable path templates.