Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Wendell
ParticipantFigured it out, if anyone else needs this.
add_filter( 'rwmb_profile_register_fields', function( $fields ) { $targets = [ 'user_login', 'user_email', 'user_pass', 'user_pass2', ]; foreach ( $fields as &$field ) { if ( isset( $field['id'] ) && in_array( $field['id'], $targets ) ) { $field['columns'] = 6; } } return $fields; } );Wendell
Participant+1 for this! It would be an amazing feature!
April 3, 2021 at 1:38 AM in reply to: โ Meta Box custom fields not available in wpDataTables #26921Wendell
ParticipantThank you for all your troubleshooting! I really appreciate your efforts to help me, which proves why Meta Box is a great investment. ๐
If you were to create a datatable using MB Views without wpDataTables, do you have any thoughts on a good way to set that up? Is there a particular table or charting library that you would use and how would you configure that for use in MB Views?
April 2, 2021 at 1:51 AM in reply to: โ Meta Box custom fields not available in wpDataTables #26887Wendell
ParticipantThanks again for your help! I will submit a contact message. I would also be happy to provide you with WP admin access to the site where it's all installed. ๐
April 1, 2021 at 6:42 AM in reply to: โ Meta Box custom fields not available in wpDataTables #26850Wendell
ParticipantThanks, Long. I already have 990 posts in that CPT, so there's plenty of values in the custom fields. ๐
June 9, 2018 at 4:02 AM in reply to: Set default value of field to another field already entered #10130Wendell
ParticipantThank you!
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)