Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2011 08:52:58 AM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at introducing forums directory, single forum, and single topic views. This is mostly copy/paste from groups component with some rough logic in place to display the proper screens. More to do here.

File:
1 edited

Legend:

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

    r3983 r4012  
    416416    global $bp;
    417417
    418     if ( !bp_is_current_component( 'groups' ) || !bp_is_current_action( $bp->activity->slug ) || empty( $bp->action_variables[0] ) )
     418    if ( !bp_is_groups_component() || ( bp_is_active( 'activity' ) && !bp_is_current_action( $bp->activity->slug ) ) || empty( $bp->action_variables[0] ) )
    419419        return false;
    420420
Note: See TracChangeset for help on using the changeset viewer.