Additional fields to describe the image (bb code) Additional fields to describe the image (bb code)
 

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

Additional fields to describe the image (bb code)

Started by serg5777, April 29, 2012, 12:12:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

serg5777

Details please realize that the additional field may be written bb code.
This will need to relink pages galleries. Thank you :)

serg5777

Αndrй please help and then have tried everything :)

Αndré

Open displayimage.php, find
$info[$CONFIG['user_field' . $i . '_name']] = make_clickable($CURRENT_PIC_DATA['user' . $i]);
and replace with
$info[$CONFIG['user_field' . $i . '_name']] = make_clickable(bb_decode($CURRENT_PIC_DATA['user' . $i]));
(not tested).

serg5777


serg5777