Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/15/2009 01:20:07 PM (16 years ago)
Author:
apeatling
Message:

Added left hand menu's to single item pages. This will allow extra space for custom content and other pieces of missing information.

Moved template file selection for groups and members pages into a home.php template file. This will give greater control over the template names and locations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/plugins.php

    r2170 r2179  
    1 <?php get_header() ?>
     1<div class="item-list-tabs no-ajax" id="user-subnav">
     2    <ul>
     3        <?php bp_get_options_nav() ?>
     4    </ul>
     5</div>
    26
    3     <?php do_action( 'bp_before_directory_members_content' ) ?>
     7<?php do_action( 'bp_template_content' ) ?>
    48
    5     <div id="content">
    6         <div class="padder">
    7 
    8             <?php locate_template( array( 'members/single/member-header.php' ), true ) ?>
    9 
    10             <div class="item-list-tabs no-ajax" id="user-subnav">
    11                 <ul>
    12                     <?php bp_get_options_nav() ?>
    13                 </ul>
    14             </div>
    15 
    16             <?php do_action('bp_template_content') ?>
    17 
    18             <?php do_action( 'bp_directory_members_content' ) ?>
    19 
    20         </div><!-- .padder -->
    21     </div><!-- #content -->
    22 
    23     <?php locate_template( array( 'sidebar.php' ), true ) ?>
    24 
    25     <?php do_action( 'bp_after_directory_members_content' ) ?>
    26 
    27 <?php get_footer() ?>
     9<?php do_action( 'bp_directory_members_content' ) ?>
Note: See TracChangeset for help on using the changeset viewer.