coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: carnaval on September 25, 2004, 02:47:06 AM

Title: How to incorporate Google ad banners into Coppermine interface?
Post by: carnaval on September 25, 2004, 02:47:06 AM
Title says it all. I'd like to be able to plant a Google banner (heck, any graphic) into the Coppermine interface independent of the photo albums. Any help is appreciated.

Thanks,

Bruce
Title: Re: How to incorporate Google ad banners into Coppermine interface?
Post by: Tranz on September 25, 2004, 03:11:14 AM
The search button and documents will say it all, too. :)
Title: Re: How to incorporate Google ad banners into Coppermine interface?
Post by: marky17 on December 20, 2004, 05:42:54 PM
hmm, we have a similar problem too, but we cannot find the solution in the search button and documents...Or are we being too english and expecting a result from the search??

We need to add the banner as an include php function..
Title: Re: How to incorporate Google ad banners into Coppermine interface?
Post by: Joachim Müller on December 22, 2004, 05:04:30 PM
the original poster requested a static image to appear on all pages, this is being covered in various posts on the board: just edit themes/yourtheme/template.html and add the html mark-up.
In your case it's slightly different: as you want to include dynamic content (with a php include), you will have to put it into themes/yourtheme/theme.php (at the proper place of course), but the basic thing TranzNDance was suggesting applies to you as well: search the board, this has been asked (and answered) very often already - you could e.g. search for "custom footer" or "custom header", the term "php include" might give good results as well.

Joachim