Jump to content

NoremPload

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by NoremPload

  1. When i'm uploading multiple Images in backend everything looks fine first. - All Images are uploading - All Images are shown as Thumbnails but after saving, about 50% of the images are gone. For Example: I upload 10 images, every image is shown in the form, but after saving i have just 5 or 6 images assigned. I don't get any errors, not in Developer Console, not in PW logs, no PHP Errors If i drag and drop them one after on the upload area (same files) and wait until thumbnail is shown and then save the form, everything works fine. If i try the same form local on a XAMPP installation, everything works fine. Any idea ?
  2. OMG, Thank you :=) i had $gallery_data = $current_gallery->child( 'template=gallery' ); foreach( $gallery_data->image as $image ) { $image->tags = "TEST-Tag"; } $page->save(); $gallery_data->save() did the trick
  3. am i blind? isn't there any method to change the tags of images in a template ? thx for any help !
  4. i have a little problem using this module. everything works fine, i just got the "move" button/function too on pages allowed to edit. Moving does not work anyway but it's a little bit confusing that the button appears. any idea why ?
×
×
  • Create New...