forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: hinocki on December 30, 2007, 08:41:34 pm

Title: bbcode for thumbs
Post by: hinocki on December 30, 2007, 08:41:34 pm
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
Title: Re: bbcode for thumbs
Post by: Stramm on December 30, 2007, 08:48:21 pm
Code: [Select]
echo "{$CONFIG['ecards_more_pic_target']}displayimage.php?pid=-{$pic_data['pid']}";

Title: Re: bbcode for thumbs
Post by: hinocki on December 30, 2007, 09:16:25 pm
thanks a lot!!!! :D :D :D :D :D