BuddyDev

Search

[Resolved] Problems when viewing BuddyPress Group Tabs Creator Pro

  • Participant
    Level: Initiated
    Posts: 8
    Happy Web on #17123
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 8
    Happy Web on #17124
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #17125

    Hi Sergio,
    Thank you.

    I can see the issue now.

    Your theme is not updated for BuddyPress 3.0+. BuddyPress 3.0 removed the legacy forums and a few functions.

    The error is

    
    Fatal error: Call to undefined function bp_is_group_forum() in [redacted path]/wp-content/themes/rehub/buddypress/groups/single/index.php on line 48
    

    It happens if a theme is not updated for BuddyPress 3.0+ . To fix it, you will need to edit

    
    /wp-content/themes/rehub/buddypress/groups/single/index.php 
    

    and remove the code that looks like

    
    
    				// Old group forums
    				elseif ( bp_is_group_forum()      ) : bp_get_template_part( 'groups/single/forum'        );
    
    

    That will fix it.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Happy Web on #17139
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #17140

    Thank you. Please do let me know when you get the time and apply this change.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Happy Web on #17153

    Many Thanks for your support!!
    It run perfect!!!
    Sergio

  • Keymaster
    (BuddyDev Team)
    Posts: 24237
    Brajesh Singh on #17158

    You are welcome.
    I am lad that I was able to help 🙂

    Regards
    Brajesh

The topic ‘ [Resolved] Problems when viewing BuddyPress Group Tabs Creator Pro’ is closed to new replies.

This topic is: resolved