Closed (fixed)
Project:
Node Comments
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 00:10 UTC
Updated:
22 Sep 2011 at 10:51 UTC
It was possible to keep the title of the comment_node empty and required in 6.x-1.2-rc2. Unfortunately that is not the case at the moment with the 6.x-2.0-beta1. Either you disable the title option, or try to to use node_autotitles to come up with a solution. None of these methods really suit me.
It would be veru nice to have the option of having the title reuqired and empty again.
Thanks again for the module guys,
KK.
Comments
Comment #1
thekayra commentedAny information on this one?
Comment #2
crea commentedClosing all issues. Please reopen if still relevant.
Comment #3
ulrikls commentedThis is still an issue for beta6. Any solutions?
Comment #4
skolesnyk commentedYou can change rendering of the nodecomments form in your theme template.php function, but I can't figure out what function name it must be?
For regular comment form the function is yourthemename_comment_form($form).
What's the function name that renders nodecomments form? Please, update asap
Comment #5
crea commentedIn 3.x if you set a comment type as "content" you will have full title as with regular nodes.