Clickable link in album description? Clickable link in album description?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Clickable link in album description?

Started by Hercules24, November 03, 2007, 02:25:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hercules24

When a user places a link in a comment below a picture starting with www CPG automaticly makes it a clickable link, but when I try to make a clickable link in the album description it is displayed as plain text.
Example right top album on this page: http://www.kuikens.com/pictures/index.php?cat=34
Using the search function I found something that maybe BBcode disabling should be removed in include/functions.inc.php but exactly what should be altered I'm not sure and I'm afraid I'll trash my CPG when experimenting  :o
I hope someone can help me out here.

henry

Hercules24:

I think this answers your question:

       http://forum.coppermine-gallery.net/index.php?topic=40541.0

If not, then I misunderstood your question. Please correct me.

Thanks,

Henry

henry


Hercules24

I already found that topic, but changing the file did nothing.
The clue was to add bb tags like [url]www.blabla[/url]
in the album description clickable urls can be generated without changing function.inc.php.
Thanks for letting me take a second look on this issue Henry.

Problem solved.