MB Relationships + MB Frontend Submission

Support MB Relationships MB Relationships + MB Frontend SubmissionResolved

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #16728
    gildo@fattoriacreativa.it[email protected]
    Participant

    Is it possible to add a metabox post relationship field using MB Frontend Submission?

    #16736
    Anh TranAnh Tran
    Keymaster

    Yes, it's possible. Each relationship meta box has an ID: {$relationship_id}_relationships_from and {$relationship_id}_relationships_to. You can include these IDs in the form shortcode to show it on the front end.

    #17881
    DaveDave
    Participant

    Anh, I found this thread and I'm a little confused. Lets say I have a custom post called 'Classes' and I want to link that to a custom post type of 'Room'. I want to be able to edit the 'Class' with MB Frontend and select or add a new 'Room' from a 'select_advanced' field. How could I do that?

    #20890
    NickNick
    Participant

    I'm with Dave 🙂

    #20894
    Long NguyenLong Nguyen
    Moderator

    Hi Dave and Nick,

    The relationship extension only supports to select posts related, impossible to add new post with this box.

    #20914
    DaveDave
    Participant

    Nick, MB Frontend Submission was insufficient for my needs. I ended up writing the my own UI, AJAX, and server code to handle the requests. I still used the MB Relationship php helper methods to process the data on the server.

    #20916
    NickNick
    Participant

    I hope to be at your level some day Dave, well done!

    Long, I'm not OP so I'm only able to share my interpretation of what they – and therefore myself – am looking to accomplish.

    Let's say I have two CPTs (Ingredients and Recipes) and a relationship between them.

    Now I'd like to use Frontend Submission to create a form that creates a new Recipe. After I write 10k words retelling the history of ever even thinking of this recipe, I want to select ingredients that go into it.

    If I don't have some rare new ingredient that I've never entered before, I understand from your most recent comment that this is not possible (feature request!). However, if I want to add an Ingredient to my Recipe that's already in the system, is there a way to do so via a Frontend Submission form?

    #20924
    Long NguyenLong Nguyen
    Moderator

    Hi Nick,

    Please take a look at my screen record https://www.loom.com/share/38b868128794408cad69b6b69baee3f1.

    I've created two post types Ingredient and Recipe then show the relationship meta box on the front end with Frontend Submission.

    #24279
    gildo@fattoriacreativa.it[email protected]
    Participant

    Hi,
    one more clarification on this topic please.

    If i have 3 different post type connected with 2 different relations: A => (to) B (from) => C

    How can I display both connection dropdown of B post type frontend?

    #24285
    Long NguyenLong Nguyen
    Moderator

    Hi Gildo,

    The extension MB Frontend Submission supports to display multiple meta boxes on the frontend form. Please add the meta box IDs to the shortcode to display both connections of post type B.

    
    [mb_frontend_form id="{$relationship_id_AB}_relationships_from, {$relationship_id_BC}_relationships_to" post_fields="title,content" post_type="B"]
    
    

    See more on this documentation https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes.

    #24350
    gildo@fattoriacreativa.it[email protected]
    Participant

    Hi,
    i have this notice:

    Notice: Array to string conversion in /wp-content/plugins/mb-relationships/inc/relationship/admin-columns.php on line 61 and 62

    #24351
    gildo@fattoriacreativa.it[email protected]
    Participant

    Is it possibile to create a connection from 1 post type to multiple different posts type?
    (like: A => B,C,D)

    Trying:

    to => [
    'object_type' => 'post',
    post_type => [Post_Type_B,Post_Type_C,Post_Type_D],
    ]

    #24357
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The extension MB Relationships only supports connecting from one post type to one post type for each connection. You can create more connections to connect from a post type to more post types.

    #40553
    vacdkvacdk
    Participant

    Please help as i can't get this to work.
    I have this ShortCode

    [mb_frontend_form id='product-fields, products-to-venue_relationships_to' post_fields='title,content' post_type="Product"]

    Product-fields is custom fields ID added to post->product
    products-to-venue is the relationship ID

    All is showing except the relationship field.

    I have al so tried:
    products_to_venue_relationships_to
    products-to-venue_to
    products_to_venue_to
    all in {}

    #41602
    pzapza
    Participant

    Just wanted to add this idea/feature request:

    I think "Relationship" as a field type (similar to "Post" field type) would help alot. Then it could be integrated better within field groups.

    I'm using various relationships that make more sense alongside the other fields. Thanks again!

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