Download & Extend

views nid still showing instead of alias - more link

Project:Sub-path URL Aliases
Version:6.x-1.1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Submitted this in a similar module issue queue as well just to see but because its for drupal 6 maintainer decided not to mess. Realized david reid was the path auto guru I should have tried here first.
Thought this module did this but doesn't seem to. For clarification, trying to get a more link which is within a block view to link to a clean url. Using a nodereference to pull attached (reviews) the attached reviews urls work fine with the standard auto aliases but the more link gives a nid instead of title. An example of what the current problem is http://www.batmantrailer.net/batman-video-games/batman-arkham-asylum If you go to the more link within the block on the bottom right hand side of the page it will take you to http://www.batmantrailer.net/reviews/96 This should be reviews/batman-arkham-asylum

It would be nice to be able to have views create these nice links automatically with a module like this.

Not sure if this is possible now. So its a support request, might need to be a feature request.

Thanks

Comments

#1

Status:active» fixed

You've got this a little backwards. Your view path must be node/%/reviews in order to be able to get a sub-path alias, as it's node/% which is actually aliased.

So in your case:
Node: /batman-video-games/batman-arkham-asylum (internal path node/%)
View: /batman-video-games/batman-arkham-asylum/reviews (internal path node/%/reviews)

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.