Advanced search  

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

Pages: [1]   Go Down

Author Topic: How to add Firefox banner to Coppermine?  (Read 4029 times)

0 Members and 1 Guest are viewing this topic.

pookguy88

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
How to add Firefox banner to Coppermine?
« 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
« Last Edit: April 14, 2005, 05:07:19 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: How to add Firefox banner to Coppermine?
« Reply #1 on: April 13, 2005, 11:49:32 pm »

Edit the template.html of the theme you are using.
Logged

-Manuel-

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: How to add Firefox banner to Coppermine?
« Reply #2 on: April 14, 2005, 09:06:49 am »

You also could use anycontent.php like I did it on my webpage....

-Manuel-
Logged

pookguy88

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: How to add Firefox banner to Coppermine?
« Reply #3 on: April 14, 2005, 04:14:48 pm »

You also could use anycontent.php like I did it on my webpage....

-Manuel-

how do i use that??
Logged

pookguy88

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: How to add Firefox banner to Coppermine?
« Reply #4 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?
Logged

-Manuel-

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: How to add Firefox banner to Coppermine?
« Reply #5 on: April 14, 2005, 11:58:19 pm »

I added the following code at the end of anycontent.php:

Code: [Select]
<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-
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.