banner to the gallery banner to the gallery
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

banner to the gallery

Started by vickydhani, March 30, 2006, 02:13:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vickydhani

hi i m using a coppermine script

i want to know how can i add the banner to te script and link the banner to the desired url
can some please help me regarding this

thanks

Joachim Müller

edit themes/yourtheme/template.html and edit it as you see fit (use plain html). Relative links must be seen from the coppermine root instead of the theme sub-folder.
Example: add something like<a href="my_link.htm"><img src="/absolute/path/to/my/banner.jpg" border="0" alt="" /></a>in the place of the logo in your theme.
If you want to add a banner rotation (i.e. dynamic scripting), things get a bit more complicated. If this is the case, post a link to your site and the code you want to add.