View Single Post
  #157 (permalink)  
Old 04-24-2008, 09:48 PM
swese44 swese44 is offline
Casual Pligger
 
Join Date: Apr 2008
Posts: 39
Actually it's in the do_submit2 function. I put the code there, the image is uploading to my images/ directory, but I am not getting any thumbnails on the stories...the div is floated to the right, but it is empty.



It's empty because the image filename isn't being set in image_upload_main.php:

Code:
// Otherwise, let's get it from the Submission field its saved in
	$imageFile = $main_smarty->get_template_vars(module_imageupload_filename_field);

Who was the dev who created the image upload? Any chance he can comment here? I am completely stumped and frustrated.

Last edited by swese44; 04-24-2008 at 10:16 PM.
Reply With Quote