I am using a theme override to display file type icons for normal drupal attachments.
http://drupal.org/node/86413 - and - http://island94.org/articles/overriding

Is there any way to use this same override for comment upload?
It would also be nice to see this as a feature.

Attached is the is the code I am using:

CommentFileSizeAuthor
upload_attachments.tpl_.php_.txt7.66 KBxDudditzx

Comments

heine’s picture

Status: Active » Closed (won't fix)

You can use theme overrides to change the display of the attachments table (see README.txt). You most likely need to adapt the code though.

I will not implement this as a feature.