Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 3,958 total)
  • Author
    Posts
  • in reply to: Unable to see AIO Settings page #11526
    Anh TranAnh Tran
    Keymaster

    Hi Ben,

    I see you marked the topic as resolved. Did you figure it out?

    in reply to: How to get user meta from custom table? #11512
    Anh TranAnh Tran
    Keymaster

    Hi Todd,

    I've just checked and found a bug in the core plugin. Would you mind download the latest version on Github?

    Thanks for the bug report!

    in reply to: exclude some posts from post query #11495
    Anh TranAnh Tran
    Keymaster

    Hi Burak,

    Seems like we haven't added support for JSON notation for query arguments. But the dot notation works. Please try to setup like this:

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

    Details about dot notation can be found in the documentation.

    in reply to: Relationship Admin Column not showing data #11494
    Anh TranAnh Tran
    Keymaster

    Hi Max,

    1) When we work on admin column for relationship at first, we thought it's a single relationship column, so we use singular form. The Admin Columns extension was made for multiple fields, so it's plural.

    2) For relationships: it's not supported. Because the relationships are list of connections and will be unclear when we put something like sorting, search for those connections.

    in reply to: Relationship Admin Column not showing data #11483
    Anh TranAnh Tran
    Keymaster

    Just fixed it on your website and on Github. It's a bug caused by a previous commit for post_type=any.

    Thanks for letting me know the bug!

    in reply to: custom post type capabilities #11480
    Anh TranAnh Tran
    Keymaster

    Hi Burak,

    Currently, it's not supported yet. Let me try to figure a way to do it inside the plugin.

    in reply to: settings page #11479
    Anh TranAnh Tran
    Keymaster

    Hi Burak,

    You need MB Settings Page extension for that. Please follow this docs to create a settings page.

    in reply to: Relationship Admin Column not showing data #11478
    Anh TranAnh Tran
    Keymaster

    Hi Max,

    Your code seems to be correct. Would you mind sending me a temporary admin account to check?

    in reply to: any plans about adding post tags #11477
    Anh TranAnh Tran
    Keymaster

    Hi Burak,

    I've tried it. But there's something related to the creating the new terms in the back end when the form is submitted. I haven't resolved it yet.

    in reply to: exclude some posts from post query #11476
    Anh TranAnh Tran
    Keymaster

    Hello,

    Please try using the post__not_in parameter. Set it as a key in a custom attribute, and in the value box, use JSON notation to specify an array, e.g. [14, 21, 44].

    in reply to: Revision of checkbox does not show content #11440
    Anh TranAnh Tran
    Keymaster

    Hi Rob,

    I've just updated the MB Revision to version 1.3.0 to supports showing labels for taxonomy_advanced, user and post field. Please update.

    in reply to: Revision of checkbox does not show content #11437
    Anh TranAnh Tran
    Keymaster

    Hi Rob,

    You're right. It shows the valued stored in the DB, e.g. the term IDs. In the previous update, I made it show text for only select/select_advanced/checkbox_list/radio fields. I'll add support for taxonomy, post and user fields.

    in reply to: Prevent FES from creating post WITHOUT returning an error #11436
    Anh TranAnh Tran
    Keymaster

    Hi,

    The error is created during the internal saving process. If you want to handle the saving posts yourself, then you need to break the plugin's saving process.

    I think that can be done with the hook rwmb_frontend_before_process, like this:

    add_action( 'rwmb_frontend_before_process', function() {
       // Save your data
       // Redirect users to your confirmation page
    } );
    in reply to: The Forum MY TOPICS link is not working #11425
    Anh TranAnh Tran
    Keymaster

    Can you please try again? I've refreshed the permalink. The "My Topics" link works for me.

    in reply to: Will FES Use Custom Fields? #11424
    Anh TranAnh Tran
    Keymaster

    Hello,

    The plugin supports both post fields and custom fields. If you don't create a meta box for custom fields, then it will show a form with standard post fields only. If you create a meta box, it will show both post fields and custom fields.

Viewing 15 posts - 1,771 through 1,785 (of 3,958 total)