Quote:
Originally Posted by mg4 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 |
I haven't tried this yet, but this code has been moved in
v9.9 to
submit.php instead. Basically, forget looking in
submit_step_3.tpl and find the code in
submit.php around line 273. My guess is that it should work fine in v9.9. I will test later on if no one tries it out.