Closed (fixed)
Project:
DruBB
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 01:42 UTC
Updated:
1 Dec 2010 at 09:55 UTC
Most forums don't use subjects on the replies. Some do but they are optional and will default to "re: topic" if you leave it blank. Because these are nodes, they have to have a title. Auto Nodetitles will allow you to either "disable" the title by hiding it on the form and filling in a default automatically or allow you to show the title and provide an automatic one if none is given. This should cover both needs nicely.
http://drupal.org/project/auto_nodetitle
Michelle
Comments
Comment #1
webchickThis requires node comment to expose a token for "parent node title"
See #481480: Node-comment target as token.
Comment #2
webchickAlso, when this is done, don't forget to remove comment_subject from this list of dependencies (plus any related variable_sets in .install)
Comment #3
merlinofchaos commentednodecomment.module now implements this. I'm creating another issue for removing dependencies.