# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/Francesco/NetBeansProjects/bp-branch-1.2/1.2
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: bp-themes/bp-default/groups/single/forum/topic.php
--- bp-themes/bp-default/groups/single/forum/topic.php Base (BASE)
+++ bp-themes/bp-default/groups/single/forum/topic.php Locally Modified (Based On LOCAL)
@@ -20,10 +20,13 @@
 			<h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3>
 			<a class="button" href="<?php bp_forum_permalink() ?>/">&larr; <?php _e( 'Group Forum', 'buddypress' ) ?></a> &nbsp; <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a>
 
+			<div class="admin-links">
 			<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?>
-				<div class="admin-links"><?php bp_the_topic_admin_links() ?></div>
+					<?php bp_the_topic_admin_links() ?>
 			<?php endif; ?>
+				<?php do_action( 'bp_group_forum_topic_meta' ) ?>
 		</div>
+		</div>
 
 		<?php do_action( 'bp_before_group_forum_topic_posts' ) ?>
 
@@ -46,6 +49,7 @@
 						<?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine() ) : ?>
 							<?php bp_the_topic_post_admin_links() ?>
 						<?php endif; ?>
+						<?php do_action( 'bp_group_forum_post_meta' ) ?>
 						<a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a>
 					</div>
 				</li>
