Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • jamesrtyrrell
    Participant

    @jamesrtyrrell

    This isn’t related to site theme because it’s in the dashboard, and if that is indeed the case it shouldn’t be warning us that you need to assign a Activate and Register page when that is impossible to do.

    The “hack” was just to visualise the button on the page so you can submit it.
    Without the button you couldn’t change the Members, Activity Streams or User Groups selections on the same form.


    jamesrtyrrell
    Participant

    @jamesrtyrrell

    Hey Minnmark,

    I had the same problem, the button is there but hidden by its class “clear” (for no reason I can work out) I solved the issue by using chrome inspecting the page elements and finding the submit paragraph class.

    
    <p class="submit clear">
    <input class="button-primary" type="submit" name="bp-admin-pages-submit" id="bp-admin-pages-submit" value="Save Settings">
    </p>
    

    Then I used Chrome to edit the temporary status of the class by removing the “clear” option. That then revealed the button and I could proceed with the save.

    Still no idea what happened there. But I hope this works for you.

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar