I started to dig into the image_update_main.php
Code:
// Get Image filename
if ($main_smarty->get_template_vars(module_imageupload_filename_field) == "")
{
$imageFile = module_imageupload_fullsize_prefix.$storyID.".jpg";
} else {
$imageFile = $main_smarty->get_template_vars(module_imageupload_filename_field);
}
Can someone help me to figure out why it is not displaying the thumbnail?




Linear Mode

