View Single Post
  #156 (permalink)  
Old 04-23-2008, 11:50 PM
steegness steegness is offline
New Pligger
 
Join Date: Apr 2008
Posts: 2
Quote:
Originally Posted by etrader View Post
I was unable to find

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

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

to do the second step
Yeesh. I just lucked out, it seems.

You're right; 9.9 beta doesn't have the linkres piece in the template. It's in the do_submit3 function in/submit.php. Adding the text there after the code snippet mentioned will likely work (it's working for me with the file_upload module).