Hi,
I have installed the module (and the replacement for contact). I have set it up as

User's Contact Form
Add a form to contact the author in full view
Add a link to contact the author in teaser view

Turned on for two custom content types.

No form appears on any of the node pages either new or existing. Changing the setting to System-wide contact form just gives a WSOD - clearing cache doesnt' fix.

I have
Use the site-wide contact form turned on for all users
Use users' personal contact forms turned on for all users
Access personal contact form turned on for all users

This sounds just about ideal for my purpose so I'd appreciate any help

Thanks,

Comments

Hitby’s picture

Additionally - it is removing the title for the node it's appearing on and replacing it with

Contact <authorname>

:S

Jarviss’s picture

Also I don't see link and contact form on nodes, I use display suite.

tahiticlic’s picture

You can add this to your template in D7 version :
print drupal_render($content['contact_form']["#value"])

drupaldonna’s picture

/public_html/themes/mayo/template.php

What line do you insert this or am I in the wrong php file?

print drupal_render($content['contact_form']["#value"])

Sorry, I can't figure out how to get this module to work.

Drupaldonna

tahiticlic’s picture

in node.tpl.php for instance

oadaeh’s picture

Status: Active » Closed (duplicate)

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