|
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
|