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:
| Comment | File | Size | Author |
|---|---|---|---|
| upload_attachments.tpl_.php_.txt | 7.66 KB | xDudditzx |
Comments
Comment #1
heine commentedYou 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.