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 |
Jump to:
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
| Attachment | Size |
|---|---|
| comment_display_comment_forms.patch | 7.56 KB |

#1
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
set to needs review
#3
Second this. Love to see this in the next release.