By mrjw on
Hello.
I an looking through the upload.module file and I can't find out where I could put the code to ad an image above the Atached Files in my stories and pages. Could someone give me a hand? Thanks!
Hello.
I an looking through the upload.module file and I can't find out where I could put the code to ad an image above the Atached Files in my stories and pages. Could someone give me a hand? Thanks!
Comments
same on all pages?
You want the same image above every upload?
Try overriding this function in your theme (don't change the code in the module):
http://api.drupal.org/api/4.7/function/theme_upload_attachments
see:
http://drupal.org/node/11811
---
Work: BioRAFT
Ok
So far I got this in my template.php
But I don't see how I can add an image above the story's attached file box? Help please
something like this?
---
Work: BioRAFT
Hi! I have the same problem,
Hi! I have the same problem, but I want to place unique image on every file I've uploaded (or if file already on server). How I can do this? Is it possible?
Thanks!
try this
http://drupal.org/project/upload_preview
---
Work: BioRAFT
Thanks, but, as I
Thanks, but, as I understand, this module shows users thumbnail of the picture they are uploading and its name. But I need to attach the picture to any file. I am considering the video module midification, but I am short of time