Skip to:
Content

BuddyPress.org

Ticket #1120: fix-post-topic_anchor_links.patch

File fix-post-topic_anchor_links.patch, 1.8 KB (added by junsuijin, 16 years ago)
  • bp-themes/bp-sn-parent/groups/single/forum/index.php

     
    2222                        </div>
    2323
    2424                        <div class="bp-widget">
    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>
     25                                <h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="#post-new-topic" 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">
    2828                                        <?php if ( bp_has_topics() ) : ?>                                                                       
  • bp-themes/bp-sn-parent/groups/single/forum/topic.php

     
    2525                                <?php if ( bp_has_topic_posts() ) : ?>
    2626                                <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
    2727                       
    28                                         <h4><a href="<?php bp_forum_permalink() ?>">&larr; <?php _e( 'Forum', 'buddypress' ); ?></a> <span><a href="#footer" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply &rarr;', 'buddypress' ) ?></a></span></h4>
     28                                        <h4><a href="<?php bp_forum_permalink() ?>">&larr; <?php _e( 'Forum', 'buddypress' ); ?></a> <span><a href="#post-topic-reply" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post Reply &rarr;', 'buddypress' ) ?></a></span></h4>
    2929                                       
    3030                                        <div class="pagination">
    3131