Closed (fixed)
Project:
Comment Delete
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2009 at 20:19 UTC
Updated:
23 Aug 2009 at 23:40 UTC
This patch adds a "delete" link when a user is authorized to delete a comment. Only problem is that the link is displayed *last*, not first. That's because hook_link() does not support link weights, and comment_delete.module is called after comment.module. One way would be to adjust comment_delete.module's weight. Also check out this discussion about ordering links: http://drupal.org/node/44435
| Comment | File | Size | Author |
|---|---|---|---|
| comment_delete-link.patch | 1.3 KB | infojunkie |
Comments
Comment #1
bobooon commentedThanks kratib. This will be placed into the next release.