What will be the dynamic path for node/edit?

kaay - October 22, 2009 - 19:18

Hi
I am trying to redirect users to their node edit page.

e.g one user has path:
www.mysite.com/node/98/edit

but when I replaced with:
node/%/edit (as dynamic path)

it shows:
www.mysite.com/node/%25/edit (PAGE NOT FOUND)

the following pattern I have tried but nothing is working:

[node:nid]/edit
node/[nid]/edit
node/[node:nid]/edit/photos (photos is a content type)
[user:uid]/node/edit/photos
[user:uid]/[node:nid]/edit
[user:user-raw]/edit/photos
etc

can anyone help what path should I write to send user to their content_type/node/edit

Thanks in advance

_

WorldFallz - October 22, 2009 - 23:12

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

 
 

Drupal is a registered trademark of Dries Buytaert.