How to incorporate Google ad banners into Coppermine interface? How to incorporate Google ad banners into Coppermine interface?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How to incorporate Google ad banners into Coppermine interface?

Started by carnaval, September 25, 2004, 02:47:06 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

carnaval

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

Tranz


marky17

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..

Joachim Müller

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