Support Forum » User Profile

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • MondenMonden
    Participant

    rwmb_meta fails/returns a string (why), but this works: $checkbox_list = get_post_meta( get_the_ID(), 'checkbox_list_field_id' );

    MondenMonden
    Participant

    Any advances in this issue?

    in reply to: Add user meta to users on registration #45412
    MondenMonden
    Participant

    Thank you,

    You can just provide an example without the insult. To put it in your wording, if you want to sell "Lifetime support" to your highest-tier customers, you need to have a basic knowledge of customer support.

    I didn't ask for customization, I asked for an example in the documentation. You should put those 5 lines of code in the documentation on MB User Profile

    in reply to: Add user meta to users on registration #45397
    MondenMonden
    Participant

    Thanks, I managed to store the value.

    As for the documentation regarding 'rwmb_profile_after_save_user', When it says:

    The action accepts 1 parameter: the instance of the MB_User_Profile_User class, which handles the submission. It has the following public properties that you can use:

    $user_id: The submitted user ID
    $config: The configuration, taken from the shortcode attributes

    How do I access values from $config when in:
    add_action( 'rwmb_profile_after_save_user', function( $user ) {
    	$user_id = $user->user_id;
    	update_user_meta( $user_id, 'custom_field_ID', 'custom_field_value' );
    } );

    ?

    MondenMonden
    Participant

    Not working in free meta-box 5.8.2 and neither in 5.6.18

    I use it with MB Group 1.3.18.

    Always returning string '1'

    MondenMonden
    Participant

    It appears to be fixed in v1.6.19

    Thanks for the quick turnaround!

    MondenMonden
    Participant

    Well I can't exactly disable everything else because I've bundled it with my main theme plugin.

    But I can tell you that my setup is:

    FREE PLUGIN (aka the MetaBox.io you can download from WordPress plugins repo), plus:
    + MB Admin Columns
    + MB Custom Post Type
    + MB Term Meta
    + MB Conditional Logic
    + Meta Box Show Hide

    As for the fields themselves, none work i.e. all are affected after moving to version 1.6.18.

    MondenMonden
    Participant

    Confirmed with button_group, after updating from v1.6.14 to v1.6.18

    MondenMonden
    Participant

    Thanks, at least I know it's not an issue with the original code. Can you point me to the JS handling this click event so I could hunt down the conflict?

    MondenMonden
    Participant

    Additionally, after clicking on the radio, I noticed that if I resize the browser (and apparently hit a breakpoint / css media query related to the controlled color field), the color field does get hidden/shown as specified by the radio value. So, 1. It doesn't play out on click and 2. It does update on clicking "Update" (updating the page), and also the controlled element appears if a window is resized enough to trigger a css breakpoint.

    Can you confirm this and advise please, thanks.

    in reply to: add fields to Quick Edit section #27327
    MondenMonden
    Participant

    Also interested in this.

Viewing 11 posts - 1 through 11 (of 11 total)