View Single Post
  #1 (permalink)  
Old 05-12-2008, 09:16 AM
ziadchatila ziadchatila is offline
New Pligger
 
Join Date: Aug 2006
Posts: 17
Downloads: 10
Uploads: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Image Upload 0.4 Module

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.
Reply With Quote
Sponsored Links