Hi, is there any way or module that can alias views?
What I need is a way to auto alias a feed display based on a replacement pattern. The replacement pattern should be pulled from a node's content field called something like 'path'.
Things that I tried:
- In the feed display I cannot have an argument ( the 'path' content field) as the first part of the path.
- Pathauto only deals with nodes and taxonomy pages.
- The views_alias is sort of what I want, but that only works for page displays using term ids.
What I've ended up doing is setting the path in the feed display to:
sometext/%, with '%' being the 'path' content field. Then I have to do manual alias to chop off the 'sometext' part.
Anybody have any suggestions? I'd like to not have to make a new alias everytime someone needs that feed.
Thanks in advance.