Group and file_upload (AND clone) : only 1st file_upload is considered
- This topic has 10 replies, 4 voices, and was last updated 9 years, 4 months ago by
Anh Tran.
-
AuthorPosts
-
May 21, 2016 at 11:28 PM #3139
Sinusite
ParticipantHi,
bug since 4.8.6 : save only the first filearray( 'name' => 'Files', 'id' => 'file_redac', 'type' => 'group', 'clone' => true, 'sort_clone' => false, 'before' => '<div id="file_redac">', // ID should same as this field id 'after' => '</div>', // Sub-fields 'fields' => array( array( 'name' => '', 'id' => "_cons_file", 'type' => 'file_upload', // plupload_image 'max_file_uploads' => 1, 'force_delete'=> true, ), ), ),May 23, 2016 at 8:24 AM #3142Anh Tran
KeymasterThanks for reporting. We'll check the Group extension again with file_upload field and get back to you asap.
May 25, 2016 at 5:53 PM #3167Namennaj
ParticipantThis is happening to me too. Just a note, I updated the main meta box plugin today. It seems to have broken my groups plugin.
May 25, 2016 at 5:59 PM #3168Namennaj
ParticipantJust an extra note. This is how I fixed it:
I deleted my existing extensions. Downloaded them again from the website and reinstalled them. This seems to have fixed the problem.
Any change we can get an auto-update for extensions if you update the main plug-in?
May 26, 2016 at 8:21 AM #3177Anh Tran
Keymaster@Namennaj: Please install the Meta Box Updater extension and follow the instruction to have auto update functionality.
@Sinusite: Do you still see the same bug after updating both Meta Box and Group extension?May 26, 2016 at 3:14 PM #3180May 30, 2016 at 12:01 AM #3202Sinusite
ParticipantWaiting for the 4.8.7 :p
(I tried to replace with the new group extension, file and file upload but it doesn't worked)May 30, 2016 at 10:34 AM #3204May 30, 2016 at 11:21 PM #3221jonwatson87
ParticipantSame issue - group will only save one record. Any new records added just replace the first one.
Whereabouts is the new code on GitHub?
June 5, 2016 at 10:49 PM #3319Sinusite
ParticipantHi,
I have upgraded Meta Box (4.8.7) and Group extension (1.1.2) without success with "file type" (OK for file_advanced or file_upload, but they don't work on iPad...),array( 'name' => 'Fichier(s)', 'id' => 'file_redac', 'type' => 'group', 'clone' => true, 'sort_clone' => false, 'before' => '<div id="file_redac">', // ID should same as this field id 'after' => '</div>', // Sub-fields 'fields' => array( array( 'name' => '', 'id' => "_cons_file", 'type' => 'file', 'max_file_uploads' => 1, 'force_delete'=> true, ), array( 'name' => 'Légende', 'id' => "_cons_legend", 'type' => 'text', ), ),June 6, 2016 at 8:31 AM #3344Anh Tran
KeymasterHi, I see you closed this issue on Github. So I will close this thread now. We'll track the issue with iPad on Github 🙂
-
AuthorPosts
- The topic ‘Group and file_upload (AND clone) : only 1st file_upload is considered’ is closed to new replies.