Skip to:
Content

BuddyPress.org

Ticket #1537: 1537.patch.diff

File 1537.patch.diff, 1.3 KB (added by hempsworth, 15 years ago)

Moves template notices to the top of 'item-body'

  • bp-themes/bp-default/members/single/member-header.php

     
    4141</div>
    4242
    4343<?php do_action( 'bp_after_group_header' ) ?>
    44 
    45 <?php do_action( 'template_notices' ) ?>
  • bp-themes/bp-default/members/single/plugins.php

    -
     
    2020                        </div>
    2121
    2222                        <div id="item-body">
     23                       
     24                        <?php do_action( 'template_notices' ) ?>
    2325
    2426                                <div class="item-list-tabs no-ajax" id="subnav">
    2527                                        <ul>
  • bp-themes/bp-default/members/single/home.php

     
    2020                        </div><!-- #item-nav -->
    2121
    2222                        <div id="item-body">
     23                       
     24                                <?php do_action( 'template_notices' ) ?>
     25                               
    2326                                <?php do_action( 'bp_before_member_body' ) ?>
    2427
    2528                                <?php if ( bp_is_user_activity() || !bp_current_component() ) : ?>