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

_
See the http://drupal.org/project/me module.
_
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.