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-themes/bp-default/members/single/home.php

    r3834 r3933  
    5757                    locate_template( array( 'members/single/profile.php'  ), true );
    5858
     59                elseif ( bp_is_user_forums() ) :
     60                    locate_template( array( 'members/single/forums.php'  ), true );
     61
    5962                // If nothing sticks, load a generic template
    6063                else :
Note: See TracChangeset for help on using the changeset viewer.