4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: glitzer on October 20, 2007, 11:54:18 AM
-
Hello
my problem is following:
I use 4 images for uploading pictures and displaying them, but a different system for sending e-cards.
I have now a link for the ecards ...for example: www.blablabli.com/cgi-bin/card.php?user=theusername&action=create&card= ...... (what is the variable for my full size image?)
when i fill in {image_name} it doesn´t work.
what is the right variable for this?
Sorry for my bad english! Thanks a lot for help!
Glitzer
-
Hum ... a bug 8O
In postcards.php file,
find:
"image_name" => format_text($image_row['image_name']),
replace:
"image_name" => format_text(trim($image_row['image_name']), 2),
Is work now ?