Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2011 10:53:11 PM (15 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/topic.php

    r3912 r3928  
    55    <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
    66
    7         <div class="item-list-tabs" id="subnav" role="navigation">
     7        <div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    88            <ul>
    99                <li>
    10                     <a href="#post-topic-reply">&darr; <?php _e( 'Reply', 'buddypress' ) ?></a>
     10                    <a href="#post-topic-reply" class="show-hide-new">&darr; <?php _e( 'New Reply', 'buddypress' ) ?></a>
    1111                </li>
    1212
Note: See TracChangeset for help on using the changeset viewer.