By usabilitydeveloper.com on
I am trying to find some way where I can control what content are shown based on uploaded files (extension). For example:
If the uploaded file is a .jpg or .png image, somewhere in the body of the article will display the thumbnail of the uploaded image.
It is kinda like to display file icon based on file extension of file value field. But I don't know how to do it. Can anyone offer a snippet?
Thanks a lot!
Comments
iTweak module?
I haven't tried it myself, but maybe the iTweak module is what you're after.
I've also used the link here http://drupal.org/node/86413 for D5, but maybe the D6 link helps.
Seán
thanks for your reply. it is
thanks for your reply. it is a good module. but i more than just want to show image thumbnails.
i need something like this but it doesn't work:
i figured it out by
i figured it out by myself.