Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 12:35:41 PM (16 years ago)
Author:
apeatling
Message:

Making sure private and hidden groups remain that way to non members, and displaying message to non members.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/home.php

    r2265 r2267  
    4343
    4444                <?php else : ?>
    45                     <p>This group is not visible.</p>
     45                    <?php /* The group is not visible, show the status message */ ?>
     46
     47                    <?php do_action( 'bp_before_group_status_message' ) ?>
     48
     49                    <div id="message" class="info">
     50                        <p><?php bp_group_status_message() ?></p>
     51                    </div>
     52
     53                    <?php do_action( 'bp_after_group_status_message' ) ?>
    4654                <?php endif; ?>
    4755
    4856                <?php do_action( 'bp_directory_members_content' ) ?>
    49 
    5057            </div>
    5158
Note: See TracChangeset for help on using the changeset viewer.