Closed (fixed)
Project:
Drupal core
Version:
4.7.2
Component:
comment.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2004 at 16:45 UTC
Updated:
9 Sep 2011 at 19:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyTo strengthen the point of this patch, it would enable theme authors to add the avatar to the comment form, or use customized formatting for input field (ie. span the whole available space).
Comment #2
gábor hojtsyWell, the whole box display should be controled by the theme (like in the comment controls themeing), so here is an extended patch, which allows full comment form themeing.
Comment #3
gábor hojtsyReplace patch to fix parse error introduced with my last patch :))
Comment #4
dries commentedI committed this patch to HEAD but:
Comment #5
(not verified) commentedComment #6
Borek-1 commentedI don't see theme_comment_form neither in 4.7 nor in HEAD so I reopened this task. Support for comments theming is a weak point in Drupal's theming system.
Comment #7
heine commentedYou can theme the comment form by it's form_id, just like any other form. The declaration to use is theme_comment_form($form) (eg. phptemplat_comment_form). The form is surrounded by a theme('box') call.
Comment #8
(not verified) commented