• Resolved Ripa

    (@ripanight)


    Hi, let’s say I have the plugin installed on one of the websites on my multisite network, and I created Members Directory. I want to embed it in one of my other website on the same network.
    I am using Team plugin it works well like this
    <?php switch_to_blog(121); ?><?php echo do_shortcode(“[team id=’224′]”); ?><?php restore_current_blog(); ?>

    But when I try the same with ultimatemember shortcode
    <?php switch_to_blog(146); ?><?php echo do_shortcode(“[ultimatemember form_id=’42’]”); ?><?php restore_current_blog(); ?>
    it shows me users list on the current blog, not from blog 146.

    I would appreciate if you can give me solution how to implement it.

    Best,
    Ripa

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @ripanight

    Unfortunately, UM cannot handle the way you implement it. It’s not possible to retrieve a form from another site. You will have to re-create the form in the subsites.

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @ripanight

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress Multisite’ is closed to new replies.