Drupallers, I have two questions about the Upload module.

1) I have some pages with attached files, and the attached files dialog always shows up at the bottom of the page. I cannot figure out in the page template how to move this to the top of the page. Is this entirely possible? or am I going to have to create an anchor link from the top to the bottom?

2) Is it possible to cross-link attached files? ie. Can I create a page where I have a attached files dialog that contains the files that are attached to a certain couple pages?

Thanks!

Jule

Comments

trailerparkopera’s picture

The Contemplate module allows you to create a node templates stored in a database that can be used instead of the standard node template. Install Contemplate, the start playing with your node display. It will take a little bit for you to get comfortable with the interface (tip: it behaves differently on different browsers), but it is a powerful tool for customizing how nodes display (if you don't want to hard code in your own template swapping functions).

If that doesn't work for you, there are techniques that you can use to alter your base templates (depending on which templating engine you are using). These techniques are covered in some of the Drupal handbooks under "theme" issues.

jslootbeek’s picture

Thanks, i'll look into it. I havn't used a theme-engine yet, well, i'm using whatever is default. Will this affect my existing pages? I'm very close to putting this site online, so i'd rather not accrue too much delay.