<!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][6644] trunk/bp-groups/bp-groups-admin.php: Replaces copypasta from Activity admin in Group admin contextual help tabs.</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/6644">6644</a></dd>
<dt>Author</dt> <dd>boonebgorges</dd>
<dt>Date</dt> <dd>2012-12-17 15:12:53 +0000 (Mon, 17 Dec 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Replaces copypasta from Activity admin in Group admin contextual help tabs.

See <a href="http://buddypress.trac.wordpress.org/ticket/4414">#4414</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpgroupsbpgroupsadminphp">trunk/bp-groups/bp-groups-admin.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpgroupsbpgroupsadminphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups/bp-groups-admin.php (6643 => 6644)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/bp-groups-admin.php        2012-12-17 14:46:26 UTC (rev 6643)
+++ trunk/bp-groups/bp-groups-admin.php        2012-12-17 15:12:53 UTC (rev 6644)
</span><span class="lines">@@ -99,35 +99,24 @@
</span><span class="cx">                 add_screen_option( 'layout_columns', array( 'default' =&gt; 2, 'max' =&gt; 2, ) );
</span><span class="cx"> 
</span><span class="cx">                 get_current_screen()-&gt;add_help_tab( array(
</span><del>-                        'id'      =&gt; 'bp-activity-edit-overview',
</del><ins>+                        'id'      =&gt; 'bp-group-edit-overview',
</ins><span class="cx">                         'title'   =&gt; __( 'Overview', 'buddypress' ),
</span><span class="cx">                         'content' =&gt;
</span><span class="cx">                                 '&lt;p&gt;' . __( 'This page is a convenient way to edit the details associated with one of your groups.', 'buddypress' ) . '&lt;/p&gt;' .
</span><del>-                                '&lt;p&gt;' . __( 'The Name and Description boxes are fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to hide or unhide, or to choose a 1- or 2-column layout for this screen.', 'buddypress' ) . '&lt;/p&gt;'
</del><ins>+                                '&lt;p&gt;' . __( 'The Name and Description box is fixed in place, but you can reposition all the other boxes using drag and drop, and can minimize or expand them by clicking the title bar of each box. Use the Screen Options tab to hide or unhide, or to choose a 1- or 2-column layout for this screen.', 'buddypress' ) . '&lt;/p&gt;'
</ins><span class="cx">                 ) );
</span><span class="cx"> 
</span><del>-                get_current_screen()-&gt;add_help_tab( array(
-                        'id'      =&gt; 'bp-activity-edit-advanced',
-                        'title'   =&gt; __( 'Item, Link, Type', 'buddypress' ),
-                        'content' =&gt;
-                                '&lt;p&gt;' . __( '&lt;strong&gt;Primary Item/Secondary Item&lt;/strong&gt; - These identify the object that created the activity. For example, the fields could reference a comment left on a specific site. Some types of activity may only use one, or none, of these fields.', 'buddypress' ) . '&lt;/p&gt;' .
-                                '&lt;p&gt;' . __( '&lt;strong&gt;Link&lt;/strong&gt; - Activity generated by blog posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item. Some types of activity may not use this field, even if it has been set.', 'buddypress' ) . '&lt;/p&gt;' .
-                                '&lt;p&gt;' . __( '&lt;strong&gt;Type&lt;/strong&gt; - Each distinct kind of activity has its own type. For example, &lt;code&gt;created_group&lt;/code&gt; is used when a group is created and &lt;code&gt;joined_group&lt;/code&gt; is used when a user joins a group.', 'buddypress' ) . '&lt;/p&gt;' .
-                                '&lt;p&gt;' . __( 'For information about when and how BuddyPress uses all of these settings, see the Managing Activity link in the panel to the side.', 'buddypress' ) . '&lt;/p&gt;'
-                ) );
-
</del><span class="cx">                 // Help panel - sidebar links
</span><span class="cx">                 get_current_screen()-&gt;set_help_sidebar(
</span><span class="cx">                         '&lt;p&gt;&lt;strong&gt;' . __( 'For more information:', 'buddypress' ) . '&lt;/strong&gt;&lt;/p&gt;' .
</span><del>-                        '&lt;p&gt;' . __( '&lt;a href=&quot;http://codex.buddypress.org/buddypress-site-administration/managing-activity/&quot;&gt;Managing Activity&lt;/a&gt;', 'buddypress' ) . '&lt;/p&gt;' .
-                        '&lt;p&gt;' . __( '&lt;a href=&quot;http://buddypress.org/support/&quot;&gt;Support Forums&lt;/a&gt;', 'buddypress' ) . '&lt;/p&gt;'
</del><ins>+                        '&lt;p&gt;&lt;a href=&quot;http://buddypress.org/support&quot;&gt;' . __( 'Support Forums', 'buddypress' ) . '&lt;/a&gt;&lt;/p&gt;'
</ins><span class="cx">                 );
</span><span class="cx"> 
</span><span class="cx">                 // Register metaboxes for the edit screen.
</span><del>-                add_meta_box( 'submitdiv',            _x( 'Save', 'activity admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_status', get_current_screen()-&gt;id, 'side', 'core' );
-                add_meta_box( 'bp_group_settings',    _x( 'Settings', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_settings', get_current_screen()-&gt;id, 'side', 'core' );
</del><ins>+                add_meta_box( 'submitdiv', _x( 'Save', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_status', get_current_screen()-&gt;id, 'side', 'high' );
+                add_meta_box( 'bp_group_settings', _x( 'Settings', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_settings', get_current_screen()-&gt;id, 'side', 'core' );
</ins><span class="cx">                 add_meta_box( 'bp_group_add_members', _x( 'Add New Members', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_add_new_members', get_current_screen()-&gt;id, 'normal', 'core' );
</span><del>-                add_meta_box( 'bp_group_members',     _x( 'Manage Members', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_members', get_current_screen()-&gt;id, 'normal', 'core' );
</del><ins>+                add_meta_box( 'bp_group_members', _x( 'Manage Members', 'group admin edit screen', 'buddypress' ), 'bp_groups_admin_edit_metabox_members', get_current_screen()-&gt;id, 'normal', 'core' );
</ins><span class="cx"> 
</span><span class="cx">                 do_action( 'bp_groups_admin_meta_boxes' );
</span><span class="cx"> 
</span><span class="lines">@@ -149,17 +138,16 @@
</span><span class="cx">                         'id'      =&gt; 'bp-groups-overview',
</span><span class="cx">                         'title'   =&gt; __( 'Overview', 'buddypress' ),
</span><span class="cx">                         'content' =&gt;
</span><del>-                                '&lt;p&gt;' . __( 'You can manage activities made on your site similar to the way you manage comments and other content. This screen is customizable in the same ways as other management screens, and you can act on activities using the on-hover action links or the Bulk Actions.', 'buddypress' ) . '&lt;/p&gt;' .
-                                '&lt;p&gt;' . __( 'There are many different types of activities. Some are generated automatically by BuddyPress and other plugins, and some are entered directly by a user in the form of status update. To help manage the different activity types, use the filter dropdown box to switch between them.', 'buddypress' ) . '&lt;/p&gt;'
</del><ins>+                                '&lt;p&gt;' . __( 'You can manage groups much like you can manage comments and other content. This screen is customizable in the same ways as other management screens, and you can act on groups by using the on-hover action links or the Bulk Actions.', 'buddypress' ) . '&lt;/p&gt;',
</ins><span class="cx">                 ) );
</span><span class="cx"> 
</span><del>-                // Help panel - moderation text
</del><span class="cx">                 get_current_screen()-&gt;add_help_tab( array(
</span><del>-                        'id'                =&gt; 'bp-activity-moderating',
-                        'title'                =&gt; __( 'Moderating Activity', 'buddypress' ),
-                        'content'        =&gt;
-                                '&lt;p&gt;' . __( 'In the &lt;strong&gt;Activity&lt;/strong&gt; column, above each activity it says &amp;#8220;Submitted on,&amp;#8221; followed by the date and time the activity item was generated on your site. Clicking on the date/time link will take you to that activity on your live site. Hovering over any activity gives you options to reply, edit, spam mark, or delete that activity.', 'buddypress' ) . '&lt;/p&gt;' .
-                                '&lt;p&gt;' . __( &quot;In the &lt;strong&gt;In Response To&lt;/strong&gt; column, if the activity was in reply to another activity, it shows that activity's author's picture and name, and a link to that activity on your live site. If there is a small bubble, the number in it shows how many other activities are related to this one; these are usually comments. Clicking the bubble will filter the activity screen to show only related activity items.&quot;, 'buddypress' ) . '&lt;/p&gt;'
</del><ins>+                        'id'      =&gt; 'bp-groups-overview-actions',
+                        'title'   =&gt; __( 'Group Actions', 'buddypress' ),
+                        'content' =&gt;
+                                '&lt;p&gt;' . __( 'Clicking &quot;Visit&quot; will take you to the group&amp;#8217;s public page. Use this link to see what the group looks like on the front end of your site.', 'buddypress' ) . '&lt;/p&gt;' .
+                                '&lt;p&gt;' . __( 'Clicking &quot;Edit&quot; will take you to a Dashboard panel where you can manage various details about the group, such as its name and description, its members, and other settings.', 'buddypress' ) . '&lt;/p&gt;' .
+                                '&lt;p&gt;' . __( 'If you click &quot;Delete&quot; under a specific group, or select a number of groups and then choose Delete from the Bulk Actions menu, you will be led to a page where you&amp;#8217;ll be asked to confirm the permanent deletion of the group(s).', 'buddypress' ) . '&lt;/p&gt;',
</ins><span class="cx">                 ) );
</span><span class="cx"> 
</span><span class="cx">                 // Help panel - sidebar links
</span></span></pre>
</div>
</div>

</body>
</html>