Closed (fixed)
Project:
Node Comments
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2011 at 15:15 UTC
Updated:
22 Sep 2011 at 10:11 UTC
I would like to remove the homepage field for anonymous commenting on the comment form, but my current method for this(http://drupal.org/project/nodeformsettings) and all other methods I've tried via search don't seem to work when node comment is enabled.
How can I remove the homepage field with node comment enabled?
Thanks for reading.
Comments
Comment #1
crea commentedYou try to disable anon contacts in the comment settings for the node type. Also you can use hook_form_alter() in custom module.