Thumbnails no-show link Thumbnails no-show link
 

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

Main Menu

Thumbnails no-show link

Started by _clark_, December 18, 2006, 05:51:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

_clark_

Hi,

I've insert this tag in a photo description:

Click here


But when I show thumbnails this link is not active...

You can see it here:
http://galleriafiori.funghiitaliani.it/index.php?cat=21
(the latest thumbnails on the right in the end of the page)

In the precedent version it works well...

you can see it here:
http://pietrocurti.funghiitaliani.it/thumbnails.php?album=6


Why?

Thank you very much...


_clark_

Quote from: _clark_ on December 18, 2006, 05:51:30 PM
Hi,

I've insert this tag in a photo description:

Click here


But when I show thumbnails this link is not active...

You can see it here:
http://galleriafiori.funghiitaliani.it/index.php?cat=21
(the latest thumbnails on the right in the end of the page)

In the precedent version it works well...

you can see it here:
http://pietrocurti.funghiitaliani.it/thumbnails.php?album=6


Why?

Thank you very much...



_clark_

Sorry,

I didn't want to write two messages...

Tranz

I can't remember if this is the culprit, but try this. Edit include/functions.inc.php

FIND:
$caption .= $row['caption'] ? "<span class=\"thumb_caption\">".strip_tags(bb_decode($row['caption']))."</span>" : '';

REPLACE with:
$caption .= $row['caption'] ? "<span class=\"thumb_caption\">".bb_decode(process_smilies($row['caption']))."</span>" : '';

Tranz

You really should upgrade your older gallery. Many security fixes have been released since then.

_clark_

I have alredy done the upgrade... and in the new version there is this problem...

Now I've replied the code in function.inc.php and the active link in thumbnails works well...

Thank you!