How to create different URL for each CCK content type?
frychiko - July 2, 2008 - 08:03
I want to create a different url for each CCK content type instead of the default which is:
content/----
content/----
content/----
I want:
news/----
actor/----
studio/----
to reflect each content type I've created with CCK.
So, I installed pathauto and it seems like this should do the trick under:
site building -> URL aliases -> Automated alias settings -> node path settings
but whatever I change there nothing happens/updates.
Am I missing something very simple here?
cheers!

Pattern for all news
Pattern for all news paths:
news/[title-raw]
Pattern for all actor paths:
actor/[title-raw]
Pattern for all studio paths:
studio/[title-raw]
create new content or edit and save existent one.
Yep, that is what I have
Hi thanks for your reply.
I have to update all the content?
Is there any way to set them all at once instead of updating thousands of nodes one by one?
EDIT:found my answer!