Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/25/2009 09:18:58 PM (15 years ago)
Author:
apeatling
Message:

Changing "Post Reply" and "New Post" links to drop to the footer instead of a custom anchor that was causing design quirks. Fixes #1090

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/single/forum/index.php

    r1923 r1954  
    2323
    2424            <div class="bp-widget">
    25                 <h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="#post-new" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New &rarr;', 'buddypress' ) ?></a></span></h4>
     25                <h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="#footer" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New &rarr;', 'buddypress' ) ?></a></span></h4>
    2626               
    2727                <form action="<?php bp_forum_action() ?>" method="post" id="forum-topic-form" class="standard-form">
Note: See TracChangeset for help on using the changeset viewer.