Osclass forums

Support forums => Suggestions => Topic started by: ingo on January 10, 2012, 01:50:11 pm

Title: image upload needs repairs
Post by: ingo on January 10, 2012, 01:50:11 pm
In item post / edit page are to much weakness.

example - if you want to edit your item > to change only first image we have only delete option, deleting and
uploading new image will put it on fourth place.
to change first image you must delete all images  and upload all 4 again -  thats not customers friendly.

Edit Item / Images -  should have:  change image option. Why ? Beacuse if customs  can not sell their products they try to replace images or to upload new Image on first pace, or to delete /change only third image it happens and its normaly. - To edit Images like this is standard we must have it.

In post item  is more overwiev asked,  custom should see that he can upload 4 images (thats good for new customers)

Stuff like good Image features are basics for Classified project let's make it true, your opinion and suggestions are asked,
My suggestions in attachment

thanks
Title: Re: image upload needs repairs
Post by: Jesse on January 10, 2012, 01:53:41 pm
I like the idea.

That sounds like a good challenge! I'm up for it!  ;D
Title: Re: image upload needs repairs
Post by: trains58554 on January 10, 2012, 08:05:10 pm
Hi Jesse,

Here is a forum topic with a bunch of image uploading scripts that include previews. Take a look they maybe of help.

Jay
Title: Re: image upload needs repairs
Post by: Jesse on January 11, 2012, 04:01:57 am
Thanks Jay, but looks like you may have forgotten the link.  :)

My idea for this is to create a new table that will store the image ID and the order the user wishes them to appear. A function will be run on the Item page that will build an array of all available pictures, then build a separate array of any order preferences from the new table. It will first cycle through both arrays and begin echoing the item URLS as per the item order. For any items not ordered once that's complete, will just be echoed in the standard order (by ID). I've got about half the plugin done already (it will need optimizing when I'm done, but first step is to get it at least working).
Title: Re: image upload needs repairs
Post by: trains58554 on January 11, 2012, 04:14:18 am
Hi Jesse,

That sounds like a good plan.

Here is the link I forgot to add to my above post http://forums.osclass.org/suggestions/image-upload-preview-5464/  :-[

Jay
Title: Re: image upload needs repairs
Post by: Jesse on January 11, 2012, 04:19:37 am
Ah yes, I remember that thread! A new image uploader would be great. For now, I'm just working a re-ordering photos uploaded the current way.
Title: Re: image upload needs repairs
Post by: trains58554 on January 11, 2012, 04:21:52 am
Ah I follow better I was thinking you where doing a whole new upload. I can't wait to see what you come up with.

Jay