Mohit Gupta
Mohit Gupta

Reputation: 727

How to create banner management in drupal 7

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.

Upvotes: 0

Views: 2229

Answers (2)

Mervyn
Mervyn

Reputation: 61

You can refer to the link on how to add banner http://www.bywombats.com/blog/06-08-2010/building-rotating-image-banner-views

Upvotes: 1

Ashok Gj
Ashok Gj

Reputation: 168

  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.

Upvotes: 1

Related Questions