how to add some text? how to add some text?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

how to add some text?

Started by krijtgat, July 27, 2004, 07:20:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

krijtgat

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

Casper

Open your theme.php, and find;

<td align="center">
                                                {IMAGE}
                                                {ADMIN_MENU}
                                        </td>


And change it to;

<td align="center">
                                                {IMAGE}
<br /> Your text here <br />
                                                {ADMIN_MENU}
                                        </td>
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

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 :) )

kegobeer

In the template.html file, after {GALLERY} you can add your custom footer text.  That's the easiest way.
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