• I noticed it has been 11 months since the last update and the plugin has a lot of stylistic issues. For instance, the plugin injects a lot of buggy text and UI into the main group title area and in group lists. It essentially makes the plugin unusable.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    The plugin is still being maintained.

    If you’re having specific problems, you might consider attaching screenshots, along with information about your theme. It’s likely that the theme doesn’t accommodate BPGES elements very well.

    Try hiding it with this…

    #groups-dir-list .group-subscription-div, #groups-list .group-subscription-div {
        display: none;
    }
    
    div.group-subscription-div {
        display: none !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is this still being developed?’ is closed to new replies.