<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][4994] trunk/bp-themes/bp-default: Normalize index actions in bp-default.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/4994">4994</a></dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2011-08-17 20:34:53 +0000 (Wed, 17 Aug 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Normalize index actions in bp-default. Fixes regression from 1.2.9. Fixes <a href="http://buddypress.trac.wordpress.org/ticket/3484">#3484</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefaultactivityindexphp">trunk/bp-themes/bp-default/activity/index.php</a></li>
<li><a href="#trunkbpthemesbpdefaultblogsindexphp">trunk/bp-themes/bp-default/blogs/index.php</a></li>
<li><a href="#trunkbpthemesbpdefaultforumsindexphp">trunk/bp-themes/bp-default/forums/index.php</a></li>
<li><a href="#trunkbpthemesbpdefaultgroupsindexphp">trunk/bp-themes/bp-default/groups/index.php</a></li>
<li><a href="#trunkbpthemesbpdefaultmembersindexphp">trunk/bp-themes/bp-default/members/index.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpdefaultactivityindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/activity/index.php (4993 => 4994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/activity/index.php        2011-08-16 21:30:55 UTC (rev 4993)
+++ trunk/bp-themes/bp-default/activity/index.php        2011-08-17 20:34:53 UTC (rev 4994)
</span><span class="lines">@@ -9,32 +9,36 @@
</span><span class="cx"> 
</span><span class="cx"> ?&gt;
</span><span class="cx"> 
</span><del>-&lt;?php get_header( 'buddypress' ) ?&gt;
</del><ins>+&lt;?php get_header( 'buddypress' ); ?&gt;
</ins><span class="cx"> 
</span><ins>+        &lt;?php do_action( 'bp_before_directory_activity_page' ); ?&gt;
+
</ins><span class="cx">         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;padder&quot;&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_before_directory_activity' ); ?&gt;
+
</ins><span class="cx">                         &lt;?php if ( !is_user_logged_in() ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;h3&gt;&lt;?php _e( 'Site Activity', 'buddypress' ) ?&gt;&lt;/h3&gt;
</del><ins>+                                &lt;h3&gt;&lt;?php _e( 'Site Activity', 'buddypress' ); ?&gt;&lt;/h3&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                        &lt;?php do_action( 'bp_before_directory_activity_content' ) ?&gt;
</del><ins>+                        &lt;?php do_action( 'bp_before_directory_activity_content' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;?php if ( is_user_logged_in() ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;?php locate_template( array( 'activity/post-form.php'), true ) ?&gt;
</del><ins>+                                &lt;?php locate_template( array( 'activity/post-form.php'), true ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                        &lt;?php do_action( 'template_notices' ) ?&gt;
</del><ins>+                        &lt;?php do_action( 'template_notices' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;item-list-tabs activity-type-tabs&quot; role=&quot;navigation&quot;&gt;
</span><span class="cx">                                 &lt;ul&gt;
</span><del>-                                        &lt;?php do_action( 'bp_before_activity_type_tab_all' ) ?&gt;
</del><ins>+                                        &lt;?php do_action( 'bp_before_activity_type_tab_all' ); ?&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;li class=&quot;selected&quot; id=&quot;activity-all&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/' ?&gt;&quot; title=&quot;&lt;?php _e( 'The public activity for everyone on this site.', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php printf( __( 'All Members &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_site_member_count() ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li class=&quot;selected&quot; id=&quot;activity-all&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/'; ?&gt;&quot; title=&quot;&lt;?php _e( 'The public activity for everyone on this site.', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php printf( __( 'All Members &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_site_member_count() ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><span class="cx">                                         &lt;?php if ( is_user_logged_in() ) : ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -44,7 +48,7 @@
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                                                &lt;li id=&quot;activity-friends&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/' . bp_get_friends_slug() . '/' ?&gt;&quot; title=&quot;&lt;?php _e( 'The activity of my friends only.', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php printf( __( 'My Friends &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                                                &lt;li id=&quot;activity-friends&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/' . bp_get_friends_slug() . '/'; ?&gt;&quot; title=&quot;&lt;?php _e( 'The activity of my friends only.', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php printf( __( 'My Friends &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -56,46 +60,46 @@
</span><span class="cx"> 
</span><span class="cx">                                                         &lt;?php if ( bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                                                &lt;li id=&quot;activity-groups&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/' . bp_get_groups_slug() . '/' ?&gt;&quot; title=&quot;&lt;?php _e( 'The activity of groups I am a member of.', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php printf( __( 'My Groups &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                                                &lt;li id=&quot;activity-groups&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/' . bp_get_groups_slug() . '/'; ?&gt;&quot; title=&quot;&lt;?php _e( 'The activity of groups I am a member of.', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php printf( __( 'My Groups &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;?php do_action( 'bp_before_activity_type_tab_favorites' ) ?&gt;
</del><ins>+                                                &lt;?php do_action( 'bp_before_activity_type_tab_favorites' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                 &lt;?php if ( bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                                        &lt;li id=&quot;activity-favorites&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/favorites/' ?&gt;&quot; title=&quot;&lt;?php _e( &quot;The activity I've marked as a favorite.&quot;, 'buddypress' ) ?&gt;&quot;&gt;&lt;?php printf( __( 'My Favorites &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                                        &lt;li id=&quot;activity-favorites&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/favorites/'; ?&gt;&quot; title=&quot;&lt;?php _e( &quot;The activity I've marked as a favorite.&quot;, 'buddypress' ); ?&gt;&quot;&gt;&lt;?php printf( __( 'My Favorites &lt;span&gt;%s&lt;/span&gt;', 'buddypress' ), bp_get_total_favorite_count_for_user( bp_loggedin_user_id() ) ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                                                &lt;?php do_action( 'bp_before_activity_type_tab_mentions' ) ?&gt;
</del><ins>+                                                &lt;?php do_action( 'bp_before_activity_type_tab_mentions' ); ?&gt;
</ins><span class="cx"> 
</span><del>-                                                &lt;li id=&quot;activity-mentions&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/mentions/' ?&gt;&quot; title=&quot;&lt;?php _e( 'Activity that I have been mentioned in.', 'buddypress' ) ?&gt;&quot;&gt;&lt;?php _e( 'Public Mentions', 'buddypress' ); ?&gt;&lt;?php if ( bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ) : ?&gt; &lt;strong&gt;&lt;?php printf( __( '&lt;span&gt;%s new&lt;/span&gt;', 'buddypress' ), bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ) ?&gt;&lt;/strong&gt;&lt;?php endif; ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                                &lt;li id=&quot;activity-mentions&quot;&gt;&lt;a href=&quot;&lt;?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/mentions/'; ?&gt;&quot; title=&quot;&lt;?php _e( 'Activity that I have been mentioned in.', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php _e( 'Public Mentions', 'buddypress' ); ?&gt;&lt;?php if ( bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ) : ?&gt; &lt;strong&gt;&lt;?php printf( __( '&lt;span&gt;%s new&lt;/span&gt;', 'buddypress' ), bp_get_total_mention_count_for_user( bp_loggedin_user_id() ) ); ?&gt;&lt;/strong&gt;&lt;?php endif; ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><span class="cx">                                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><del>-                                        &lt;?php do_action( 'bp_activity_type_tabs' ) ?&gt;
</del><ins>+                                        &lt;?php do_action( 'bp_activity_type_tabs' ); ?&gt;
</ins><span class="cx">                                 &lt;/ul&gt;
</span><span class="cx">                         &lt;/div&gt;&lt;!-- .item-list-tabs --&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;item-list-tabs no-ajax&quot; id=&quot;subnav&quot; role=&quot;navigation&quot;&gt;
</span><span class="cx">                                 &lt;ul&gt;
</span><del>-                                        &lt;li class=&quot;feed&quot;&gt;&lt;a href=&quot;&lt;?php bp_sitewide_activity_feed_link() ?&gt;&quot; title=&quot;&lt;?php _e( 'RSS Feed', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php _e( 'RSS', 'buddypress' ) ?&gt;&lt;/a&gt;&lt;/li&gt;
</del><ins>+                                        &lt;li class=&quot;feed&quot;&gt;&lt;a href=&quot;&lt;?php bp_sitewide_activity_feed_link() ?&gt;&quot; title=&quot;&lt;?php _e( 'RSS Feed', 'buddypress' ); ?&gt;&quot;&gt;&lt;?php _e( 'RSS', 'buddypress' ); ?&gt;&lt;/a&gt;&lt;/li&gt;
</ins><span class="cx"> 
</span><del>-                                        &lt;?php do_action( 'bp_activity_syndication_options' ) ?&gt;
</del><ins>+                                        &lt;?php do_action( 'bp_activity_syndication_options' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                                         &lt;li id=&quot;activity-filter-select&quot; class=&quot;last&quot;&gt;
</span><span class="cx">                                                 &lt;label for=&quot;activity-filter-by&quot;&gt;&lt;?php _e( 'Show:', 'buddypress' ); ?&gt;&lt;/label&gt; 
</span><span class="cx">                                                 &lt;select id=&quot;activity-filter-by&quot;&gt;
</span><del>-                                                        &lt;option value=&quot;-1&quot;&gt;&lt;?php _e( 'Everything', 'buddypress' ) ?&gt;&lt;/option&gt;
-                                                        &lt;option value=&quot;activity_update&quot;&gt;&lt;?php _e( 'Updates', 'buddypress' ) ?&gt;&lt;/option&gt;
</del><ins>+                                                        &lt;option value=&quot;-1&quot;&gt;&lt;?php _e( 'Everything', 'buddypress' ); ?&gt;&lt;/option&gt;
+                                                        &lt;option value=&quot;activity_update&quot;&gt;&lt;?php _e( 'Updates', 'buddypress' ); ?&gt;&lt;/option&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php if ( bp_is_active( 'blogs' ) ) : ?&gt;
</span><span class="cx"> 
</span><del>-                                                                &lt;option value=&quot;new_blog_post&quot;&gt;&lt;?php _e( 'Posts', 'buddypress' ) ?&gt;&lt;/option&gt;
-                                                                &lt;option value=&quot;new_blog_comment&quot;&gt;&lt;?php _e( 'Comments', 'buddypress' ) ?&gt;&lt;/option&gt;
</del><ins>+                                                                &lt;option value=&quot;new_blog_post&quot;&gt;&lt;?php _e( 'Posts', 'buddypress' ); ?&gt;&lt;/option&gt;
+                                                                &lt;option value=&quot;new_blog_comment&quot;&gt;&lt;?php _e( 'Comments', 'buddypress' ); ?&gt;&lt;/option&gt;
</ins><span class="cx"> 
</span><span class="cx">                                                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -128,21 +132,26 @@
</span><span class="cx">                                 &lt;/ul&gt;
</span><span class="cx">                         &lt;/div&gt;&lt;!-- .item-list-tabs --&gt;
</span><span class="cx"> 
</span><del>-                        &lt;?php do_action( 'bp_before_directory_activity_list' ) ?&gt;
</del><ins>+                        &lt;?php do_action( 'bp_before_directory_activity_list' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;activity&quot; role=&quot;main&quot;&gt;
</span><span class="cx"> 
</span><del>-                                &lt;?php locate_template( array( 'activity/activity-loop.php' ), true ) ?&gt;
</del><ins>+                                &lt;?php locate_template( array( 'activity/activity-loop.php' ), true ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;/div&gt;&lt;!-- .activity --&gt;
</span><span class="cx"> 
</span><del>-                        &lt;?php do_action( 'bp_directory_activity_content' ) ?&gt;
</del><ins>+                        &lt;?php do_action( 'bp_after_directory_activity_list' ); ?&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;?php do_action( 'bp_after_directory_activity_content' ) ?&gt;
</del><ins>+                        &lt;?php do_action( 'bp_directory_activity_content' ); ?&gt;
</ins><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_after_directory_activity_content' ); ?&gt;
+
+                        &lt;?php do_action( 'bp_after_directory_activity' ); ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;!-- .padder --&gt;
</span><span class="cx">         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx"> 
</span><del>-&lt;?php get_sidebar( 'buddypress' ) ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_after_directory_activity_page' ); ?&gt;
</ins><span class="cx"> 
</span><del>-&lt;?php get_footer( 'buddypress' ) ?&gt;
</del><ins>+&lt;?php get_sidebar( 'buddypress' ); ?&gt;
+&lt;?php get_footer( 'buddypress' ); ?&gt;
</ins></span></pre></div>
<a id="trunkbpthemesbpdefaultblogsindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/blogs/index.php (4993 => 4994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/blogs/index.php        2011-08-16 21:30:55 UTC (rev 4993)
+++ trunk/bp-themes/bp-default/blogs/index.php        2011-08-17 20:34:53 UTC (rev 4994)
</span><span class="lines">@@ -11,15 +11,19 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_header( 'buddypress' ); ?&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_before_directory_blogs_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_before_directory_blogs_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;padder&quot;&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_before_directory_blogs' ); ?&gt;
+
</ins><span class="cx">                 &lt;form action=&quot;&quot; method=&quot;post&quot; id=&quot;blogs-directory-form&quot; class=&quot;dir-form&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;h3&gt;&lt;?php _e( 'Site Directory', 'buddypress' ); ?&gt;&lt;?php if ( is_user_logged_in() &amp;&amp; bp_blog_signup_enabled() ) : ?&gt; &amp;nbsp;&lt;a class=&quot;button&quot; href=&quot;&lt;?php echo bp_get_root_domain() . '/' . bp_get_blogs_slug() . '/create/' ?&gt;&quot;&gt;&lt;?php _e( 'Create a Site', 'buddypress' ); ?&gt;&lt;/a&gt;&lt;?php endif; ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_before_directory_blogs_content' ); ?&gt;
+
</ins><span class="cx">                         &lt;div id=&quot;blog-dir-search&quot; class=&quot;dir-search&quot; role=&quot;search&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php bp_directory_blogs_search_form(); ?&gt;
</span><span class="lines">@@ -70,13 +74,17 @@
</span><span class="cx">                         &lt;?php do_action( 'bp_directory_blogs_content' ); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php wp_nonce_field( 'directory_blogs', '_wpnonce-blogs-filter' ); ?&gt;
</span><ins>+                        
+                        &lt;?php do_action( 'bp_after_directory_blogs_content' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                 &lt;/form&gt;&lt;!-- #blogs-directory-form --&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_after_directory_blogs' ); ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;!-- .padder --&gt;
</span><span class="cx">         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_after_directory_blogs_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_after_directory_blogs_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar( 'buddypress' ); ?&gt;
</span><span class="cx"> &lt;?php get_footer( 'buddypress' ); ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultforumsindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/forums/index.php (4993 => 4994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/forums/index.php        2011-08-16 21:30:55 UTC (rev 4993)
+++ trunk/bp-themes/bp-default/forums/index.php        2011-08-17 20:34:53 UTC (rev 4994)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_header( 'buddypress' ); ?&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_before_directory_forums_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_before_directory_forums_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;padder&quot;&gt;
</span><span class="lines">@@ -22,6 +22,8 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;h3&gt;&lt;?php _e( 'Forums Directory', 'buddypress' ); ?&gt;&lt;?php if ( is_user_logged_in() ) : ?&gt; &amp;nbsp;&lt;a class=&quot;button show-hide-new&quot; href=&quot;#new-topic&quot; id=&quot;new-topic-button&quot;&gt;&lt;?php _e( 'New Topic', 'buddypress' ); ?&gt;&lt;/a&gt;&lt;?php endif; ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><ins>+                                &lt;?php do_action( 'bp_before_directory_forums_content' ); ?&gt;
+
</ins><span class="cx">                                 &lt;div id=&quot;forums-dir-search&quot; class=&quot;dir-search&quot; role=&quot;search&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;?php bp_directory_forums_search_form(); ?&gt;
</span><span class="lines">@@ -148,10 +150,15 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php endif; ?&gt;
</span><span class="cx">                         &lt;/div&gt;&lt;!-- #new-topic-post --&gt;
</span><ins>+                        
+                        &lt;?php do_action( 'bp_after_new_topic_form' ); ?&gt;
+                        
+                        &lt;?php do_action( 'bp_after_directory_forums_content' ); ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;!-- .padder --&gt;
</span><span class="cx">         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_after_directory_forums_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_after_directory_forums_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar( 'buddypress' ); ?&gt;
</span><span class="cx"> &lt;?php get_footer( 'buddypress' ); ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultgroupsindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/groups/index.php (4993 => 4994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/groups/index.php        2011-08-16 21:30:55 UTC (rev 4993)
+++ trunk/bp-themes/bp-default/groups/index.php        2011-08-17 20:34:53 UTC (rev 4994)
</span><span class="lines">@@ -11,15 +11,19 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_header( 'buddypress' ); ?&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_before_directory_groups_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_before_directory_groups_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;padder&quot;&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_before_directory_groups' ); ?&gt;
+
</ins><span class="cx">                 &lt;form action=&quot;&quot; method=&quot;post&quot; id=&quot;groups-directory-form&quot; class=&quot;dir-form&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;h3&gt;&lt;?php _e( 'Groups Directory', 'buddypress' ); ?&gt;&lt;?php if ( is_user_logged_in() &amp;&amp; bp_user_can_create_groups() ) : ?&gt; &amp;nbsp;&lt;a class=&quot;button&quot; href=&quot;&lt;?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create' ); ?&gt;&quot;&gt;&lt;?php _e( 'Create a Group', 'buddypress' ); ?&gt;&lt;/a&gt;&lt;?php endif; ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_before_directory_groups_content' ); ?&gt;
+
</ins><span class="cx">                         &lt;div id=&quot;group-dir-search&quot; class=&quot;dir-search&quot; role=&quot;search&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php bp_directory_groups_search_form() ?&gt;
</span><span class="lines">@@ -74,12 +78,16 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php wp_nonce_field( 'directory_groups', '_wpnonce-groups-filter' ); ?&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_after_directory_groups_content' ); ?&gt;
+
</ins><span class="cx">                 &lt;/form&gt;&lt;!-- #groups-directory-form --&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_after_directory_groups' ); ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;!-- .padder --&gt;
</span><span class="cx">         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_after_directory_groups_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_after_directory_groups_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar( 'buddypress' ); ?&gt;
</span><span class="cx"> &lt;?php get_footer( 'buddypress' ); ?&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultmembersindexphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/members/index.php (4993 => 4994)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/members/index.php        2011-08-16 21:30:55 UTC (rev 4993)
+++ trunk/bp-themes/bp-default/members/index.php        2011-08-17 20:34:53 UTC (rev 4994)
</span><span class="lines">@@ -11,15 +11,19 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;?php get_header( 'buddypress' ); ?&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_before_directory_members_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_before_directory_members_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx">         &lt;div id=&quot;content&quot;&gt;
</span><span class="cx">                 &lt;div class=&quot;padder&quot;&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_before_directory_members' ); ?&gt;
+
</ins><span class="cx">                 &lt;form action=&quot;&quot; method=&quot;post&quot; id=&quot;members-directory-form&quot; class=&quot;dir-form&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;h3&gt;&lt;?php _e( 'Members Directory', 'buddypress' ); ?&gt;&lt;/h3&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_before_directory_members_content' ); ?&gt;
+
</ins><span class="cx">                         &lt;div id=&quot;members-dir-search&quot; class=&quot;dir-search&quot; role=&quot;search&quot;&gt;
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php bp_directory_members_search_form(); ?&gt;
</span><span class="lines">@@ -76,12 +80,16 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ); ?&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;?php do_action( 'bp_after_directory_members_content' ); ?&gt;
+
</ins><span class="cx">                 &lt;/form&gt;&lt;!-- #members-directory-form --&gt;
</span><span class="cx"> 
</span><ins>+                &lt;?php do_action( 'bp_after_directory_members' ); ?&gt;
+
</ins><span class="cx">                 &lt;/div&gt;&lt;!-- .padder --&gt;
</span><span class="cx">         &lt;/div&gt;&lt;!-- #content --&gt;
</span><span class="cx"> 
</span><del>-        &lt;?php do_action( 'bp_after_directory_members_content' ); ?&gt;
</del><ins>+        &lt;?php do_action( 'bp_after_directory_members_page' ); ?&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;?php get_sidebar( 'buddypress' ); ?&gt;
</span><span class="cx"> &lt;?php get_footer( 'buddypress' ); ?&gt;
</span></span></pre>
</div>
</div>

</body>
</html>