• Resolved papabeers

    (@papabeers)


    Step 2 of creating a new group does not display correctly.

    Line 170 in extension.php contains an HTML comment which isn’t properly closed. This affects selecting the Parent Group and hides the rest of the Group Hierarchy options for the page.

    <!--<option value="0"><?php _e( 'Site Root', 'bp-group-hierarchy' ); ?></option>-->

    becomes

    <!--<option value="0">Site Root</option>–><br />

    Deleting line 170, resolved the issue.

    https://www.ads-software.com/plugins/bp-group-hierarchy/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Dean

    (@ddean)

    Hi papabeers –

    Thanks for reporting this issue! That line will be removed in the next release.

    Just out of curiosity, which browser is hiding the rest of the screen? It looks OK for me in Firefox, Safari, and Chrome. This will be good info in case someone else encounters this problem.

    – David

    Thread Starter papabeers

    (@papabeers)

    I was testing with both IE and Firefox.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Setting Group Heirarchy Broken by HTML Comment’ is closed to new replies.