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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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