Quote:
Originally Posted by etrader 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).