Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2011 02:52:30 AM (14 years ago)
Author:
boonebgorges
Message:

Don't let non-logged-in users see the New Topic and New Reply subnav items in group forums. Fixes #3610. Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-themes/bp-default/groups/single/forum.php

    r4803 r5182  
    1414        <ul>
    1515
    16             <li>
    17                 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>
    18             </li>
     16            <?php if ( is_user_logged_in() ) : ?>
     17
     18                <li>
     19                    <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a>
     20                </li>
     21
     22            <?php endif; ?>
    1923
    2024            <?php if ( bp_forums_has_directory() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.