Here is a first, definitive not ready patch for seperate the comments and the comment form, and the comment control form.

Additional this patch has to be integrated into the "block" and the "node" patch

CommentFileSizeAuthor
comment_display_comment_forms.patch7.56 KBdawehner

Comments

IckZ’s picture

Hi,
thanks for that great patch. It works for me very good. Now you can put $comments AND $comments_form anywhere in page.tpl.

For example:

see page.tpl @ ~ line 131:

            <?php print $content; 
				   print $comments_form;
				  print $comments;
				 ?>

should be in dev version.
greetings

dawehner’s picture

Status: Active » Needs review

set to needs review

nathanmcginty’s picture

Second this. Love to see this in the next release.

sun’s picture

Status: Needs review » Needs work

This probably needs to be re-rolled due to #326342: Allow to output comments in a block

Additionally, let's remove the support for comment controls, please. No one uses that feature (and it was therefore rightfully removed in D7).

gausarts’s picture

Subscribing. Thanks