Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 3,707 total)
  • Author
    Posts
  • in reply to: MB Relationships - API for setting relationships #8369
    Anh TranAnh Tran
    Keymaster

    Hi, I've just added the CRUD API to the extension. I will release the new version soon.

    PS: Just released new version 1.1.0. Please see this documentation for usage.

    in reply to: MB Relationships โ€“ bi-directional relationships #8368
    Anh TranAnh Tran
    Keymaster

    My bad. I thought it's possible for "from" side only. I will work on that now and update the plugin asap.

    PS: It's done. I will update the extension soon.

    PS2: Just released version 1.1.0. Please update.

    in reply to: MB Relationships - Connection Metadata? #8367
    Anh TranAnh Tran
    Keymaster

    It should be able. I've just received the bug report and will work on that now.

    PS: I'm done. Will update the extension tomorrow.

    in reply to: switch field shows a checkbox also in front end #8349
    Anh TranAnh Tran
    Keymaster

    Hi, I've just tested with the 2017 theme and it works. Probably there's some CSS conflicts with your theme. If that's the problem, please add some CSS to adjust it.

    in reply to: โœ…How to add a custom id to the "rwmb-meta-box" wrapper #8348
    Anh TranAnh Tran
    Keymaster

    Hi UG,

    Thanks for your questions.

    1. Currently, the wrapper div is not extendable. Can you tell me why do you need an ID?

    2. Does the custom field have the name setting? Can you post a screenshot? It suppose to have the same table layout as other WordPress fields for terms.

    3. That's right. It's the only place that WordPress provides hook to show other custom fields. We can't change it.

    in reply to: single image field abilty to save image url to database #8347
    Anh TranAnh Tran
    Keymaster

    Gotcha! In this case, I think file_input works best. You still can use the media library to upload/select images while still seeing the image URLs. If you have multiple images, probably need to make the field cloneable.

    in reply to: showing multiple metaboxes on front end forms #8346
    Anh TranAnh Tran
    Keymaster

    Hi,

    The "context" term is created by WordPress only for the editing screen in the admin area. It very much depends on the layout of the editing screen. In the frontend, there's no such layout which makes the "context" useless.

    in reply to: MB Relationships - Connection Metadata? #8345
    Anh TranAnh Tran
    Keymaster

    Oh, sorry. jo.on is right. There's a syntax error in the code. Please just remove the last ");". I supposed to write code for PHP 5.3, but then changed to the normal syntax (and forget to remove the last ");").

    in reply to: MB Relationships โ€“ bi-directional relationships #8343
    Anh TranAnh Tran
    Keymaster

    Hi,

    The relationship is bi-directional by default. That means you can query back and forth with the same API without any problem (or performance issue).

    However, to make the UI clear, the plugin only allows to select the connection from an object to others (the forward direction), and displays the backward connections in another meta box. It's the same behavior in Posts 2 Posts plugin, so I just brought it ๐Ÿ™‚

    in reply to: single image field abilty to save image url to database #8327
    Anh TranAnh Tran
    Keymaster

    Why do you want this? Using ID allows us to get other info of the image easily. Besides, you still can get the URL of the images.

    in reply to: showing multiple metaboxes on front end forms #8326
    Anh TranAnh Tran
    Keymaster

    Hi, we've just updated the extension with support for multiple meta boxes. Please update and let me know what you think.

    in reply to: โœ…add user meta to create user page #8324
    Anh TranAnh Tran
    Keymaster

    Hi, it's not possible at the moment. I'll make a note. Thanks for your suggestion.

    in reply to: help_tabs #8323
    Anh TranAnh Tran
    Keymaster

    Hi, the help tabs need to be defined like this:

    'help_tabs'   => array(
        array(
            'title'   => 'General',
            'content' => '<p>This tab displays the general information about the theme.</p>',
        ),
        array(
            'title'   => 'Homepage',
            'content' => '<p>This tab displays the instruction for setting up the homepage.</p>',
        ),
    )

    Then it will display like this:

    https://imgur.elightup.com/c7bIf3P.png

    I will update the docs. Thanks for your question!

    in reply to: Taxonomy Tree Placeholders #8305
    Anh TranAnh Tran
    Keymaster

    Hi Guy,

    For now there's no options for those placeholders.

    Anh TranAnh Tran
    Keymaster

    I tested with you code only:

    https://imgur.elightup.com/NQy6Ot9.png

    Here is how it works:

    https://imgur.com/a/KQfkA

Viewing 15 posts - 2,416 through 2,430 (of 3,707 total)