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 some text?  (Read 4536 times)

0 Members and 1 Guest are viewing this topic.

krijtgat

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
how to add some text?
« on: July 27, 2004, 07:20:37 pm »

hi peepz!
In the images viewer (by example http://www.hanzo.spiralpages.com/audiocovers/displayimage.php?album=4&pos=1 ), is it possible to add some text: this picture is compressed and resized, please click the picture to have full quality ?

How can I do that?

Thx!
hans
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: how to add some text?
« Reply #1 on: July 27, 2004, 07:45:03 pm »

Open your theme.php, and find;

Code: [Select]
<td align="center">
                                                {IMAGE}
                                                {ADMIN_MENU}
                                        </td>

And change it to;

Code: [Select]
<td align="center">
                                                {IMAGE}
<br /> Your text here <br />
                                                {ADMIN_MENU}
                                        </td>
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

krijtgat

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: how to add some text?
« Reply #2 on: July 29, 2004, 02:30:02 pm »

thx m8!

and there's "powered by copper..."
Can I put a text under(or above)  it with a link to my host (I get free hosting and i wanna do something for host :) )
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: how to add some text?
« Reply #3 on: July 29, 2004, 06:52:43 pm »

In the template.html file, after {GALLERY} you can add your custom footer text.  That's the easiest way.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

krijtgat

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: how to add some text?
« Reply #4 on: July 30, 2004, 04:07:21 pm »

thx ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.