View Single Post
  #124 (permalink)  
Old 01-15-2008, 09:02 AM
blaze blaze is offline
Pligg Donor
 
Join Date: Sep 2007
Posts: 184
Thanks: 7
Thanked 37 Times in 26 Posts
Quote:
Originally Posted by mg4 View Post
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.
Reply With Quote