Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/06/2011 08:38:34 PM (13 years ago)
Author:
boonebgorges
Message:

Reintroduces bp_core_catch_no_access() and introduces bp_core_no_access(), to provide proper login and redirect support for non-logged-in users attempting to visit protected BP pages. Adds template_notices hook to bp-default index.php so that non-logged-in message is properly displayed. Fixes #3246. Huge props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/index.php

    r4412 r4465  
    55
    66        <?php do_action( 'bp_before_blog_home' ) ?>
     7       
     8        <?php do_action( 'template_notices' ) ?>
    79
    810        <div class="page" id="blog-latest" role="main">
Note: See TracChangeset for help on using the changeset viewer.