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-core/bp-core-template.php

    r3923 r3933  
    988988}
    989989
     990function bp_is_user_forums() {
     991    global $bp;
     992
     993    if ( bp_is_current_component( 'forums' ) )
     994        return true;
     995
     996    return false;
     997}
     998
    990999function bp_is_user_groups() {
    9911000    global $bp;
Note: See TracChangeset for help on using the changeset viewer.