1. Home
  2. Knowledge Base
  3. Customizations
  4. PHP Functions
  5. Set the Group Default Load Page to Discussions

Set the Group Default Load Page to Discussions

Introduction

By default, BuddyBoss does not allow setting a default view for group pages. You can set the default page load view to Discussions using a small custom function in your active theme. This guide explains how you can set the Group Default Load Page to Discussions

Custom Workaround

Before proceeding, make sure you have a complete site backup.

  1. In your WordPress admin dashboard, go to Appearance > Theme Editor.
  2. Under Select theme to edit, choose your active theme (preferably BuddyBoss Child Theme), then click Select.
  3. From the Theme Files list, click Theme Functions (functions.php).
  4. Paste the following code just before the closing PHP tag (?>):
function bbg_set_group_default_extension( $ext ) {

    return 'forum';

}

add_filter( 'bp_groups_default_extension', 'bbg_set_group_default_extension' );
  1. Click Update File to save your changes.

Note: Any modifications like this are considered custom work. Please review the BuddyBoss Support Policy.

Troubleshooting and FAQs

Q: The group page is still loading another tab, what should I check?
A: Ensure the code is added to the active theme’s functions.php and clear any caching plugins.

Q: Can I set a different default tab?
A: Yes, replace ‘forum’ with other group extensions like ‘members’ or ‘activity’.

Q: Will this affect all groups on the site?
A: Yes, this sets the default view for all group pages.

Q: Can I revert this change easily?
A: Yes, remove the code from functions.php and save.

Q: Who can I contact for further assistance?
A: Check the BuddyBoss Support Policy or consult a developer.

Was this article helpful?

Related Articles

Subscribe to Our Newsletter

Stay In Touch

Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss

  • This field is hidden when viewing the form
  • This field is for validation purposes and should be left unchanged.

To speak to our Agency consultant, fill in the form found at our Contact Page.

  • Get Started

    Enter your name and email address to get started with your project...

  • This field is for validation purposes and should be left unchanged.