4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: glitzer on October 20, 2007, 11:54:18 AM

Title: need the variable of image_name for a external site
Post 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
Title: Re: need the variable of image_name for a external site
Post by: thunderstrike on October 20, 2007, 12:03:48 PM
Hum ... a bug  8O

In postcards.php file,

find:

Quote
"image_name" => format_text($image_row['image_name']),

replace:

Code: [Select]
"image_name" => format_text(trim($image_row['image_name']), 2),

Is work now ?