bbcode for thumbs bbcode for thumbs
 

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

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