<!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][3714] trunk/bp-core: Adjust installer component selection styling.</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>3714</dd>
<dt>Author</dt> <dd>johnjamesjacoby</dd>
<dt>Date</dt> <dd>2011-01-15 00:00:41 +0000 (Sat, 15 Jan 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Adjust installer component selection styling.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcoreadminbpcoreupdatephp">trunk/bp-core/admin/bp-core-update.php</a></li>
<li><a href="#trunkbpcorecssadmindevcss">trunk/bp-core/css/admin.dev.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcoreadminbpcoreupdatephp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/admin/bp-core-update.php (3713 => 3714)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/admin/bp-core-update.php        2011-01-14 23:49:17 UTC (rev 3713)
+++ trunk/bp-core/admin/bp-core-update.php        2011-01-15 00:00:41 UTC (rev 3714)
</span><span class="lines">@@ -332,117 +332,116 @@
</span><span class="cx">                 if ( !current_user_can( 'activate_plugins' ) )
</span><span class="cx">                         return false;
</span><span class="cx"> 
</span><del>-                $disabled_components = apply_filters( 'bp_deactivated_components', get_site_option( 'bp-deactivated-components' ) );
-        ?&gt;
</del><ins>+                $disabled_components = apply_filters( 'bp_deactivated_components', get_site_option( 'bp-deactivated-components' ) ); ?&gt;
+
</ins><span class="cx">                 &lt;div class=&quot;prev-next submit clear&quot;&gt;
</span><span class="cx">                         &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;?php _e( 'Save &amp;amp; Next &amp;rarr;', 'buddypress' ) ?&gt;&quot; name=&quot;submit&quot; /&gt;&lt;/p&gt;
</span><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;p&gt;&lt;?php _e( &quot;BuddyPress is made up of a number of individual components, each one adding a distinct feature. The first step is to decide which of these features you'd like to enable on your site. All features are enabled by default, and don't worry, you can change your mind at any point in the future.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><del>-                &lt;div class=&quot;left-col&quot;&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Extended Profiles&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Activity Streams&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-xprofile.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-xprofile.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-xprofile.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-xprofile.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
+                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-activity.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-activity.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-activity.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-activity.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
</del><ins>+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-2.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Fully editable profile fields allow you to define the fields users can fill in to describe themselves. Tailor profile fields to suit your audience.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-1.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Global, personal and group activity streams with threaded commenting, direct posting, favoriting and @mentions. All with full RSS feed and email notification support.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Friend Connections&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
+
+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-friends.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-friends.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-friends.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-friends.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Extensible Groups&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-4.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Let your users make connections so they can track the activity of others, or filter on only those users they care about the most.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-groups.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-groups.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-groups.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-groups.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Discussion Forums&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-3.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Powerful public, private or hidden groups allow your users to break the discussion down into specific topics with a separate activity stream and member listing.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-forums.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-forums.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-forums.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-forums.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Private Messaging&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-6.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Full powered discussion forums built directly into groups allow for more conventional in-depth conversations. &lt;strong&gt;NOTE: This will require an extra (but easy) setup step.&lt;/strong&gt;&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-messages.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-messages.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-messages.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-messages.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Activity Streams&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-5.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Private messaging will allow your users to talk to each other directly, and in private. Not just limited to one on one discussions, your users can send messages to multiple recipients.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-activity.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-activity.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-activity.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-activity.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><ins>+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-1.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Global, personal and group activity streams with threaded commenting, direct posting, favoriting and @mentions. All with full RSS feed and email notification support.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;?php if ( is_multisite() ) : ?&gt;
-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Blog Tracking&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Extensible Groups&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-blogs.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-blogs.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
-
-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-7.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                        &lt;p&gt;&lt;?php _e( &quot;Track new blogs, new posts and new comments across your entire blog network.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-groups.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-groups.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-groups.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-groups.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><del>-                        &lt;?php else: ?&gt;
-                                &lt;input type=&quot;hidden&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;0&quot; /&gt;
-                        &lt;?php endif; ?&gt;
</del><ins>+
+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-3.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Powerful public, private or hidden groups allow your users to break the discussion down into specific topics with a separate activity stream and member listing.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</ins><span class="cx">                 &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                &lt;div class=&quot;right-col&quot;&gt;
</del><ins>+                &lt;div class=&quot;component&quot;&gt;
+                        &lt;h5&gt;&lt;?php _e( &quot;Private Messaging&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><del>-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Extended Profiles&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                        &lt;div class=&quot;radio&quot;&gt;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-messages.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-messages.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-messages.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-messages.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
+                        &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-xprofile.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-xprofile.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-xprofile.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-xprofile.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
</del><ins>+                        &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-5.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                        &lt;p&gt;&lt;?php _e( &quot;Private messaging will allow your users to talk to each other directly, and in private. Not just limited to one on one discussions, your users can send messages to multiple recipients.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
+                &lt;/div&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-2.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Fully editable profile fields allow you to define the fields users can fill in to describe themselves. Tailor profile fields to suit your audience.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
-                        &lt;/div&gt;
</del><ins>+                &lt;?php if ( is_multisite() ) : ?&gt;
</ins><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;component&quot;&gt;
</span><del>-                                &lt;h5&gt;&lt;?php _e( &quot;Friend Connections&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                                &lt;h5&gt;&lt;?php _e( &quot;Blog Tracking&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;div class=&quot;radio&quot;&gt;
</span><del>-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-friends.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-friends.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-friends.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-friends.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</del><ins>+                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-blogs.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
+                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-blogs.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
</ins><span class="cx">                                 &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-4.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Let your users make connections so they can track the activity of others, or filter on only those users they care about the most.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</del><ins>+                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-7.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
+                                        &lt;p&gt;&lt;?php _e( &quot;Track new blogs, new posts and new comments across your entire blog network.&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><del>-                        &lt;div class=&quot;component&quot;&gt;
-                                &lt;h5&gt;&lt;?php _e( &quot;Discussion Forums&quot;, 'buddypress' ) ?&gt;&lt;/h5&gt;
</del><ins>+                &lt;?php else: ?&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;div class=&quot;radio&quot;&gt;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-forums.php]&quot; value=&quot;1&quot;&lt;?php if ( !isset( $disabled_components['bp-forums.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Enabled', 'buddypress' ) ?&gt; &amp;nbsp;
-                                        &lt;input type=&quot;radio&quot; name=&quot;bp_components[bp-forums.php]&quot; value=&quot;0&quot;&lt;?php if ( isset( $disabled_components['bp-forums.php'] ) ) : ?&gt; checked=&quot;checked&quot; &lt;?php endif; ?&gt;/&gt; &lt;?php _e( 'Disabled', 'buddypress' ) ?&gt;
-                                &lt;/div&gt;
</del><ins>+                        &lt;input type=&quot;hidden&quot; name=&quot;bp_components[bp-blogs.php]&quot; value=&quot;0&quot; /&gt;
</ins><span class="cx"> 
</span><del>-                                &lt;img src=&quot;&lt;?php echo plugins_url( 'buddypress/screenshot-6.gif' ) ?&gt;&quot; alt=&quot;Activity Streams&quot; /&gt;
-                                &lt;p&gt;&lt;?php _e( &quot;Full powered discussion forums built directly into groups allow for more conventional in-depth conversations. &lt;strong&gt;NOTE: This will require an extra (but easy) setup step.&lt;/strong&gt;&quot;, 'buddypress' ) ?&gt;&lt;/p&gt;
-                        &lt;/div&gt;
</del><ins>+                &lt;?php endif; ?&gt;
</ins><span class="cx"> 
</span><del>-                &lt;/div&gt;
-
</del><span class="cx">                 &lt;div class=&quot;submit clear&quot;&gt;
</span><span class="cx">                         &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;&lt;?php _e( 'Save &amp;amp; Next &amp;rarr;', 'buddypress' ) ?&gt;&quot; name=&quot;submit&quot; /&gt;&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;input type=&quot;hidden&quot; name=&quot;save&quot; value=&quot;components&quot; /&gt;
</span><span class="cx">                         &lt;input type=&quot;hidden&quot; name=&quot;step&quot; value=&quot;&lt;?php echo esc_attr( $this-&gt;current_step ) ?&gt;&quot; /&gt;
</span><ins>+
</ins><span class="cx">                         &lt;?php wp_nonce_field( 'bpwizard_components' )?&gt;
</span><ins>+
</ins><span class="cx">                 &lt;/div&gt;
</span><ins>+
</ins><span class="cx">         &lt;?php
</span><span class="cx">         }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkbpcorecssadmindevcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/css/admin.dev.css (3713 => 3714)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/css/admin.dev.css        2011-01-14 23:49:17 UTC (rev 3713)
+++ trunk/bp-core/css/admin.dev.css        2011-01-15 00:00:41 UTC (rev 3714)
</span><span class="lines">@@ -82,17 +82,11 @@
</span><span class="cx">                 padding: 6px;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-div#bp-admin div.left-col, div#bp-admin div.right-col {
</del><ins>+div.component {
</ins><span class="cx">         width: 323px;
</span><span class="cx">         float: left;
</span><span class="cx">         margin: 15px 30px 0 0;
</span><span class="cx"> }
</span><del>-div#bp-admin div.right-col { margin-right: 0; }
-
-div.component {
-        width: 323px;
-        margin: 10px 0 40px 0;
-}
</del><span class="cx">         div.component div.radio {
</span><span class="cx">                 position: relative;
</span><span class="cx">                 background: #f4f4f4;
</span></span></pre>
</div>
</div>

</body>
</html>