Provide comment form, provide comment controls

dereine - February 24, 2009 - 20:25
Project:Comment Display
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Description

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

AttachmentSize
comment_display_comment_forms.patch7.56 KB

#1

IckZ - February 25, 2009 - 23:46

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

#2

dereine - May 19, 2009 - 16:57
Status:active» needs review

set to needs review

#3

nathanmcginty - June 2, 2009 - 18:19

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

 
 

Drupal is a registered trademark of Dries Buytaert.