Question about setttings in the MB

Support MB Builder Question about setttings in the MBResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15185
    tsttechtsttech
    Participant

    Dear Support,

    Was looking in the "Setting tab" and noticed "Show For" It was set to post and just wondering if it should be set to "Users". I made the change but did not see anything change in the code.

    Also If i am just using this code just for the the "Users section" do i need the following

    'pages' => array(
            0 => 'post',
            1 => 'page',
        ),

    https://pastebin.com/HKbP0XMF

    Thank you for creating with WordPress. Version 5.2.2

    #15196
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    There is actually a change in the code. It's the last line 'type' => 'user'. I forgot to unset the pages param. I'll do that in the next version. Don't worry about it right now, it still works as expected.

    #15203
    tsttechtsttech
    Participant

    Dear Anh,

    So then it ok if I remove this from code

    'pages' => array(
    0 => 'post',
    1 => 'page',
    ),

    Dave

    #15204
    Anh TranAnh Tran
    Keymaster

    Yes, that's ok to remove those lines.

    #15205
    tsttechtsttech
    Participant

    Cool.

    Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.