Nested Group Meta not working
- This topic has 23 replies, 2 voices, and was last updated 8 years, 11 months ago by
brightcreations.
-
AuthorPosts
-
April 21, 2016 at 10:27 PM #2867
brightcreations
ParticipantSupports most clonable (repeatable) field types.
Supports nested groups since 1.0.7not working according to below code telephone not working fine inside group meta
array( 'id' => 'standard', // Gropu field 'type' => 'group', // Clone whole group? 'clone' => true, // Drag and drop clones to reorder them? 'sort_clone' => true, // Sub-fields 'fields' => array( array( 'name' => __('Promoter name', 'rwmb'), 'id' => 'text', 'type' => 'text', ), array( 'name' => __('Telephone', 'rwmb'), 'id' => 'date', 'type' => 'text', 'clone'=>true ), ), ),
April 22, 2016 at 8:27 AM #2874Anh Tran
KeymasterHi @brightcreations, the clone of sub-fields is buggy inside a group. We're working on this to fix. Please give us some time.
April 24, 2016 at 3:58 PM #2897brightcreations
ParticipantOk thanks but please I have purchased this plugin after I make sure that support Nested Clone so please I want this feature ASAP do you have time plan for it
April 24, 2016 at 3:59 PM #2898Anh Tran
KeymasterNo worries, I'm working on it. I will release a new version asap when I finish, promise!
April 26, 2016 at 3:47 PM #2917brightcreations
Participantany new news about this ?
April 26, 2016 at 4:30 PM #2918Anh Tran
KeymasterHi @brightcreations,
I'm still working on it. I'm having problems with JavaScript :(. It might take some days. I hope I can solve it this week.
April 30, 2016 at 12:50 AM #2970brightcreations
ParticipantPlease any updates in this issue
April 30, 2016 at 11:10 AM #2973Anh Tran
KeymasterI haven't resolved the problem with JavaScript yet. Please wait. It's harder than I thought.
May 2, 2016 at 11:30 PM #2984Anh Tran
KeymasterHi @brightcreations, I've just updated the Group extension with support for cloning sub-fields in a group. There is still 1 thing that doesn't work: either the group or sub-field is not cloneable, e.g. if both the group and sub-field are cloneable - the code won't work.
More details:
- If group & sub-fields are not cloneable - WORKS
- If group is cloneable & sub-fields are not cloneable - WORKS
- If group is not clonable & sub-fields are cloneable - WORKS
- If group is cloneabe & sub-fields are cloneable - NOT WORKSPlease update the extension and try. Thanks.
May 3, 2016 at 5:11 AM #2987brightcreations
ParticipantThanks for your support it is very good news for me but unfortunately I want the last point to be working also so please are you working on it on next update ?
again thanks a lot for your fast support
May 3, 2016 at 11:28 AM #2989Anh Tran
KeymasterYes, I'm still working on it. I will try my best to resolve this problem soon.
May 8, 2016 at 5:01 PM #3024brightcreations
ParticipantAny updates on this issue It is stop my work and need it urgent please
May 8, 2016 at 5:05 PM #3026Anh Tran
KeymasterI'm still working on it. Can you please wait a little bit?
May 9, 2016 at 12:06 AM #3027brightcreations
ParticipantWaiting for you thanks
May 9, 2016 at 9:55 PM #3035Anh Tran
Keymaster@brightcreations: I think this problem is a technical challenge and I guest it takes long to resolve. Although I'm working on it, it's more complicated than I imagine.
I don't want to stop you from developing websites, so I suggest you can use another solution for this purpose, for example: using a textarea or simple text field and ask users to enter phone numbers one by line or comma separated, then in the frontend use
explode
to get the values.What do you think?
-
AuthorPosts
- The topic ‘Nested Group Meta not working’ is closed to new replies.