Hi all, I need to permit to the user to send at the admin a message/mail with a textarea for the message. I can do it with webform, but for my necessity I need to insert node nid and user uid. Is this possible without write a module from 0 ?
Think an user that want to inform you that a link into a node is broken and he want to add the correct url, too.
How can I do it ? I need to write a module from scratch ? Please noooo.
Tnx and sorry for my bad english.
M.
Hi Davide,
May I suggest you have a look @ the following module aswell http://drupal.org/project/janode it allows you check whether external links are broken and if they are show them you via admin menu.
Davide Michel 'ZioBudda' Morelli wrote:
Hi all, I need to permit to the user to send at the admin a message/mail with a textarea for the message. I can do it with webform, but for my necessity I need to insert node nid and user uid. Is this possible without write a module from 0 ?
Think an user that want to inform you that a link into a node is broken and he want to add the correct url, too.
How can I do it ? I need to write a module from scratch ? Please noooo.
Tnx and sorry for my bad english.
M.
Shakur ha scritto:
Hi Davide,
May I suggest you have a look @ the following module aswell http://drupal.org/project/janode it allows you check whether external links are broken and if they are show them you via admin menu.
Tnx, but a Link is broken not only when it not exist anymore but when the url is changed and the old url is however active. So I need a way that permit to the user to say me something about the node (like the new url) but I can not to obbiglate him to write the node nid or the node title.
M.