Community Forums

[MOD]Rapid Image Uploader (image manager alternative)

Free manual modifications can be contributed here. Modifications are manual snippets of code that are pasted into the forums for others to use.

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby RemarkLima » Thu Dec 01, 2011 11:37 am

Just wanted to add that is is an excellent addin! With the VQ mod it's very slick!

I was also getting the "Attachments exceed maximum size limit" error, as I think some of the images were too hi res, so by changing line 154 and 312 in the XML file, from:

max_post_size: (1536 * 1024),

to

max_post_size: (3072 * 2048),

Allows for higer res images to be to be uploaded... However I'd not go crazy with this figure otherwise the uploads will be huge, take an age to upload, eat your bandwidth and probably cause the server to have to work pretty hard resizing all the images!

Thanks again :D
RemarkLima
 
Posts: 1
Joined: Thu Nov 10, 2011 5:30 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby avantus » Wed Dec 14, 2011 1:50 pm

I press "upload image" and nothing happens. why?
avantus
 
Posts: 5
Joined: Wed Nov 23, 2011 11:23 am

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby avantus » Thu Dec 15, 2011 6:51 am

The first image is added to the list of images with an incorrect address: /image/cache/data/%20%20%20%20product/5452sdfaf-100x100.jpg

Others added to normal. Why?
avantus
 
Posts: 5
Joined: Wed Nov 23, 2011 11:23 am

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby ultrasplet » Tue Jan 24, 2012 11:36 am

I press "upload image" and nothing happens. why?


Same problem for me too :-\

I am using Version 1.5.1.3 on IIS.
I copied all files and manualy update files step by step from vqmod (I do not want to use vqmod). I am prety sure I did all steps from vqmod.

As I see, files are uplodad to folder "images/products", but not to the list of images.

any help?

EDIT:
Sorry, I accidentally deleted one faction in the end of product_form.tpl - Now is working - Thanky you!
ultrasplet
 
Posts: 8
Joined: Sun Jan 08, 2012 6:43 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby ultrasplet » Thu Feb 02, 2012 9:31 am

Because original code overwrite exsisting image with same name, I just look in to code and add some random number to reduce overwriting same files to minimum.

Open file: admin/controller/common/agile_uploader.php
AFTER:
$name = $_FILES["Filedata"]["name"]; around line 12

ADD:
$random_digit=rand(0000,9999);
$name = $random_digit.$name;

AFTER:
$name = $_FILES["Filedata"]["name"][$key]; around line 43 (before we add new line, was around 41)

ADD:
$random_digit=rand(0000,9999);
$name = $random_digit.$name;

DONE!

You can also add time stamp or anythink else...
Hope this help to anyone.
ultrasplet
 
Posts: 8
Joined: Sun Jan 08, 2012 6:43 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby seatrend » Mon Feb 27, 2012 2:58 am

Thanks to gsk for the MOD.
Thanks to jcmarchi for vqmod modification.
And thank you to ultrasplet for image overwrite solution.

You are awesome guys !!! :ok:

Works great in 1.5.1.3

This mod has no equal even among paid solutions and must be a part from default system.
seatrend
 
Posts: 3
Joined: Tue Dec 20, 2011 4:42 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby micdansan » Mon Mar 19, 2012 3:40 pm

Yes, current OC image manager still sucks!,, This kind of system must be part on the default OC system.. By the way,have anyone tried this MOD on v1.5.2.1. Does it work on the latest version?
micdansan
 
Posts: 35
Joined: Fri Apr 01, 2011 2:25 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby cwswebdesign » Fri Mar 23, 2012 5:08 pm

micdansan wrote:Yes, current OC image manager still sucks!,, This kind of system must be part on the default OC system.. By the way,have anyone tried this MOD on v1.5.2.1. Does it work on the latest version?


The v1.5.1.3 mod does NOT work on 1.5.2.1
CWS Website Design and Marketing
PO Box 1863
Dillon, CO 80435
http://www.cwswebsitedesign.com
800-970-CWS1 (2971)

ALL Comodo, Geotrust and Thawte SSL Certificates are now 25% off
. Secure your website today and build trust!
cwswebdesign
 
Posts: 596
Joined: Sat Dec 10, 2011 4:26 pm
Location: USA

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby cwswebdesign » Thu Mar 29, 2012 5:43 pm

I just found heaven! I personally think this is even better than rapid image upload because you can keep your images organized easily in folders if you have a lot of products. With the Rapid uploader (which was a lifesaver when I built my first site) only sends the images to one folder.

Read the documentation to see what all is offered in the package in addition to multiple uploads.

http://www.opencart.com/index.php?route ... order=DESC
CWS Website Design and Marketing
PO Box 1863
Dillon, CO 80435
http://www.cwswebsitedesign.com
800-970-CWS1 (2971)

ALL Comodo, Geotrust and Thawte SSL Certificates are now 25% off
. Secure your website today and build trust!
cwswebdesign
 
Posts: 596
Joined: Sat Dec 10, 2011 4:26 pm
Location: USA

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby kaylohn » Sat Mar 31, 2012 2:29 pm

++++++++++++++
ANNOUNCEMENT
++++++++++++++

INTRODUCING:

Batch+ for ImageManager+

Get ready for some change!

Learn more: http://youtu.be/dDprFR8fsoo

Happy OpenCarting!
Lets' forge our present as past for the future. - Kay Lohn
User avatar
kaylohn
 
Posts: 83
Joined: Fri Jan 07, 2011 4:52 pm
Location: Pakistan

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby cwswebdesign » Tue Apr 03, 2012 8:56 pm

Kaylohn,

Is there any chance that the "Oomph" edition is coming for v1.5.2.1?

Thanks!

kaylohn wrote:++++++++++++++
ANNOUNCEMENT
++++++++++++++

INTRODUCING:

Batch+ for ImageManager+

Get ready for some change!

Learn more: http://youtu.be/dDprFR8fsoo

Happy OpenCarting!
CWS Website Design and Marketing
PO Box 1863
Dillon, CO 80435
http://www.cwswebsitedesign.com
800-970-CWS1 (2971)

ALL Comodo, Geotrust and Thawte SSL Certificates are now 25% off
. Secure your website today and build trust!
cwswebdesign
 
Posts: 596
Joined: Sat Dec 10, 2011 4:26 pm
Location: USA

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby kaylohn » Thu Apr 05, 2012 12:49 pm

+++++++++++++++
ANNOUNCEMENT
+++++++++++++++

The wait and mystery is over!

ImageManager+ Woah! Edition RELEASED for OC v1.5.2.x
http://www.opencart.com/index.php?route ... on_id=3601

NEW FEATURES

- On folder delete the folder previous to the deleted one is selected, no more jumping to top.
- Displays number of files found in folder on folder select.
- Long filenames are truncated to 20 characters (so it doesn't mess up the List/Text views, shows a small red << where truncated. Actual filenames are untouched and can be viewed by hovering over the image.
- All features from IM+ Oomph for OCv1.5.1.x are tested and working.

Download updated. Please check out the documentation for updates and information.

Please do not forget to vote and comment.

As for people who were interested in paying for IM+, they can donate instead. :)

Happy OpenCarting!
Lets' forge our present as past for the future. - Kay Lohn
User avatar
kaylohn
 
Posts: 83
Joined: Fri Jan 07, 2011 4:52 pm
Location: Pakistan

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby orangebox321 » Fri Apr 27, 2012 11:38 am

just installed this wow now its a real shame this isnt in the core big improvement over standard uploader! many thanks
orangebox321
 
Posts: 40
Joined: Sun Mar 25, 2012 5:11 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby kaylohn » Sun May 20, 2012 7:39 pm

orangebox321 wrote:just installed this wow now its a real shame this isnt in the core big improvement over standard uploader! many thanks


Thanks. :)
Lets' forge our present as past for the future. - Kay Lohn
User avatar
kaylohn
 
Posts: 83
Joined: Fri Jan 07, 2011 4:52 pm
Location: Pakistan

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby menkom » Tue Jul 03, 2012 11:50 pm

Fantastic mod, this should be default, the only other thing i could recommend as your next feature is MULTI delete of items, i find it a pain to have to do it one at a time.

Cheers.
menkom
 
Posts: 10
Joined: Tue Jul 03, 2012 11:48 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby Chuma » Thu Sep 06, 2012 11:34 pm

it is not work with 1.5.3.1.
Work fine until upload. Do not upload anything. Can anybody help with updating this great mod to 1.5.3.1?
Chuma
 
Posts: 1
Joined: Mon Sep 03, 2012 12:04 pm

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby andrewsuu » Wed Feb 27, 2013 9:55 am

I'm kind of looking for an alternative for quickeditmod as well since I got no answere
andrewsuu
 
Posts: 1
Joined: Wed Feb 27, 2013 9:27 am

Re: [MOD]Rapid Image Uploader (image manager alternative)

Postby kaylohn » Sat Mar 02, 2013 12:47 pm

+++++++++++++++
ANNOUNCEMENT
+++++++++++++++

Batch+ integrated with ImageManager+ for OpenCart v1.5.5.x

The video better explain what Batch+ does:

https://www.youtube.com/watch?v=JvXeky2paeo

Briefly, Batch+ has two basic functions:

1. BatchUpload :: Upload images directly to folders and select/ add them automatically as additional product images. New folders for image upload can also be created from within Batch+ without loading up Image Manager.

2. BatchSelect :: Select multiple images from your already uploaded images (from different folders too) and select them as additional product images.

NO default feature of OpenCart is removed. Additional product images can be added via OpenCart's default 'Add Image' button and can then be browsed with ImageManager+ as well.

Happy OpenCarting!
Lets' forge our present as past for the future. - Kay Lohn
User avatar
kaylohn
 
Posts: 83
Joined: Fri Jan 07, 2011 4:52 pm
Location: Pakistan

Previous

Return to Modifications

Who is online

Users browsing this forum: No registered users and 3 guests

Hosted by Arvixe Web Hosting