Not working for multiple entries again...

Support MB Group Not working for multiple entries again...

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3471
    jonwatson87jonwatson87
    Participant

    Browser/site/server caches all cleared (which was the issue last time) but still not working.

    It won't support multiple entries and deletes all but the most recent one. The last one entered is the one, and only, record it will keep.

    Trying to add panelists for an upcoming event. Thus far we only have 1 of the 7 added...

    Any ideas?

    #3472
    jonwatson87jonwatson87
    Participant
    	//Panelists
    
    	$meta_boxes[] = array(
    			'title'      => 'Panelists',
    			'context'    => 'normal',
    			'priority'   => 'high',
    			'post_types' => 'events',
    			'desc'       => '(drag to reorder)',
    			'fields' 	 => array(
    				array(
    						'id'         => 'radix_panelists',
    						'type'       => 'group',
    						'clone'      => true,
    						'sort_clone' => true,
    						'fields'     => array(
    							array(
    									'name'  => 'Position',
    									'id'    => $prefix . 'panelistposition',
    									'type'  => 'text',
    									'desc'  => 'Position on panel: e.g. Panelist, or Chair',
    							),
    							array(
    									'name'  => 'Name',
    									'id'    => $prefix . 'panelistname',
    									'type'  => 'text',
    									'desc'  => 'Name of panelist',
    							),
    							array(
    									'name'  => 'Title',
    									'id'    => $prefix . 'panelisttitle',
    									'type'  => 'text',
    									'desc'  => 'Title of panelist',
    							),
    							array(
    									'name'  => 'URL',
    									'id'    => $prefix . 'panelisturl',
    									'type'  => 'text',
    									'desc'  => 'Link or mailto: for panelist',
    							),
    							array(
    									'name'  => 'Profile Pic',
    									'id'    => $prefix . 'panelistpic',
    									'type'  => 'file_input',
    									'desc'  => 'Profile picture of panelist',
    							),
    					),
    				),
    			),
    	);
    #3473
    jonwatson87jonwatson87
    Participant

    Working again now... :/ Maybe it just took a bit of time for everything to clear and I was being impatient? Things usually start working immediately after a cache clear! Sorry! Overreacting, AGAIN.

    #3475
    Anh TranAnh Tran
    Keymaster

    That's fine 🙂 Glad that you resolved it!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Not working for multiple entries again...’ is closed to new replies.