adding an image bank on a page?
I am developing a web site using Drupal 5.7
An image(from an image bank) has to be inserted on a particular position(area) on a page.
Different images should be displayed at different points of time (on a regular interval) from a pre-defined collection of images.
The administrator should be able to change this pre defined collection of images.(image bank)
I have installed the image module.
Can anybody help me to implement this feature?
Thanks and Regards,
jm

theme
You will need to modify the theme or layout to position the images in a certain location. If you are using CCK, then you can theme a CCK to appear a certain way.
Post new comment