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

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

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