forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: redlionman on November 22, 2004, 06:29:01 am

Title: Gallery description
Post by: redlionman on November 22, 2004, 06:29:01 am
How do I make the text input in the "Gallery description" under the config tab to become a web link?
Title: Re: Gallery description
Post by: Joachim Müller on November 22, 2004, 01:04:04 pm
edit themes/yourtheme/template.html, find
Code: [Select]
{GAL_DESCRIPTION}and replace with
Code: [Select]
<a href="foobar.htm">{GAL_DESCRIPTION}</a>
Joachim
Title: Re: Gallery description
Post by: peeps on November 23, 2004, 04:25:47 am
or use plain ol' html in you gallery descriptions to control what you want as a link in the gallery description....
Title: Re: Gallery description
Post by: Nibbler on November 23, 2004, 10:55:31 am
You can't use html in the gallery description, you need to change the code as described.
Title: Re: Gallery description
Post by: redlionman on November 24, 2004, 05:14:49 am
Thankyou!  I finally got it working the way I want it.