Index: bp-themes/bp-sn-parent/groups/single/forum/index.php
===================================================================
--- bp-themes/bp-sn-parent/groups/single/forum/index.php	(revision 1999)
+++ bp-themes/bp-sn-parent/groups/single/forum/index.php	(working copy)
@@ -22,7 +22,7 @@
 			</div>
 
 			<div class="bp-widget">
-				<h4><?php _e( 'Forum', 'buddypress' ); ?> <span><a href="#footer" title="<?php _e( 'Post New', 'buddypress' ) ?>"><?php _e( 'Post New &rarr;', 'buddypress' ) ?></a></span></h4>
+				<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>
 				
 				<form action="<?php bp_forum_action() ?>" method="post" id="forum-topic-form" class="standard-form">
 					<?php if ( bp_has_topics() ) : ?>									
Index: bp-themes/bp-sn-parent/groups/single/forum/topic.php
===================================================================
--- bp-themes/bp-sn-parent/groups/single/forum/topic.php	(revision 1999)
+++ bp-themes/bp-sn-parent/groups/single/forum/topic.php	(working copy)
@@ -25,7 +25,7 @@
 				<?php if ( bp_has_topic_posts() ) : ?>
 				<form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form">
 			
-					<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>
+					<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>
 					
 					<div class="pagination">
 
