Re: BuddyPress Editable Group Slugs
Okay some feedback (I know this is an early release, but bare with me!).
– When editing the group slug to an already-created group, the current slug should be automatically populated in the text field
– Allow for templates in the theme directory to be used
– I’m getting this error:
function BP_Group_Extension::widget_display() must be over-ridden in a sub-class.
This error pops up right after the group members loop. Parsing stops after the error. I don’t see the group wire.
This is the steps I made to duplicate this:
– Create a new group up to step 1, exit the rest of the group creation process.
– View any group and the error appears.
Deactivating the plugin reverts things to normal.