![]() |
Sergey Kornilov admin 4/3/2007 |
What are maps? |
W
|
wilmer author 4/6/2007 |
What are maps?
|
J
|
Jane 4/6/2007 |
Hi,
$fdata["LinkPrefix"]="files/"; $fdata["LinkPrefix2"]="thumbs/"; $fdata["UploadFolder2"]="thumbs/";
and replace it with this one: $file = GetUploadFolder2("FieldName")."th".$value;
and replace it with this one: if(substr("files/",0,7)!="http://"'>http://" && !file_exists(GetUploadFolder2("FieldName").$thumbname))
$value.=" src=\"".htmlspecialchars(AddLinkPrefix("FieldName",$thumbname))."\"></a>" replace with this one: $value.=" src=\"".htmlspecialchars(AddLinkPrefix2("FieldName",$thumbname))."\"></a>" |
W
|
wilmer author 4/7/2007 |
Thanks, thats superb. Is it possible to have this choice in a new version? |
J
|
Jane 4/9/2007 |
Hi, thumb/th_ |
W
|
wilmer author 4/9/2007 |
Hi, |
M
|
mmponline 4/10/2007 |
nochampion |
W
|
wilmer author 4/11/2007 |
nochampion Do you mind sharing how to put a watermark on the pictures? - Or some link to find a way. Thanks
|
J
|
Jane 4/11/2007 |
Unfortunately there is no wasy way to create folder with thumbnails outside the folder with large images. |
W
|
wilmer author 4/11/2007 |
Unfortunately there is no wasy way to create folder with thumbnails outside the folder with large images. You can only edit generated files as I've suggested in the previous comments.
|