Closed (duplicate)
Project:
Contact Form On Node
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 13:41 UTC
Updated:
28 Jun 2012 at 17:24 UTC
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
Comment #1
HitbyAdditionally - it is removing the title for the node it's appearing on and replacing it with
Contact <authorname>:S
Comment #2
Jarviss commentedAlso I don't see link and contact form on nodes, I use display suite.
Comment #3
tahiticlic commentedYou can add this to your template in D7 version :
print drupal_render($content['contact_form']["#value"])Comment #4
drupaldonna commented/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
Comment #5
tahiticlic commentedin node.tpl.php for instance
Comment #6
oadaeh commentedI believe this is a duplicate of #1140114: Make module work with Drapul 7.