Advanced search  

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

Pages: [1]   Go Down

Author Topic: Gallery description  (Read 3396 times)

0 Members and 1 Guest are viewing this topic.

redlionman

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Gallery description
« 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?
« Last Edit: December 03, 2004, 04:45:15 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Gallery description
« Reply #1 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
Logged

peeps

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 29
  • Image pulled by Coppermine Fetch
    • philpeeps.com
Re: Gallery description
« Reply #2 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....
Logged

Nibbler

  • Guest
Re: Gallery description
« Reply #3 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.
Logged

redlionman

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Gallery description
« Reply #4 on: November 24, 2004, 05:14:49 am »

Thankyou!  I finally got it working the way I want it.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.