4images Modifications / Modifikationen > Mods & Plugins (Releases & Support)

[Mod] Multiupload with jQuery

<< < (4/21) > >>

Rembrandt:
i think not, it on the "member.php" lies..
maybe it's the 4images version, or your HTML Declaration, or because you have the most HTML code within the "head" section, what 100% wrong is.
or the js error on your page. ( IE see the left bottom corner).

shadowhunter:
Hi!

First of all, thanks for this great MOD!! Is is the best multi upload MOD!

I think, I've found two bugs (one important and one trivial) in member.php:

- Error occurs, if category ID '0' is selected:
search:

--- Code: ---  $cat_id = ($cat_id) ? $cat_id : (isset($HTTP_POST_VARS['cat_id']) ?  intvall($HTTP_POST_VARS['cat_id']) : intvall($HTTP_GET_VARS['cat_id']));
--- End code ---
and replace with:

--- Code: ---  $cat_id = ($cat_id) ? $cat_id : (isset($HTTP_POST_VARS['cat_id']) ?  intval($HTTP_POST_VARS['cat_id']) : intval($HTTP_GET_VARS['cat_id']));
--- End code ---

search:

--- Code: ---$sql = "DELETE FROM ".IMAGES_TEMP_TABLE."
              WHERE image_id = $image_id
             ";
      $site_db->query($sql);
      @unlink($old_media_path);
      @unlink($old_thumb_path);
      $msg .=  "<br><b>".$i.".)</b>&nbsp;".$lang['image_delete_success'].":";
--- End code ---
and insert above:

--- Code: ---$image_name = un_htmlspecialchars(trim($HTTP_POST_VARS['image_name_'.$i]));

--- End code ---

Finally, I've got two question:

Is it possible to sort the images like this (in the form before the button 'send' is pressed):
- First added/selected image is number 1.)
- Second added/selected image is number 2.)
and not vice versa?

Can you create an automatically generation of the image names of all added images like this:
imagename_001, imagename_002, imagename_003, ...
You should only enter the base name 'imagename' and the numbers are added. Maybe with a checkbox to select this option.

Thanks!
Greetings


PS: Email file 'email/multi_upload_notify.html' is missing...!

Rembrandt:
Hi!

--- Quote from: shadowhunter on August 28, 2012, 05:15:16 PM ---..
I think, I've found two bugs (one important and one trivial) in member.php:
...PS: Email file 'email/multi_upload_notify.html' is missing...!

--- End quote ---

Thank you for the hints, i have updated step 10.) and added step 12.)

mfg Andi

ante226:
bei mir wird der select button nicht richtig angezeigt

Rembrandt:

--- Quote from: ante226 on September 23, 2012, 06:41:52 PM ---bei mir wird der select button nicht richtig angezeigt

--- End quote ---
und was soll ich jetzt machen deiner Meinung nach?
in deine Profil steht auch keine Webseite..

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version