buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Group Home page: notice always there #103

Closed slaFFik closed 7 years ago

slaFFik commented 7 years ago

Opened group home page, and I always see the "Manage the Groups default front page" notice.

Expected behaviour: displayed only once for admin either globally (across all groups) or for each group individually. So closing means I won't see this notice any more either in all groups or in this particular group.

I'm talking about this one:

image

hnla commented 7 years ago

Agreed - the behaviour currently is that after dismissing notice navigating away and back the notice re-appears and does so even if a widget has been added i.e the front page has a layout/content.

This dismiss needs review, remove notice permanently or remove intelligently if content has been added.

hnla commented 7 years ago

For the moment taking the obvious route here and simply wrapping the template notice in a || check for active widgets or bp_nouveau_groups_do_group_boxes()

hnla commented 7 years ago

Closing as a partial if not perfect solution implemented - likely this needs re-visiting at a later point.