Hello.
Thanks for taking the time to read this!
I am trying to get the image upload module that is included with Pligg.
When I try to follow the instructions to install the module, I get stuck at these instructions:
Code:
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 Thing is: I can't find the
$linkres->store();tags_insert_string($linkres->id, $dblang, $linkres->tags);
in the file. Any ideas? I've done this once in a previous version of pligg, but I cant figure it out in 9.9.0. It looks like the whole php section has been removed and replaced with one tag.
Thanks.