Gallery description Gallery description
 

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

Gallery description

Started by redlionman, November 22, 2004, 06:29:01 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

redlionman

How do I make the text input in the "Gallery description" under the config tab to become a web link?

Joachim Müller

edit themes/yourtheme/template.html, find{GAL_DESCRIPTION}and replace with<a href="foobar.htm">{GAL_DESCRIPTION}</a>

Joachim

peeps

or use plain ol' html in you gallery descriptions to control what you want as a link in the gallery description....

Nibbler

You can't use html in the gallery description, you need to change the code as described.

redlionman

Thankyou!  I finally got it working the way I want it.