View Single Post
  #118 (permalink)  
Old 01-03-2008, 05:20 PM
mg4 mg4 is offline
New Pligger
 
Join Date: Jan 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Does image upload support 9.9?

I am having trouble finding this step... I cant find the $linkres part in submit_step_3.tpl

Edit /templates/(your template)/submit_step_3.tpl

Look for:

$linkres->store();
tags_insert_string($linkres->id, $dblang, $linkres->tags);

And add the code below between those 2 lines:

// START: Image Upload Module
check_actions('image_upload_process');
// END: Image Upload Module
Reply With Quote