Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2011 10:53:11 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Add New Topic and Forum Directory links to Group Forum subnav. Adjust button class and global.js to work with either method.

File:
1 edited

Legend:

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

    r3899 r3928  
    1111else : ?>
    1212
    13     <div class="item-list-tabs" id="subnav" role="navigation">
     13    <div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    1414        <ul>
     15
     16            <li>
     17                <a href="#post-new" class="show-hide-new">&darr; <?php _e( 'New Topic', 'buddypress' ) ?></a>
     18            </li>
     19
     20            <?php if ( !bp_forum_directory_is_disabled() ) : ?>
     21
     22                <li>
     23                    <a href="<?php bp_forum_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a>
     24                </li>
     25
     26            <?php endif; ?>
    1527
    1628            <?php do_action( 'bp_forums_directory_group_sub_types' ); ?>
Note: See TracChangeset for help on using the changeset viewer.