Skip to:
Content

BuddyPress.org

Changeset 3335


Ignore:
Timestamp:
11/01/2010 10:27:54 PM (13 years ago)
Author:
djpaul
Message:

Change group forum index's topic post form to be hidden on load to match forum directory index. Fixes #1623.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r3328 r3335  
    11051105            'link_href'         => '#post-new',
    11061106            'link_class'        => '',
     1107            'link_id'           => 'new-topic-button',
    11071108            'link_text'         => __( 'New Topic', 'buddypress' ),
    11081109            'link_title'        => __( 'New Topic', 'buddypress' ),
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r3300 r3335  
    2222
    2323        <form action="" method="post" id="forum-topic-form" class="standard-form">
    24             <div id="post-new-topic">
     24            <div id="new-topic-post">
    2525
    2626                <?php do_action( 'bp_before_group_forum_post_new' ) ?>
     
    4949
    5050                <?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
    51             </div><!-- #post-new-topic -->
     51            </div><!-- #new-topic-post -->
    5252        </form><!-- #forum-topic-form -->
    5353
Note: See TracChangeset for help on using the changeset viewer.