On a music site I am developing, I have a node type (album release) created via CCK. This node type contains a number of fields which are only accessible to specific user roles. This works well, using "view field" permissions.

Further, I need to show different subsets of the data from this node type on different pages. Again, I can see how I can do this using views or perhaps different tpl files.

What I can't seem to figure out is how to organise and set up the URL aliases.

My "normal" node has a URL alias of releases/album-title, how can I automatically generate a URL of press/album-title and one-sheet/album-title? I want all 3 of these URLs to reference the same node but output different fields depending on the URL.

Any pointers gratefully received.

Thanks
Terry

Comments

WorldFallz’s picture

I think you can do this with http://drupal.org/project/panels.

fidot’s picture

Thanks for your comments. In the end, I decided to split the one content type into three and use nodereference to link them.

Thanks
Terry