Opened 21 years ago
Closed 20 years ago
#1115 closed defect (bug) (wontfix)
Move comment_form do_action() above submit button
| Reported by: | MC_incubus | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
The comment_form hook is awesome... but its default position (below the submit button) is limiting. The hook is useful for adding checkboxes like "subscribe to comments" and the like, but those checkboxes don't make as much sense below the submit button as they would make above.
I think a much better location for the comment_form do_action() would be right between the comment box and the submit button.
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I agree that having the action hook earlier would have been a better choice, but at this point moving it would create backwards-compatibility problems.