Based on the instructions in the Image Upload module v0.4,
==
Step4: 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
==
In the latest SVN, in the file 'submit_step_3.tpl', I have noticed that an entire piece of code (76 lines of code) has been replaced with "{$the_link}"
and based on cent's instructions, in step4, we were supposed to insert his image upload module code somewhere in between in the 76 lines of code. Where do I insert this code now?
Thx






Linear Mode




