[MOD] Image Upload Module (v1.0) -- Now Available

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools Display Modes
  #121 (permalink)  
Old 01-15-2008, 09:02 AM
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Sep 2007
Posts: 192
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
  #122 (permalink)  
Old 01-15-2008, 10:28 AM
vib vib is offline
New Pligger
Pligg Version: 9.8.2
Pligg Template: none
 
Join Date: Dec 2007
Posts: 5
if I added in link_summary code with {php} not work style/css - white site, links "random" in the site (testet with yget)
Reply With Quote
  #123 (permalink)  
Old 01-23-2008, 11:58 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 804
Quote:
Originally Posted by cmstheme View Post
This module is also not working on one of my installation - Blog Engage / Published Blogs

Here's what I did:
1. Installed the module, together with its dependencies.
2. Created the "images" folder on root directory and CHMOD to 777. I guess the host has turn the folder INDEXES to OFF because I will see a 403 Forbidden error when I directly access it.

When I submit new news with photo, I am able to view the thumbnail on "Step 3, confirm details", however there's no image that was actually uploaded in the "images" folder when I view it via FTP. When I finally submit the news, I can still see that there is the thumbnail on the link summary but clicking it will, of course, result to "NOT FOUND" because as stated above there's no image that was really uploaded.

So, how does the script be able to create the thumbnail where it was not able to upload the image? Or does it create a thumbnail first then upload the created thumbnail to the "images" folder? Does this have to do with 403 Forbidden error, but I have already CHMOD it to 777?

Any suggestions/solutions on how to get this things fix is greatly appreciated.

Anyone know what's going on here or have any advice it's been weeks with no replies HELLO
Reply With Quote
  #124 (permalink)  
Old 01-23-2008, 12:31 PM
joehunk's Avatar
Casual Pligger
 
Join Date: Oct 2007
Posts: 67
I will try to implement this mod to my mini-pligg site, ver 9.7 and see if this will work. I will update you. I see this mod working on many pligg sites but haven't implemented on mine yet.
Reply With Quote
  #125 (permalink)  
Old 01-23-2008, 12:40 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 804
I got it all to work I just can't get the darn images to upload to the images folder. The thumbnail works and nothing else?
Reply With Quote
  #126 (permalink)  
Old 01-23-2008, 12:59 PM
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Sep 2007
Posts: 192
Quote:
Originally Posted by bbrian017 View Post
I got it all to work I just can't get the darn images to upload to the images folder. The thumbnail works and nothing else?
Image Upload mod works on 9.82 just fine for me... but it doesn't work on v9.9. Brian, did you manage to get it to work on v9.9? If yes, can you tell us what changes you did to get it to work, as the code to insert within submit_step_3.tpl doesn't work with v9.9.

I have tried adding the code to submit.php because that's where it should go now since the php snippets were taken out of the template files. After I installed it, I see the "browse image" button form, but after hitting the submit button for the story, the next step just displays a blank page. It also doesn't upload the image into the proper folder.

Those were my test results. I have no idea where CENT is, as he is the one who originally created this mod.
Reply With Quote
  #127 (permalink)  
Old 01-23-2008, 02:31 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 804
Sorry Blaze I can't really help you seeing CMSThemes is the one that did the mod! I have the same issue with the image uploading to the images folder on 9.8.2 and 9.9.0 !

Everything works except the image won't upload the the images folder.

CMSThemes can answer you question because he got it to work on my pligg 9.9.0 site but like I said were still stuck because the image won't upload to the images folder!
Reply With Quote
  #128 (permalink)  
Old 01-23-2008, 03:35 PM
Pligg Donor
Pligg Version: 9.9.5
 
Join Date: Sep 2007
Posts: 192
Quote:
Originally Posted by bbrian017 View Post
Sorry Blaze I can't really help you seeing CMSThemes is the one that did the mod! I have the same issue with the image uploading to the images folder on 9.8.2 and 9.9.0 !

Everything works except the image won't upload the the images folder.

CMSThemes can answer you question because he got it to work on my pligg 9.9.0 site but like I said were still stuck because the image won't upload to the images folder!
Well, just so you know -- I wasn't using v1.0 of the image upload mod. I used v0.4 (comes stock within pligg) and that was the one that worked on 9.82. I saw too many bugs with v1.0, so only stuck with v0.4. Maybe give that version a try?
Reply With Quote
  #129 (permalink)  
Old 01-23-2008, 04:30 PM
not2serious's Avatar
Pligg Donor
Pligg Version: v0.96 w/modifications
Pligg Template: Yget w/modifications
 
Join Date: Apr 2007
Location: East Coast, USA
Posts: 205
I have been using Image upload v1.0 on my Pligg 9.6/7 version for a while. However, when I learned that it was not working correctly on 9.82 or 9.9, I have not been able to upgrade. I have been looking around at other image solutions, but don't know if the ones that I have found will work. The most interesting ones seem to be designed for WP or Joomla.

I wish Cent was around, he did a great job with the development and had plans for upgrades.

Quote:
Originally Posted by blaze View Post
Well, just so you know -- I wasn't using v1.0 of the image upload mod. I used v0.4 (comes stock within pligg) and that was the one that worked on 9.82. I saw too many bugs with v1.0, so only stuck with v0.4. Maybe give that version a try?
Reply With Quote
  #130 (permalink)  
Old 01-25-2008, 09:49 AM
Banned
Pligg Version: v9.9
Pligg Template: Custom Templat
 
Join Date: Dec 2007
Posts: 26
We have provided a fix for this module to work with v9.9.0 of pligg.

Image Upload Pligg Module v1.02 for v9.9.0 of pligg | Social CMS Buzz
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload Module (File and Image Attachment) Yankidank Free Modules 158 03-19-2010 04:49 PM
Simple question: Has anyone got the image upload module to work? Citizenslide Questions and Comments 7 07-30-2009 01:44 AM
[MOD] Image Upload Module (v0.93) -- Please test cent Questions and Comments 54 05-01-2009 10:12 PM
Image Upload Module - Really confused thefandango Questions and Comments 3 01-05-2009 11:01 AM
Image Upload Module -- Call for feature requests cent Questions and Comments 12 11-15-2008 12:13 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development