Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/26/2011 03:28:35 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Introduce Forums tab to user account area, to show topics the user has started, topics the user has replied to, and favorite forum topics. This includes additional template files in bp-default to support new functionality, and edits to the forum_sql filter functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-activity.php

    r3818 r3933  
    3333
    3434    // If the group is not public, hide the activity sitewide.
    35     if ( 'public' == $bp->groups->current_group->status )
     35    if ( isset( $bp->groups->current_group->status ) && 'public' == $bp->groups->current_group->status )
    3636        $hide_sitewide = false;
    3737    else
Note: See TracChangeset for help on using the changeset viewer.