Multisite issue

This topic contains 3 replies, has 3 voices, and was last updated by  Colin 6 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #1896

    Colin
    Buyer
    Post count: 76

    Hello,

    I activated usersWP in one of my sites in my multisite set up.
    Then i read your multisite install instructions. And realized that i wanted it available in all my Sites (3 of them). So I uninstalled, then re-installed and activated it from the Network Admin area.
    UsersWP shows up in all 3 Sites, but the drop-down doesn’t, so I can’t get to the Form Builder.

    #1903

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    This is a known issue. The fix will be included in the next release.

    I have flagged this for the developers who will follow up with more information.

    Thanks for your patience

    #1904

    Patrik
    Moderator
    Post count: 1971

    Hi Colin,

    This is known issue for us and we will fix it in next release. For the temporary fix, you can make following change in core plugin:

    1. Go to userswp->admin->class-admin.php
    2. Add

    $show_builder = true;

    code at line no.137. So it must look like following:

    
    
    case "multi_na_all":
                    $proceed = true;
                    $show_builder = true;
                    break;

    3. Save file.

    Let me know if it works or not. If you an provide the FTP details in private reply then I can make the changes for you.

    Regards,
    Patrik

    #1906

    Colin
    Buyer
    Post count: 76

    Fantastic!
    Thanks for letting me know
    I tried the code and it worked, thanks alot

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket