-
George started the topic Remove “Forum” from BuddyPress group creation step in the forum How-to & Troubleshooting 1 month, 3 weeks ago
I want to remove the “Forum” step from the BuddyPress group creation step but keep the group forums active. I have tried many solutions but I can’t seem to find a filter I could use.
For example, this code:
add_filter( 'groups_create_group_steps', function ( $steps ) {
unset( $steps['group-settings'] );
return $steps;
} );removes the g…[Read more]
-
George replied to the topic Forum pagination problem in the forum How-to & Troubleshooting 3 months ago
For anyone that landed here from a Google search. The pagination is not working for forums set up inside BuddyPress groups. You need to copy those two files from
pluginsbbpresstemplatesdefaultbbpress
pagination-topics.php
pagination-replies.phpand copy them to
wp-contentthemes[yourchildtheme]bbpress
Replace the code inside…[Read more]
-
George's profile was updated 3 months, 1 week ago
@quantum_leap
Active 1 month, 3 weeks ago