forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: Bruz on February 25, 2004, 07:23:38 am

Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 25, 2004, 07:23:38 am
solved everything.

@ mods: please delete this thread
thx
Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 25, 2004, 01:23:44 pm
SOLVED
Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 25, 2004, 01:29:38 pm
SOLVED
Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 25, 2004, 07:20:39 pm
SOLVED
Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 25, 2004, 08:02:27 pm
This ant the next reply is my last question on this...

one final question:
I've added
Code: [Select]
$info['Link'] = "http://www.yourdomain/Forum/posting.php?mode=newtopic&f=11&subject=$CURRENT_PIC_DATA['filename']&message=[img]http://www.yourdomain/Fotos/$path_to_pic&#91/img]";

under
Code: [Select]
       $info[$lang_picinfo['addFavPhrase']] = "<a href=addfav.php?pid=" . $CURRENT_PIC_DATA['pid'] . " >" . $lang_picinfo['remFav'] . '</a>';
in the displayimage.php.
How can I call this function now from the theme.php?
Title: [plz delete] "Discuss this Picture"-Feature
Post by: Bruz on February 26, 2004, 07:09:15 am
Isn't it possible to do this?
I thought something like
Code: [Select]
{DISCUSS_TGT} => $info['Link'] has to be insert...but where?