Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8609 closed defect (bug) (fixed)

BP Nouveau: invite group creation step name customization is not applied

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 10.0.0 Priority: normal
Severity: normal Version: 1.1
Component: Groups Keywords:
Cc:

Description

Since r13156 it looks like the bp_nouveau_group_invites_create_steps() filter callback has no effect on the invite group creation step name. I'm unsure it had once as the filter is defined before the Groups component has set all the built in creation steps.

The filter should be defined after, so that Nouveau can customize the create step name and so could do any BuddyPress plugin.

Attachments (1)

8609.patch (2.3 KB) - added by imath 3 years ago.

Download all attachments as: .zip

Change History (2)

@imath
3 years ago

#1 @imath
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13202:

Apply filters to edit Group create steps once all Core steps are set

The 'groups_create_group_steps' has been moved below the code defining all default group creation steps. This move gives more customization possibilities to plugin author than before: they can, like BP Nouveau is doing for the Group invites step, edit the name of all steps as well as their position during the creation process.

Fixes #8609

Note: See TracTickets for help on using tickets.