News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.