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

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

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