Hello,
I have created a content type and if some one / administrator is creating new content using that content type authenticated user will get notification by email. I am trying to do this by rules module. The problem is I am not able send the exact URL of the content type.
How I can pass the exact URL? I have tried using variable %node_url and !node_url. but no use..
Thanks, Nikhil Kala
On Thu, Jun 3, 2010 at 11:05 AM, Nikhil Kala writeme@nikhilkala.com wrote:
Hello,
I have created a content type and if some one / administrator is creating new content using that content type authenticated user will get notification by email. I am trying to do this by rules module. The problem is I am not able send the exact URL of the content type.
How I can pass the exact URL? I have tried using variable %node_url and !node_url. but no use..
Thanks, Nikhil Kala
-- [ Drupal support list | http://lists.drupal.org/ ]
You've to use [node-url] I think. It depends on the token module, it may not work if you've not installed the token module.
hello, i'm using drupal 5 with panels 1, can i modify the edit page for some content type ?
like can do with panels 2! http://drupal.org/node/201916
i follow the steps but haven't result :(