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.