forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: krijtgat on July 27, 2004, 07:20:37 pm

Title: how to add some text?
Post by: krijtgat 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
Title: Re: how to add some text?
Post by: Casper 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>
Title: Re: how to add some text?
Post by: krijtgat 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 :) )
Title: Re: how to add some text?
Post by: kegobeer 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.
Title: Re: how to add some text?
Post by: krijtgat on July 30, 2004, 04:07:21 pm
thx ;D