Page specific banners

TimothyJ - September 7, 2008 - 14:47
Project:The Morning After
Version:6.x-0.0-1
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

Fantastic theme! I was wondering if there was a way, or a future feature, which would allow page specific banners? A different one for the calendar, the forums and maybe taxonomy categories?

#1

bengtan - September 7, 2008 - 15:05

Hi,

You can edit tma.css yourself around line 130-140 where you see:

  #topbanner
  {
    background:transparent url(images/single_banner.png) no-repeat scroll 0%;
    border-bottom:1px solid #999999;
    height:70px; 
  }

  .front #topbanner
  {
    background:transparent url(images/home_banner.png) no-repeat scroll 0%;
  }

  .section-admin #topbanner
  {
    background:transparent url(images/archive_banner.png) no-repeat scroll 0%;
  }

Implementing the ability to change banners from within the drupal cms itself might be just a little bit tricky - tricky enough that it's probably not worth the effort.

 
 

Drupal is a registered trademark of Dries Buytaert.