Support Forum » User Profile

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Select Box - Taxonomy use slug as value? #15463
    pzapza
    Participant

    Hey Anh - bumping this old topic, hope you see.

    I too would like to use the taxonomy slug in the Taxonomy select field.

    My purpose is in a custom search form using MB fields. WP doesn't seem to search term IDs passed along by URL.

    • Any suggested way to do this?
    • If I could add data-slug attributes to the taxonomy <option> elements, that would also help (instead of changing the option value)

    Much thanks

    pzapza
    Participant

    Thank you. I didn't know another plugin would get all the needed Field Group data

    in reply to: Including post fields inside MB Tabs #15428
    pzapza
    Participant

    I tried adding the "tab" attribute to the post fields, but that doesn't seem to work:

    add_filter( 'rwmb_frontend_post_title', function( $field ) {
        $field['type'] = 'text';
        $field['name'] = 'Name';
        $field['size'] = 60;
        $field['tab'] = 'basic';
        return $field;
    } );

    I'll have to resort to setting up dummy post meta to update post fields. But please let me know if there's a better way. Thanks!

    pzapza
    Participant

    I am not sure how you did it but thanks very much for tracking this issue deeper. I see what you mean, it's not an MB issue.

    pzapza
    Participant

    Any thoughts on this? I have no idea how to debug this one.

    in reply to: array_walk error in MB Builder #15273
    pzapza
    Participant

    I restored a backup, and now this seems to be working for me with the latest update.
    I think maybe it was related to a taxonomy field issue mentioned elsewhere. Thanks, and will update here if necessary.

    in reply to: array_walk error in MB Builder #15240
    pzapza
    Participant

    I'm interested if there's any progress with this, as I have the exact error on a site using the updated MB & AIO plugins.

    in reply to: Metabox Position option bug #15184
    pzapza
    Participant

    Example: https://imgur.elightup.com/KIh8VbP.png

    By the way it seems to work fine for another field group.

    The only difference between the 2 is, the field group that's not working, is assigned to Pages and 1 Custom Post Type. The OK one is only assigned to Pages.

    Maybe that helps. Thank you.

    in reply to: How to edit Email and Password #13309
    pzapza
    Participant

    Thanks. Using user_email seems to work for updating the address in the profile.

    But on the frontend, it is not pre-filled with the user's default email address until the user updates it using the mb_user_profile_info form.

    Can I make it auto-populate the user_email field with their account email address by default?

    Also in the backend "Edit users" page, the profile fields appear twice. If I change the (WordPress standard) email field, but not the MB field, they become out of sync. Is this expected, or should there be only 1 of each field?

    in reply to: How to edit Email and Password #13235
    pzapza
    Participant

    I'm also wondering if the user may edit their Email Address using the MB User Profile plugin?

    I tried putting an "email" field in the "default-fields" group but it doesn't update their profile.

Viewing 10 posts - 31 through 40 (of 40 total)