Index: bp-themes/bp-default/archive.php
===================================================================
--- bp-themes/bp-default/archive.php	(revision 4405)
+++ bp-themes/bp-default/archive.php	(working copy)
@@ -36,6 +36,7 @@
 
 							<div class="entry">
 								<?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
+								<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'buddypress' ), 'after' => '</div>' ) ); ?>
 							</div>
 
 							<p class="postmetadata"><?php the_tags( '<span class="tags">' . __( 'Tags: ', 'buddypress' ), ', ', '</span>' ); ?> <span class="comments"><?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></span></p>
Index: bp-themes/bp-default/index.php
===================================================================
--- bp-themes/bp-default/index.php	(revision 4405)
+++ bp-themes/bp-default/index.php	(working copy)
@@ -27,6 +27,7 @@
 
 							<div class="entry">
 								<?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>
+								<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'buddypress' ), 'after' => '</div>' ) ); ?>
 							</div>
 
 							<p class="postmetadata"><?php the_tags( '<span class="tags">' . __( 'Tags: ', 'buddypress' ), ', ', '</span>' ); ?> <span class="comments"><?php comments_popup_link( __( 'No Comments &#187;', 'buddypress' ), __( '1 Comment &#187;', 'buddypress' ), __( '% Comments &#187;', 'buddypress' ) ); ?></span></p>
