bbcode for thumbs bbcode for thumbs
 

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

bbcode for thumbs

Started by hinocki, December 30, 2007, 08:41:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hinocki

I istalled the mod, but the bbcode is for the direct image address
I would like to print the address of the page with the normal ( not original ) image.
I would like to print something like
http://www.mysite.com/coppermine/displayimage.php?album=1&pos=0

I can print until dispayimage.php but i can't print the variables. Someone can help me?

thanks

Stramm

echo "{$CONFIG['ecards_more_pic_target']}displayimage.php?pid=-{$pic_data['pid']}";



hinocki