coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: pookguy88 on April 13, 2005, 11:40:57 PM

Title: How to add Firefox banner to Coppermine?
Post by: pookguy88 on April 13, 2005, 11:40:57 PM
I want to add a firefox banner to my page:
www.ece.ualberta.ca/~jip/cpg132

Which php/html file do i edit to do this?
thanks
Title: Re: How to add Firefox banner to Coppermine?
Post by: Nibbler on April 13, 2005, 11:49:32 PM
Edit the template.html of the theme you are using.
Title: Re: How to add Firefox banner to Coppermine?
Post by: -Manuel- on April 14, 2005, 09:06:49 AM
You also could use anycontent.php like I did it on my webpage (http://www.gwaihir.ch)....

-Manuel-
Title: Re: How to add Firefox banner to Coppermine?
Post by: pookguy88 on April 14, 2005, 04:14:48 PM
Quote from: -Manuel- on April 14, 2005, 09:06:49 AM
You also could use anycontent.php like I did it on my webpage (http://www.gwaihir.ch)....

-Manuel-

how do i use that??
Title: Re: How to add Firefox banner to Coppermine?
Post by: pookguy88 on April 14, 2005, 04:50:40 PM
Ok, figured it out, thanks
that anycontent.php is quite useful :-)

edit: how do i change this to solved?
Title: Re: How to add Firefox banner to Coppermine?
Post by: -Manuel- on April 14, 2005, 11:58:19 PM
I added the following code at the end of anycontent.php:

<table width="100%" border="0">
  <tr>
    <td width="50%" height="36"><a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=85"><img src="http://sfx-images.mozilla.org/affiliates/Buttons/80x15/firefox_80x15.png" border="0" align="right"/></a></td>
    <td width="3%">&nbsp;</td>
    <td width="47%"><a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=0&amp;t=179"><img border="0" src="http://sfx-images.mozilla.org/affiliates/thunderbird/thunderbird_blog2.png"/></a></td>
  </tr>
</table>


Don't forget to update the content of the main page under config like:

catlist/alblist/anycontent

or so...

-Manuel-