Question

I am using Drupal 7, I have need to make a banner management system, user only upload image file and add image title. Image should be display on header section and sidebar.

Was it helpful?

Solution

OTHER TIPS

  1. Create a content type for banner with image field.

  2. Using views module create 2 blocks displaying only banner content type.

  3. Assign block regions with one in the header region and the other in the sidebar

  4. Provide adequate css or overwrite template file to get the desired look and feel.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top