Add a link to contact the author in full view? - When checked no link is added.
Add a form to contact the author in full view?- When checked changes the title of the node to Contact . No form is added.

Add a link to contact the author in teaser view?- When checked no link is added.
Add a form to contact the author in teaser view?- When checked changes the title of the node to Contact . No form is added.

I need to add the users personal contact form to the node, with nothing added to the teasers. Not really sure what's happening to cause this. Please let me know if you need any more information.

Comments

tahiticlic’s picture

To show the form, add this to your template :
print drupal_render($content['contact_form']["#value"])

For the correct title, on the last line of contact_form_on_node.module, change "page" to "full" like :
if ($view_mode=="full") drupal_set_title($node->title);

oadaeh’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of #1140114: Make module work with Drapul 7.

mailfox’s picture

#1 this good