Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 3,702 total)
  • Author
    Posts
  • in reply to: Meta box group for fields created in Pods/ACF #8085
    Anh TranAnh Tran
    Keymaster

    Hi,

    I'm afraid to say it's not possible at the moment. Fields must be created with Meta Box in order to work with the Group extension. Fields created by other plugins work in a different way. So, they're not compatible.

    We're planning to write a conversion tool to convert fields created from other plugins to Meta Box. We haven't started it yet, because there are some higher priorities. But we'll try to do it asap.

    in reply to: Using Radio Fields Properly #8084
    Anh TranAnh Tran
    Keymaster

    Hi Thomas,

    Glad that you have resolved this problem. If you don't mind, please share your solution (or link to the tutorial) here so others can refer if they have a similar problem.

    Thanks,
    Anh

    in reply to: i cant see query args section #8083
    Anh TranAnh Tran
    Keymaster

    I got it. The updating process for Builder is running. When it's finished, you'll see that option.

    in reply to: security concerns about front-end forms #8063
    Anh TranAnh Tran
    Keymaster

    Hi,

    Regarding the 1st question: I think adding restriction to the form is ok, we can do that. However, even if the form is restricted, you still need to prevent non-wanted users to access that page? What do you think about this?

    Regarding the 2nd problem: all post data is processed via wp_update_post and wp_insert_post. We don't run any sanitize feature for that. However, you can use these filters to perform an extra check.

    This is an interesting question and I'd love to hear your feedback.

    Thanks,
    Anh

    in reply to: adding post tags #8062
    Anh TranAnh Tran
    Keymaster

    Unfortunately no. We've added the requirement to create new term for taxonomy field for Meta Box. We'll work on that asap.

    in reply to: i cant see query args section #8061
    Anh TranAnh Tran
    Keymaster

    Hi, which field are you referring to? Have you tried dot notation?

    in reply to: cant see all fields with conditional logic #8060
    Anh TranAnh Tran
    Keymaster

    Thanks for your bug report. We'll check it and update the extension asap.

    in reply to: conditional for user roles #8059
    Anh TranAnh Tran
    Keymaster

    Hi, user role is actually not supported in Conditional Logic yet. Because the user role is always fixed and can't be changed while editing, using it for conditional logic seems not convenient. Instead of Conditional Logic, you can use the MB Include Exclude extension which supports well for the user role.

    in reply to: Issue with complex form and columns #8058
    Anh TranAnh Tran
    Keymaster

    Can you please send me the code of the settings page to test?

    in reply to: Custom forum posts #8057
    Anh TranAnh Tran
    Keymaster

    Hello David, at the moment, the MB Custom Table still relies on the custom post types to store the post data such as post title and post content. It supports only saving custom fields in the custom tables.

    We're working on an enhancement that brings more power to this extension, which allows you to store any content separately from the wp_posts table. That will include both the custom fields and post fields. But it's not ready yet and you need to wait.

    Best regards,
    Anh

    in reply to: Using Radio Fields Properly #8056
    Anh TranAnh Tran
    Keymaster

    Hi,

    Please try to use the following code for your 5 questions:

    $value = rwmb_meta( 'how_to_use_radio_buttons' );
    if ( 'button_one_selected' == $value ) {
        echo 'I Clicked on Radio Button One';
    } elseif ( 'button_two_selected' == $value ) {
        echo 'I Clicked on Radio Button Two';
    } elseif ( 'button_three_selected' == $value ) {
        echo 'I Clicked on Radio Button Three';
    } elseif ( 'button_four_selected' == $value ) {
        echo 'I Clicked on Radio Button Four';
    } elseif ( 'button_five_selected' == $value ) {
        echo 'I Clicked on Radio Button Five';
    }

    Basically, it's the if..else statement. You just need to check the value of the custom field and output the corresponding text.

    in reply to: Columns are not displayed #8055
    Anh TranAnh Tran
    Keymaster

    Hi,

    Looks like the 1st image correct. Just a stupid question, but have you updated your code on your localhost? The remote host seems to work properly.

    in reply to: Request: Background Field #8033
    Anh TranAnh Tran
    Keymaster

    Hi,

    Just want to let you know that the new field type background is added to Meta Box 4.13.0. Please update to use it. The announcement post with more details will come later today.

    Cheers,
    Anh

    in reply to: Error with Custom Tables Plugin when Deleting Posts #8030
    Anh TranAnh Tran
    Keymaster

    Sorry for this bug. We should have updated Meta Box first, then MB Custom Table. Please update Meta Box now to have it fixed (the new version is released today).

    Thanks,
    Anh

    in reply to: Columns are not displayed #8028
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just updated both Meta Box and Columns extension to fix this. Please update them as well.

    Thanks,
    Anh

Viewing 15 posts - 2,476 through 2,490 (of 3,702 total)