BuddyPress - Version 2.7.0-rc1

Version Description

= 2.6.2 = See: https://codex.buddypress.org/releases/version-2-6-2/

= 2.6.1.1 = See: https://codex.buddypress.org/releases/version-2-6-1-1/

= 2.6.1 = See: https://codex.buddypress.org/releases/version-2-6-1/

= 2.6.0 = See: https://codex.buddypress.org/releases/version-2-6-0/

Download this release

Release Info

Developer mercime
Plugin Icon 128x128 BuddyPress
Version 2.7.0-rc1
Comparing to
See all releases

Code changes from version 2.7.0-beta1 to 2.7.0-rc1

Files changed (59) hide show
  1. bp-activity/bp-activity-functions.php +6 -3
  2. bp-blogs/bp-blogs-template.php +3 -4
  3. bp-core/admin/bp-core-admin-functions.php +211 -0
  4. bp-core/admin/css/common-rtl.css +168 -79
  5. bp-core/admin/css/common-rtl.min.css +1 -1
  6. bp-core/admin/css/common.css +168 -79
  7. bp-core/admin/css/common.min.css +1 -1
  8. bp-core/admin/js/dismissible-admin-notices.js +16 -0
  9. bp-core/admin/js/dismissible-admin-notices.min.js +1 -0
  10. bp-core/bp-core-options.php +2 -2
  11. bp-core/classes/class-bp-admin.php +96 -91
  12. bp-forums/bp-forums-loader.php +18 -0
  13. bp-groups/bp-groups-admin.php +22 -13
  14. bp-groups/bp-groups-functions.php +6 -1
  15. bp-groups/bp-groups-template.php +14 -5
  16. bp-groups/classes/class-bp-groups-group.php +9 -3
  17. bp-groups/classes/class-bp-groups-list-table.php +27 -12
  18. bp-loader.php +2 -2
  19. bp-notifications/bp-notifications-functions.php +4 -2
  20. bp-templates/bp-legacy/buddypress/activity/index.php +10 -7
  21. bp-templates/bp-legacy/buddypress/activity/single/home.php +7 -3
  22. bp-templates/bp-legacy/buddypress/blogs/create.php +6 -3
  23. bp-templates/bp-legacy/buddypress/blogs/index.php +4 -1
  24. bp-templates/bp-legacy/buddypress/forums/index.php +5 -2
  25. bp-templates/bp-legacy/buddypress/groups/create.php +30 -11
  26. bp-templates/bp-legacy/buddypress/groups/groups-loop.php +1 -1
  27. bp-templates/bp-legacy/buddypress/groups/index.php +10 -4
  28. bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php +1 -1
  29. bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php +8 -3
  30. bp-templates/bp-legacy/buddypress/groups/single/group-header.php +8 -4
  31. bp-templates/bp-legacy/buddypress/groups/single/request-membership.php +4 -1
  32. bp-templates/bp-legacy/buddypress/members/activate.php +6 -3
  33. bp-templates/bp-legacy/buddypress/members/index.php +4 -1
  34. bp-templates/bp-legacy/buddypress/members/members-loop.php +1 -1
  35. bp-templates/bp-legacy/buddypress/members/register.php +40 -24
  36. bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php +6 -3
  37. bp-templates/bp-legacy/buddypress/members/single/friends.php +8 -2
  38. bp-templates/bp-legacy/buddypress/members/single/friends/requests.php +4 -1
  39. bp-templates/bp-legacy/buddypress/members/single/groups.php +8 -2
  40. bp-templates/bp-legacy/buddypress/members/single/groups/invites.php +4 -1
  41. bp-templates/bp-legacy/buddypress/members/single/member-header.php +6 -3
  42. bp-templates/bp-legacy/buddypress/members/single/messages.php +12 -3
  43. bp-templates/bp-legacy/buddypress/members/single/messages/compose.php +4 -1
  44. bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php +4 -1
  45. bp-templates/bp-legacy/buddypress/members/single/notifications/read.php +4 -1
  46. bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php +4 -1
  47. bp-templates/bp-legacy/buddypress/members/single/profile/edit.php +1 -1
  48. bp-templates/bp-legacy/buddypress/members/single/settings/general.php +4 -1
  49. bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php +4 -1
  50. bp-templates/bp-legacy/buddypress/members/single/settings/profile.php +4 -1
  51. bp-templates/bp-legacy/css/buddypress-rtl.css +16 -1
  52. bp-templates/bp-legacy/css/buddypress-rtl.min.css +1 -1
  53. bp-templates/bp-legacy/css/buddypress.css +16 -1
  54. bp-templates/bp-legacy/css/buddypress.min.css +1 -1
  55. bp-themes/bp-default/_inc/ajax.php +11 -4
  56. bp-xprofile/classes/class-bp-xprofile-field.php +1 -1
  57. bp-xprofile/classes/class-bp-xprofile-group.php +1 -1
  58. buddypress.pot +453 -405
  59. humans.txt +14 -1
bp-activity/bp-activity-functions.php CHANGED
@@ -1870,10 +1870,13 @@ function bp_activity_add( $args = '' ) {
1870
  * @since 1.2.0
1871
  *
1872
  * @param array|string $args {
1873
- * @type string $content The content of the activity update.
1874
- * @type int $user_id Optional. Defaults to the logged-in user.
 
 
1875
  * }
1876
- * @return int $activity_id The activity id.
 
1877
  */
1878
  function bp_activity_post_update( $args = '' ) {
1879
 
1870
  * @since 1.2.0
1871
  *
1872
  * @param array|string $args {
1873
+ * @type string $content The content of the activity update.
1874
+ * @type int $user_id Optional. Defaults to the logged-in user.
1875
+ * @type string $error_type Optional. Error type to return. Either 'bool' or 'wp_error'. Defaults to
1876
+ * 'bool' for boolean. 'wp_error' will return a WP_Error object.
1877
  * }
1878
+ * @return int|bool|WP_Error $activity_id The activity id on success. On failure, either boolean false or WP_Error
1879
+ * object depending on the 'error_type' $args parameter.
1880
  */
1881
  function bp_activity_post_update( $args = '' ) {
1882
 
bp-blogs/bp-blogs-template.php CHANGED
@@ -1111,9 +1111,8 @@ function bp_blogs_signup_blog( $blogname = '', $blog_title = '', $errors = '' )
1111
  echo '<input name="blog_title" type="text" id="blog_title" value="'.esc_html($blog_title, 1).'" /></p>';
1112
  ?>
1113
 
1114
- <p>
1115
- <label for="blog_public_on"><?php _e('Privacy:', 'buddypress') ?></label>
1116
- <?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?>
1117
 
1118
  <label class="checkbox" for="blog_public_on">
1119
  <input type="radio" id="blog_public_on" name="blog_public" value="1" <?php if( !isset( $_POST['blog_public'] ) || '1' == $_POST['blog_public'] ) { ?>checked="checked"<?php } ?> />
@@ -1123,7 +1122,7 @@ function bp_blogs_signup_blog( $blogname = '', $blog_title = '', $errors = '' )
1123
  <input type="radio" id="blog_public_off" name="blog_public" value="0" <?php if( isset( $_POST['blog_public'] ) && '0' == $_POST['blog_public'] ) { ?>checked="checked"<?php } ?> />
1124
  <strong><?php _e( 'No' , 'buddypress'); ?></strong>
1125
  </label>
1126
- </p>
1127
 
1128
  <?php
1129
 
1111
  echo '<input name="blog_title" type="text" id="blog_title" value="'.esc_html($blog_title, 1).'" /></p>';
1112
  ?>
1113
 
1114
+ <fieldset class="create-site">
1115
+ <legend class="label"><?php _e('Privacy: I would like my site to appear in search engines, and in public listings around this network', 'buddypress') ?></legend>
 
1116
 
1117
  <label class="checkbox" for="blog_public_on">
1118
  <input type="radio" id="blog_public_on" name="blog_public" value="1" <?php if( !isset( $_POST['blog_public'] ) || '1' == $_POST['blog_public'] ) { ?>checked="checked"<?php } ?> />
1122
  <input type="radio" id="blog_public_off" name="blog_public" value="0" <?php if( isset( $_POST['blog_public'] ) && '0' == $_POST['blog_public'] ) { ?>checked="checked"<?php } ?> />
1123
  <strong><?php _e( 'No' , 'buddypress'); ?></strong>
1124
  </label>
1125
+ </fieldset>
1126
 
1127
  <?php
1128
 
bp-core/admin/bp-core-admin-functions.php CHANGED
@@ -1113,3 +1113,214 @@ function bp_core_admin_user_spammed_js() {
1113
  </script>
1114
  <?php
1115
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1113
  </script>
1114
  <?php
1115
  }
1116
+
1117
+ /** Upgrade protection *******************************************************/
1118
+
1119
+ /**
1120
+ * Determines whether the current installation is running PHP 5.3 or greater.
1121
+ *
1122
+ * BuddyPress 2.8 introduces a minimum PHP requirement of PHP 5.3.
1123
+ *
1124
+ * @since 2.7.0
1125
+ *
1126
+ * @return bool
1127
+ */
1128
+ function bp_core_admin_is_running_php53_or_greater() {
1129
+ return version_compare( PHP_VERSION, '5.3', '>=' );
1130
+ }
1131
+
1132
+ /**
1133
+ * Replaces WP's default update notice on plugins.php with an error message, when site is not running PHP 5.3 or greater.
1134
+ *
1135
+ * @since 2.7.0
1136
+ */
1137
+ function bp_core_admin_maybe_disable_update_row_for_php53_requirement() {
1138
+ if ( bp_core_admin_is_running_php53_or_greater() ) {
1139
+ return;
1140
+ }
1141
+
1142
+ $loader = basename( constant( 'BP_PLUGIN_DIR' ) ) . '/bp-loader.php';
1143
+
1144
+ remove_action( "after_plugin_row_{$loader}", 'wp_plugin_update_row', 10, 2 );
1145
+ add_action( "after_plugin_row_{$loader}", 'bp_core_admin_php52_plugin_row', 10, 2 );
1146
+ }
1147
+ add_action( 'load-plugins.php', 'bp_core_admin_maybe_disable_update_row_for_php53_requirement', 100 );
1148
+
1149
+ /**
1150
+ * On the "Dashboard > Updates" page, remove BuddyPress from plugins list if PHP < 5.3.
1151
+ *
1152
+ * @since 2.7.0
1153
+ */
1154
+ function bp_core_admin_maybe_remove_from_update_core() {
1155
+ if ( bp_core_admin_is_running_php53_or_greater() ) {
1156
+ return;
1157
+ }
1158
+
1159
+ // Add filter to remove BP from the update plugins list.
1160
+ add_filter( 'site_transient_update_plugins', 'bp_core_admin_remove_buddypress_from_update_transient' );
1161
+ }
1162
+ add_action( 'load-update-core.php', 'bp_core_admin_maybe_remove_from_update_core' );
1163
+
1164
+ /**
1165
+ * Filter callback to remove BuddyPress from the update plugins list.
1166
+ *
1167
+ * Attached to the 'site_transient_update_plugins' filter.
1168
+ *
1169
+ * @since 2.7.0
1170
+ *
1171
+ * @param object $retval Object of plugin update data.
1172
+ * @return object
1173
+ */
1174
+ function bp_core_admin_remove_buddypress_from_update_transient( $retval ) {
1175
+ $loader = basename( constant( 'BP_PLUGIN_DIR' ) ) . '/bp-loader.php';
1176
+
1177
+ // Remove BP from update plugins list.
1178
+ if ( isset( $retval->response[ $loader ] ) ) {
1179
+ unset( $retval->response[ $loader ] );
1180
+ }
1181
+
1182
+ return $retval;
1183
+ }
1184
+
1185
+ /**
1186
+ * Outputs a replacement for WP's default update notice, when site is not running PHP 5.3 or greater.
1187
+ *
1188
+ * When we see that a site is not running PHP 5.3 and is trying to update to
1189
+ * BP 2.8+, we replace WP's default notice with our own, which both provides a
1190
+ * link to our documentation of the requirement, and removes the link that
1191
+ * allows a single plugin to be updated.
1192
+ *
1193
+ * @since 2.7.0
1194
+ *
1195
+ * @param string $file Plugin filename. buddypress/bp-loader.php.
1196
+ * @param array $plugin_data Data about the BuddyPress plugin, as returned by the
1197
+ * plugins API.
1198
+ */
1199
+ function bp_core_admin_php52_plugin_row( $file, $plugin_data ) {
1200
+ if ( is_multisite() && ! is_network_admin() ) {
1201
+ return;
1202
+ }
1203
+
1204
+ $current = get_site_transient( 'update_plugins' );
1205
+ if ( ! isset( $current->response[ $file ] ) ) {
1206
+ return false;
1207
+ }
1208
+
1209
+ $response = $current->response[ $file ];
1210
+
1211
+ // No need to do this if update is for < BP 2.8.
1212
+ if ( version_compare( $response->new_version, '2.8', '<' ) ) {
1213
+ return false;
1214
+ }
1215
+
1216
+ $wp_list_table = _get_list_table( 'WP_Plugins_List_Table' );
1217
+
1218
+ if ( is_network_admin() ) {
1219
+ $active_class = is_plugin_active_for_network( $file ) ? ' active' : '';
1220
+ } else {
1221
+ $active_class = is_plugin_active( $file ) ? ' active' : '';
1222
+ }
1223
+
1224
+ // WP 4.6 uses different markup for the plugin row notice.
1225
+ if ( function_exists( 'wp_get_ext_types' ) ) {
1226
+ $p = '<p>%s</p>';
1227
+
1228
+ // WP < 4.6.
1229
+ } else {
1230
+ $p = '%s';
1231
+
1232
+ // Ugh.
1233
+ $active_class .= ' not-shiny';
1234
+ }
1235
+
1236
+ echo '<tr class="plugin-update-tr' . $active_class . '" id="' . esc_attr( $response->slug . '-update' ) . '" data-slug="' . esc_attr( $response->slug ) . '" data-plugin="' . esc_attr( $file ) . '"><td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange"><div class="update-message inline notice notice-error notice-alt">';
1237
+
1238
+ printf( $p,
1239
+ esc_html__( 'A BuddyPress update is available, but your system is not compatible.', 'buddypress' ) . ' ' .
1240
+ sprintf( __( 'See <a href="%s">the Codex guide</a> for more information.', 'buddypress' ), 'https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/' )
1241
+ );
1242
+
1243
+ echo '</div></td></tr>';
1244
+
1245
+ /*
1246
+ * JavaScript to disable the bulk upgrade checkbox.
1247
+ * See WP_Plugins_List_Table::single_row().
1248
+ */
1249
+ $checkbox_id = 'checkbox_' . md5( $plugin_data['Name'] );
1250
+ echo "<script type='text/javascript'>document.getElementById('$checkbox_id').disabled = true;</script>";
1251
+ }
1252
+
1253
+ /**
1254
+ * Add an admin notice to installations that are not running PHP 5.3+.
1255
+ *
1256
+ * @since 2.7.0
1257
+ */
1258
+ function bp_core_admin_php53_admin_notice() {
1259
+ // If not on the Plugins page, stop now.
1260
+ if ( 'plugins' !== get_current_screen()->parent_base ) {
1261
+ return;
1262
+ }
1263
+
1264
+ if ( ! current_user_can( 'update_core' ) ) {
1265
+ return;
1266
+ }
1267
+
1268
+ if ( bp_core_admin_is_running_php53_or_greater() ) {
1269
+ return;
1270
+ }
1271
+
1272
+ $notice_id = 'bp28-php53';
1273
+ if ( bp_get_option( "bp-dismissed-notice-$notice_id" ) ) {
1274
+ return;
1275
+ }
1276
+
1277
+ $bp = buddypress();
1278
+ $min = bp_core_get_minified_asset_suffix();
1279
+
1280
+ wp_enqueue_script(
1281
+ 'bp-dismissible-admin-notices',
1282
+ "{$bp->plugin_url}bp-core/admin/js/dismissible-admin-notices{$min}.js",
1283
+ array( 'jquery' ),
1284
+ bp_get_version(),
1285
+ true
1286
+ );
1287
+
1288
+ $php_version = PHP_VERSION;
1289
+
1290
+ ?>
1291
+
1292
+ <div id="message" class="error notice is-dismissible bp-is-dismissible" data-noticeid="<?php echo esc_attr( $notice_id ); ?>">
1293
+ <p><strong><?php esc_html_e( 'Your site is not ready for BuddyPress 2.8.', 'buddypress' ); ?></strong></p>
1294
+ <p><?php printf( esc_html__( 'Your site is currently running PHP version %s, while BuddyPress 2.8 will require version 5.3+.', 'buddypress' ), $php_version ); ?> <?php printf( __( 'See <a href="%s">the Codex guide</a> for more information.', 'buddypress' ), 'https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/' ); ?></p>
1295
+ <?php wp_nonce_field( "bp-dismissible-notice-$notice_id", "bp-dismissible-nonce-$notice_id" ); ?>
1296
+ </div>
1297
+ <?php
1298
+ }
1299
+ add_action( 'admin_notices', 'bp_core_admin_php53_admin_notice' );
1300
+ add_action( 'network_admin_notices', 'bp_core_admin_php53_admin_notice' );
1301
+
1302
+ /**
1303
+ * Catch and process an admin notice dismissal.
1304
+ *
1305
+ * @since 2.7.0
1306
+ */
1307
+ function bp_core_admin_notice_dismiss_callback() {
1308
+ if ( ! current_user_can( 'install_plugins' ) ) {
1309
+ wp_send_json_error();
1310
+ }
1311
+
1312
+ if ( empty( $_POST['nonce'] ) || empty( $_POST['notice_id'] ) ) {
1313
+ wp_send_json_error();
1314
+ }
1315
+
1316
+ $notice_id = wp_unslash( $_POST['notice_id'] );
1317
+
1318
+ if ( ! wp_verify_nonce( $_POST['nonce'], 'bp-dismissible-notice-' . $notice_id ) ) {
1319
+ wp_send_json_error();
1320
+ }
1321
+
1322
+ bp_update_option( "bp-dismissed-notice-$notice_id", 1 );
1323
+
1324
+ wp_send_json_success();
1325
+ }
1326
+ add_action( 'wp_ajax_bp_dismiss_notice', 'bp_core_admin_notice_dismiss_callback' );
bp-core/admin/css/common-rtl.css CHANGED
@@ -21,6 +21,7 @@ TABLE OF CONTENTS:
21
  3.0 User's Lists
22
  4.0 Emails - Edit page
23
  5.0 Tools - BuddyPress
 
24
  ------------------------------------------------------------------------------*/
25
 
26
  /*------------------------------------------------------------------------------
@@ -65,7 +66,27 @@ TABLE OF CONTENTS:
65
  .index_page_bp-about .bp-headline-feature,
66
  .dashboard_page_bp-about .bp-headline-feature {
67
  margin-bottom: 3em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  text-align: center;
 
69
  }
70
 
71
  .index_page_bp-about .bp-headline-feature h3,
@@ -73,16 +94,15 @@ TABLE OF CONTENTS:
73
  .dashboard_page_bp-about .bp-headline-feature h3,
74
  .dashboard_page_bp-about .bp-headline-feature .headline-title {
75
  font-size: 2.2em;
76
- line-height: 1.3;
77
- margin: 1.25em 0 0.6em;
78
- text-align: center;
79
  }
80
 
81
  .index_page_bp-about .bp-headline-feature p,
82
  .dashboard_page_bp-about .bp-headline-feature p {
83
  font-size: 1.15em;
84
- margin: 1.15em auto 0.6em;
85
- max-width: 80%;
86
  }
87
 
88
  .index_page_bp-about .bp-headline-feature .introduction,
@@ -97,26 +117,46 @@ TABLE OF CONTENTS:
97
  .index_page_bp-about .bp-features-section,
98
  .dashboard_page_bp-about .bp-features-section {
99
  clear: both;
100
- margin-bottom: 2em;
101
- margin-top: 2em;
102
  padding-bottom: 0;
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  .index_page_bp-about .bp-features-section h3,
106
  .dashboard_page_bp-about .bp-features-section h3 {
107
- font-size: 1.8em;
108
- font-weight: normal;
109
- line-height: 1.5em;
110
- margin: 0 0 0.6em;
111
  text-align: center;
112
  }
113
 
114
  .index_page_bp-about .bp-feature,
115
  .dashboard_page_bp-about .bp-feature {
116
- clear: both;
117
- overflow: hidden;
118
  margin-bottom: 3em;
119
- margin-top: 3em;
 
 
 
 
 
 
120
  }
121
 
122
  .index_page_bp-about .bp-feature::after,
@@ -126,55 +166,28 @@ TABLE OF CONTENTS:
126
 
127
  .index_page_bp-about .bp-feature h4,
128
  .dashboard_page_bp-about .bp-feature h4 {
129
- color: #23282d;
130
- display: inline-block;
131
  font-size: 1.25em;
132
- margin-bottom: 0.6em;
 
 
133
  margin-top: 0;
134
- width: 47%;
135
  }
136
 
137
  .index_page_bp-about .bp-feature p,
138
  .dashboard_page_bp-about .bp-feature p {
139
- float: right;
140
- font-size: 1.15em;
141
- width: 47%;
142
- }
143
-
144
- .index_page_bp-about .bp-feature.opposite h4,
145
- .dashboard_page_bp-about .bp-feature.opposite h4,
146
- .index_page_bp-about .bp-feature.opposite p,
147
- .dashboard_page_bp-about .bp-feature.opposite p {
148
- float: left;
149
- }
150
-
151
- .index_page_bp-about .bp-feature img,
152
- .dashboard_page_bp-about .bp-feature img {
153
- clear: left;
154
- float: left;
155
- margin-right: 2.5%;
156
- width: 50%;
157
- max-width: 50%;
158
- }
159
-
160
- .index_page_bp-about .bp-feature.opposite img,
161
- .dashboard_page_bp-about .bp-feature.opposite img{
162
- clear: right;
163
- float: right;
164
- margin-right: 0;
165
- margin-left: 2.5%;
166
  }
167
 
168
-
169
  /*
170
  * 1.2.3 Changelog Section
171
  */
172
  .index_page_bp-about .bp-changelog-section,
173
  .dashboard_page_bp-about .bp-changelog-section {
174
- border-top: 1px solid #ccc;
175
  clear: both;
176
- margin-bottom: 3em;
177
- margin-top: 2em;
 
178
  padding-bottom: 0;
179
  }
180
 
@@ -189,7 +202,7 @@ TABLE OF CONTENTS:
189
  font-size: 1.8em;
190
  font-weight: 300;
191
  line-height: 1.5;
192
- margin: 1.25em 0 0.6em;
193
  text-align: center;
194
  }
195
 
@@ -213,39 +226,38 @@ TABLE OF CONTENTS:
213
 
214
  .index_page_bp-about .bp-changelog h4,
215
  .dashboard_page_bp-about .bp-changelog h4 {
216
- font-size: 1.15em;
217
- margin-top: 1.5em;
218
- margin-bottom: 0.6em;
219
  }
220
 
221
  .index_page_bp-about .bp-changelog p,
222
  .dashboard_page_bp-about .bp-changelog p {
223
- font-size: 1.05em;
224
- margin-top: 0.75em;
 
 
 
225
  }
226
 
227
  .bp-assets {
228
  clear: both;
229
  margin-bottom: 2em;
230
- padding-top: 3em;
231
  }
232
 
233
  @media screen and ( max-width: 782px ) {
234
  .index_page_bp-about .bp-headline-feature,
235
  .dashboard_page_bp-about .bp-headline-feature {
236
- max-width: 100%;
237
- }
238
- .index_page_bp-about .bp-headline-feature .headline-title,
239
- .dashboard_page_bp-about .bp-headline-feature .headline-title {
240
- font-size: 1.5em;
241
- line-height: 1.5;
242
  }
243
- .index_page_bp-about .bp-headline-feature p,
244
- .dashboard_page_bp-about .bp-headline-feature p {
245
- max-width: 100%;
 
246
  }
247
  .index_page_bp-about .bp-features-section,
248
  .dashboard_page_bp-about .bp-features-section {
 
249
  margin-bottom: 0;
250
  margin-top: 2em;
251
  }
@@ -256,6 +268,8 @@ TABLE OF CONTENTS:
256
  font-size: 1.8em;
257
  font-weight: 300;
258
  line-height: 1.5;
 
 
259
  }
260
  .index_page_bp-about .bp-features-section h4,
261
  .dashboard_page_bp-about .bp-features-section h4,
@@ -268,8 +282,17 @@ TABLE OF CONTENTS:
268
  }
269
  .index_page_bp-about .bp-feature,
270
  .dashboard_page_bp-about .bp-feature {
 
 
271
  margin-bottom: 1em;
272
  margin-top: 1em;
 
 
 
 
 
 
 
273
  }
274
  .index_page_bp-about .bp-feature h4,
275
  .dashboard_page_bp-about .bp-feature h4,
@@ -283,19 +306,22 @@ TABLE OF CONTENTS:
283
  .dashboard_page_bp-about .bp-feature.opposite p {
284
  float: none;
285
  }
286
- .index_page_bp-about .bp-feature img,
287
- .dashboard_page_bp-about .bp-feature img {
288
- clear: right;
289
- float: none;
290
- margin-right: 0;
291
- width: 100%;
292
- max-width: 100%;
293
  }
294
- .index_page_bp-about .bp-feature.opposite img,
295
- .dashboard_page_bp-about .bp-feature.opposite img{
296
- clear: right;
297
- float: none;
298
- margin-left: 0;
 
 
 
 
 
 
299
  }
300
  .index_page_bp-about .bp-changelog-section .two-col > div,
301
  .dashboard_page_bp-about .bp-changelog-section .two-col > div {
@@ -304,8 +330,58 @@ TABLE OF CONTENTS:
304
  width: 100%;
305
  }
306
  }
307
-
308
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  /*------------------------------------------------------------------------------
310
  * 2.0 Dashicons
311
  *----------------------------------------------------------------------------*/
@@ -536,3 +612,16 @@ body.post-type-bp-email .categorydiv label {
536
  padding: 0 30px 0 0;
537
  }
538
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  3.0 User's Lists
22
  4.0 Emails - Edit page
23
  5.0 Tools - BuddyPress
24
+ 6.0 Plugins page
25
  ------------------------------------------------------------------------------*/
26
 
27
  /*------------------------------------------------------------------------------
66
  .index_page_bp-about .bp-headline-feature,
67
  .dashboard_page_bp-about .bp-headline-feature {
68
  margin-bottom: 3em;
69
+ margin-top: 3em;
70
+ padding: 2em 3em;
71
+ }
72
+
73
+ .index_page_bp-about .bp-headline,
74
+ .dashboard_page_bp-about .bp-headline {
75
+ margin: 0 auto;
76
+ width: 35em;
77
+ }
78
+
79
+ .index_page_bp-about .bp-headline span.dashicons,
80
+ .dashboard_page_bp-about .bp-headline span.dashicons {
81
+ background-color: #f1f1f1;
82
+ clear: right;
83
+ font-size: 100px;
84
+ float: right;
85
+ height: 100px;
86
+ line-height: 100px;
87
+ margin: 0 0 15px 15px ;
88
  text-align: center;
89
+ width: 100px;
90
  }
91
 
92
  .index_page_bp-about .bp-headline-feature h3,
94
  .dashboard_page_bp-about .bp-headline-feature h3,
95
  .dashboard_page_bp-about .bp-headline-feature .headline-title {
96
  font-size: 2.2em;
97
+ font-weight: 300;
98
+ line-height: 1;
99
+ margin: 0 125px 0 0;
100
  }
101
 
102
  .index_page_bp-about .bp-headline-feature p,
103
  .dashboard_page_bp-about .bp-headline-feature p {
104
  font-size: 1.15em;
105
+ margin: 1.15em 125px 0.6em auto;
 
106
  }
107
 
108
  .index_page_bp-about .bp-headline-feature .introduction,
117
  .index_page_bp-about .bp-features-section,
118
  .dashboard_page_bp-about .bp-features-section {
119
  clear: both;
120
+ margin-top: 3em;
121
+ overflow: hidden;
122
  padding-bottom: 0;
123
  }
124
 
125
+ .index_page_bp-about span.dashicons,
126
+ .dashboard_page_bp-about span.dashicons {
127
+ background-color: #fff;
128
+ border-radius: 50%;
129
+ clear: right;
130
+ color: #d84800;
131
+ font-size: 50px;
132
+ float: right;
133
+ height: 80px;
134
+ line-height: 80px;
135
+ margin: 0 0 15px 15px ;
136
+ text-align: center;
137
+ width: 80px;
138
+ }
139
+
140
  .index_page_bp-about .bp-features-section h3,
141
  .dashboard_page_bp-about .bp-features-section h3 {
142
+ font-size: 2em;
143
+ font-weight: 300;
144
+ line-height: 1.5;
145
+ margin: 0 auto 3em;
146
  text-align: center;
147
  }
148
 
149
  .index_page_bp-about .bp-feature,
150
  .dashboard_page_bp-about .bp-feature {
151
+ float: right;
 
152
  margin-bottom: 3em;
153
+ margin-left: 4.799999999%;
154
+ width: 47.6%;
155
+ }
156
+
157
+ .index_page_bp-about .bp-feature:nth-of-type(2n),
158
+ .dashboard_page_bp-about .bp-feature:nth-of-type(2n) {
159
+ margin-left: 0;
160
  }
161
 
162
  .index_page_bp-about .bp-feature::after,
166
 
167
  .index_page_bp-about .bp-feature h4,
168
  .dashboard_page_bp-about .bp-feature h4 {
 
 
169
  font-size: 1.25em;
170
+ line-height: 1.5;
171
+ margin-bottom: 0;
172
+ margin-right: 110px;
173
  margin-top: 0;
174
+ text-align: right;
175
  }
176
 
177
  .index_page_bp-about .bp-feature p,
178
  .dashboard_page_bp-about .bp-feature p {
179
+ margin-right: 110px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  }
181
 
 
182
  /*
183
  * 1.2.3 Changelog Section
184
  */
185
  .index_page_bp-about .bp-changelog-section,
186
  .dashboard_page_bp-about .bp-changelog-section {
 
187
  clear: both;
188
+ margin-bottom: 8em;
189
+ margin-top: 3em;
190
+ overflow: hidden;
191
  padding-bottom: 0;
192
  }
193
 
202
  font-size: 1.8em;
203
  font-weight: 300;
204
  line-height: 1.5;
205
+ margin: 0 auto 0.5em;
206
  text-align: center;
207
  }
208
 
226
 
227
  .index_page_bp-about .bp-changelog h4,
228
  .dashboard_page_bp-about .bp-changelog h4 {
229
+ font-size: 1em;
230
+ margin-bottom: 0;
231
+ margin-top: 0;
232
  }
233
 
234
  .index_page_bp-about .bp-changelog p,
235
  .dashboard_page_bp-about .bp-changelog p {
236
+ margin-bottom: 3em;
237
+ }
238
+
239
+ .bp-changelog-url {
240
+ text-align: center;
241
  }
242
 
243
  .bp-assets {
244
  clear: both;
245
  margin-bottom: 2em;
 
246
  }
247
 
248
  @media screen and ( max-width: 782px ) {
249
  .index_page_bp-about .bp-headline-feature,
250
  .dashboard_page_bp-about .bp-headline-feature {
251
+ padding: 0;
 
 
 
 
 
252
  }
253
+ .index_page_bp-about .bp-headline,
254
+ .dashboard_page_bp-about .bp-headline {
255
+ margin: 0;
256
+ width: 97%;
257
  }
258
  .index_page_bp-about .bp-features-section,
259
  .dashboard_page_bp-about .bp-features-section {
260
+ clear: both;
261
  margin-bottom: 0;
262
  margin-top: 2em;
263
  }
268
  font-size: 1.8em;
269
  font-weight: 300;
270
  line-height: 1.5;
271
+ margin-bottom: 0.5em;
272
+ margin-top: 0.5em;
273
  }
274
  .index_page_bp-about .bp-features-section h4,
275
  .dashboard_page_bp-about .bp-features-section h4,
282
  }
283
  .index_page_bp-about .bp-feature,
284
  .dashboard_page_bp-about .bp-feature {
285
+ clear: both;
286
+ float: right;
287
  margin-bottom: 1em;
288
  margin-top: 1em;
289
+ margin-left: 0;
290
+ padding-left: 1em;
291
+ width: 100%;
292
+ }
293
+ .index_page_bp-about .bp-feature span,
294
+ .dashboard_page_bp-about .bp-feature span {
295
+ margin-top: 0.33em;
296
  }
297
  .index_page_bp-about .bp-feature h4,
298
  .dashboard_page_bp-about .bp-feature h4,
306
  .dashboard_page_bp-about .bp-feature.opposite p {
307
  float: none;
308
  }
309
+ .index_page_bp-about .bp-changelog-section,
310
+ .dashboard_page_bp-about .bp-changelog-section {
311
+ clear: both;
312
+ margin-bottom: 2em;
 
 
 
313
  }
314
+ .index_page_bp-about .bp-changelog-section .changelog-title,
315
+ .dashboard_page_bp-about .bp-changelog-section .changelog-title {
316
+ margin-bottom: 1em;
317
+ }
318
+ .index_page_bp-about .bp-changelog h4,
319
+ .dashboard_page_bp-about .bp-changelog h4 {
320
+ font-size: 1em;
321
+ }
322
+ .index_page_bp-about .bp-changelog p,
323
+ .dashboard_page_bp-about .bp-changelog p {
324
+ margin-bottom: 2em;
325
  }
326
  .index_page_bp-about .bp-changelog-section .two-col > div,
327
  .dashboard_page_bp-about .bp-changelog-section .two-col > div {
330
  width: 100%;
331
  }
332
  }
333
+ @media screen and ( max-width: 360px ) {
334
+ .index_page_bp-about .bp-headline,
335
+ .dashboard_page_bp-about .bp-headline {
336
+ text-align: center;
337
+ }
338
+ .index_page_bp-about .bp-headline span.dashicons,
339
+ .dashboard_page_bp-about .bp-headline span.dashicons {
340
+ clear: none;
341
+ font-size: 80px;
342
+ float: none;
343
+ height: 80px;
344
+ line-height: 80px;
345
+ margin: 0 auto;
346
+ width: 80px;
347
+ }
348
+ .index_page_bp-about .bp-headline-feature h3,
349
+ .index_page_bp-about .bp-headline-feature .headline-title,
350
+ .dashboard_page_bp-about .bp-headline-feature h3,
351
+ .dashboard_page_bp-about .bp-headline-feature .headline-title {
352
+ margin: 1em 0 0 0;
353
+ text-align: right;
354
+ }
355
+ .index_page_bp-about .bp-headline-feature p,
356
+ .dashboard_page_bp-about .bp-headline-feature p {
357
+ margin: 1.15em 0 0.6em auto;
358
+ text-align: right;
359
+ }
360
+ .index_page_bp-about .bp-headline-feature .headline-title,
361
+ .dashboard_page_bp-about .bp-headline-feature .headline-title {
362
+ font-size: 1.5em;
363
+ line-height: 1.5;
364
+ }
365
+ .index_page_bp-about .bp-headline-feature p,
366
+ .dashboard_page_bp-about .bp-headline-feature p {
367
+ width: auto;
368
+ }
369
+ .index_page_bp-about .bp-feature,
370
+ .dashboard_page_bp-about .bp-feature {
371
+ text-align: center;
372
+ }
373
+ .index_page_bp-about span.dashicons,
374
+ .dashboard_page_bp-about span.dashicons {
375
+ float: none;
376
+ }
377
+ .index_page_bp-about .bp-features-section h4,
378
+ .dashboard_page_bp-about .bp-features-section h4,
379
+ .index_page_bp-about .bp-features-section p,
380
+ .dashboard_page_bp-about .bp-features-section p {
381
+ margin-right: 0;
382
+ text-align: right;
383
+ }
384
+ }
385
  /*------------------------------------------------------------------------------
386
  * 2.0 Dashicons
387
  *----------------------------------------------------------------------------*/
612
  padding: 0 30px 0 0;
613
  }
614
  }
615
+
616
+
617
+ /*------------------------------------------------------------------------------
618
+ * 6.0 Plugins page
619
+ *----------------------------------------------------------------------------*/
620
+ #buddypress-update.not-shiny .update-message {
621
+ border-right: 0;
622
+ padding-right: 36px;
623
+ }
624
+
625
+ #buddypress-update.not-shiny .update-message:before {
626
+ content: "\f534";
627
+ }
bp-core/admin/css/common-rtl.min.css CHANGED
@@ -1 +1 @@
1
- .bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;left:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;left:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;text-align:center}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em auto .6em;max-width:80%}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:2em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:400;line-height:1.5em;margin:0 0 .6em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;overflow:hidden;margin-bottom:3em;margin-top:3em}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{color:#23282d;display:inline-block;font-size:1.25em;margin-bottom:.6em;margin-top:0;width:47%}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{float:right;font-size:1.15em;width:47%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:left}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:left;float:left;margin-right:2.5%;width:50%;max-width:50%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:right;float:right;margin-right:0;margin-left:2.5%}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{border-top:1px solid #ccc;clear:both;margin-bottom:3em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:right;margin-left:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-left:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1.15em;margin-top:1.5em;margin-bottom:.6em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{font-size:1.05em;margin-top:.75em}.bp-assets{clear:both;margin-bottom:2em;padding-top:3em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature p{max-width:100%}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:right}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{margin-bottom:1em;margin-top:1em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:right;float:none;margin-right:0;width:100%;max-width:100%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:right;float:none;margin-left:0}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:right;width:18px;height:18px;margin-left:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:right;padding-right:25px;text-indent:-25px}.tools_page_bp-tools .wrap{max-width:950px}.tools_page_bp-tools p{line-height:2}.tools_page_bp-tools fieldset{margin:2em 0 0}.tools_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600px;margin:1em 0}.tools_page_bp-tools label{clear:right;display:block;line-height:1.5em;margin:0 0 1em;vertical-align:middle}@media screen and (max-width:782px){.tools_page_bp-tools p{line-height:1.5}.tools_page_bp-tools label{margin-bottom:1em;padding-left:25px;text-indent:-33px}.tools_page_bp-tools .checkbox{padding:0 30px 0 0}}
1
+ .bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;left:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;left:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;margin-top:3em;padding:2em 3em}.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{margin:0 auto;width:35em}.dashboard_page_bp-about .bp-headline span.dashicons,.index_page_bp-about .bp-headline span.dashicons{background-color:#f1f1f1;clear:right;font-size:100px;float:right;height:100px;line-height:100px;margin:0 0 15px 15px;text-align:center;width:100px}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;font-weight:300;line-height:1;margin:0 125px 0 0}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em 125px .6em auto}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-top:3em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about span.dashicons,.index_page_bp-about span.dashicons{background-color:#fff;border-radius:50%;clear:right;color:#d84800;font-size:50px;float:right;height:80px;line-height:80px;margin:0 0 15px 15px;text-align:center;width:80px}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:2em;font-weight:300;line-height:1.5;margin:0 auto 3em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{float:right;margin-bottom:3em;margin-left:4.799999999%;width:47.6%}.dashboard_page_bp-about .bp-feature:nth-of-type(2n),.index_page_bp-about .bp-feature:nth-of-type(2n){margin-left:0}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{font-size:1.25em;line-height:1.5;margin-bottom:0;margin-right:110px;margin-top:0;text-align:right}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{margin-right:110px}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{clear:both;margin-bottom:8em;margin-top:3em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:0 auto .5em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:right;margin-left:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-left:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1em;margin-bottom:0;margin-top:0}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{margin-bottom:3em}.bp-changelog-url{text-align:center}.bp-assets{clear:both;margin-bottom:2em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{padding:0}.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{margin:0;width:97%}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5;margin-bottom:.5em;margin-top:.5em}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:right}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;float:right;margin-bottom:1em;margin-top:1em;margin-left:0;padding-left:1em;width:100%}.dashboard_page_bp-about .bp-feature span,.index_page_bp-about .bp-feature span{margin-top:.33em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{clear:both;margin-bottom:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{margin-bottom:1em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{margin-bottom:2em}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}@media screen and (max-width:360px){.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{text-align:center}.dashboard_page_bp-about .bp-headline span.dashicons,.index_page_bp-about .bp-headline span.dashicons{clear:none;font-size:80px;float:none;height:80px;line-height:80px;margin:0 auto;width:80px}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{margin:1em 0 0;text-align:right}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{margin:1.15em 0 .6em auto;text-align:right;width:auto}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{text-align:center}.dashboard_page_bp-about span.dashicons,.index_page_bp-about span.dashicons{float:none}.dashboard_page_bp-about .bp-features-section h4,.dashboard_page_bp-about .bp-features-section p,.index_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-features-section p{margin-right:0;text-align:right}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:right;width:18px;height:18px;margin-left:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:right;padding-right:25px;text-indent:-25px}.tools_page_bp-tools .wrap{max-width:950px}.tools_page_bp-tools p{line-height:2}.tools_page_bp-tools fieldset{margin:2em 0 0}.tools_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600px;margin:1em 0}.tools_page_bp-tools label{clear:right;display:block;line-height:1.5em;margin:0 0 1em;vertical-align:middle}@media screen and (max-width:782px){.tools_page_bp-tools p{line-height:1.5}.tools_page_bp-tools label{margin-bottom:1em;padding-left:25px;text-indent:-33px}.tools_page_bp-tools .checkbox{padding:0 30px 0 0}}#buddypress-update.not-shiny .update-message{border-right:0;padding-right:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}
bp-core/admin/css/common.css CHANGED
@@ -21,6 +21,7 @@ TABLE OF CONTENTS:
21
  3.0 User's Lists
22
  4.0 Emails - Edit page
23
  5.0 Tools - BuddyPress
 
24
  ------------------------------------------------------------------------------*/
25
 
26
  /*------------------------------------------------------------------------------
@@ -65,7 +66,27 @@ TABLE OF CONTENTS:
65
  .index_page_bp-about .bp-headline-feature,
66
  .dashboard_page_bp-about .bp-headline-feature {
67
  margin-bottom: 3em;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  text-align: center;
 
69
  }
70
 
71
  .index_page_bp-about .bp-headline-feature h3,
@@ -73,16 +94,15 @@ TABLE OF CONTENTS:
73
  .dashboard_page_bp-about .bp-headline-feature h3,
74
  .dashboard_page_bp-about .bp-headline-feature .headline-title {
75
  font-size: 2.2em;
76
- line-height: 1.3;
77
- margin: 1.25em 0 0.6em;
78
- text-align: center;
79
  }
80
 
81
  .index_page_bp-about .bp-headline-feature p,
82
  .dashboard_page_bp-about .bp-headline-feature p {
83
  font-size: 1.15em;
84
- margin: 1.15em auto 0.6em;
85
- max-width: 80%;
86
  }
87
 
88
  .index_page_bp-about .bp-headline-feature .introduction,
@@ -97,26 +117,46 @@ TABLE OF CONTENTS:
97
  .index_page_bp-about .bp-features-section,
98
  .dashboard_page_bp-about .bp-features-section {
99
  clear: both;
100
- margin-bottom: 2em;
101
- margin-top: 2em;
102
  padding-bottom: 0;
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  .index_page_bp-about .bp-features-section h3,
106
  .dashboard_page_bp-about .bp-features-section h3 {
107
- font-size: 1.8em;
108
- font-weight: normal;
109
- line-height: 1.5em;
110
- margin: 0 0 0.6em;
111
  text-align: center;
112
  }
113
 
114
  .index_page_bp-about .bp-feature,
115
  .dashboard_page_bp-about .bp-feature {
116
- clear: both;
117
- overflow: hidden;
118
  margin-bottom: 3em;
119
- margin-top: 3em;
 
 
 
 
 
 
120
  }
121
 
122
  .index_page_bp-about .bp-feature::after,
@@ -126,55 +166,28 @@ TABLE OF CONTENTS:
126
 
127
  .index_page_bp-about .bp-feature h4,
128
  .dashboard_page_bp-about .bp-feature h4 {
129
- color: #23282d;
130
- display: inline-block;
131
  font-size: 1.25em;
132
- margin-bottom: 0.6em;
 
 
133
  margin-top: 0;
134
- width: 47%;
135
  }
136
 
137
  .index_page_bp-about .bp-feature p,
138
  .dashboard_page_bp-about .bp-feature p {
139
- float: left;
140
- font-size: 1.15em;
141
- width: 47%;
142
- }
143
-
144
- .index_page_bp-about .bp-feature.opposite h4,
145
- .dashboard_page_bp-about .bp-feature.opposite h4,
146
- .index_page_bp-about .bp-feature.opposite p,
147
- .dashboard_page_bp-about .bp-feature.opposite p {
148
- float: right;
149
- }
150
-
151
- .index_page_bp-about .bp-feature img,
152
- .dashboard_page_bp-about .bp-feature img {
153
- clear: right;
154
- float: right;
155
- margin-left: 2.5%;
156
- width: 50%;
157
- max-width: 50%;
158
- }
159
-
160
- .index_page_bp-about .bp-feature.opposite img,
161
- .dashboard_page_bp-about .bp-feature.opposite img{
162
- clear: left;
163
- float: left;
164
- margin-left: 0;
165
- margin-right: 2.5%;
166
  }
167
 
168
-
169
  /*
170
  * 1.2.3 Changelog Section
171
  */
172
  .index_page_bp-about .bp-changelog-section,
173
  .dashboard_page_bp-about .bp-changelog-section {
174
- border-top: 1px solid #ccc;
175
  clear: both;
176
- margin-bottom: 3em;
177
- margin-top: 2em;
 
178
  padding-bottom: 0;
179
  }
180
 
@@ -189,7 +202,7 @@ TABLE OF CONTENTS:
189
  font-size: 1.8em;
190
  font-weight: 300;
191
  line-height: 1.5;
192
- margin: 1.25em 0 0.6em;
193
  text-align: center;
194
  }
195
 
@@ -213,39 +226,38 @@ TABLE OF CONTENTS:
213
 
214
  .index_page_bp-about .bp-changelog h4,
215
  .dashboard_page_bp-about .bp-changelog h4 {
216
- font-size: 1.15em;
217
- margin-top: 1.5em;
218
- margin-bottom: 0.6em;
219
  }
220
 
221
  .index_page_bp-about .bp-changelog p,
222
  .dashboard_page_bp-about .bp-changelog p {
223
- font-size: 1.05em;
224
- margin-top: 0.75em;
 
 
 
225
  }
226
 
227
  .bp-assets {
228
  clear: both;
229
  margin-bottom: 2em;
230
- padding-top: 3em;
231
  }
232
 
233
  @media screen and ( max-width: 782px ) {
234
  .index_page_bp-about .bp-headline-feature,
235
  .dashboard_page_bp-about .bp-headline-feature {
236
- max-width: 100%;
237
- }
238
- .index_page_bp-about .bp-headline-feature .headline-title,
239
- .dashboard_page_bp-about .bp-headline-feature .headline-title {
240
- font-size: 1.5em;
241
- line-height: 1.5;
242
  }
243
- .index_page_bp-about .bp-headline-feature p,
244
- .dashboard_page_bp-about .bp-headline-feature p {
245
- max-width: 100%;
 
246
  }
247
  .index_page_bp-about .bp-features-section,
248
  .dashboard_page_bp-about .bp-features-section {
 
249
  margin-bottom: 0;
250
  margin-top: 2em;
251
  }
@@ -256,6 +268,8 @@ TABLE OF CONTENTS:
256
  font-size: 1.8em;
257
  font-weight: 300;
258
  line-height: 1.5;
 
 
259
  }
260
  .index_page_bp-about .bp-features-section h4,
261
  .dashboard_page_bp-about .bp-features-section h4,
@@ -268,8 +282,17 @@ TABLE OF CONTENTS:
268
  }
269
  .index_page_bp-about .bp-feature,
270
  .dashboard_page_bp-about .bp-feature {
 
 
271
  margin-bottom: 1em;
272
  margin-top: 1em;
 
 
 
 
 
 
 
273
  }
274
  .index_page_bp-about .bp-feature h4,
275
  .dashboard_page_bp-about .bp-feature h4,
@@ -283,19 +306,22 @@ TABLE OF CONTENTS:
283
  .dashboard_page_bp-about .bp-feature.opposite p {
284
  float: none;
285
  }
286
- .index_page_bp-about .bp-feature img,
287
- .dashboard_page_bp-about .bp-feature img {
288
- clear: left;
289
- float: none;
290
- margin-left: 0;
291
- width: 100%;
292
- max-width: 100%;
293
  }
294
- .index_page_bp-about .bp-feature.opposite img,
295
- .dashboard_page_bp-about .bp-feature.opposite img{
296
- clear: left;
297
- float: none;
298
- margin-right: 0;
 
 
 
 
 
 
299
  }
300
  .index_page_bp-about .bp-changelog-section .two-col > div,
301
  .dashboard_page_bp-about .bp-changelog-section .two-col > div {
@@ -304,8 +330,58 @@ TABLE OF CONTENTS:
304
  width: 100%;
305
  }
306
  }
307
-
308
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  /*------------------------------------------------------------------------------
310
  * 2.0 Dashicons
311
  *----------------------------------------------------------------------------*/
@@ -536,3 +612,16 @@ body.post-type-bp-email .categorydiv label {
536
  padding: 0 0 0 30px;
537
  }
538
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  3.0 User's Lists
22
  4.0 Emails - Edit page
23
  5.0 Tools - BuddyPress
24
+ 6.0 Plugins page
25
  ------------------------------------------------------------------------------*/
26
 
27
  /*------------------------------------------------------------------------------
66
  .index_page_bp-about .bp-headline-feature,
67
  .dashboard_page_bp-about .bp-headline-feature {
68
  margin-bottom: 3em;
69
+ margin-top: 3em;
70
+ padding: 2em 3em;
71
+ }
72
+
73
+ .index_page_bp-about .bp-headline,
74
+ .dashboard_page_bp-about .bp-headline {
75
+ margin: 0 auto;
76
+ width: 35em;
77
+ }
78
+
79
+ .index_page_bp-about .bp-headline span.dashicons,
80
+ .dashboard_page_bp-about .bp-headline span.dashicons {
81
+ background-color: #f1f1f1;
82
+ clear: left;
83
+ font-size: 100px;
84
+ float: left;
85
+ height: 100px;
86
+ line-height: 100px;
87
+ margin: 0 15px 15px 0 ;
88
  text-align: center;
89
+ width: 100px;
90
  }
91
 
92
  .index_page_bp-about .bp-headline-feature h3,
94
  .dashboard_page_bp-about .bp-headline-feature h3,
95
  .dashboard_page_bp-about .bp-headline-feature .headline-title {
96
  font-size: 2.2em;
97
+ font-weight: 300;
98
+ line-height: 1;
99
+ margin: 0 0 0 125px;
100
  }
101
 
102
  .index_page_bp-about .bp-headline-feature p,
103
  .dashboard_page_bp-about .bp-headline-feature p {
104
  font-size: 1.15em;
105
+ margin: 1.15em auto 0.6em 125px;
 
106
  }
107
 
108
  .index_page_bp-about .bp-headline-feature .introduction,
117
  .index_page_bp-about .bp-features-section,
118
  .dashboard_page_bp-about .bp-features-section {
119
  clear: both;
120
+ margin-top: 3em;
121
+ overflow: hidden;
122
  padding-bottom: 0;
123
  }
124
 
125
+ .index_page_bp-about span.dashicons,
126
+ .dashboard_page_bp-about span.dashicons {
127
+ background-color: #fff;
128
+ border-radius: 50%;
129
+ clear: left;
130
+ color: #d84800;
131
+ font-size: 50px;
132
+ float: left;
133
+ height: 80px;
134
+ line-height: 80px;
135
+ margin: 0 15px 15px 0 ;
136
+ text-align: center;
137
+ width: 80px;
138
+ }
139
+
140
  .index_page_bp-about .bp-features-section h3,
141
  .dashboard_page_bp-about .bp-features-section h3 {
142
+ font-size: 2em;
143
+ font-weight: 300;
144
+ line-height: 1.5;
145
+ margin: 0 auto 3em;
146
  text-align: center;
147
  }
148
 
149
  .index_page_bp-about .bp-feature,
150
  .dashboard_page_bp-about .bp-feature {
151
+ float: left;
 
152
  margin-bottom: 3em;
153
+ margin-right: 4.799999999%;
154
+ width: 47.6%;
155
+ }
156
+
157
+ .index_page_bp-about .bp-feature:nth-of-type(2n),
158
+ .dashboard_page_bp-about .bp-feature:nth-of-type(2n) {
159
+ margin-right: 0;
160
  }
161
 
162
  .index_page_bp-about .bp-feature::after,
166
 
167
  .index_page_bp-about .bp-feature h4,
168
  .dashboard_page_bp-about .bp-feature h4 {
 
 
169
  font-size: 1.25em;
170
+ line-height: 1.5;
171
+ margin-bottom: 0;
172
+ margin-left: 110px;
173
  margin-top: 0;
174
+ text-align: left;
175
  }
176
 
177
  .index_page_bp-about .bp-feature p,
178
  .dashboard_page_bp-about .bp-feature p {
179
+ margin-left: 110px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  }
181
 
 
182
  /*
183
  * 1.2.3 Changelog Section
184
  */
185
  .index_page_bp-about .bp-changelog-section,
186
  .dashboard_page_bp-about .bp-changelog-section {
 
187
  clear: both;
188
+ margin-bottom: 8em;
189
+ margin-top: 3em;
190
+ overflow: hidden;
191
  padding-bottom: 0;
192
  }
193
 
202
  font-size: 1.8em;
203
  font-weight: 300;
204
  line-height: 1.5;
205
+ margin: 0 auto 0.5em;
206
  text-align: center;
207
  }
208
 
226
 
227
  .index_page_bp-about .bp-changelog h4,
228
  .dashboard_page_bp-about .bp-changelog h4 {
229
+ font-size: 1em;
230
+ margin-bottom: 0;
231
+ margin-top: 0;
232
  }
233
 
234
  .index_page_bp-about .bp-changelog p,
235
  .dashboard_page_bp-about .bp-changelog p {
236
+ margin-bottom: 3em;
237
+ }
238
+
239
+ .bp-changelog-url {
240
+ text-align: center;
241
  }
242
 
243
  .bp-assets {
244
  clear: both;
245
  margin-bottom: 2em;
 
246
  }
247
 
248
  @media screen and ( max-width: 782px ) {
249
  .index_page_bp-about .bp-headline-feature,
250
  .dashboard_page_bp-about .bp-headline-feature {
251
+ padding: 0;
 
 
 
 
 
252
  }
253
+ .index_page_bp-about .bp-headline,
254
+ .dashboard_page_bp-about .bp-headline {
255
+ margin: 0;
256
+ width: 97%;
257
  }
258
  .index_page_bp-about .bp-features-section,
259
  .dashboard_page_bp-about .bp-features-section {
260
+ clear: both;
261
  margin-bottom: 0;
262
  margin-top: 2em;
263
  }
268
  font-size: 1.8em;
269
  font-weight: 300;
270
  line-height: 1.5;
271
+ margin-bottom: 0.5em;
272
+ margin-top: 0.5em;
273
  }
274
  .index_page_bp-about .bp-features-section h4,
275
  .dashboard_page_bp-about .bp-features-section h4,
282
  }
283
  .index_page_bp-about .bp-feature,
284
  .dashboard_page_bp-about .bp-feature {
285
+ clear: both;
286
+ float: left;
287
  margin-bottom: 1em;
288
  margin-top: 1em;
289
+ margin-right: 0;
290
+ padding-right: 1em;
291
+ width: 100%;
292
+ }
293
+ .index_page_bp-about .bp-feature span,
294
+ .dashboard_page_bp-about .bp-feature span {
295
+ margin-top: 0.33em;
296
  }
297
  .index_page_bp-about .bp-feature h4,
298
  .dashboard_page_bp-about .bp-feature h4,
306
  .dashboard_page_bp-about .bp-feature.opposite p {
307
  float: none;
308
  }
309
+ .index_page_bp-about .bp-changelog-section,
310
+ .dashboard_page_bp-about .bp-changelog-section {
311
+ clear: both;
312
+ margin-bottom: 2em;
 
 
 
313
  }
314
+ .index_page_bp-about .bp-changelog-section .changelog-title,
315
+ .dashboard_page_bp-about .bp-changelog-section .changelog-title {
316
+ margin-bottom: 1em;
317
+ }
318
+ .index_page_bp-about .bp-changelog h4,
319
+ .dashboard_page_bp-about .bp-changelog h4 {
320
+ font-size: 1em;
321
+ }
322
+ .index_page_bp-about .bp-changelog p,
323
+ .dashboard_page_bp-about .bp-changelog p {
324
+ margin-bottom: 2em;
325
  }
326
  .index_page_bp-about .bp-changelog-section .two-col > div,
327
  .dashboard_page_bp-about .bp-changelog-section .two-col > div {
330
  width: 100%;
331
  }
332
  }
333
+ @media screen and ( max-width: 360px ) {
334
+ .index_page_bp-about .bp-headline,
335
+ .dashboard_page_bp-about .bp-headline {
336
+ text-align: center;
337
+ }
338
+ .index_page_bp-about .bp-headline span.dashicons,
339
+ .dashboard_page_bp-about .bp-headline span.dashicons {
340
+ clear: none;
341
+ font-size: 80px;
342
+ float: none;
343
+ height: 80px;
344
+ line-height: 80px;
345
+ margin: 0 auto;
346
+ width: 80px;
347
+ }
348
+ .index_page_bp-about .bp-headline-feature h3,
349
+ .index_page_bp-about .bp-headline-feature .headline-title,
350
+ .dashboard_page_bp-about .bp-headline-feature h3,
351
+ .dashboard_page_bp-about .bp-headline-feature .headline-title {
352
+ margin: 1em 0 0 0;
353
+ text-align: left;
354
+ }
355
+ .index_page_bp-about .bp-headline-feature p,
356
+ .dashboard_page_bp-about .bp-headline-feature p {
357
+ margin: 1.15em auto 0.6em 0;
358
+ text-align: left;
359
+ }
360
+ .index_page_bp-about .bp-headline-feature .headline-title,
361
+ .dashboard_page_bp-about .bp-headline-feature .headline-title {
362
+ font-size: 1.5em;
363
+ line-height: 1.5;
364
+ }
365
+ .index_page_bp-about .bp-headline-feature p,
366
+ .dashboard_page_bp-about .bp-headline-feature p {
367
+ width: auto;
368
+ }
369
+ .index_page_bp-about .bp-feature,
370
+ .dashboard_page_bp-about .bp-feature {
371
+ text-align: center;
372
+ }
373
+ .index_page_bp-about span.dashicons,
374
+ .dashboard_page_bp-about span.dashicons {
375
+ float: none;
376
+ }
377
+ .index_page_bp-about .bp-features-section h4,
378
+ .dashboard_page_bp-about .bp-features-section h4,
379
+ .index_page_bp-about .bp-features-section p,
380
+ .dashboard_page_bp-about .bp-features-section p {
381
+ margin-left: 0;
382
+ text-align: left;
383
+ }
384
+ }
385
  /*------------------------------------------------------------------------------
386
  * 2.0 Dashicons
387
  *----------------------------------------------------------------------------*/
612
  padding: 0 0 0 30px;
613
  }
614
  }
615
+
616
+
617
+ /*------------------------------------------------------------------------------
618
+ * 6.0 Plugins page
619
+ *----------------------------------------------------------------------------*/
620
+ #buddypress-update.not-shiny .update-message {
621
+ border-left: 0;
622
+ padding-left: 36px;
623
+ }
624
+
625
+ #buddypress-update.not-shiny .update-message:before {
626
+ content: "\f534";
627
+ }
bp-core/admin/css/common.min.css CHANGED
@@ -1 +1 @@
1
- .bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;right:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;right:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;text-align:center}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;line-height:1.3;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em auto .6em;max-width:80%}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:2em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:400;line-height:1.5em;margin:0 0 .6em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;overflow:hidden;margin-bottom:3em;margin-top:3em}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{color:#23282d;display:inline-block;font-size:1.25em;margin-bottom:.6em;margin-top:0;width:47%}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{float:left;font-size:1.15em;width:47%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:right}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:right;float:right;margin-left:2.5%;width:50%;max-width:50%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:left;float:left;margin-left:0;margin-right:2.5%}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{border-top:1px solid #ccc;clear:both;margin-bottom:3em;margin-top:2em;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:1.25em 0 .6em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:left;margin-right:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-right:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1.15em;margin-top:1.5em;margin-bottom:.6em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{font-size:1.05em;margin-top:.75em}.bp-assets{clear:both;margin-bottom:2em;padding-top:3em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature p{max-width:100%}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:left}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{margin-bottom:1em;margin-top:1em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-feature img,.index_page_bp-about .bp-feature img{clear:left;float:none;margin-left:0;width:100%;max-width:100%}.dashboard_page_bp-about .bp-feature.opposite img,.index_page_bp-about .bp-feature.opposite img{clear:left;float:none;margin-right:0}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:left;width:18px;height:18px;margin-right:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:left;padding-left:25px;text-indent:-25px}.tools_page_bp-tools .wrap{max-width:950px}.tools_page_bp-tools p{line-height:2}.tools_page_bp-tools fieldset{margin:2em 0 0}.tools_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600px;margin:1em 0}.tools_page_bp-tools label{clear:left;display:block;line-height:1.5em;margin:0 0 1em;vertical-align:middle}@media screen and (max-width:782px){.tools_page_bp-tools p{line-height:1.5}.tools_page_bp-tools label{margin-bottom:1em;padding-right:25px;text-indent:-33px}.tools_page_bp-tools .checkbox{padding:0 0 0 30px}}
1
+ .bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons!important}.bp-badge:before{content:"\f448"}.dashboard_page_bp-about .bp-changelog-section::after,.dashboard_page_bp-about .bp-feature::after,.index_page_bp-about .bp-changelog-section::after,.index_page_bp-about .bp-feature::after{content:''}.about-wrap .bp-badge{position:absolute;top:0;right:0}@media only screen and (max-width:500px){.about-wrap .bp-badge{position:relative;margin:10px auto;top:auto;right:auto}}.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{margin-bottom:3em;margin-top:3em;padding:2em 3em}.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{margin:0 auto;width:35em}.dashboard_page_bp-about .bp-headline span.dashicons,.index_page_bp-about .bp-headline span.dashicons{background-color:#f1f1f1;clear:left;font-size:100px;float:left;height:100px;line-height:100px;margin:0 15px 15px 0;text-align:center;width:100px}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{font-size:2.2em;font-weight:300;line-height:1;margin:0 0 0 125px}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{font-size:1.15em;margin:1.15em auto .6em 125px}.dashboard_page_bp-about .bp-headline-feature .introduction,.index_page_bp-about .bp-headline-feature .introduction{font-weight:600}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-top:3em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about span.dashicons,.index_page_bp-about span.dashicons{background-color:#fff;border-radius:50%;clear:left;color:#d84800;font-size:50px;float:left;height:80px;line-height:80px;margin:0 15px 15px 0;text-align:center;width:80px}.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-features-section h3{font-size:2em;font-weight:300;line-height:1.5;margin:0 auto 3em;text-align:center}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{float:left;margin-bottom:3em;margin-right:4.799999999%;width:47.6%}.dashboard_page_bp-about .bp-feature:nth-of-type(2n),.index_page_bp-about .bp-feature:nth-of-type(2n){margin-right:0}.dashboard_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature h4{font-size:1.25em;line-height:1.5;margin-bottom:0;margin-left:110px;margin-top:0;text-align:left}.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature p{margin-left:110px}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{clear:both;margin-bottom:8em;margin-top:3em;overflow:hidden;padding-bottom:0}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{color:#23282d;font-size:1.8em;font-weight:300;line-height:1.5;margin:0 auto .5em;text-align:center}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{float:left;margin-right:4.799999999%;position:relative;width:47.6%}.dashboard_page_bp-about .bp-changelog-section .two-col>div.last-feature,.index_page_bp-about .bp-changelog-section .two-col>div.last-feature{margin-right:0}.dashboard_page_bp-about .bp-changelog,.index_page_bp-about .bp-changelog{margin-bottom:3em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1em;margin-bottom:0;margin-top:0}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{margin-bottom:3em}.bp-changelog-url{text-align:center}.bp-assets{clear:both;margin-bottom:2em}@media screen and (max-width:782px){.dashboard_page_bp-about .bp-headline-feature,.index_page_bp-about .bp-headline-feature{padding:0}.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{margin:0;width:97%}.dashboard_page_bp-about .bp-features-section,.index_page_bp-about .bp-features-section{clear:both;margin-bottom:0;margin-top:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.dashboard_page_bp-about .bp-features-section h3,.index_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-features-section h3{font-size:1.8em;font-weight:300;line-height:1.5;margin-bottom:.5em;margin-top:.5em}.dashboard_page_bp-about .bp-changelog-section h4,.dashboard_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-changelog-section h4,.index_page_bp-about .bp-features-section h4{font-size:1.25em;line-height:1.25;margin-top:.6em;text-align:left}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{clear:both;float:left;margin-bottom:1em;margin-top:1em;margin-right:0;padding-right:1em;width:100%}.dashboard_page_bp-about .bp-feature span,.index_page_bp-about .bp-feature span{margin-top:.33em}.dashboard_page_bp-about .bp-feature h4,.dashboard_page_bp-about .bp-feature p,.index_page_bp-about .bp-feature h4,.index_page_bp-about .bp-feature p{width:100%}.dashboard_page_bp-about .bp-feature.opposite h4,.dashboard_page_bp-about .bp-feature.opposite p,.index_page_bp-about .bp-feature.opposite h4,.index_page_bp-about .bp-feature.opposite p{float:none}.dashboard_page_bp-about .bp-changelog-section,.index_page_bp-about .bp-changelog-section{clear:both;margin-bottom:2em}.dashboard_page_bp-about .bp-changelog-section .changelog-title,.index_page_bp-about .bp-changelog-section .changelog-title{margin-bottom:1em}.dashboard_page_bp-about .bp-changelog h4,.index_page_bp-about .bp-changelog h4{font-size:1em}.dashboard_page_bp-about .bp-changelog p,.index_page_bp-about .bp-changelog p{margin-bottom:2em}.dashboard_page_bp-about .bp-changelog-section .two-col>div,.index_page_bp-about .bp-changelog-section .two-col>div{margin-top:0;padding-bottom:.5em;width:100%}}@media screen and (max-width:360px){.dashboard_page_bp-about .bp-headline,.index_page_bp-about .bp-headline{text-align:center}.dashboard_page_bp-about .bp-headline span.dashicons,.index_page_bp-about .bp-headline span.dashicons{clear:none;font-size:80px;float:none;height:80px;line-height:80px;margin:0 auto;width:80px}.dashboard_page_bp-about .bp-headline-feature .headline-title,.dashboard_page_bp-about .bp-headline-feature h3,.index_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature h3{margin:1em 0 0;text-align:left}.dashboard_page_bp-about .bp-headline-feature p,.index_page_bp-about .bp-headline-feature p{margin:1.15em auto .6em 0;text-align:left;width:auto}.dashboard_page_bp-about .bp-headline-feature .headline-title,.index_page_bp-about .bp-headline-feature .headline-title{font-size:1.5em;line-height:1.5}.dashboard_page_bp-about .bp-feature,.index_page_bp-about .bp-feature{text-align:center}.dashboard_page_bp-about span.dashicons,.index_page_bp-about span.dashicons{float:none}.dashboard_page_bp-about .bp-features-section h4,.dashboard_page_bp-about .bp-features-section p,.index_page_bp-about .bp-features-section h4,.index_page_bp-about .bp-features-section p{margin-left:0;text-align:left}}#adminmenu #toplevel_page_bp-activity .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-activity_user .wp-menu-image:before{content:"\f452"}#adminmenu #toplevel_page_bp-groups .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-groups_user .wp-menu-image:before{content:"\f456"}#adminmenu #toplevel_page_bp-notifications .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-notifications_user .wp-menu-image:before{content:"\f439"}#adminmenu #toplevel_page_bp-messages .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-messages_user .wp-menu-image:before{content:"\f457"}#adminmenu #toplevel_page_bp-friends .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-friends_user .wp-menu-image:before{content:"\f454"}#adminmenu #toplevel_page_bp-settings .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_network .wp-menu-image:before,#adminmenu #toplevel_page_bp-settings_user .wp-menu-image:before{content:"\f108"}#adminmenu li.toplevel_page_bp-components .wp-menu-image,#adminmenu li.toplevel_page_bp-general-settings .wp-menu-image{content:"\f448"}.settings_page_bp-components td.plugin-title span{float:left;width:18px;height:18px;margin-right:5px}.settings_page_bp-components td.plugin-title span:before{font-family:dashicons;font-size:18px}.settings_page_bp-components tr.activity td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.notifications td.plugin-title span:before{content:"\f339"}.settings_page_bp-components tr.xprofile td.plugin-title span:before{content:"\f336"}.settings_page_bp-components tr.settings td.plugin-title span:before{content:"\f108"}.settings_page_bp-components tr.groups td.plugin-title span:before{content:"\f456"}.settings_page_bp-components tr.messages td.plugin-title span:before{content:"\f457"}.settings_page_bp-components tr.forums td.plugin-title span:before{content:"\f452"}.settings_page_bp-components tr.blogs td.plugin-title span:before{content:"\f120"}.settings_page_bp-components tr.friends td.plugin-title span:before{content:"\f454"}.settings_page_bp-components tr.core td.plugin-title span:before{content:"\f448"}.settings_page_bp-components tr.members td.plugin-title span:before{content:"\f307"}#bp-admin-component-form .wp-list-table.plugins .plugin-title{width:25%}@media screen and (max-width:782px){.settings_page_bp-components td.plugin-title span{margin-top:5px}#bp-admin-component-form .wp-list-table.plugins .plugin-title{display:block;width:auto}#bp-admin-component-form .subsubsub{margin-bottom:0;padding-bottom:35px}}#adminmenu .toplevel_page_network-tools div.wp-menu-image:before{content:""}body.site-users-php th#role,body.users-php th#role,body.users_page_bp-signups th#count_sent{width:10%}body.site-users-php th#email,body.site-users-php th#name,body.users-php th#email,body.users-php th#name,body.users-php th#registered,body.users_page_bp-signups th#date_sent,body.users_page_bp-signups th#email,body.users_page_bp-signups th#name,body.users_page_bp-signups th#registered{width:15%}body.post-type-bp-email th#situation,body.users-php th#blogs,body.users_page_bp-signups th#blogs{width:20%}body.users_page_bp-signups td.count_sent,body.users_page_bp-signups th.column-count_sent{text-align:center}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email td.column-situation ul{margin:0}body.post-type-bp-email .categorydiv label{display:block;float:left;padding-left:25px;text-indent:-25px}.tools_page_bp-tools .wrap{max-width:950px}.tools_page_bp-tools p{line-height:2}.tools_page_bp-tools fieldset{margin:2em 0 0}.tools_page_bp-tools legend{color:#23282d;font-size:1.3em;font-weight:600px;margin:1em 0}.tools_page_bp-tools label{clear:left;display:block;line-height:1.5em;margin:0 0 1em;vertical-align:middle}@media screen and (max-width:782px){.tools_page_bp-tools p{line-height:1.5}.tools_page_bp-tools label{margin-bottom:1em;padding-right:25px;text-indent:-33px}.tools_page_bp-tools .checkbox{padding:0 0 0 30px}}#buddypress-update.not-shiny .update-message{border-left:0;padding-left:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}
bp-core/admin/js/dismissible-admin-notices.js ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function($){
2
+ $(document).ready(function() {
3
+ $( '.bp-is-dismissible .notice-dismiss' ).click( function() {
4
+ var $notice = $( this ).closest( '.notice' );
5
+ var notice_id = $notice.data( 'noticeid' );
6
+ $.post( {
7
+ url: ajaxurl,
8
+ data: {
9
+ action: 'bp_dismiss_notice',
10
+ nonce: $( '#bp-dismissible-nonce-' + notice_id ).val(),
11
+ notice_id: $notice.data( 'noticeid' )
12
+ }
13
+ } );
14
+ } );
15
+ });
16
+ }(jQuery));
bp-core/admin/js/dismissible-admin-notices.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a){a(document).ready(function(){a(".bp-is-dismissible .notice-dismiss").click(function(){var b=a(this).closest(".notice"),c=b.data("noticeid");a.post({url:ajaxurl,data:{action:"bp_dismiss_notice",nonce:a("#bp-dismissible-nonce-"+c).val(),notice_id:b.data("noticeid")}})})})}(jQuery);
bp-core/bp-core-options.php CHANGED
@@ -248,7 +248,7 @@ function bp_pre_get_option( $value = false ) {
248
  *
249
  * The 'bp_get_option' filter is primarily for backward-compatibility.
250
  *
251
- * @since 1.2.0
252
  *
253
  * @param string $option_name The option to be retrieved.
254
  * @param string $default Optional. Default value to be returned if the option
@@ -261,7 +261,7 @@ function bp_get_option( $option_name, $default = '' ) {
261
  /**
262
  * Filters the option value for the requested option.
263
  *
264
- * @since 1.2.0
265
  *
266
  * @param mixed $value The value for the option.
267
  */
248
  *
249
  * The 'bp_get_option' filter is primarily for backward-compatibility.
250
  *
251
+ * @since 1.5.0
252
  *
253
  * @param string $option_name The option to be retrieved.
254
  * @param string $default Optional. Default value to be returned if the option
261
  /**
262
  * Filters the option value for the requested option.
263
  *
264
+ * @since 1.5.0
265
  *
266
  * @param mixed $value The value for the option.
267
  */
bp-core/classes/class-bp-admin.php CHANGED
@@ -613,81 +613,85 @@ class BP_Admin {
613
  <?php endif; ?>
614
 
615
  <div class="bp-headline-feature">
616
- <h3 class="headline-title"><?php esc_html_e( 'Activity Embeds', 'buddypress' ); ?></h3>
 
 
617
 
618
- <?php if ( $embedded_activity ) :
619
- wp_enqueue_script( 'wp-embed' );
620
- ?>
621
- <div class="embed-container">
622
- <?php echo $embedded_activity ; ?>
623
- </div>
624
 
625
- <?php else : ?>
626
 
627
- <div class="featured-image">
628
- <a href="http://wordpress.tv/2016/06/15/buddypress-2-6-introducing-buddypress-activity-embeds/" title="<?php esc_attr_e( 'View the Activity Embeds demo', 'buddypress' ); ?>">
629
- <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/activity-embeds.png' ); ?>" alt="<?php esc_attr_e( 'Embed activities into your WordPress posts or pages.', 'buddypress' ); ?>">
630
- </a>
631
- </div>
632
 
633
- <?php endif ; ?>
 
 
 
 
634
 
635
- <p class="introduction"><?php _e( 'Embed activities into your WordPress posts or pages.', 'buddypress' ); ?> </p>
636
- <p><?php _e( 'Copy the permalink URL of the activity of your choice, paste it into the content editor of your WordPress post or page, and <em>voilà</em>&#33;, you&#39;ve embedded an activity update.', 'buddypress' ); ?> <a href="http://wordpress.tv/2016/06/15/buddypress-2-6-introducing-buddypress-activity-embeds/"><?php esc_html_e( 'View the Activity Embeds demo', 'buddypress' ); ?></a></p>
 
 
 
637
 
638
- <div class="clear"></div>
639
- </div>
 
 
 
640
 
641
- <hr />
 
 
 
 
642
 
643
- <div class="bp-features-section">
644
- <h3 class="headline-title"><?php esc_html_e( 'Features', 'buddypress' ); ?></h3>
 
 
 
 
 
 
 
 
 
645
 
646
  <div class="bp-feature">
647
- <h4 class="feature-title"><?php esc_html_e( 'Custom Front Page for Member Profile ', 'buddypress' ); ?></h4>
648
- <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/user-frontpage.png' ); ?>" alt="<?php esc_attr_e( 'A member custom front page using widgets.', 'buddypress' ); ?>">
649
- <p><?php _e( 'Theme developers or site owners can create custom front pages for their community&#39;s members by adding a <code>front.php</code> template to their template overrides. A specific template hierarchy is also available to make them even more unique.', 'buddypress' ); ?> <a href="https://bpdevel.wordpress.com/2016/05/24/custom-front-pages-for-your-users-profiles/"><?php esc_html_e( 'Read all about this new feature.', 'buddypress' ); ?></a></p>
650
  </div>
651
 
652
  <div class="bp-feature opposite">
653
- <h4 class="feature-title"><?php esc_html_e( 'Group Types API', 'buddypress' ); ?></h4>
654
- <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/group-type-pop.png' ); ?>" alt="<?php esc_attr_e( 'Group types metabox in Groups admin page.', 'buddypress' ); ?>">
655
- <p><?php esc_html_e( 'Registering group types finally enables a strict separation of different and explicit types of groups. This new feature is available to plugin developers starting with BuddyPress 2.6.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to set up Group Types.', 'buddypress' ); ?></a></p>
656
  </div>
657
 
658
  <div class="bp-feature">
659
- <h4 class="feature-title"><?php esc_html_e( 'New Navigation API', 'buddypress' ); ?></h4>
660
- <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/new-nav-api.png' ); ?>" alt="<?php esc_attr_e( 'Sample code for using the new navigation API', 'buddypress' ); ?>">
661
- <p><?php esc_html_e( 'The member and group navigation system has been totally rewritten, making it easier than ever to customize BuddyPress nav items.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/navigation-api/"><?php esc_html_e( 'Read the informative commit message.', 'buddypress' ); ?></a></p>
662
  </div>
663
 
664
  <div class="bp-feature opposite">
665
- <h4 class="feature-title"><?php esc_html_e( 'Stylesheets for Twenty Eleven and Twenty Ten', 'buddypress' ); ?></h4>
666
- <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/default-themes.png' ); ?>" alt="<?php esc_attr_e( 'Styled BuddyPress components in Twenty Eleven and Twenty Ten', 'buddypress' ); ?>">
667
- <p><?php esc_html_e( 'BuddyPress feels right at home now in the classic default themes, Twenty Ten and Twenty Eleven.', 'buddypress' ); ?></p>
668
  </div>
 
 
 
669
  </div>
670
 
671
  <div class="bp-changelog-section">
672
- <h3 class="changelog-title"><?php esc_html_e( 'Under The Hood', 'buddypress' ); ?></h3>
673
-
674
- <div class="bp-changelog col two-col">
675
- <div>
676
- <h4 class="title"><?php esc_html_e( 'Performance Enhancements', 'buddypress' ); ?></h4>
677
- <p><?php esc_html_e( 'Class autoloading reduces the memory needed to run BuddyPress on your server. Improved caching strategies for group membership statuses mean fewer round trips to your overworked database server.', 'buddypress' ); ?></p>
678
- <h4 class="title"><?php esc_html_e( 'Localization Improvements', 'buddypress' ); ?></h4>
679
- <p><?php esc_html_e( 'Improved localization strings and comments help translators do their much-appreciated work: making BuddyPress available in many languages.', 'buddypress' ); ?></p>
680
- </div>
681
-
682
- <div class="last-feature">
683
- <h4 class="title"><?php esc_html_e( 'Notifications Updates', 'buddypress' ); ?></h4>
684
- <p><?php esc_html_e( 'Adjustments to the notifications component allow members to receive timely and relevant updates about activity in your community.', 'buddypress' ); ?></p>
685
- <h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4>
686
- <p><?php esc_html_e( 'Continued improvements help make BuddyPress&#39; back- and front-end screens usable for everyone &#40;and on more devices&#41;.', 'buddypress' ); ?></p>
687
- <h4 class="title"><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4>
688
- <p><?php esc_html_e( 'Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p>
689
- </div>
690
- </div>
691
 
692
  </div>
693
 
@@ -724,7 +728,7 @@ class BP_Admin {
724
  <h3 class="wp-people-group"><?php _e( 'Project Leaders', 'buddypress' ); ?></h3>
725
  <ul class="wp-people-group " id="wp-people-group-project-leaders">
726
  <li class="wp-person" id="wp-person-johnjamesjacoby">
727
- <a class="web" href="https://profiles.wordpress.org/johnjamesjacoby"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60">
728
  John James Jacoby</a>
729
  <span class="title"><?php _e( 'Project Lead', 'buddypress' ); ?></span>
730
  </li>
@@ -740,8 +744,13 @@ class BP_Admin {
740
  </li>
741
  </ul>
742
 
743
- <h3 class="wp-people-group"><?php _e( 'Core Team', 'buddypress' ); ?></h3>
744
  <ul class="wp-people-group " id="wp-people-group-core-team">
 
 
 
 
 
745
  <li class="wp-person" id="wp-person-r-a-y">
746
  <a class="web" href="https://profiles.wordpress.org/r-a-y"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60">
747
  Ray</a>
@@ -752,11 +761,6 @@ class BP_Admin {
752
  Mathieu Viet</a>
753
  <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
754
  </li>
755
- <li class="wp-person" id="wp-person-mercime">
756
- <a class="web" href="https://profiles.wordpress.org/mercime"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60">
757
- Mercime</a>
758
- <span class="title"><?php _e( 'Navigator', 'buddypress' ); ?></span>
759
- </li>
760
  <li class="wp-person" id="wp-person-dcavins">
761
  <a class="web" href="https://profiles.wordpress.org/dcavins"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60">
762
  David Cavins</a>
@@ -772,22 +776,25 @@ class BP_Admin {
772
  Hugo</a>
773
  <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
774
  </li>
775
- </ul>
776
-
777
- <h3 class="wp-people-group"><?php _e( '&#x1f31f;Recent Rockstars&#x1f31f;', 'buddypress' ); ?></h3>
778
- <ul class="wp-people-group " id="wp-people-group-rockstars">
779
  <li class="wp-person" id="wp-person-henry-wright">
780
  <a class="web" href="https://profiles.wordpress.org/henry.wright"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60">
781
  Henry Wright</a>
 
782
  </li>
783
  <li class="wp-person" id="wp-person-danbp">
784
  <a class="web" href="https://profiles.wordpress.org/danbp"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60">
785
  danbp</a>
 
786
  </li>
787
  <li class="wp-person" id="wp-person-shanebp">
788
  <a class="web" href="https://profiles.wordpress.org/shanebp"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60">
789
  shanebp</a>
 
790
  </li>
 
 
 
 
791
  <li class="wp-person" id="wp-person-netweb">
792
  <a class="web" href="https://profiles.wordpress.org/netweb"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60">
793
  Stephen Edgar</a>
@@ -812,53 +819,51 @@ class BP_Admin {
812
  <a class="web" href="https://profiles.wordpress.org/ramiy"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ce2a269e424156d79cb0c4e1d4d82db1?s=60">
813
  Rami Yushuvaev</a>
814
  </li>
815
-
 
 
 
816
  </ul>
817
 
818
  <h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h3>
819
  <p class="wp-credits-list">
820
- <a href="https://profiles.wordpress.org/abweb/">abweb</a>,
 
821
  <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
822
- <a href="https://profiles.wordpress.org/thebrandonallen/">Brandon Allen (thebrandonallen)</a>,
823
- <a href="https://profiles.wordpress.org/chherbst/">chherbst</a>,
824
- <a href="https://profiles.wordpress.org/danbrellis/">danbrellis</a>,
 
825
  <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
 
826
  <a href="https://profiles.wordpress.org/wpdennis/">Dennis (wpdennis)</a>,
827
- <a href="https://profiles.wordpress.org/emrikol/">emrikol</a>,
828
- <a href="https://profiles.wordpress.org/wdfee/">Fee (wdfee)</a>,
829
- <a href="https://profiles.wordpress.org/garrett-eclipse/">Garrett Hyder (garrett-eclipse)</a>,
830
- <a href="https://profiles.wordpress.org/pento/">Gary Pendergast (pento)</a>,
831
- <a href="https://profiles.wordpress.org/Mamaduka/">George Mamadashvili (Mamaduka)</a>,
832
  <a href="https://profiles.wordpress.org/henrywright/">Henry Wright (henry.wright)</a>,
 
833
  <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>,
 
834
  <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
835
- <a href="https://profiles.wordpress.org/kmbdeamorg/">Klaus (kmbdeamorg)</a>,
836
- <a href="https://profiles.wordpress.org/sooskriszta/">OC2PS (sooskriszta)</a>,
837
  <a href="https://profiles.wordpress.org/lakrisgubben/">lakrisgubben</a>,
838
  <a href="https://profiles.wordpress.org/Offereins">Laurens Offereins (Offereins)</a>,
839
- <a href="https://profiles.wordpress.org/mahadri/">mahadri</a>,
840
  <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
841
  <a href="https://profiles.wordpress.org/mercime/">mercime</a>,
842
  <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>,
843
- <a href="https://profiles.wordpress.org/mmcachran/">mmcachran</a>,
844
- <a href="https://profiles.wordpress.org/modemlooper/">modemlooper</a>,
845
- <a href="https://profiles.wordpress.org/nickmomrik/">Nick Momrik (nickmomrik)</a>,
846
- <a href="https://profiles.wordpress.org/OakCreative/">OakCreative</a>,
847
- <a href="https://profiles.wordpress.org/oksankaa/">oksankaa</a>,
848
  <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
849
- <a href="https://profiles.wordpress.org/ramiy/">Rami Yushuvaev (ramiy)</a>,
850
  <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
851
- <a href="https://profiles.wordpress.org/rekmla/">rekmla</a>,
852
- <a href="https://profiles.wordpress.org/r0z/">r0z</a>,
853
- <a href="https://profiles.wordpress.org/SergeyBiryukov/">Sergey Biryukov (SergeyBiryukov)</a>,
854
- <a href="https://profiles.wordpress.org/singhleo/">singhleo</a>,
855
- <a href="https://profiles.wordpress.org/slaffik/">Slava UA (slaffik)</a>,
856
  <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>,
 
857
  <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>,
858
- <a href="https://profiles.wordpress.org/VibeThemes/">VibeThemes</a>,
859
- <a href="https://profiles.wordpress.org/vortfu/">vortfu</a>,
860
- <a href="https://profiles.wordpress.org/WeddyWood/">WeddyWood</a>,
861
- <a href="https://profiles.wordpress.org/w3dzign/">w3dzign</a>.
862
  </p>
863
 
864
  <h3 class="wp-people-group"><?php _e( '&#x1f496;With our thanks to these Open Source projects&#x1f496;', 'buddypress' ); ?></h3>
613
  <?php endif; ?>
614
 
615
  <div class="bp-headline-feature">
616
+ <div class="bp-headline">
617
+ <span class="dashicons dashicons-list-view" aria-hidden="true"></span>
618
+ <h3 class="headline-title"><?php esc_html_e( 'Groups Query Overhaul', 'buddypress' ); ?></h3>
619
 
620
+ <p class="introduction"><?php _e( 'Huge performance improvements on sites using persistent caching.', 'buddypress' ); ?> <?php _e( ' ', 'buddypress' ); ?> <a href="https://bpdevel.wordpress.com/2016/09/19/group-queries-have-been-rewritten-for-bp-2-7/"><?php esc_html_e( 'Learn more about the Groups Query rewrite.', 'buddypress' ); ?></a></p>
621
+ </div>
622
+ </div>
 
 
 
623
 
624
+ <div class="bp-features-section">
625
 
626
+ <h3 class="headline-title"><?php esc_html_e( 'For Developers &amp; Site Administrators', 'buddypress' ); ?></h3>
 
 
 
 
627
 
628
+ <div class="bp-feature">
629
+ <span class="dashicons dashicons-calendar" aria-hidden="true"></span>
630
+ <h4 class="feature-title"><?php esc_html_e( 'Improved Profile Date Field', 'buddypress' ); ?></h4>
631
+ <p><?php _e( 'New Date Field settings, "Date format" and "Range", make it easier for site administrators to decide how date-based data will be collected and displayed.', 'buddypress' ); ?></p>
632
+ </div>
633
 
634
+ <div class="bp-feature opposite">
635
+ <span class="dashicons dashicons-groups" aria-hidden="true"></span>
636
+ <h4 class="feature-title"><?php esc_html_e( 'Group Types Integration in Templates', 'buddypress' ); ?></h4>
637
+ <p><?php esc_html_e( 'Enable developers to show Group Types in the front end as well as control where the group type information is rendered.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/group-types/"><?php esc_html_e( 'Learn how to implement this.', 'buddypress' ); ?></a></p>
638
+ </div>
639
 
640
+ <div class="bp-feature">
641
+ <span class="dashicons dashicons-clock" aria-hidden="true"></span>
642
+ <h4 class="feature-title"><?php esc_html_e( 'Localized Timestamps', 'buddypress' ); ?></h4>
643
+ <p><?php esc_html_e( 'Fix inaccurate timestamps due to time zones or page caching with new client-side timestamp handling.', 'buddypress' ); ?></p>
644
+ </div>
645
 
646
+ <div class="bp-feature opposite">
647
+ <span class="dashicons dashicons-email" aria-hidden="true"></span>
648
+ <h4 class="feature-title"><?php esc_html_e( 'Links to Unsubscribe from Emails', 'buddypress' ); ?></h4>
649
+ <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions through the new email tokens and unsuscribe links.', 'buddypress' ); ?></p>
650
+ </div>
651
 
652
+ <div class="bp-feature">
653
+ <span class="dashicons dashicons-filter" aria-hidden="true"></span>
654
+ <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups admin screens', 'buddypress' ); ?></h4>
655
+ <p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p>
656
+ </div>
657
+
658
+ <div class="bp-feature opposite">
659
+ <span class="dashicons dashicons-universal-access" aria-hidden="true"></span>
660
+ <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front-end and Back-end', 'buddypress' ); ?></h4>
661
+ <p><?php esc_html_e( 'Continued improvements for universal acceess help make BuddyPress&#39; back- and front-end screens usable for everyone &#40;and on more devices&#41;.', 'buddypress' ); ?></p>
662
+ </div>
663
 
664
  <div class="bp-feature">
665
+ <span class="dashicons dashicons-admin-page" aria-hidden="true"></span>
666
+ <h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4>
667
+ <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages in the back end, is what you\'ll get as the heading in the front end.', 'buddypress' ); ?></p>
668
  </div>
669
 
670
  <div class="bp-feature opposite">
671
+ <span class="dashicons dashicons-image-filter" aria-hidden="true"></span>
672
+ <h4 class="title"><?php esc_html_e( 'Improvements to a Single Group\'s Management Screens', 'buddypress' ); ?></h4>
673
+ <p><?php esc_html_e( 'Improved markup, new modular group management templates, and a new member search form are just some of the enhancements added to the single group admin screens.', 'buddypress' ); ?></p>
674
  </div>
675
 
676
  <div class="bp-feature">
677
+ <span class="dashicons dashicons-groups" aria-hidden="true"></span>
678
+ <h4 class="title"><?php esc_html_e( 'Support for Querying for Groups by New Column "parent_id"', 'buddypress' ); ?></h4>
679
+ <p><?php esc_html_e( 'Query support for hierarchical groups which allows developers to extend this with their own plugins to add custom front-end functionality as needed.', 'buddypress' ); ?></p>
680
  </div>
681
 
682
  <div class="bp-feature opposite">
683
+ <span class="dashicons dashicons-chart-bar" aria-hidden="true"></span>
684
+ <h4 class="title"><?php esc_html_e( 'Many, Many Performance Improvements', 'buddypress' ); ?></h4>
685
+ <p><?php esc_html_e( 'Improve performance by removing extra database queries, adding new cache calls, and removing the number of loops in "bp_get_user_groups()".', 'buddypress' ); ?></p>
686
  </div>
687
+
688
+
689
+ <div class="clear"></div>
690
  </div>
691
 
692
  <div class="bp-changelog-section">
693
+ <h3 class="changelog-title"><?php esc_html_e( 'And so much more!', 'buddypress' ); ?></h3>
694
+ <p class="bp-changelog-url"><a href="https://codex.buddypress.org/version-2-7-0/"><?php esc_html_e( 'Changelog for BuddyPress 2.7.0.', 'buddypress' ); ?></a></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
695
 
696
  </div>
697
 
728
  <h3 class="wp-people-group"><?php _e( 'Project Leaders', 'buddypress' ); ?></h3>
729
  <ul class="wp-people-group " id="wp-people-group-project-leaders">
730
  <li class="wp-person" id="wp-person-johnjamesjacoby">
731
+ <a class="web" href="https://profiles.wordpress.org/johnjamesjacoby"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/7a2644fb53ae2f7bfd7143b504af396c?s=60">
732
  John James Jacoby</a>
733
  <span class="title"><?php _e( 'Project Lead', 'buddypress' ); ?></span>
734
  </li>
744
  </li>
745
  </ul>
746
 
747
+ <h3 class="wp-people-group"><?php _e( 'BuddyPress Team', 'buddypress' ); ?></h3>
748
  <ul class="wp-people-group " id="wp-people-group-core-team">
749
+ <li class="wp-person" id="wp-person-mercime">
750
+ <a class="web" href="https://profiles.wordpress.org/mercime"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60">
751
+ Mercime</a>
752
+ <span class="title"><?php _e( '2.7 Release Lead', 'buddypress' ); ?></span>
753
+ </li>
754
  <li class="wp-person" id="wp-person-r-a-y">
755
  <a class="web" href="https://profiles.wordpress.org/r-a-y"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60">
756
  Ray</a>
761
  Mathieu Viet</a>
762
  <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
763
  </li>
 
 
 
 
 
764
  <li class="wp-person" id="wp-person-dcavins">
765
  <a class="web" href="https://profiles.wordpress.org/dcavins"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60">
766
  David Cavins</a>
776
  Hugo</a>
777
  <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
778
  </li>
 
 
 
 
779
  <li class="wp-person" id="wp-person-henry-wright">
780
  <a class="web" href="https://profiles.wordpress.org/henry.wright"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60">
781
  Henry Wright</a>
782
+ <span class="title"><?php _e( 'Community Support', 'buddypress' ); ?></span>
783
  </li>
784
  <li class="wp-person" id="wp-person-danbp">
785
  <a class="web" href="https://profiles.wordpress.org/danbp"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60">
786
  danbp</a>
787
+ <span class="title"><?php _e( 'Community Support', 'buddypress' ); ?></span>
788
  </li>
789
  <li class="wp-person" id="wp-person-shanebp">
790
  <a class="web" href="https://profiles.wordpress.org/shanebp"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60">
791
  shanebp</a>
792
+ <span class="title"><?php _e( 'Community Support', 'buddypress' ); ?></span>
793
  </li>
794
+ </ul>
795
+
796
+ <h3 class="wp-people-group"><?php _e( '&#x1f31f;Recent Rockstars&#x1f31f;', 'buddypress' ); ?></h3>
797
+ <ul class="wp-people-group " id="wp-people-group-rockstars">
798
  <li class="wp-person" id="wp-person-netweb">
799
  <a class="web" href="https://profiles.wordpress.org/netweb"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60">
800
  Stephen Edgar</a>
819
  <a class="web" href="https://profiles.wordpress.org/ramiy"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/ce2a269e424156d79cb0c4e1d4d82db1?s=60">
820
  Rami Yushuvaev</a>
821
  </li>
822
+ <li class="wp-person" id="wp-person-slaffik">
823
+ <a class="web" href="https://profiles.wordpress.org/slaffik/"><img alt="" class="gravatar" src="//www.gravatar.com/avatar/61fb07ede3247b63f19015f200b3eb2c?s=60">
824
+ Slava Abakumov</a>
825
+ </li>
826
  </ul>
827
 
828
  <h3 class="wp-people-group"><?php printf( esc_html__( 'Contributors to BuddyPress %s', 'buddypress' ), self::display_version() ); ?></h3>
829
  <p class="wp-credits-list">
830
+ <a href="https://profiles.wordpress.org/jorbin/">Aaron Jorbin (jorbin)</a>,
831
+ <a href="https://profiles.wordpress.org/abwebstudio1/">abwebstudio1</a>,
832
  <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>,
833
+ <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>,
834
+ <a href="https://profiles.wordpress.org/needle/">Christian Wach (needle)</a>,
835
+ <a href="https://profiles.wordpress.org/danbp/">danbp</a>,
836
+ <a href="https://profiles.wordpress.org/danielhuesken/">Daniel Hüsken (danielhuesken)</a>,
837
  <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>,
838
+ <a href="https://profiles.wordpress.org/demon_ru/">demon_ru</a>,
839
  <a href="https://profiles.wordpress.org/wpdennis/">Dennis (wpdennis)</a>,
840
+ <a href="https://profiles.wordpress.org/ericlewis/">Eric Andrew Lewis (ericlewis)</a>,
 
 
 
 
841
  <a href="https://profiles.wordpress.org/henrywright/">Henry Wright (henry.wright)</a>,
842
+ <a href="https://profiles.wordpress.org/herbovec/">herbovec</a>,
843
  <a href="https://profiles.wordpress.org/hnla/">Hugo (hnla)</a>,
844
+ <a href="https://profiles.wordpress.org/jdgrimes/">J.D. Grimes jdgrimes</a>,
845
  <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>,
846
+ <a href="https://profiles.wordpress.org/dunhakdis/">Joseph G. (dunhakdis)</a>,
847
+ <a href="https://profiles.wordpress.org/kitsunesolar/">kitsunesolar</a>,
848
  <a href="https://profiles.wordpress.org/lakrisgubben/">lakrisgubben</a>,
849
  <a href="https://profiles.wordpress.org/Offereins">Laurens Offereins (Offereins)</a>,
 
850
  <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>,
851
  <a href="https://profiles.wordpress.org/mercime/">mercime</a>,
852
  <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith (tw2113)</a>,
853
+ <a href="https://profiles.wordpress.org/michaelbeil/">Michael Beil (michaelbeil)</a>,
 
 
 
 
854
  <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>,
 
855
  <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>,
856
+ <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>,
857
+ <a href="https://profiles.wordpress.org/scharc/">scharc</a>,
858
+ <a href="https://profiles.wordpress.org/slaffik/">Slava Abakumov (slaffik)</a>,
859
+ <a href="https://profiles.wordpress.org/spenser4551/">spenser4551</a>,
 
860
  <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>,
861
+ <a href="https://profiles.wordpress.org/svenl77/">Sven Lehnert (svenl77)</a>,
862
  <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>,
863
+ <a href="https://profiles.wordpress.org/thomaslhotta/">thomaslhotta</a>,
864
+ <a href="https://profiles.wordpress.org/tomas711/">tomas711</a>,
865
+ <a href="https://profiles.wordpress.org/venturavan2/">venturavan2</a>,
866
+ <a href="https://profiles.wordpress.org/wordpressrene/">wordpressrene</a>.
867
  </p>
868
 
869
  <h3 class="wp-people-group"><?php _e( '&#x1f496;With our thanks to these Open Source projects&#x1f496;', 'buddypress' ); ?></h3>
bp-forums/bp-forums-loader.php CHANGED
@@ -268,6 +268,24 @@ class BP_Forums_Component extends BP_Component {
268
 
269
  parent::setup_title();
270
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  }
272
 
273
  /**
268
 
269
  parent::setup_title();
270
  }
271
+
272
+ /**
273
+ * Disable cache groups due to a caching discrepancy in BackPress.
274
+ *
275
+ * @since 2.7.0
276
+ * @see https://buddypress.trac.wordpress.org/ticket/4759
277
+ */
278
+ public function setup_cache_groups() {
279
+ wp_cache_add_non_persistent_groups( array(
280
+ // Posts.
281
+ 'bb_forums',
282
+ 'bb_query',
283
+ 'bb_cache_posts_post_ids',
284
+
285
+ // Topics
286
+ 'bb_post'
287
+ ) );
288
+ }
289
  }
290
 
291
  /**
bp-groups/bp-groups-admin.php CHANGED
@@ -1046,20 +1046,33 @@ function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group $group = null
1046
  return;
1047
  }
1048
 
1049
- $types = bp_groups_get_group_types( array(), 'objects' );
1050
- $current_type = bp_groups_get_group_type( $group->id );
 
1051
  ?>
1052
 
1053
  <label for="bp-groups-group-type" class="screen-reader-text"><?php
1054
  /* translators: accessibility text */
1055
  esc_html_e( 'Select group type', 'buddypress' );
1056
  ?></label>
1057
- <select name="bp-groups-group-type" id="bp-groups-group-type">
1058
- <option value="" <?php selected( '', $current_type ); ?>><?php /* translators: no option picked in select box */ esc_attr_e( '----', 'buddypress' ) ?></option>
1059
  <?php foreach ( $types as $type ) : ?>
1060
- <option value="<?php echo esc_attr( $type->name ) ?>" <?php selected( $type->name, $current_type ) ?>><?php echo esc_html( $type->labels['singular_name'] ) ?></option>
 
 
 
 
 
 
 
 
 
 
 
1061
  <?php endforeach; ?>
1062
- </select>
 
1063
 
1064
  <?php
1065
 
@@ -1072,7 +1085,7 @@ function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group $group = null
1072
  * @since 2.6.0
1073
  */
1074
  function bp_groups_process_group_type_update( $group_id ) {
1075
- if ( ! isset( $_POST['bp-group-type-nonce'] ) || ! isset( $_POST['bp-groups-group-type'] ) ) {
1076
  return;
1077
  }
1078
 
@@ -1083,17 +1096,13 @@ function bp_groups_process_group_type_update( $group_id ) {
1083
  return;
1084
  }
1085
 
1086
- // Group type string must either reference a valid group type, or be empty.
1087
- $group_type = wp_unslash( $_POST['bp-groups-group-type'] );
1088
- if ( $group_type && ! bp_groups_get_group_type_object( $group_type ) ) {
1089
- return;
1090
- }
1091
 
1092
  /*
1093
  * If an invalid group type is passed, someone's doing something
1094
  * fishy with the POST request, so we can fail silently.
1095
  */
1096
- if ( bp_groups_set_group_type( $group_id, $group_type ) ) {
1097
  // @todo Success messages can't be posted because other stuff happens on the page load.
1098
  }
1099
  }
1046
  return;
1047
  }
1048
 
1049
+ $types = bp_groups_get_group_types( array(), 'objects' );
1050
+ $current_types = bp_groups_get_group_type( $group->id, false );
1051
+ $backend_only = bp_groups_get_group_types( array( 'show_in_create_screen' => false ) );
1052
  ?>
1053
 
1054
  <label for="bp-groups-group-type" class="screen-reader-text"><?php
1055
  /* translators: accessibility text */
1056
  esc_html_e( 'Select group type', 'buddypress' );
1057
  ?></label>
1058
+
1059
+ <ul class="categorychecklist form-no-clear">
1060
  <?php foreach ( $types as $type ) : ?>
1061
+ <li>
1062
+ <label class="selectit"><input value="<?php echo esc_attr( $type->name ) ?>" name="bp-groups-group-type[]" type="checkbox" <?php checked( true, in_array( $type->name, $current_types ) ); ?>>
1063
+ <?php
1064
+ echo esc_html( $type->labels['singular_name'] );
1065
+ if ( in_array( $type->name, $backend_only ) ) {
1066
+ printf( ' <span class="description">%s</span>', esc_html__( '(Not available on the frontend)', 'buddypress' ) );
1067
+ }
1068
+ ?>
1069
+
1070
+ </label>
1071
+ </li>
1072
+
1073
  <?php endforeach; ?>
1074
+
1075
+ </ul>
1076
 
1077
  <?php
1078
 
1085
  * @since 2.6.0
1086
  */
1087
  function bp_groups_process_group_type_update( $group_id ) {
1088
+ if ( ! isset( $_POST['bp-group-type-nonce'] ) ) {
1089
  return;
1090
  }
1091
 
1096
  return;
1097
  }
1098
 
1099
+ $group_types = ! empty( $_POST['bp-groups-group-type'] ) ? wp_unslash( $_POST['bp-groups-group-type'] ) : array();
 
 
 
 
1100
 
1101
  /*
1102
  * If an invalid group type is passed, someone's doing something
1103
  * fishy with the POST request, so we can fail silently.
1104
  */
1105
+ if ( bp_groups_set_group_type( $group_id, $group_types ) ) {
1106
  // @todo Success messages can't be posted because other stuff happens on the page load.
1107
  }
1108
  }
bp-groups/bp-groups-functions.php CHANGED
@@ -2116,7 +2116,7 @@ add_action( 'bp_make_spam_user', 'groups_remove_data_for_user' );
2116
  *
2117
  * @since 2.6.0
2118
  * @since 2.7.0 Introduce $has_directory, $show_in_create_screen, $show_in_list, and
2119
- * $description as $args parameters.
2120
  *
2121
  * @param string $group_type Unique string identifier for the group type.
2122
  * @param array $args {
@@ -2131,6 +2131,10 @@ add_action( 'bp_make_spam_user', 'groups_remove_data_for_user' );
2131
  * this will default to true, unless this is set explicitly to false.
2132
  * @type string $description A short descriptive summary of what the group type is. Currently shown
2133
  * on a group's "Manage > Settings" page when selecting group types.
 
 
 
 
2134
  * @type array $labels {
2135
  * Array of labels to use in various parts of the interface.
2136
  *
@@ -2152,6 +2156,7 @@ function bp_groups_register_group_type( $group_type, $args = array() ) {
2152
  'show_in_create_screen' => false,
2153
  'show_in_list' => null,
2154
  'description' => '',
 
2155
  'labels' => array(),
2156
  ), 'register_group_type' );
2157
 
2116
  *
2117
  * @since 2.6.0
2118
  * @since 2.7.0 Introduce $has_directory, $show_in_create_screen, $show_in_list, and
2119
+ * $description, $create_screen_checked as $args parameters.
2120
  *
2121
  * @param string $group_type Unique string identifier for the group type.
2122
  * @param array $args {
2131
  * this will default to true, unless this is set explicitly to false.
2132
  * @type string $description A short descriptive summary of what the group type is. Currently shown
2133
  * on a group's "Manage > Settings" page when selecting group types.
2134
+ * @type bool $create_screen_checked If $show_in_create_screen is true, whether we should have our group type
2135
+ * checkbox checked by default. Handy if you want to imply that the group
2136
+ * type should be enforced, but decision lies with the group creator.
2137
+ * Default: false.
2138
  * @type array $labels {
2139
  * Array of labels to use in various parts of the interface.
2140
  *
2156
  'show_in_create_screen' => false,
2157
  'show_in_list' => null,
2158
  'description' => '',
2159
+ 'create_screen_checked' => false,
2160
  'labels' => array(),
2161
  ), 'register_group_type' );
2162
 
bp-groups/bp-groups-template.php CHANGED
@@ -223,6 +223,9 @@ function bp_group_type_list( $group_id = 0, $r = array() ) {
223
  * @type string $label Label to add before the list. Defaults to 'Group Types:'.
224
  * @type string $label_element Element to wrap around the label. Defaults to 'strong'.
225
  * @type array $label_attr Element attributes for label element. Defaults to array().
 
 
 
226
  * }
227
  * @return string
228
  */
@@ -238,16 +241,19 @@ function bp_group_type_list( $group_id = 0, $r = array() ) {
238
  ),
239
  'label' => __( 'Group Types:', 'buddypress' ),
240
  'label_element' => 'strong',
241
- 'label_attr' => array()
 
242
  ), 'group_type_list' );
243
 
244
  $retval = '';
245
 
246
  if ( $types = bp_groups_get_group_type( $group_id, false ) ) {
247
  // Make sure we can show the type in the list.
248
- $types = array_intersect( bp_groups_get_group_types( array( 'show_in_list' => true ) ), $types );
249
- if ( empty( $types ) ) {
250
- return $retval;
 
 
251
  }
252
 
253
  $before = $after = $label = '';
@@ -4490,7 +4496,10 @@ function bp_groups_members_template_part() {
4490
  </ul>
4491
  </div>
4492
 
4493
- <h2 class="bp-screen-reader-text"><?php _e( 'Members', 'buddypress' ); ?></h2>
 
 
 
4494
 
4495
  <div id="members-group-list" class="group_members dir-list">
4496
 
223
  * @type string $label Label to add before the list. Defaults to 'Group Types:'.
224
  * @type string $label_element Element to wrap around the label. Defaults to 'strong'.
225
  * @type array $label_attr Element attributes for label element. Defaults to array().
226
+ * @type bool $show_all Whether to show all registered group types. Defaults to 'false'. If
227
+ * 'false', only shows group types with the 'show_in_list' parameter set to
228
+ * true. See bp_groups_register_group_type() for more info.
229
  * }
230
  * @return string
231
  */
241
  ),
242
  'label' => __( 'Group Types:', 'buddypress' ),
243
  'label_element' => 'strong',
244
+ 'label_attr' => array(),
245
+ 'show_all' => false,
246
  ), 'group_type_list' );
247
 
248
  $retval = '';
249
 
250
  if ( $types = bp_groups_get_group_type( $group_id, false ) ) {
251
  // Make sure we can show the type in the list.
252
+ if ( false === $show_all ) {
253
+ $types = array_intersect( bp_groups_get_group_types( array( 'show_in_list' => true ) ), $types );
254
+ if ( empty( $types ) ) {
255
+ return $retval;
256
+ }
257
  }
258
 
259
  $before = $after = $label = '';
4496
  </ul>
4497
  </div>
4498
 
4499
+ <h2 class="bp-screen-reader-text"><?php
4500
+ /* translators: accessibility text */
4501
+ _e( 'Members', 'buddypress' );
4502
+ ?></h2>
4503
 
4504
  <div id="members-group-list" class="group_members dir-list">
4505
 
bp-groups/classes/class-bp-groups-group.php CHANGED
@@ -399,10 +399,15 @@ class BP_Groups_Group {
399
  public function __get( $key ) {
400
  switch ( $key ) {
401
  case 'last_activity' :
402
- return groups_get_groupmeta( $this->id, 'last_activity' );
403
-
404
  case 'total_member_count' :
405
- return (int) groups_get_groupmeta( $this->id, 'total_member_count' );
 
 
 
 
 
 
 
406
 
407
  case 'admins' :
408
  return $this->get_admins();
@@ -448,6 +453,7 @@ class BP_Groups_Group {
448
  case 'mods' :
449
  case 'total_member_count' :
450
  case 'user_has_access' :
 
451
  return true;
452
 
453
  default :
399
  public function __get( $key ) {
400
  switch ( $key ) {
401
  case 'last_activity' :
 
 
402
  case 'total_member_count' :
403
+ case 'forum_id' :
404
+ $retval = groups_get_groupmeta( $this->id, $key );
405
+
406
+ if ( 'last_activity' !== $key ) {
407
+ $retval = (int) $retval;
408
+ }
409
+
410
+ return $retval;
411
 
412
  case 'admins' :
413
  return $this->get_admins();
453
  case 'mods' :
454
  case 'total_member_count' :
455
  case 'user_has_access' :
456
+ case 'forum_id' :
457
  return true;
458
 
459
  default :
bp-groups/classes/class-bp-groups-list-table.php CHANGED
@@ -710,29 +710,44 @@ class BP_Groups_List_Table extends WP_List_Table {
710
  * @param string $column_name Name of the column being rendered.
711
  * @param array $item The current group item in the loop.
712
  */
713
- public function column_content_group_type( $retval, $column_name, $item ) {
714
  if ( 'bp_group_type' !== $column_name ) {
715
  return $retval;
716
  }
717
 
718
- // Get the group type.
719
- $type = bp_groups_get_group_type( $item['id'] );
720
-
721
- // Output the
722
- if ( $type_obj = bp_groups_get_group_type_object( $type ) ) {
723
- $url = add_query_arg( array( 'bp-group-type' => urlencode( $type ) ) );
724
- $type_string = '<a href="' . esc_url( $url ) . '">' . esc_html( $type_obj->labels['singular_name'] ) . '</a>';
725
- }
726
 
727
  /**
728
  * Filters the markup for the Group Type column.
729
  *
730
  * @since 2.7.0
731
  *
732
- * @param string $type_string Markup for the Group Type column.
733
- * @parma array $item The current group item in the loop.
734
  */
735
- echo apply_filters_ref_array( 'bp_groups_admin_get_group_type_column', array( $type_string, $item ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
736
  }
737
 
738
  /**
710
  * @param string $column_name Name of the column being rendered.
711
  * @param array $item The current group item in the loop.
712
  */
713
+ public function column_content_group_type( $retval = '', $column_name, $item ) {
714
  if ( 'bp_group_type' !== $column_name ) {
715
  return $retval;
716
  }
717
 
718
+ add_filter( 'bp_get_group_type_directory_permalink', array( $this, 'group_type_permalink_use_admin_filter' ), 10, 2 );
719
+ $retval = bp_get_group_type_list( $item['id'], array(
720
+ 'parent_element' => '',
721
+ 'label_element' => '',
722
+ 'label' => '',
723
+ 'show_all' => true
724
+ ) );
725
+ remove_filter( 'bp_get_group_type_directory_permalink', array( $this, 'group_type_permalink_use_admin_filter' ), 10, 2 );
726
 
727
  /**
728
  * Filters the markup for the Group Type column.
729
  *
730
  * @since 2.7.0
731
  *
732
+ * @param string $retval Markup for the Group Type column.
733
+ * @parma array $item The current group item in the loop.
734
  */
735
+ echo apply_filters_ref_array( 'bp_groups_admin_get_group_type_column', array( $retval, $item ) );
736
+ }
737
+
738
+ /**
739
+ * Filters the group type list permalink in the Group Type column.
740
+ *
741
+ * Changes the group type permalink to use the admin URL.
742
+ *
743
+ * @since 2.7.0
744
+ *
745
+ * @param string $retval Current group type permalink.
746
+ * @param object $type Group type object.
747
+ * @return string
748
+ */
749
+ public function group_type_permalink_use_admin_filter( $retval, $type ) {
750
+ return add_query_arg( array( 'bp-group-type' => urlencode( $type->name ) ) );
751
  }
752
 
753
  /**
bp-loader.php CHANGED
@@ -15,7 +15,7 @@
15
  * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
16
  * Author: The BuddyPress Community
17
  * Author URI: https://buddypress.org/
18
- * Version: 2.7-beta1
19
  * Text Domain: buddypress
20
  * Domain Path: /bp-languages/
21
  * License: GPLv2 or later (license.txt)
@@ -330,7 +330,7 @@ class BuddyPress {
330
 
331
  /** Versions **********************************************************/
332
 
333
- $this->version = '2.7-beta1';
334
  $this->db_version = 11105;
335
 
336
  /** Loading ***********************************************************/
15
  * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
16
  * Author: The BuddyPress Community
17
  * Author URI: https://buddypress.org/
18
+ * Version: 2.7-rc1
19
  * Text Domain: buddypress
20
  * Domain Path: /bp-languages/
21
  * License: GPLv2 or later (license.txt)
330
 
331
  /** Versions **********************************************************/
332
 
333
+ $this->version = '2.7-rc1';
334
  $this->db_version = 11105;
335
 
336
  /** Loading ***********************************************************/
bp-notifications/bp-notifications-functions.php CHANGED
@@ -614,10 +614,12 @@ function bp_notifications_get_unread_notification_count( $user_id = 0 ) {
614
  * Filters the count of unread notification items for a user.
615
  *
616
  * @since 1.9.0
 
617
  *
618
- * @param int $count Count of unread notification items for a user.
 
619
  */
620
- return apply_filters( 'bp_notifications_get_total_notification_count', (int) $count );
621
  }
622
 
623
  /**
614
  * Filters the count of unread notification items for a user.
615
  *
616
  * @since 1.9.0
617
+ * @since 2.7.0 Added user ID parameter.
618
  *
619
+ * @param int $count Count of unread notification items for a user.
620
+ * @param int $user_id User ID for notifications count.
621
  */
622
+ return apply_filters( 'bp_notifications_get_total_notification_count', (int) $count, $user_id );
623
  }
624
 
625
  /**
bp-templates/bp-legacy/buddypress/activity/index.php CHANGED
@@ -32,14 +32,17 @@ do_action( 'bp_before_directory_activity' ); ?>
32
 
33
  <?php endif; ?>
34
 
35
- <?php
 
36
 
37
- /**
38
- * Fires towards the top of template pages for notice display.
39
- *
40
- * @since 1.0.0
41
- */
42
- do_action( 'template_notices' ); ?>
 
 
43
 
44
  <div class="item-list-tabs activity-type-tabs" aria-label="<?php esc_attr_e( 'Sitewide activities navigation', 'buddypress' ); ?>" role="navigation">
45
  <ul>
32
 
33
  <?php endif; ?>
34
 
35
+ <div id="template-notices" role="alert" aria-atomic="true">
36
+ <?php
37
 
38
+ /**
39
+ * Fires towards the top of template pages for notice display.
40
+ *
41
+ * @since 1.0.0
42
+ */
43
+ do_action( 'template_notices' ); ?>
44
+
45
+ </div>
46
 
47
  <div class="item-list-tabs activity-type-tabs" aria-label="<?php esc_attr_e( 'Sitewide activities navigation', 'buddypress' ); ?>" role="navigation">
48
  <ul>
bp-templates/bp-legacy/buddypress/activity/single/home.php CHANGED
@@ -8,10 +8,14 @@
8
 
9
  ?>
10
  <div id="buddypress">
11
- <?php
12
 
13
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
14
- do_action( 'template_notices' ); ?>
 
 
 
 
 
15
 
16
  <div class="activity no-ajax">
17
  <?php if ( bp_has_activities( 'display_comments=threaded&show_hidden=true&include=' . bp_current_action() ) ) : ?>
8
 
9
  ?>
10
  <div id="buddypress">
 
11
 
12
+ <div id="template-notices" role="alert" aria-atomic="true">
13
+ <?php
14
+
15
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
16
+ do_action( 'template_notices' ); ?>
17
+
18
+ </div>
19
 
20
  <div class="activity no-ajax">
21
  <?php if ( bp_has_activities( 'display_comments=threaded&show_hidden=true&include=' . bp_current_action() ) ) : ?>
bp-templates/bp-legacy/buddypress/blogs/create.php CHANGED
@@ -13,10 +13,13 @@
13
  */
14
  do_action( 'bp_before_create_blog_content_template' ); ?>
15
 
16
- <?php
 
 
 
 
17
 
18
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
19
- do_action( 'template_notices' ); ?>
20
 
21
  <?php
22
 
13
  */
14
  do_action( 'bp_before_create_blog_content_template' ); ?>
15
 
16
+ <div id="template-notices" role="alert" aria-atomic="true">
17
+ <?php
18
+
19
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
20
+ do_action( 'template_notices' ); ?>
21
 
22
+ </div>
 
23
 
24
  <?php
25
 
bp-templates/bp-legacy/buddypress/blogs/index.php CHANGED
@@ -113,7 +113,10 @@ do_action( 'bp_before_directory_blogs_page' ); ?>
113
  </ul>
114
  </div>
115
 
116
- <h2 class="bp-screen-reader-text"><?php _e( 'Sites directory', 'buddypress' ); ?></h2>
 
 
 
117
 
118
  <div id="blogs-dir-list" class="blogs dir-list">
119
 
113
  </ul>
114
  </div>
115
 
116
+ <h2 class="bp-screen-reader-text"><?php
117
+ /* translators: accessibility text */
118
+ _e( 'Sites directory', 'buddypress' );
119
+ ?></h2>
120
 
121
  <div id="blogs-dir-list" class="blogs dir-list">
122
 
bp-templates/bp-legacy/buddypress/forums/index.php CHANGED
@@ -168,10 +168,13 @@
168
  <a name="post-new"></a>
169
  <h5><?php _e( 'Create New Topic:', 'buddypress' ); ?></h5>
170
 
 
171
  <?php
172
 
173
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
174
- do_action( 'template_notices' ); ?>
 
 
175
 
176
  <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label>
177
  <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" />
168
  <a name="post-new"></a>
169
  <h5><?php _e( 'Create New Topic:', 'buddypress' ); ?></h5>
170
 
171
+ <div id="template-notices" role="alert" aria-atomic="true">
172
  <?php
173
 
174
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
175
+ do_action( 'template_notices' ); ?>
176
+
177
+ </div>
178
 
179
  <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label>
180
  <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" />
bp-templates/bp-legacy/buddypress/groups/create.php CHANGED
@@ -43,17 +43,23 @@ do_action( 'bp_before_create_group_page' ); ?>
43
  </ul>
44
  </div>
45
 
46
- <?php
 
47
 
48
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
49
- do_action( 'template_notices' ); ?>
 
 
50
 
51
  <div class="item-body" id="group-create-body">
52
 
53
  <?php /* Group creation step 1: Basic group details */ ?>
54
  <?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?>
55
 
56
- <h2 class="bp-screen-reader-text"><?php _e( 'Group Details', 'buddypress' ); ?></h2>
 
 
 
57
 
58
  <?php
59
 
@@ -91,7 +97,10 @@ do_action( 'bp_before_create_group_page' ); ?>
91
  <?php /* Group creation step 2: Group settings */ ?>
92
  <?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?>
93
 
94
- <h2 class="bp-screen-reader-text"><?php _e( 'Group Settings', 'buddypress' ); ?></h2>
 
 
 
95
 
96
  <?php
97
 
@@ -146,10 +155,11 @@ do_action( 'bp_before_create_group_page' ); ?>
146
 
147
  <?php foreach ( $group_types as $type ) : ?>
148
  <div class="checkbox">
149
- <label for="<?php printf( 'group-type-%s', $type->name ); ?>"><input type="checkbox" name="group-types[]" id="<?php printf( 'group-type-%s', $type->name ); ?>" value="<?php echo esc_attr( $type->name ); ?>" /> <?php echo esc_html( $type->labels['name'] ); ?>
150
  <?php
151
- if ( isset( $type->description ) ) {
152
- printf( __( '&ndash; %s', 'buddypress' ), '<span class="bp-group-type-desc">' . $type->description . '</span>' );
 
153
  }
154
  ?>
155
  </label>
@@ -214,7 +224,10 @@ do_action( 'bp_before_create_group_page' ); ?>
214
  <?php /* Group creation step 3: Avatar Uploads */ ?>
215
  <?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?>
216
 
217
- <h2 class="bp-screen-reader-text"><?php _e( 'Group Avatar', 'buddypress' ); ?></h2>
 
 
 
218
 
219
  <?php
220
 
@@ -296,7 +309,10 @@ do_action( 'bp_before_create_group_page' ); ?>
296
  <?php /* Group creation step 4: Cover image */ ?>
297
  <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?>
298
 
299
- <h2 class="bp-screen-reader-text"><?php _e( 'Cover Image', 'buddypress' ); ?></h2>
 
 
 
300
 
301
  <?php
302
 
@@ -329,7 +345,10 @@ do_action( 'bp_before_create_group_page' ); ?>
329
  <?php /* Group creation step 5: Invite friends to group */ ?>
330
  <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?>
331
 
332
- <h2 class="bp-screen-reader-text"><?php _e( 'Group Invites', 'buddypress' ); ?></h2>
 
 
 
333
 
334
  <?php
335
 
43
  </ul>
44
  </div>
45
 
46
+ <div id="template-notices" role="alert" aria-atomic="true">
47
+ <?php
48
 
49
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
50
+ do_action( 'template_notices' ); ?>
51
+
52
+ </div>
53
 
54
  <div class="item-body" id="group-create-body">
55
 
56
  <?php /* Group creation step 1: Basic group details */ ?>
57
  <?php if ( bp_is_group_creation_step( 'group-details' ) ) : ?>
58
 
59
+ <h2 class="bp-screen-reader-text"><?php
60
+ /* translators: accessibility text */
61
+ _e( 'Group Details', 'buddypress' );
62
+ ?></h2>
63
 
64
  <?php
65
 
97
  <?php /* Group creation step 2: Group settings */ ?>
98
  <?php if ( bp_is_group_creation_step( 'group-settings' ) ) : ?>
99
 
100
+ <h2 class="bp-screen-reader-text"><?php
101
+ /* translators: accessibility text */
102
+ _e( 'Group Settings', 'buddypress' );
103
+ ?></h2>
104
 
105
  <?php
106
 
155
 
156
  <?php foreach ( $group_types as $type ) : ?>
157
  <div class="checkbox">
158
+ <label for="<?php printf( 'group-type-%s', $type->name ); ?>"><input type="checkbox" name="group-types[]" id="<?php printf( 'group-type-%s', $type->name ); ?>" value="<?php echo esc_attr( $type->name ); ?>" <?php checked( true, ! empty( $type->create_screen_checked ) ); ?> /> <?php echo esc_html( $type->labels['name'] ); ?>
159
  <?php
160
+ if ( ! empty( $type->description ) ) {
161
+ /* translators: Group type description shown when creating a group. */
162
+ printf( __( '&ndash; %s', 'buddypress' ), '<span class="bp-group-type-desc">' . esc_html( $type->description ) . '</span>' );
163
  }
164
  ?>
165
  </label>
224
  <?php /* Group creation step 3: Avatar Uploads */ ?>
225
  <?php if ( bp_is_group_creation_step( 'group-avatar' ) ) : ?>
226
 
227
+ <h2 class="bp-screen-reader-text"><?php
228
+ /* translators: accessibility text */
229
+ _e( 'Group Avatar', 'buddypress' );
230
+ ?></h2>
231
 
232
  <?php
233
 
309
  <?php /* Group creation step 4: Cover image */ ?>
310
  <?php if ( bp_is_group_creation_step( 'group-cover-image' ) ) : ?>
311
 
312
+ <h2 class="bp-screen-reader-text"><?php
313
+ /* translators: accessibility text */
314
+ _e( 'Cover Image', 'buddypress' );
315
+ ?></h2>
316
 
317
  <?php
318
 
345
  <?php /* Group creation step 5: Invite friends to group */ ?>
346
  <?php if ( bp_is_group_creation_step( 'group-invites' ) ) : ?>
347
 
348
+ <h2 class="bp-screen-reader-text"><?php
349
+ /* translators: accessibility text */
350
+ _e( 'Group Invites', 'buddypress' );
351
+ ?></h2>
352
 
353
  <?php
354
 
bp-templates/bp-legacy/buddypress/groups/groups-loop.php CHANGED
@@ -50,7 +50,7 @@ do_action( 'bp_before_groups_loop' ); ?>
50
  */
51
  do_action( 'bp_before_directory_groups_list' ); ?>
52
 
53
- <ul id="groups-list" class="item-list">
54
 
55
  <?php while ( bp_groups() ) : bp_the_group(); ?>
56
 
50
  */
51
  do_action( 'bp_before_directory_groups_list' ); ?>
52
 
53
+ <ul id="groups-list" class="item-list" aria-live="assertive" aria-atomic="true" aria-relevant="all">
54
 
55
  <?php while ( bp_groups() ) : bp_the_group(); ?>
56
 
bp-templates/bp-legacy/buddypress/groups/index.php CHANGED
@@ -48,10 +48,13 @@ do_action( 'bp_before_directory_groups_page' ); ?>
48
 
49
  <form action="" method="post" id="groups-directory-form" class="dir-form">
50
 
51
- <?php
 
 
 
 
52
 
53
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
54
- do_action( 'template_notices' ); ?>
55
 
56
  <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation', 'buddypress' ); ?>">
57
  <ul>
@@ -107,7 +110,10 @@ do_action( 'bp_before_directory_groups_page' ); ?>
107
  </ul>
108
  </div>
109
 
110
- <h2 class="bp-screen-reader-text"><?php _e( 'Groups directory', 'buddypress' ); ?></h2>
 
 
 
111
 
112
  <div id="groups-dir-list" class="groups dir-list">
113
  <?php bp_get_template_part( 'groups/groups-loop' ); ?>
48
 
49
  <form action="" method="post" id="groups-directory-form" class="dir-form">
50
 
51
+ <div id="template-notices" role="alert" aria-atomic="true">
52
+ <?php
53
+
54
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
55
+ do_action( 'template_notices' ); ?>
56
 
57
+ </div>
 
58
 
59
  <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation', 'buddypress' ); ?>">
60
  <ul>
110
  </ul>
111
  </div>
112
 
113
+ <h2 class="bp-screen-reader-text"><?php
114
+ /* translators: accessibility text */
115
+ _e( 'Groups directory', 'buddypress' );
116
+ ?></h2>
117
 
118
  <div id="groups-dir-list" class="groups dir-list">
119
  <?php bp_get_template_part( 'groups/groups-loop' ); ?>
bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php CHANGED
@@ -230,7 +230,7 @@ do_action( 'bp_before_group_manage_members_admin' ); ?>
230
 
231
  <?php endif; ?>
232
 
233
- <ul id="members-list" class="item-list">
234
  <?php while ( bp_group_members() ) : bp_group_the_member(); ?>
235
 
236
  <li class="<?php bp_group_member_css_class(); ?>">
230
 
231
  <?php endif; ?>
232
 
233
+ <ul id="members-list" class="item-list" aria-live="assertive" aria-relevant="all">
234
  <?php while ( bp_group_members() ) : bp_group_the_member(); ?>
235
 
236
  <li class="<?php bp_group_member_css_class(); ?>">
bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php CHANGED
@@ -118,7 +118,12 @@ do_action( 'bp_before_group_header' ); ?>
118
  *
119
  * @since 1.2.0
120
  */
121
- do_action( 'bp_after_group_header' );
122
 
123
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
124
- do_action( 'template_notices' ); ?>
 
 
 
 
 
118
  *
119
  * @since 1.2.0
120
  */
121
+ do_action( 'bp_after_group_header' ); ?>
122
 
123
+ <div id="template-notices" role="alert" aria-atomic="true">
124
+ <?php
125
+
126
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
127
+ do_action( 'template_notices' ); ?>
128
+
129
+ </div>
bp-templates/bp-legacy/buddypress/groups/single/group-header.php CHANGED
@@ -117,8 +117,12 @@ do_action( 'bp_before_group_header' );
117
  *
118
  * @since 1.2.0
119
  */
120
- do_action( 'bp_after_group_header' );
121
 
122
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
123
- do_action( 'template_notices' );
124
- ?>
 
 
 
 
117
  *
118
  * @since 1.2.0
119
  */
120
+ do_action( 'bp_after_group_header' ); ?>
121
 
122
+ <div id="template-notices" role="alert" aria-atomic="true">
123
+ <?php
124
+
125
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
126
+ do_action( 'template_notices' ); ?>
127
+
128
+ </div>
bp-templates/bp-legacy/buddypress/groups/single/request-membership.php CHANGED
@@ -14,7 +14,10 @@
14
  do_action( 'bp_before_group_request_membership_content' ); ?>
15
 
16
  <?php if ( !bp_group_has_requested_membership() ) : ?>
17
- <h2 class="bp-screen-reader-text"><?php _e( 'Request form', 'buddypress' ); ?></h2>
 
 
 
18
 
19
  <p><?php printf( __( "You are requesting to become a member of the group '%s'.", 'buddypress' ), bp_get_group_name( false ) ); ?></p>
20
 
14
  do_action( 'bp_before_group_request_membership_content' ); ?>
15
 
16
  <?php if ( !bp_group_has_requested_membership() ) : ?>
17
+ <h2 class="bp-screen-reader-text"><?php
18
+ /* translators: accessibility text */
19
+ _e( 'Request form', 'buddypress' );
20
+ ?></h2>
21
 
22
  <p><?php printf( __( "You are requesting to become a member of the group '%s'.", 'buddypress' ), bp_get_group_name( false ) ); ?></p>
23
 
bp-templates/bp-legacy/buddypress/members/activate.php CHANGED
@@ -21,10 +21,13 @@
21
 
22
  <div class="page" id="activate-page">
23
 
24
- <?php
 
 
 
 
25
 
26
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
27
- do_action( 'template_notices' ); ?>
28
 
29
  <?php
30
 
21
 
22
  <div class="page" id="activate-page">
23
 
24
+ <div id="template-notices" role="alert" aria-atomic="true">
25
+ <?php
26
+
27
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
28
+ do_action( 'template_notices' ); ?>
29
 
30
+ </div>
 
31
 
32
  <?php
33
 
bp-templates/bp-legacy/buddypress/members/index.php CHANGED
@@ -110,7 +110,10 @@ do_action( 'bp_before_directory_members_page' ); ?>
110
  </ul>
111
  </div>
112
 
113
- <h2 class="bp-screen-reader-text"><?php _e( 'Members directory', 'buddypress' ); ?></h2>
 
 
 
114
 
115
  <div id="members-dir-list" class="members dir-list">
116
  <?php bp_get_template_part( 'members/members-loop' ); ?>
110
  </ul>
111
  </div>
112
 
113
+ <h2 class="bp-screen-reader-text"><?php
114
+ /* translators: accessibility text */
115
+ _e( 'Members directory', 'buddypress' );
116
+ ?></h2>
117
 
118
  <div id="members-dir-list" class="members dir-list">
119
  <?php bp_get_template_part( 'members/members-loop' ); ?>
bp-templates/bp-legacy/buddypress/members/members-loop.php CHANGED
@@ -46,7 +46,7 @@ do_action( 'bp_before_members_loop' ); ?>
46
  */
47
  do_action( 'bp_before_directory_members_list' ); ?>
48
 
49
- <ul id="members-list" class="item-list">
50
 
51
  <?php while ( bp_members() ) : bp_the_member(); ?>
52
 
46
  */
47
  do_action( 'bp_before_directory_members_list' ); ?>
48
 
49
+ <ul id="members-list" class="item-list" aria-live="assertive" aria-relevant="all">
50
 
51
  <?php while ( bp_members() ) : bp_the_member(); ?>
52
 
bp-templates/bp-legacy/buddypress/members/register.php CHANGED
@@ -24,10 +24,15 @@
24
  <form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">
25
 
26
  <?php if ( 'registration-disabled' == bp_get_current_signup_step() ) : ?>
27
- <?php
28
 
29
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
30
- do_action( 'template_notices' ); ?>
 
 
 
 
 
 
31
  <?php
32
 
33
  /**
@@ -51,10 +56,13 @@
51
 
52
  <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
53
 
54
- <?php
 
 
 
 
55
 
56
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
57
- do_action( 'template_notices' ); ?>
58
 
59
  <p><?php _e( 'Registering for this site is easy. Just fill in the fields below, and we\'ll get a new account set up for you in no time.', 'buddypress' ); ?></p>
60
 
@@ -294,18 +302,20 @@
294
  do_action( 'bp_signup_blog_title_errors' ); ?>
295
  <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value(); ?>" />
296
 
297
- <span class="label"><?php _e( 'I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?></span>
298
- <?php
 
299
 
300
- /**
301
- * Fires and displays any member registration blog privacy errors.
302
- *
303
- * @since 1.1.0
304
- */
305
- do_action( 'bp_signup_blog_privacy_errors' ); ?>
306
 
307
- <label for="signup_blog_privacy_public"><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public"<?php if ( 'public' == bp_get_signup_blog_privacy_value() || !bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes', 'buddypress' ); ?></label>
308
- <label for="signup_blog_privacy_private"><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php if ( 'private' == bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'No', 'buddypress' ); ?></label>
 
309
 
310
  <?php
311
 
@@ -359,10 +369,14 @@
359
 
360
  <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
361
 
362
- <?php
 
 
 
 
 
 
363
 
364
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
365
- do_action( 'template_notices' ); ?>
366
  <?php
367
 
368
  /**
@@ -372,11 +386,13 @@
372
  */
373
  do_action( 'bp_before_registration_confirmed' ); ?>
374
 
375
- <?php if ( bp_registration_needs_activation() ) : ?>
376
- <p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ); ?></p>
377
- <?php else : ?>
378
- <p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ); ?></p>
379
- <?php endif; ?>
 
 
380
 
381
  <?php
382
 
24
  <form action="" name="signup_form" id="signup_form" class="standard-form" method="post" enctype="multipart/form-data">
25
 
26
  <?php if ( 'registration-disabled' == bp_get_current_signup_step() ) : ?>
 
27
 
28
+ <div id="template-notices" role="alert" aria-atomic="true">
29
+ <?php
30
+
31
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
32
+ do_action( 'template_notices' ); ?>
33
+
34
+ </div>
35
+
36
  <?php
37
 
38
  /**
56
 
57
  <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
58
 
59
+ <div id="template-notices" role="alert" aria-atomic="true">
60
+ <?php
61
+
62
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
63
+ do_action( 'template_notices' ); ?>
64
 
65
+ </div>
 
66
 
67
  <p><?php _e( 'Registering for this site is easy. Just fill in the fields below, and we\'ll get a new account set up for you in no time.', 'buddypress' ); ?></p>
68
 
302
  do_action( 'bp_signup_blog_title_errors' ); ?>
303
  <input type="text" name="signup_blog_title" id="signup_blog_title" value="<?php bp_signup_blog_title_value(); ?>" />
304
 
305
+ <fieldset class="register-site">
306
+ <legend class="label"><?php _e( 'Privacy: I would like my site to appear in search engines, and in public listings around this network.', 'buddypress' ); ?></legend>
307
+ <?php
308
 
309
+ /**
310
+ * Fires and displays any member registration blog privacy errors.
311
+ *
312
+ * @since 1.1.0
313
+ */
314
+ do_action( 'bp_signup_blog_privacy_errors' ); ?>
315
 
316
+ <label for="signup_blog_privacy_public"><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_public" value="public"<?php if ( 'public' == bp_get_signup_blog_privacy_value() || !bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'Yes', 'buddypress' ); ?></label>
317
+ <label for="signup_blog_privacy_private"><input type="radio" name="signup_blog_privacy" id="signup_blog_privacy_private" value="private"<?php if ( 'private' == bp_get_signup_blog_privacy_value() ) : ?> checked="checked"<?php endif; ?> /> <?php _e( 'No', 'buddypress' ); ?></label>
318
+ </fieldset>
319
 
320
  <?php
321
 
369
 
370
  <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?>
371
 
372
+ <div id="template-notices" role="alert" aria-atomic="true">
373
+ <?php
374
+
375
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
376
+ do_action( 'template_notices' ); ?>
377
+
378
+ </div>
379
 
 
 
380
  <?php
381
 
382
  /**
386
  */
387
  do_action( 'bp_before_registration_confirmed' ); ?>
388
 
389
+ <div id="template-notices" role="alert" aria-atomic="true">
390
+ <?php if ( bp_registration_needs_activation() ) : ?>
391
+ <p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ); ?></p>
392
+ <?php else : ?>
393
+ <p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ); ?></p>
394
+ <?php endif; ?>
395
+ </div>
396
 
397
  <?php
398
 
bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php CHANGED
@@ -97,7 +97,10 @@ do_action( 'bp_before_member_header' ); ?>
97
  */
98
  do_action( 'bp_after_member_header' ); ?>
99
 
100
- <?php
 
 
 
 
101
 
102
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
103
- do_action( 'template_notices' ); ?>
97
  */
98
  do_action( 'bp_after_member_header' ); ?>
99
 
100
+ <div id="template-notices" role="alert" aria-atomic="true">
101
+ <?php
102
+
103
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
104
+ do_action( 'template_notices' ); ?>
105
 
106
+ </div>
 
bp-templates/bp-legacy/buddypress/members/single/friends.php CHANGED
@@ -53,9 +53,15 @@ switch ( bp_current_action() ) :
53
  do_action( 'bp_before_member_friends_content' ); ?>
54
 
55
  <?php if (is_user_logged_in() ) : ?>
56
- <h2 class="bp-screen-reader-text"><?php _e( 'My friends', 'buddypress' ); ?></h2>
 
 
 
57
  <?php else : ?>
58
- <h2 class="bp-screen-reader-text"><?php _e( 'Friends', 'buddypress' ); ?></h2>
 
 
 
59
  <?php endif ?>
60
 
61
  <div class="members friends">
53
  do_action( 'bp_before_member_friends_content' ); ?>
54
 
55
  <?php if (is_user_logged_in() ) : ?>
56
+ <h2 class="bp-screen-reader-text"><?php
57
+ /* translators: accessibility text */
58
+ _e( 'My friends', 'buddypress' );
59
+ ?></h2>
60
  <?php else : ?>
61
+ <h2 class="bp-screen-reader-text"><?php
62
+ /* translators: accessibility text */
63
+ _e( 'Friends', 'buddypress' );
64
+ ?></h2>
65
  <?php endif ?>
66
 
67
  <div class="members friends">
bp-templates/bp-legacy/buddypress/members/single/friends/requests.php CHANGED
@@ -15,7 +15,10 @@ do_action( 'bp_before_member_friend_requests_content' ); ?>
15
 
16
  <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?>
17
 
18
- <h2 class="bp-screen-reader-text"><?php _e( 'Friendship requests', 'buddypress' ); ?></h2>
 
 
 
19
 
20
  <div id="pag-top" class="pagination no-ajax">
21
 
15
 
16
  <?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?>
17
 
18
+ <h2 class="bp-screen-reader-text"><?php
19
+ /* translators: accessibility text */
20
+ _e( 'Friendship requests', 'buddypress' );
21
+ ?></h2>
22
 
23
  <div id="pag-top" class="pagination no-ajax">
24
 
bp-templates/bp-legacy/buddypress/members/single/groups.php CHANGED
@@ -55,9 +55,15 @@ switch ( bp_current_action() ) :
55
  do_action( 'bp_before_member_groups_content' ); ?>
56
 
57
  <?php if ( is_user_logged_in() ) : ?>
58
- <h2 class="bp-screen-reader-text"><?php _e( 'My groups', 'buddypress' ); ?></h2>
 
 
 
59
  <?php else : ?>
60
- <h2 class="bp-screen-reader-text"><?php _e( 'Member\'s groups', 'buddypress' ); ?></h2>
 
 
 
61
  <?php endif; ?>
62
 
63
  <div class="groups mygroups">
55
  do_action( 'bp_before_member_groups_content' ); ?>
56
 
57
  <?php if ( is_user_logged_in() ) : ?>
58
+ <h2 class="bp-screen-reader-text"><?php
59
+ /* translators: accessibility text */
60
+ _e( 'My groups', 'buddypress' );
61
+ ?></h2>
62
  <?php else : ?>
63
+ <h2 class="bp-screen-reader-text"><?php
64
+ /* translators: accessibility text */
65
+ _e( 'Member\'s groups', 'buddypress' );
66
+ ?></h2>
67
  <?php endif; ?>
68
 
69
  <div class="groups mygroups">
bp-templates/bp-legacy/buddypress/members/single/groups/invites.php CHANGED
@@ -15,7 +15,10 @@ do_action( 'bp_before_group_invites_content' ); ?>
15
 
16
  <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
17
 
18
- <h2 class="bp-screen-reader-text"><?php _e( 'Group invitations', 'buddypress' ); ?></h2>
 
 
 
19
 
20
  <ul id="group-list" class="invites item-list">
21
 
15
 
16
  <?php if ( bp_has_groups( 'type=invites&user_id=' . bp_loggedin_user_id() ) ) : ?>
17
 
18
+ <h2 class="bp-screen-reader-text"><?php
19
+ /* translators: accessibility text */
20
+ _e( 'Group invitations', 'buddypress' );
21
+ ?></h2>
22
 
23
  <ul id="group-list" class="invites item-list">
24
 
bp-templates/bp-legacy/buddypress/members/single/member-header.php CHANGED
@@ -94,7 +94,10 @@ do_action( 'bp_before_member_header' ); ?>
94
  */
95
  do_action( 'bp_after_member_header' ); ?>
96
 
97
- <?php
 
 
 
 
98
 
99
- /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
100
- do_action( 'template_notices' ); ?>
94
  */
95
  do_action( 'bp_after_member_header' ); ?>
96
 
97
+ <div id="template-notices" role="alert" aria-atomic="true">
98
+ <?php
99
+
100
+ /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
101
+ do_action( 'template_notices' ); ?>
102
 
103
+ </div>
 
bp-templates/bp-legacy/buddypress/members/single/messages.php CHANGED
@@ -38,9 +38,15 @@ switch ( bp_current_action() ) :
38
  do_action( 'bp_before_member_messages_content' ); ?>
39
 
40
  <?php if ( bp_is_messages_inbox() ) : ?>
41
- <h2 class="bp-screen-reader-text"><?php _e( 'Messages inbox', 'buddypress' ); ?></h2>
 
 
 
42
  <?php elseif ( bp_is_messages_sentbox() ) : ?>
43
- <h2 class="bp-screen-reader-text"><?php _e( 'Sent Messages', 'buddypress' ); ?></h2>
 
 
 
44
  <?php endif; ?>
45
 
46
  <div class="messages">
@@ -77,7 +83,10 @@ switch ( bp_current_action() ) :
77
  */
78
  do_action( 'bp_before_member_messages_content' ); ?>
79
 
80
- <h2 class="bp-screen-reader-text"><?php _e( 'Sitewide Notices', 'buddypress' ); ?></h2>
 
 
 
81
 
82
  <div class="messages">
83
  <?php bp_get_template_part( 'members/single/messages/notices-loop' ); ?>
38
  do_action( 'bp_before_member_messages_content' ); ?>
39
 
40
  <?php if ( bp_is_messages_inbox() ) : ?>
41
+ <h2 class="bp-screen-reader-text"><?php
42
+ /* translators: accessibility text */
43
+ _e( 'Messages inbox', 'buddypress' );
44
+ ?></h2>
45
  <?php elseif ( bp_is_messages_sentbox() ) : ?>
46
+ <h2 class="bp-screen-reader-text"><?php
47
+ /* translators: accessibility text */
48
+ _e( 'Sent Messages', 'buddypress' );
49
+ ?></h2>
50
  <?php endif; ?>
51
 
52
  <div class="messages">
83
  */
84
  do_action( 'bp_before_member_messages_content' ); ?>
85
 
86
+ <h2 class="bp-screen-reader-text"><?php
87
+ /* translators: accessibility text */
88
+ _e( 'Sitewide Notices', 'buddypress' );
89
+ ?></h2>
90
 
91
  <div class="messages">
92
  <?php bp_get_template_part( 'members/single/messages/notices-loop' ); ?>
bp-templates/bp-legacy/buddypress/members/single/messages/compose.php CHANGED
@@ -7,7 +7,10 @@
7
  */
8
 
9
  ?>
10
- <h2 class="bp-screen-reader-text"><?php _e( 'Compose Message', 'buddypress' ); ?></h2>
 
 
 
11
 
12
  <form action="<?php bp_messages_form_action('compose' ); ?>" method="post" id="send_message_form" class="standard-form" enctype="multipart/form-data">
13
 
7
  */
8
 
9
  ?>
10
+ <h2 class="bp-screen-reader-text"><?php
11
+ /* translators: accessibility text */
12
+ _e( 'Compose Message', 'buddypress' );
13
+ ?></h2>
14
 
15
  <form action="<?php bp_messages_form_action('compose' ); ?>" method="post" id="send_message_form" class="standard-form" enctype="multipart/form-data">
16
 
bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php CHANGED
@@ -15,7 +15,10 @@ do_action( 'bp_before_member_messages_loop' ); ?>
15
 
16
  <?php if ( bp_has_message_threads( bp_ajax_querystring( 'messages' ) ) ) : ?>
17
 
18
- <h2 class="bp-screen-reader-text"><?php _e( 'Starred messages', 'buddypress' ); ?></h2>
 
 
 
19
 
20
  <div class="pagination no-ajax" id="user-pag">
21
 
15
 
16
  <?php if ( bp_has_message_threads( bp_ajax_querystring( 'messages' ) ) ) : ?>
17
 
18
+ <h2 class="bp-screen-reader-text"><?php
19
+ /* translators: accessibility text */
20
+ _e( 'Starred messages', 'buddypress' );
21
+ ?></h2>
22
 
23
  <div class="pagination no-ajax" id="user-pag">
24
 
bp-templates/bp-legacy/buddypress/members/single/notifications/read.php CHANGED
@@ -10,7 +10,10 @@
10
 
11
  <?php if ( bp_has_notifications() ) : ?>
12
 
13
- <h2 class="bp-screen-reader-text"><?php _e( 'Notifications', 'buddypress' ); ?></h2>
 
 
 
14
 
15
  <div id="pag-top" class="pagination no-ajax">
16
  <div class="pag-count" id="notifications-count-top">
10
 
11
  <?php if ( bp_has_notifications() ) : ?>
12
 
13
+ <h2 class="bp-screen-reader-text"><?php
14
+ /* translators: accessibility text */
15
+ _e( 'Notifications', 'buddypress' );
16
+ ?></h2>
17
 
18
  <div id="pag-top" class="pagination no-ajax">
19
  <div class="pag-count" id="notifications-count-top">
bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php CHANGED
@@ -10,7 +10,10 @@
10
 
11
  <?php if ( bp_has_notifications() ) : ?>
12
 
13
- <h2 class="bp-screen-reader-text"><?php _e( 'Unread notifications', 'buddypress' ); ?></h2>
 
 
 
14
 
15
  <div id="pag-top" class="pagination no-ajax">
16
  <div class="pag-count" id="notifications-count-top">
10
 
11
  <?php if ( bp_has_notifications() ) : ?>
12
 
13
+ <h2 class="bp-screen-reader-text"><?php
14
+ /* translators: accessibility text */
15
+ _e( 'Unread notifications', 'buddypress' );
16
+ ?></h2>
17
 
18
  <div id="pag-top" class="pagination no-ajax">
19
  <div class="pag-count" id="notifications-count-top">
bp-templates/bp-legacy/buddypress/members/single/profile/edit.php CHANGED
@@ -26,7 +26,7 @@ if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) )
26
  <h2><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>
27
 
28
  <?php if ( bp_profile_has_multiple_groups() ) : ?>
29
- <ul class="button-nav">
30
 
31
  <?php bp_profile_group_tabs(); ?>
32
 
26
  <h2><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>
27
 
28
  <?php if ( bp_profile_has_multiple_groups() ) : ?>
29
+ <ul class="button-nav" aria-label="<?php esc_attr_e( 'Profile field groups', 'buddypress' ); ?>" role="navigation">
30
 
31
  <?php bp_profile_group_tabs(); ?>
32
 
bp-templates/bp-legacy/buddypress/members/single/settings/general.php CHANGED
@@ -9,7 +9,10 @@
9
  /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/settings/profile.php */
10
  do_action( 'bp_before_member_settings_template' ); ?>
11
 
12
- <h2 class="bp-screen-reader-text"><?php _e( 'Account settings', 'buddypress' ); ?></h2>
 
 
 
13
 
14
  <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/general'; ?>" method="post" class="standard-form" id="settings-form">
15
 
9
  /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/settings/profile.php */
10
  do_action( 'bp_before_member_settings_template' ); ?>
11
 
12
+ <h2 class="bp-screen-reader-text"><?php
13
+ /* translators: accessibility text */
14
+ _e( 'Account settings', 'buddypress' );
15
+ ?></h2>
16
 
17
  <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/general'; ?>" method="post" class="standard-form" id="settings-form">
18
 
bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php CHANGED
@@ -9,7 +9,10 @@
9
  /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/settings/profile.php */
10
  do_action( 'bp_before_member_settings_template' ); ?>
11
 
12
- <h2 class="bp-screen-reader-text"><?php _e( 'Notification settings', 'buddypress' ); ?></h2>
 
 
 
13
 
14
  <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form">
15
  <p><?php _e( 'Send an email notice when:', 'buddypress' ); ?></p>
9
  /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/settings/profile.php */
10
  do_action( 'bp_before_member_settings_template' ); ?>
11
 
12
+ <h2 class="bp-screen-reader-text"><?php
13
+ /* translators: accessibility text */
14
+ _e( 'Notification settings', 'buddypress' );
15
+ ?></h2>
16
 
17
  <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form">
18
  <p><?php _e( 'Send an email notice when:', 'buddypress' ); ?></p>
bp-templates/bp-legacy/buddypress/members/single/settings/profile.php CHANGED
@@ -13,7 +13,10 @@
13
  */
14
  do_action( 'bp_before_member_settings_template' ); ?>
15
 
16
- <h2 class="bp-screen-reader-text"><?php _e( 'Profile visibility settings', 'buddypress' ); ?></h2>
 
 
 
17
 
18
  <form action="<?php echo trailingslashit( bp_displayed_user_domain() . bp_get_settings_slug() . '/profile' ); ?>" method="post" class="standard-form" id="settings-form">
19
 
13
  */
14
  do_action( 'bp_before_member_settings_template' ); ?>
15
 
16
+ <h2 class="bp-screen-reader-text"><?php
17
+ /* translators: accessibility text */
18
+ _e( 'Profile visibility settings', 'buddypress' );
19
+ ?></h2>
20
 
21
  <form action="<?php echo trailingslashit( bp_displayed_user_domain() . bp_get_settings_slug() . '/profile' ); ?>" method="post" class="standard-form" id="settings-form">
22
 
bp-templates/bp-legacy/css/buddypress-rtl.css CHANGED
@@ -863,6 +863,22 @@ a.bp-title-button {
863
  opacity: .4;
864
  }
865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
866
  .bp-screen-reader-text {
867
  position: absolute;
868
  margin: -1px;
@@ -1650,7 +1666,6 @@ body.register #buddypress div.page ul {
1650
  .widget.buddypress span.activity {
1651
  display: inline-block;
1652
  font-size: small;
1653
- opacity: 0.8;
1654
  padding: 0;
1655
  }
1656
 
863
  opacity: .4;
864
  }
865
 
866
+ fieldset.register-site {
867
+ margin-top: 1em;
868
+ }
869
+
870
+ fieldset.create-site {
871
+ margin-bottom: 2em;
872
+ }
873
+
874
+ fieldset.create-site legend {
875
+ margin-bottom: 1em;
876
+ }
877
+
878
+ fieldset.create-site label {
879
+ margin-left: 3em;
880
+ }
881
+
882
  .bp-screen-reader-text {
883
  position: absolute;
884
  margin: -1px;
1666
  .widget.buddypress span.activity {
1667
  display: inline-block;
1668
  font-size: small;
 
1669
  padding: 0;
1670
  }
1671
 
bp-templates/bp-legacy/css/buddypress-rtl.min.css CHANGED
@@ -1 +1 @@
1
- #buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:right;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:right;margin-right:10px}#buddypress div.pagination .pagination-links{float:left;margin-left:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:right}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:right}#buddypress form#whats-new-form #whats-new-content{margin-right:55px;padding:0 20px 20px 0}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-right:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:left;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:right}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-right:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-right:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 70px 0 0}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-right:170px;margin-left:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-left:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 0 -8px 5px!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-left:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 0 5px 10px;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-right:2px solid #EAEAEA;margin-right:5px;padding-right:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-right:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:right;margin:0 0 5px 10px}#buddypress .activity-read-more{margin-right:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-left:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-right:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 70px 0 0;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-right:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 10px 0 0}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-right:30px;margin-top:0;padding-right:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 15px 0 10px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;margin-left:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 40px 0 0}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-left:15px;clear:both}#buddypress div.activity-comments form.root{margin-right:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:right}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-right:50px;padding-right:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:right;margin:5px 40px 5px 0}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:left;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:right;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:right;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 0 5px 5px;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:right;margin-right:10px}#buddypress ul.button-nav li{float:right;margin:0 0 10px 10px;list-style:none}#sitewide-notice #message{right:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#737373;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-left:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:left}#buddypress div#signup-avatar img{margin:0 0 10px 15px}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-left:15px}#buddypress .standard-form div.radio ul{margin:10px 38px 15px 0;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:right;width:48%}#buddypress .standard-form #profile-details-section{float:left}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:right}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress .standard-form button:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:right}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 1% 0 0}#buddypress form.standard-form .main-column{margin-right:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:right}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-right:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;left:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{left:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5;color:#707070}#buddypress table.notification-settings{margin-bottom:20px;text-align:right}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-right:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-right:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-left:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:right}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 0 -8px 5px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:right;margin-right:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:right;margin:0 0 19px 15px}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}#buddypress div#item-header div#item-actions h2,#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:left;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:right;margin:10px 0 0 10px}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:right;margin:0 0 0 10px}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h3,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 60px 0 0;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-right:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;left:0;text-align:left}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:left;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:right;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:left;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.9;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:12% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress .group-members-list{width:100%;margin-top:1em;clear:both;overflow:auto}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;right:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:right;margin:0 0 0 10px;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-right:45px}#buddypress div#message-thread div.message-options{text-align:left}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:left;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;left:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h2{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#707070}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#f5f5f5;color:#707070}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:right;margin:0 0 15px 10px}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-right:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-left:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-left:10px}.widget.buddypress .bp-login-widget-user-avatar{float:right}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-right:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-right:0;padding-right:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:left;margin-top:-50px;text-align:left}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-right:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:right;clear:right;float:right}#buddypress li#groups-order-select{clear:right;float:right}#buddypress ul.item-list li div.action{margin-right:70px;position:relative;top:0;left:0}#buddypress ul.item-list li div.item-desc{clear:right;float:right;margin:10px 0 0;width:auto}#buddypress li div.item{margin-right:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-right:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:right;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:right}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-right:45px}h1 a.bp-title-button{clear:right;float:right;margin:10px 0 20px}}
1
+ #buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:right;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:right;margin-right:10px}#buddypress div.pagination .pagination-links{float:left;margin-left:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:right}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:right}#buddypress form#whats-new-form #whats-new-content{margin-right:55px;padding:0 20px 20px 0}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-right:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:left;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:right}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-right:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-right:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 70px 0 0}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-right:170px;margin-left:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-left:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 0 -8px 5px!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-left:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 0 5px 10px;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-right:2px solid #EAEAEA;margin-right:5px;padding-right:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-right:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:right;margin:0 0 5px 10px}#buddypress .activity-read-more{margin-right:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-left:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-right:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 70px 0 0;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-right:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 10px 0 0}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-right:30px;margin-top:0;padding-right:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 15px 0 10px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;margin-left:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 40px 0 0}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-left:15px;clear:both}#buddypress div.activity-comments form.root{margin-right:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:right}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-right:50px;padding-right:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:right;margin:5px 40px 5px 0}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:left;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:right;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:right;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 0 5px 5px;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:right;margin-right:10px}#buddypress ul.button-nav li{float:right;margin:0 0 10px 10px;list-style:none}#sitewide-notice #message{right:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#737373;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-left:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:left}#buddypress div#signup-avatar img{margin:0 0 10px 15px}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-left:15px}#buddypress .standard-form div.radio ul{margin:10px 38px 15px 0;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:right;width:48%}#buddypress .standard-form #profile-details-section{float:left}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:right}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress .standard-form button:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:right}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 1% 0 0}#buddypress form.standard-form .main-column{margin-right:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:right}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}fieldset.register-site{margin-top:1em}fieldset.create-site{margin-bottom:2em}fieldset.create-site legend{margin-bottom:1em}fieldset.create-site label{margin-left:3em}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-right:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;left:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{left:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5;color:#707070}#buddypress table.notification-settings{margin-bottom:20px;text-align:right}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-right:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-right:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-left:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:right}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 0 -8px 5px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:right;margin-right:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:right;margin:0 0 19px 15px}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}#buddypress div#item-header div#item-actions h2,#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:left;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:right;margin:10px 0 0 10px}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:right;margin:0 0 0 10px}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h3,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 60px 0 0;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-right:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;left:0;text-align:left}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:left;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:right;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:right;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:left;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.9;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:12% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress .group-members-list{width:100%;margin-top:1em;clear:both;overflow:auto}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;right:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:right;margin:0 0 0 10px;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-right:45px}#buddypress div#message-thread div.message-options{text-align:left}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:left;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;left:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h2{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#707070}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#f5f5f5;color:#707070}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:right;margin:0 0 15px 10px}.widget.buddypress span.activity{display:inline-block;font-size:small;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-right:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-left:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-left:10px}.widget.buddypress .bp-login-widget-user-avatar{float:right}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-right:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-right:0;padding-right:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:left;margin-top:-50px;text-align:left}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-right:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:right;clear:right;float:right}#buddypress li#groups-order-select{clear:right;float:right}#buddypress ul.item-list li div.action{margin-right:70px;position:relative;top:0;left:0}#buddypress ul.item-list li div.item-desc{clear:right;float:right;margin:10px 0 0;width:auto}#buddypress li div.item{margin-right:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-right:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:right;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:right}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-right:45px}h1 a.bp-title-button{clear:right;float:right;margin:10px 0 20px}}
bp-templates/bp-legacy/css/buddypress.css CHANGED
@@ -863,6 +863,22 @@ a.bp-title-button {
863
  opacity: .4;
864
  }
865
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
866
  .bp-screen-reader-text {
867
  position: absolute;
868
  margin: -1px;
@@ -1650,7 +1666,6 @@ body.register #buddypress div.page ul {
1650
  .widget.buddypress span.activity {
1651
  display: inline-block;
1652
  font-size: small;
1653
- opacity: 0.8;
1654
  padding: 0;
1655
  }
1656
 
863
  opacity: .4;
864
  }
865
 
866
+ fieldset.register-site {
867
+ margin-top: 1em;
868
+ }
869
+
870
+ fieldset.create-site {
871
+ margin-bottom: 2em;
872
+ }
873
+
874
+ fieldset.create-site legend {
875
+ margin-bottom: 1em;
876
+ }
877
+
878
+ fieldset.create-site label {
879
+ margin-right: 3em;
880
+ }
881
+
882
  .bp-screen-reader-text {
883
  position: absolute;
884
  margin: -1px;
1666
  .widget.buddypress span.activity {
1667
  display: inline-block;
1668
  font-size: small;
 
1669
  padding: 0;
1670
  }
1671
 
bp-templates/bp-legacy/css/buddypress.min.css CHANGED
@@ -1 +1 @@
1
- #buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:left;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:left;margin-left:10px}#buddypress div.pagination .pagination-links{float:right;margin-right:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:left}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:left}#buddypress form#whats-new-form #whats-new-content{margin-left:55px;padding:0 0 20px 20px}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-left:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:right;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:left}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-left:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-left:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 0 0 70px}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-left:170px;margin-right:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-right:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 5px -8px 0!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-right:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 10px 5px 0;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-left:2px solid #EAEAEA;margin-left:5px;padding-left:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-left:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:left;margin:0 10px 5px 0}#buddypress .activity-read-more{margin-left:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-right:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-left:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 0 0 70px;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-left:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 0 0 10px}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-left:30px;margin-top:0;padding-left:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 10px 0 15px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;margin-right:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 0 0 40px}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-right:15px;clear:both}#buddypress div.activity-comments form.root{margin-left:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:left}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-left:50px;padding-left:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:left;margin:5px 0 5px 40px}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:right;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:left;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:left;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:left;margin-left:10px}#buddypress ul.button-nav li{float:left;margin:0 10px 10px 0;list-style:none}#sitewide-notice #message{left:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#737373;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-right:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:right}#buddypress div#signup-avatar img{margin:0 15px 10px 0}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-right:15px}#buddypress .standard-form div.radio ul{margin:10px 0 15px 38px;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:left;width:48%}#buddypress .standard-form #profile-details-section{float:right}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:left}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress .standard-form button:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:left}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 0 0 1%}#buddypress form.standard-form .main-column{margin-left:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:left}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-left:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;right:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{right:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5;color:#707070}#buddypress table.notification-settings{margin-bottom:20px;text-align:left}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-left:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-left:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-right:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:left}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 5px -8px 0}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:left;margin-left:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:left;margin:0 15px 19px 0}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}#buddypress div#item-header div#item-actions h2,#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:right;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:left;margin:10px 10px 0 0}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:left;margin:0 10px 0 0}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h3,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 0 0 60px;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-left:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;right:0;text-align:right}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:right;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:left;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:right;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.9;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:88% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress .group-members-list{width:100%;margin-top:1em;clear:both;overflow:auto}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:left;margin:0 10px 0 0;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-left:45px}#buddypress div#message-thread div.message-options{text-align:right}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:right;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;right:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h2{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#707070}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#f5f5f5;color:#707070}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:left;margin:0 10px 15px 0}.widget.buddypress span.activity{display:inline-block;font-size:small;opacity:.8;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-left:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-right:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-right:10px}.widget.buddypress .bp-login-widget-user-avatar{float:left}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-left:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-left:0;padding-left:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:right;margin-top:-50px;text-align:right}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-left:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:left;clear:left;float:left}#buddypress li#groups-order-select{clear:left;float:left}#buddypress ul.item-list li div.action{margin-left:70px;position:relative;top:0;right:0}#buddypress ul.item-list li div.item-desc{clear:left;float:left;margin:10px 0 0;width:auto}#buddypress li div.item{margin-left:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-left:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:left;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:left}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-left:45px}h1 a.bp-title-button{clear:left;float:left;margin:10px 0 20px}}
1
+ #buddypress div.pagination .pagination-links a:hover,#buddypress ul.button-nav li.current a{font-weight:700}#buddypress div.pagination{background:0 0;border:none;color:#767676;font-size:small;margin:0;position:relative;display:block;float:left;width:100%;padding:10px 0}#buddypress div.pagination .pag-count{float:left;margin-left:10px}#buddypress div.pagination .pagination-links{float:right;margin-right:10px}#buddypress div.pagination .pagination-links a,#buddypress div.pagination .pagination-links span{font-size:90%;padding:0 5px}#buddypress noscript div.pagination{margin-bottom:15px}#buddypress #nav-above{display:none}#buddypress .paged #nav-above{display:block}#buddypress img.wp-smiley{border:none!important;clear:none!important;float:none!important;margin:0!important;padding:0!important}#buddypress .clear{clear:left}#buddypress #activity-stream{margin-top:-5px}#buddypress #activity-stream p{margin:5px 0}#buddypress #item-body form#whats-new-form{margin:0;padding:0}#buddypress .home-page form#whats-new-form{border-bottom:none;padding-bottom:0}#buddypress form#whats-new-form #whats-new-avatar{float:left}#buddypress form#whats-new-form #whats-new-content{margin-left:55px;padding:0 0 20px 20px}#buddypress form#whats-new-form p.activity-greeting{line-height:.5em;margin-bottom:15px;margin-left:75px}#buddypress form#whats-new-form textarea{background:#fff;box-sizing:border-box;color:#555;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}body.no-js #buddypress form#whats-new-form textarea{height:50px}#buddypress form#whats-new-form #whats-new-options select{max-width:200px;margin-top:12px}#buddypress form#whats-new-form #whats-new-submit{float:right;margin-top:12px}#buddypress #whats-new-options:after{clear:both;content:"";display:table}body.no-js #buddypress #whats-new-options{height:auto}#buddypress #whats-new:focus{border-color:rgba(31,179,221,.9)!important;outline-color:rgba(31,179,221,.9)}#buddypress ul.activity-list li{overflow:hidden;padding:15px 0 0;list-style:none}#buddypress .activity-list .activity-avatar{float:left}#buddypress ul.item-list.activity-list li.has-comments{padding-bottom:15px}body.activity-permalink #buddypress ul.activity-list li.has-comments{padding-bottom:0}#buddypress .activity-list li.mini{font-size:80%;position:relative}#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-list li.mini .activity-avatar img.avatar{height:20px;margin-left:30px;width:20px}#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic,#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar{height:auto;margin-left:0;width:auto}body.activity-permalink #buddypress .activity-list>li:first-child{padding-top:0}#buddypress .activity-list li .activity-content{position:relative}#buddypress .activity-list li.mini .activity-content p{margin:0}#buddypress .activity-list li.mini .activity-comments{clear:both;font-size:120%}body.activity-permalink #buddypress li.mini .activity-meta{margin-top:4px}#buddypress .activity-list li .activity-inreplyto{color:#767676;font-size:80%}#buddypress .activity-list li .activity-inreplyto>p{margin:0;display:inline}#buddypress .activity-list li .activity-inreplyto blockquote,#buddypress .activity-list li .activity-inreplyto div.activity-inner{background:0 0;border:none;display:inline;margin:0;overflow:hidden;padding:0}#buddypress .activity-list .activity-content{margin:0 0 0 70px}body.activity-permalink #buddypress .activity-list li .activity-content{border:none;font-size:100%;line-height:150%;margin-left:170px;margin-right:0;padding:0}body.activity-permalink #buddypress .activity-list li .activity-header>p{margin:0;padding:5px 0 0}#buddypress .activity-list .activity-content .activity-header,#buddypress .activity-list .activity-content .comment-header{color:#767676;line-height:220%}#buddypress .activity-header{margin-right:20px}#buddypress .acomment-meta a,#buddypress .activity-header a,#buddypress .comment-meta a{text-decoration:none}#buddypress .activity-list .activity-content .activity-header img.avatar{float:none!important;margin:0 5px -8px 0!important}#buddypress a.bp-secondary-action,#buddypress span.highlight{font-size:80%;padding:0;margin-right:5px;text-decoration:none}#buddypress .activity-list .activity-content .activity-inner,#buddypress .activity-list .activity-content blockquote{margin:10px 10px 5px 0;overflow:hidden}#buddypress .activity-list li.new_forum_post .activity-content .activity-inner,#buddypress .activity-list li.new_forum_topic .activity-content .activity-inner{border-left:2px solid #EAEAEA;margin-left:5px;padding-left:10px}body.activity-permalink #buddypress .activity-content .activity-inner,body.activity-permalink #buddypress .activity-content blockquote{margin-left:0;margin-top:5px}#buddypress .activity-inner>p{word-wrap:break-word}#buddypress .activity-inner>.activity-inner,#buddypress .activity-inner>blockquote{margin:0}#buddypress .activity-list .activity-content img.thumbnail{border:2px solid #eee;float:left;margin:0 10px 5px 0}#buddypress .activity-read-more{margin-left:1em;white-space:nowrap}#buddypress .activity-list li.load-more,#buddypress .activity-list li.load-newest{background:#f0f0f0;font-size:110%;margin:15px 0;padding:10px 15px;text-align:center}#buddypress .activity-list li.load-more a,#buddypress .activity-list li.load-newest a{color:#4D4D4D}#buddypress div.activity-meta{margin:18px 0 0}body.activity-permalink #buddypress div.activity-meta{margin-bottom:6px}#buddypress div.activity-meta a{padding:4px 8px}#buddypress a.activity-time-since{color:#767676;text-decoration:none}#buddypress a.activity-time-since:hover{color:#767676;text-decoration:underline}#buddypress #reply-title small a,#buddypress a.bp-primary-action{font-size:80%;margin-right:5px;text-decoration:none}#buddypress #reply-title small a span,#buddypress a.bp-primary-action span{background:#767676;color:#fff;font-size:90%;margin-left:2px;padding:0 5px}#buddypress #reply-title small a:hover span,#buddypress a.bp-primary-action:hover span{background:#555;color:#fff}#buddypress div.activity-comments{margin:0 0 0 70px;overflow:hidden;position:relative;width:auto;clear:both}body.activity-permalink #buddypress div.activity-comments{background:0 0;margin-left:170px;width:auto}#buddypress div.activity-comments>ul{padding:0 0 0 10px}#buddypress div.activity-comments ul,#buddypress div.activity-comments ul li{border:none;list-style:none}#buddypress div.activity-comments ul{clear:both;margin:0}#buddypress div.activity-comments ul li{border-top:1px solid #eee;padding:10px 0 0}body.activity-permalink #buddypress .activity-list li.mini .activity-comments{clear:none;margin-top:0}body.activity-permalink #buddypress div.activity-comments ul li{border-width:1px;padding:10px 0 0}#buddypress div.activity-comments>ul>li:first-child{border-top:none}#buddypress div.activity-comments ul li:last-child{margin-bottom:0}#buddypress div.activity-comments ul li>ul{margin-left:30px;margin-top:0;padding-left:10px}body.activity-permalink #buddypress div.activity-comments ul li>ul{margin-top:10px}body.activity-permalink #buddypress div.activity-comments>ul{padding:0 10px 0 15px}#buddypress div.activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;margin-right:10px;width:25px}#buddypress div.activity-comments div.acomment-content{font-size:80%;margin:5px 0 0 40px}#buddypress div.acomment-content .activity-delete-link,#buddypress div.acomment-content .comment-header,#buddypress div.acomment-content .time-since{display:none}body.activity-permalink #buddypress div.activity-comments div.acomment-content{font-size:90%}#buddypress div.activity-comments div.acomment-meta{color:#767676;font-size:80%}#buddypress div.activity-comments form.ac-form{display:none;padding:10px}#buddypress div.activity-comments li form.ac-form{margin-right:15px;clear:both}#buddypress div.activity-comments form.root{margin-left:0}#buddypress div.activity-comments div#message{margin-top:15px;margin-bottom:0}#buddypress div.activity-comments form .ac-textarea{background:#fff;border:1px inset #ccc;margin-bottom:10px;padding:8px}#buddypress div.activity-comments form textarea{border:none;background:0 0;box-shadow:none;outline:0;color:#555;font-family:inherit;font-size:100%;height:60px;padding:0;margin:0;width:100%}#buddypress div.activity-comments form input{margin-top:5px}#buddypress div.activity-comments form div.ac-reply-avatar{float:left}#buddypress div.ac-reply-avatar img{border:1px solid #eee}#buddypress div.activity-comments form div.ac-reply-content{color:#767676;margin-left:50px;padding-left:15px}#buddypress div.activity-comments form div.ac-reply-content a{text-decoration:none}#buddypress .acomment-options{float:left;margin:5px 0 5px 40px}#buddypress .acomment-options a{color:#767676}#buddypress .acomment-options a:hover{color:inherit}#buddypress div.dir-search{float:right;margin:-39px 0 0}#buddypress div.dir-search input[type=text],#buddypress li.groups-members-search input[type=text]{font-size:90%;padding:1px 3px}#buddypress .current-member-type{font-style:italic}#buddypress .dir-form{clear:both}#buddypress div#message{margin:0 0 15px}#buddypress #message.info{margin-bottom:0}#buddypress div#message.updated{clear:both;display:block}#buddypress div#message p,#sitewide-notice p{font-size:90%;display:block;padding:10px 15px}#buddypress div#message.error p{background-color:#fdc;border:1px solid #a00;clear:left;color:#800}#buddypress div#message.warning p{background-color:#ffe0af;border:1px solid #ffd087;clear:left;color:#800}#buddypress div#message.updated p{background-color:#efc;border:1px solid #591;color:#250}#buddypress #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress .standard-form #basic-details-section #pass-strength-result{width:35%}#buddypress #pass-strength-result.bad,#buddypress #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c!important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0!important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040!important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c!important;display:block}#buddypress .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px;padding:6px;width:90%}#buddypress div.accept,#buddypress div.reject{float:left;margin-left:10px}#buddypress ul.button-nav li{float:left;margin:0 10px 10px 0;list-style:none}#sitewide-notice #message{left:2%;position:fixed;top:1em;width:96%;z-index:9999}#sitewide-notice.admin-bar-on #message{top:3.3em}#sitewide-notice strong{display:block;margin-bottom:-1em}#buddypress form fieldset{border:0;padding:0}#buddypress .dir-search input[type=search],#buddypress .dir-search input[type=text],#buddypress .groups-members-search input[type=search],#buddypress .groups-members-search input[type=text],#buddypress .standard-form input[type=color],#buddypress .standard-form input[type=date],#buddypress .standard-form input[type=datetime-local],#buddypress .standard-form input[type=datetime],#buddypress .standard-form input[type=email],#buddypress .standard-form input[type=month],#buddypress .standard-form input[type=number],#buddypress .standard-form input[type=password],#buddypress .standard-form input[type=range],#buddypress .standard-form input[type=search],#buddypress .standard-form input[type=tel],#buddypress .standard-form input[type=text],#buddypress .standard-form input[type=time],#buddypress .standard-form input[type=url],#buddypress .standard-form input[type=week],#buddypress .standard-form select,#buddypress .standard-form textarea{border:1px solid #ccc;background:#fafafa;border-radius:0;color:#737373;font:inherit;font-size:100%;padding:6px}#buddypress .standard-form select{padding:3px}#buddypress .standard-form input[type=password]{margin-bottom:5px}#buddypress .standard-form label,#buddypress .standard-form legend,#buddypress .standard-form span.label{display:block;font-weight:700;margin:15px 0 5px;width:auto}#buddypress .standard-form #invite-list label,#buddypress .standard-form p label{font-weight:400;margin:auto}#buddypress .standard-form .checkbox label,#buddypress .standard-form .radio label{color:#767676;font-size:100%;font-weight:400;margin:5px 0 0}#buddypress .standard-form .checkbox label input,#buddypress .standard-form .radio label input{margin-right:3px}#buddypress .standard-form#sidebar-login-form label{margin-top:5px}#buddypress .standard-form input[type=text]{width:75%}#buddypress .standard-form#sidebar-login-form input[type=password],#buddypress .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url{width:35%}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:90%}#buddypress .standard-form#signup_form div.submit{float:right}#buddypress div#signup-avatar img{margin:0 15px 10px 0}#buddypress .standard-form textarea{width:75%;height:120px}#buddypress .standard-form textarea#message_content{height:200px}#buddypress .standard-form#send-reply textarea{width:97.5%}#buddypress .standard-form p.description{color:#767676;font-size:80%;margin:5px 0}#buddypress .standard-form div.submit{clear:both;padding:15px 0 0}#buddypress .standard-form p.submit{margin-bottom:0;padding:15px 0 0}#buddypress .standard-form div.submit input{margin-right:15px}#buddypress .standard-form div.radio ul{margin:10px 0 15px 38px;list-style:disc}#buddypress .standard-form div.radio ul li{margin-bottom:5px}#buddypress .standard-form a.clear-value{display:block;margin-top:5px;outline:0}#buddypress table.notification-settings td:first-child,#buddypress table.notification-settings th.icon,#buddypress table.notifications td:first-child,#buddypress table.notifications th.icon,body.no-js #buddypress #delete_inbox_messages,body.no-js #buddypress #delete_sentbox_messages,body.no-js #buddypress #message-type-select,body.no-js #buddypress #messages-bulk-management #select-all-messages,body.no-js #buddypress #notifications-bulk-management #select-all-notifications,body.no-js #buddypress label[for=message-type-select]{display:none}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{float:left;width:48%}#buddypress .standard-form #profile-details-section{float:right}#buddypress #notifications-bulk-management,#buddypress .standard-form #blog-details-section{clear:left}#buddypress .standard-form input:focus,#buddypress .standard-form select:focus,#buddypress .standard-form textarea:focus{background:#fafafa;color:#555}#buddypress form#send-invite-form{margin-top:20px}#buddypress div#invite-list{background:#f5f5f5;height:400px;margin:0 0 10px;overflow:auto;padding:5px;width:160px}#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],#buddypress ul.button-nav li a,a.bp-title-button{background:#fff;border:1px solid #ccc;color:#767676;font-size:small;cursor:pointer;outline:0;padding:4px 10px;text-align:center;text-decoration:none}#buddypress .comment-reply-link:hover,#buddypress .standard-form button:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress div.generic-button a:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#buddypress ul.button-nav li.current a{background:#ededed;border:1px solid #bbb;color:#555;outline:0;text-decoration:none}#buddypress form.standard-form .left-menu{float:left}#buddypress form.standard-form .left-menu #invite-list ul{margin:1%;list-style:none}#buddypress form.standard-form .left-menu #invite-list ul li{margin:0 0 0 1%}#buddypress form.standard-form .main-column{margin-left:190px}#buddypress form.standard-form .main-column ul#friend-list{clear:none;float:left}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{clear:none}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 8px 1px}#buddypress form [disabled=disabled]{cursor:default;opacity:.4}fieldset.register-site{margin-top:1em}fieldset.create-site{margin-bottom:2em}fieldset.create-site legend{margin-bottom:1em}fieldset.create-site label{margin-right:3em}.bp-screen-reader-text{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0;word-wrap:normal!important}#buddypress a.loading,#buddypress input.loading{-webkit-animation:loader-pulsate .5s infinite ease-in-out alternate;-moz-animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@-webkit-keyframes loader-pulsate{from{border-color:#aaa;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-webkit-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}@-moz-keyframes loader-pulsate{from{border-color:#aaa;-moz-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc}to{border-color:#ccc;-moz-box-shadow:0 0 6px #f8f8f8;box-shadow:0 0 6px #f8f8f8}}#buddypress a.loading:hover,#buddypress input.loading:hover{color:#767676}#buddypress a.disabled,#buddypress button.disabled,#buddypress button.pending,#buddypress div.pending a,#buddypress input[type=submit].disabled,#buddypress input[type=submit].pending,#buddypress input[type=submit][disabled=disabled],#buddypress input[type=button].disabled,#buddypress input[type=button].pending,#buddypress input[type=reset].disabled,#buddypress input[type=reset].pending{border-color:#eee;color:#bbb;cursor:default}#buddypress a.disabled:hover,#buddypress button.disabled:hover,#buddypress button.pending:hover,#buddypress div.pending a:hover,#buddypress input[type=submit]:hover.disabled,#buddypress input[type=submit]:hover.pending,#buddypress input[type=button]:hover.disabled,#buddypress input[type=button]:hover.pending,#buddypress input[type=reset]:hover.disabled,#buddypress input[type=reset]:hover.pending{border-color:#eee;color:#bbb}#buddypress ul#topic-post-list{margin:0;width:auto}#buddypress ul#topic-post-list li{padding:15px;position:relative}#buddypress ul#topic-post-list li.alt{background:#f5f5f5}#buddypress ul#topic-post-list li div.poster-meta{color:#767676;margin-bottom:10px}#buddypress ul#topic-post-list li div.post-content{margin-left:54px}#buddypress div.topic-tags{font-size:80%}#buddypress div.admin-links{color:#767676;font-size:80%;position:absolute;top:15px;right:25px}#buddypress div#topic-meta{margin:0;padding:5px 19px 30px;position:relative}#buddypress div#topic-meta div.admin-links{right:19px;top:-36px}#buddypress div#topic-meta h3{margin:5px 0}#buddypress div#new-topic-post{display:none;margin:20px 0 0;padding:1px 0 0}#buddypress table.forum,#buddypress table.messages-notices,#buddypress table.notifications,#buddypress table.notifications-settings,#buddypress table.profile-fields,#buddypress table.profile-settings,#buddypress table.wp-profile-fields{width:100%}#buddypress table.forum thead tr,#buddypress table.messages-notices thead tr,#buddypress table.notifications thead tr,#buddypress table.notifications-settings thead tr,#buddypress table.profile-fields thead tr,#buddypress table.profile-settings thead tr,#buddypress table.wp-profile-fields thead tr{background:#eaeaea}#buddypress table#message-threads{clear:both}#buddypress table.profile-fields{margin-bottom:20px}#buddypress table tr td.thread-info p,#buddypress table.profile-fields p{margin:0}#buddypress table.profile-fields:last-child{margin-bottom:0}#buddypress table.profile-fields p:last-child{margin-top:0}#buddypress table.forum tr td,#buddypress table.forum tr th,#buddypress table.messages-notices tr td,#buddypress table.messages-notices tr th,#buddypress table.notifications tr td,#buddypress table.notifications tr th,#buddypress table.notifications-settings tr td,#buddypress table.notifications-settings tr th,#buddypress table.profile-fields tr td,#buddypress table.profile-fields tr th,#buddypress table.profile-settings tr td,#buddypress table.wp-profile-fields tr td,#buddypress table.wp-profile-fields tr th{padding:8px;vertical-align:middle}#buddypress table.forum tr td.label,#buddypress table.messages-notices tr td.label,#buddypress table.notifications tr td.label,#buddypress table.notifications-settings tr td.label,#buddypress table.profile-fields tr td.label,#buddypress table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:700;width:25%}#buddypress #message-threads .thread-info{min-width:40%}#buddypress table tr td.thread-info p.thread-excerpt{color:#767676;font-size:80%;margin-top:3px}#buddypress table.forum td{text-align:center}#buddypress table.forum tr.alt td,#buddypress table.messages-notices tr.alt td,#buddypress table.notifications tr.alt td,#buddypress table.notifications-settings tr.alt td,#buddypress table.profile-fields tr.alt td,#buddypress table.profile-settings tr.alt td,#buddypress table.wp-profile-fields tr.alt td{background:#f5f5f5;color:#707070}#buddypress table.notification-settings{margin-bottom:20px;text-align:left}#buddypress #groups-notification-settings{margin-bottom:0}#buddypress table.notification-settings th.title,#buddypress table.profile-settings th.title{width:80%}#buddypress table.notification-settings .no,#buddypress table.notification-settings .yes{text-align:center;width:40px}#buddypress table.forum{margin:0;width:auto;clear:both}#buddypress table.forum tr.sticky td{font-size:110%;background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4}#buddypress table.forum tr.closed td.td-title{padding-left:35px}#buddypress table.forum td p.topic-text{color:#767676;font-size:100%}#buddypress table.forum tr>td:first-child,#buddypress table.forum tr>th:first-child{padding-left:15px}#buddypress table.forum tr>td:last-child,#buddypress table.forum tr>th:last-child{padding-right:15px}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster,#buddypress table.forum td.td-title,#buddypress table.forum tr th#th-group,#buddypress table.forum tr th#th-poster,#buddypress table.forum tr th#th-title{text-align:left}#buddypress table.forum tr td.td-title a.topic-title{font-size:110%}#buddypress table.forum td.td-freshness{white-space:nowrap}#buddypress table.forum td.td-freshness span.time-since{font-size:80%;color:#767676}#buddypress table.forum td img.avatar{float:none;margin:0 5px -8px 0}#buddypress table.forum td.td-group,#buddypress table.forum td.td-poster{min-width:140px}#buddypress table.forum th#th-title{width:80%}#buddypress table.forum th#th-freshness{width:25%}#buddypress table.forum th#th-postcount{width:15%}#buddypress table.forum p.topic-meta{font-size:80%;margin:5px 0 0}#buddypress .item-body{margin:20px 0}#buddypress span.activity{display:inline-block;font-size:small;padding:0}#buddypress span.user-nicename{color:#767676;display:inline-block;font-size:120%;font-weight:700}#buddypress div#message p,#sitewide-notice p{font-weight:400;margin-top:3px;text-decoration:none;background-color:#ffd;border:1px solid #cb2;color:#440}#buddypress #item-header:after{clear:both;content:"";display:table}#buddypress div#item-header div#item-header-content{float:left;margin-left:0}#buddypress div#item-header h2{line-height:120%;margin:0 0 15px}#buddypress div#item-header h2 a{color:#767676;text-decoration:none}#buddypress div#item-header img.avatar{float:left;margin:0 15px 19px 0}#buddypress div#item-header h2{margin-bottom:5px}#buddypress div#item-header h2 span.highlight{font-size:60%;font-weight:400;line-height:170%;vertical-align:middle;display:inline-block}#buddypress div#item-header ul h5,#buddypress div#item-header ul hr,#buddypress div#item-header ul span,body.no-js #buddypress div#item-header .js-self-profile-button{display:none}#buddypress div#item-header h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-weight:700;font-size:80%;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}#buddypress div#item-header div#item-meta{font-size:80%;color:#767676;overflow:hidden;margin:15px 0 5px;padding-bottom:10px}#buddypress div#item-header div#item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}#buddypress div#item-header div#item-actions h2,#buddypress div#item-header div#item-actions h3{margin:0 0 5px}#buddypress div#item-header ul{margin-bottom:15px;overflow:hidden}#buddypress div#item-header ul li{float:right;list-style:none}#buddypress div#item-header ul img.avatar,#buddypress div#item-header ul.avatars img.avatar{height:30px;margin:2px;width:30px}#buddypress div#item-header a.button,#buddypress div#item-header div.generic-button{float:left;margin:10px 10px 0 0}#buddypress div#item-header div#message.info{line-height:80%}#buddypress ul.item-list{border-top:1px solid #eaeaea;width:100%;list-style:none;clear:both;margin:0;padding:0}body.activity-permalink #buddypress ul.item-list,body.activity-permalink #buddypress ul.item-list li.activity-item{border:none}#buddypress ul.item-list li{border-bottom:1px solid #eaeaea;padding:15px 0;margin:0;position:relative;list-style:none}#buddypress ul.single-line li{border:none}#buddypress ul.item-list li img.avatar{float:left;margin:0 10px 0 0}#buddypress ul.item-list li div.item-title,#buddypress ul.item-list li h3,#buddypress ul.item-list li h4{font-weight:400;font-size:90%;margin:0;width:75%}#buddypress ul.item-list li div.item-title span{color:#767676;font-size:80%}#buddypress ul.item-list li div.item-desc{color:#767676;font-size:80%;margin:10px 0 0 60px;width:50%}#buddypress ul.item-list li.group-no-avatar div.item-desc{margin-left:0}#buddypress ul.item-list li div.action{position:absolute;top:15px;right:0;text-align:right}#buddypress ul.item-list li div.meta{color:#767676;font-size:80%;margin-top:10px}#buddypress ul.item-list li h5 span.small{float:right;font-size:80%;font-weight:400}#buddypress div.item-list-tabs{background:0 0;clear:left;overflow:hidden}#buddypress div.item-list-tabs ul{margin:0;padding:0}#buddypress div.item-list-tabs ul li{float:left;margin:0;list-style:none}#buddypress div.item-list-tabs#subnav ul li{margin-top:0}#buddypress div.item-list-tabs ul li.last{float:right;margin:7px 0 0}#buddypress div.item-list-tabs#subnav ul li.last{margin-top:4px}#buddypress div.item-list-tabs ul li.last select{max-width:185px}#buddypress div.item-list-tabs ul li a,#buddypress div.item-list-tabs ul li span{display:block;padding:5px 10px;text-decoration:none}#buddypress div.item-list-tabs ul li a span{background:#eee;border-radius:50%;border:1px solid #ccc;color:#6c6c6c;display:inline;font-size:70%;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a{background-color:#eee;color:#555;opacity:.9;font-weight:700}#buddypress div.item-list-tabs ul li a:hover span,#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#eee}#buddypress div.item-list-tabs ul li.current a span,#buddypress div.item-list-tabs ul li.selected a span{background-color:#fff}#buddypress div#item-nav ul li.loading a{background-position:88% 50%}#buddypress div.item-list-tabs#object-nav{margin-top:0}#buddypress div.item-list-tabs#subnav{background:0 0;margin:10px 0;overflow:hidden}#buddypress #admins-list li,#buddypress #members-list li,#buddypress #mods-list li{overflow:auto;list-style:none}#buddypress .group-members-list{width:100%;margin-top:1em;clear:both;overflow:auto}#buddypress div#message-thread div.message-metadata,.widget.buddypress div.avatar-block{overflow:hidden}#buddypress #item-buttons:empty{display:none}#buddypress #cover-image-container{position:relative;z-index:0}#buddypress #header-cover-image{background-color:#c5c5c5;background-position:center top;background-repeat:no-repeat;background-size:cover;border:0;display:block;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}#buddypress #item-header-cover-image{padding:0 1em;position:relative;z-index:2}#buddypress table#message-threads tr.unread td{background:#fff9db;border-top:1px solid #ffe8c4;border-bottom:1px solid #ffe8c4;font-weight:700}#buddypress table#message-threads tr.unread td .activity,#buddypress table#message-threads tr.unread td .thread-excerpt,#buddypress table#message-threads tr.unread td.thread-options{font-weight:400}#buddypress li span.unread-count,#buddypress tr.unread span.unread-count{background:#d00;color:#fff;font-weight:700;padding:2px 8px}#buddypress div.item-list-tabs ul li a span.unread-count{padding:1px 6px;color:#fff}#buddypress div#message-thread div.message-box{margin:0;padding:15px}#buddypress div#message-thread div.alt{background:#f4f4f4}#buddypress div#message-thread p#message-recipients{margin:10px 0 20px}#buddypress div#message-thread img.avatar{float:left;margin:0 10px 0 0;vertical-align:middle}#buddypress div#message-thread strong{font-size:100%;margin:0}#buddypress div#message-thread strong a{text-decoration:none}#buddypress div#message-thread strong span.activity{margin-top:4px}#buddypress div#message-thread div.message-content{margin-left:45px}#buddypress div#message-thread div.message-options{text-align:right}#buddypress #message-threads img.avatar{max-width:none}#buddypress div.message-search{float:right;margin:0 20px}.message-metadata{position:relative}.message-star-actions{position:absolute;right:0;top:0}#buddypress a.message-action-star,#buddypress a.message-action-unstar{border-bottom:0;text-decoration:none;outline:0}a.message-action-star{opacity:.7}a.message-action-star:hover{opacity:1}.message-action-star span.icon:before,.message-action-unstar span.icon:before{font-family:dashicons;font-size:18px}.message-action-star span.icon:before{color:#767676;content:"\f154"}.message-action-unstar span.icon:before{color:#fcdd77;content:"\f155"}#buddypress div.profile h2{margin-bottom:auto;margin-top:15px}#buddypress #profile-edit-form ul.button-nav{margin-top:15px}body.no-js #buddypress .field-visibility-settings-close,body.no-js #buddypress .field-visibility-settings-toggle{display:none}#buddypress .field-visibility-settings{display:none;margin-top:10px}body.no-js #buddypress .field-visibility-settings{display:block}#buddypress .current-visibility-level{font-weight:700;font-style:normal}#buddypress .field-visibility-settings,#buddypress .field-visibility-settings-notoggle,#buddypress .field-visibility-settings-toggle{color:#707070}#buddypress .field-visibility-settings a,#buddypress .field-visibility-settings-toggle a{font-size:80%}body.register #buddypress div.page ul{list-style:none}#buddypress .standard-form .field-visibility-settings label{margin:0;font-weight:400}#buddypress .field-visibility-settings legend,#buddypress .field-visibility-settings-toggle{font-style:italic}#buddypress .field-visibility-settings .radio{list-style:none;margin-bottom:0}#buddypress .field-visibility select{margin:0}#buddypress .wp-editor-container{border:1px solid #dedede}#buddypress .html-active button.switch-html,#buddypress .tmce-active button.switch-tmce{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#f5f5f5;color:#707070}#buddypress .standard-form .wp-editor-container textarea{width:100%;padding-top:0;padding-bottom:0}.widget.buddypress div.item-avatar img.avatar{float:left;margin:0 10px 15px 0}.widget.buddypress span.activity{display:inline-block;font-size:small;padding:0}.widget.buddypress div.item-options{font-size:90%;margin:0 0 1em;padding:1em 0}.widget.buddypress div.item{margin:0 0 1em}.widget.buddypress div.item-content,.widget.buddypress div.item-meta{font-size:11px;margin-left:50px}.widget.buddypress ul.item-list img.avatar{height:40px;margin-right:10px;width:40px}.widget.buddypress div.item-avatar img{height:40px;margin:1px;width:40px}.widget.buddypress #bp-login-widget-form label{display:block;margin:1rem 0 .5rem}.widget.buddypress #bp-login-widget-form #bp-login-widget-submit{margin-right:10px}.widget.buddypress .bp-login-widget-user-avatar{float:left}.bp-login-widget-user-avatar img.avatar{height:40px;width:40px}.widget.buddypress .bp-login-widget-user-links>div{padding-left:60px;margin-bottom:.5rem}.widget.buddypress .bp-login-widget-user-links>div.bp-login-widget-user-link a{font-weight:700}.widget.buddypress #friends-list,.widget.buddypress #groups-list,.widget.buddypress #members-list{margin-left:0;padding-left:0}.widget.buddypress #friends-list li,.widget.buddypress #groups-list li,.widget.buddypress #members-list li{clear:both;list-style-type:none}@media only screen and (max-width:480px){#buddypress div.dir-search{float:right;margin-top:-50px;text-align:right}#buddypress div.dir-search input[type=text]{margin-bottom:1em;width:50%}a.bp-title-button{margin-left:10px}#buddypress form.standard-form .main-column div.action{position:relative;margin-bottom:1em}#buddypress form.standard-form .main-column ul#friend-list h3,#buddypress form.standard-form .main-column ul#friend-list h4{width:100%}}@media only screen and (max-width:320px){#buddypress div.dir-search,#buddypress ul.item-list li div.action{margin-top:0;text-align:left;clear:left;float:left}#buddypress li#groups-order-select{clear:left;float:left}#buddypress ul.item-list li div.action{margin-left:70px;position:relative;top:0;right:0}#buddypress ul.item-list li div.item-desc{clear:left;float:left;margin:10px 0 0;width:auto}#buddypress li div.item{margin-left:70px;width:auto}#buddypress ul.item-list li div.meta{margin-top:0}#buddypress .item-desc p{margin:0 0 10px}#buddypress div.pagination .pag-count{margin-left:0}}@media only screen and (max-width:240px){#buddypress div.dir-search{float:left;margin:0}#buddypress div.dir-search input[type=text]{width:50%}#buddypress li#groups-order-select{float:left}#buddypress ul.item-list li img.avatar{width:30px;height:auto}#buddypress li div.item,#buddypress ul.item-list li div.action{margin-left:45px}h1 a.bp-title-button{clear:left;float:left;margin:10px 0 20px}}
bp-themes/bp-default/_inc/ajax.php CHANGED
@@ -277,18 +277,21 @@ function bp_dtheme_post_update() {
277
 
278
  $activity_id = 0;
279
  if ( empty( $_POST['object'] ) && bp_is_active( 'activity' ) ) {
280
- $activity_id = bp_activity_post_update( array( 'content' => $_POST['content'] ) );
281
 
282
  } elseif ( $_POST['object'] == 'groups' ) {
283
  if ( ! empty( $_POST['item_id'] ) && bp_is_active( 'groups' ) )
284
- $activity_id = groups_post_update( array( 'content' => $_POST['content'], 'group_id' => $_POST['item_id'] ) );
285
 
286
  } else {
287
  $activity_id = apply_filters( 'bp_activity_custom_update', $_POST['object'], $_POST['item_id'], $_POST['content'] );
288
  }
289
 
290
- if ( empty( $activity_id ) )
291
  exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update, please try again.', 'buddypress' ) . '</p></div>' );
 
 
 
292
 
293
  if ( bp_has_activities ( 'include=' . $activity_id ) ) {
294
  while ( bp_activities() ) {
@@ -330,10 +333,14 @@ function bp_dtheme_new_activity_comment() {
330
  'activity_id' => $_POST['form_id'],
331
  'content' => $_POST['content'],
332
  'parent_id' => $_POST['comment_id'],
 
333
  ) );
334
 
335
- if ( ! $comment_id )
336
  exit( '-1<div id="message" class="error"><p>' . __( 'There was an error posting that reply, please try again.', 'buddypress' ) . '</p></div>' );
 
 
 
337
 
338
  // Load the new activity item into the $activities_template global
339
  bp_has_activities( 'display_comments=stream&hide_spam=false&show_hidden=true&include=' . $comment_id );
277
 
278
  $activity_id = 0;
279
  if ( empty( $_POST['object'] ) && bp_is_active( 'activity' ) ) {
280
+ $activity_id = bp_activity_post_update( array( 'content' => $_POST['content'], 'error_type' => 'wp_error' ) );
281
 
282
  } elseif ( $_POST['object'] == 'groups' ) {
283
  if ( ! empty( $_POST['item_id'] ) && bp_is_active( 'groups' ) )
284
+ $activity_id = groups_post_update( array( 'content' => $_POST['content'], 'group_id' => $item_id, 'error_type' => 'wp_error' ) );
285
 
286
  } else {
287
  $activity_id = apply_filters( 'bp_activity_custom_update', $_POST['object'], $_POST['item_id'], $_POST['content'] );
288
  }
289
 
290
+ if ( false === $activity_id ) {
291
  exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update, please try again.', 'buddypress' ) . '</p></div>' );
292
+ } elseif ( is_wp_error( $activity_id ) && $activity_id->get_error_code() ) {
293
+ exit( '-1<div id="message" class="error bp-ajax-message"><p>' . $activity_id->get_error_message() . '</p></div>' );
294
+ }
295
 
296
  if ( bp_has_activities ( 'include=' . $activity_id ) ) {
297
  while ( bp_activities() ) {
333
  'activity_id' => $_POST['form_id'],
334
  'content' => $_POST['content'],
335
  'parent_id' => $_POST['comment_id'],
336
+ 'error_type' => 'wp_error'
337
  ) );
338
 
339
+ if ( false === $comment_id ) {
340
  exit( '-1<div id="message" class="error"><p>' . __( 'There was an error posting that reply, please try again.', 'buddypress' ) . '</p></div>' );
341
+ } elseif ( is_wp_error( $comment_id ) ) {
342
+ exit( '-1<div id="message" class="error bp-ajax-message"><p>' . esc_html( $comment_id->get_error_message() ) . '</p></div>' );
343
+ }
344
 
345
  // Load the new activity item into the $activities_template global
346
  bp_has_activities( 'display_comments=stream&hide_spam=false&show_hidden=true&include=' . $comment_id );
bp-xprofile/classes/class-bp-xprofile-field.php CHANGED
@@ -1329,7 +1329,7 @@ class BP_XProfile_Field {
1329
 
1330
  <div id="titlediv">
1331
  <div class="titlewrap">
1332
- <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name', 'XProfile admin edit field', 'buddypress' ); ?></label>
1333
  <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
1334
  </div>
1335
  </div>
1329
 
1330
  <div id="titlediv">
1331
  <div class="titlewrap">
1332
+ <label id="title-prompt-text" for="title"><?php echo esc_html_x( 'Name (required)', 'XProfile admin edit field', 'buddypress' ); ?></label>
1333
  <input type="text" name="title" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
1334
  </div>
1335
  </div>
bp-xprofile/classes/class-bp-xprofile-group.php CHANGED
@@ -747,7 +747,7 @@ class BP_XProfile_Group {
747
  <div id="post-body-content">
748
  <div id="titlediv">
749
  <div class="titlewrap">
750
- <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name', 'buddypress') ?></label>
751
  <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
752
  </div>
753
  </div>
747
  <div id="post-body-content">
748
  <div id="titlediv">
749
  <div class="titlewrap">
750
+ <label id="title-prompt-text" for="title"><?php esc_html_e( 'Field Group Name (required)', 'buddypress') ?></label>
751
  <input type="text" name="group_name" id="title" value="<?php echo esc_attr( $this->name ); ?>" autocomplete="off" />
752
  </div>
753
  </div>
buddypress.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPLv2 or later (license.txt).
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: BuddyPress 2.7-beta1\n"
6
  "Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
7
- "POT-Creation-Date: 2016-09-22 17:55:35+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -457,7 +457,7 @@ msgstr ""
457
  #: bp-activity/bp-activity-admin.php:1052 bp-groups/bp-groups-admin.php:712
458
  #: bp-members/classes/class-bp-members-admin.php:2087
459
  #: bp-templates/bp-legacy/buddypress/activity/entry.php:129
460
- #: bp-templates/bp-legacy/buddypress/forums/index.php:213
461
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1299
462
  #: bp-xprofile/classes/class-bp-xprofile-group.php:813
463
  msgid "Cancel"
@@ -521,16 +521,16 @@ msgstr ""
521
  msgid "%s posted a new activity comment"
522
  msgstr ""
523
 
524
- #: bp-activity/bp-activity-functions.php:2524
525
  #: bp-templates/bp-legacy/buddypress-functions.php:1004
526
  msgid "There was an error posting your reply. Please try again."
527
  msgstr ""
528
 
529
- #: bp-activity/bp-activity-functions.php:2552
530
  msgid "The item you were replying to no longer exists."
531
  msgstr ""
532
 
533
- #: bp-activity/bp-activity-functions.php:3090
534
  msgid "Thumbnail"
535
  msgstr ""
536
 
@@ -580,17 +580,17 @@ msgstr ""
580
  msgid "Activity"
581
  msgstr ""
582
 
583
- #: bp-activity/bp-activity-screens.php:332 bp-blogs/bp-blogs-template.php:1120
584
  #: bp-friends/bp-friends-screens.php:116 bp-groups/bp-groups-screens.php:1480
585
  #: bp-messages/bp-messages-screens.php:210
586
- #: bp-templates/bp-legacy/buddypress/members/register.php:307
587
  msgid "Yes"
588
  msgstr ""
589
 
590
- #: bp-activity/bp-activity-screens.php:333 bp-blogs/bp-blogs-template.php:1124
591
  #: bp-friends/bp-friends-screens.php:117 bp-groups/bp-groups-screens.php:1481
592
  #: bp-messages/bp-messages-screens.php:211
593
- #: bp-templates/bp-legacy/buddypress/members/register.php:308
594
  msgid "No"
595
  msgstr ""
596
 
@@ -641,11 +641,11 @@ msgstr[1] ""
641
  #: bp-forums/bp-forums-template.php:893 bp-forums/bp-forums-template.php:1224
642
  #: bp-forums/bp-forums-template.php:2611
643
  #: bp-friends/classes/class-bp-friends-component.php:273
644
- #: bp-groups/bp-groups-template.php:1580 bp-groups/bp-groups-template.php:1612
645
- #: bp-groups/bp-groups-template.php:2379 bp-groups/bp-groups-template.php:2395
646
- #: bp-groups/bp-groups-template.php:2455 bp-groups/bp-groups-template.php:2471
647
- #: bp-groups/bp-groups-template.php:3909 bp-groups/bp-groups-template.php:3948
648
- #: bp-groups/bp-groups-template.php:3989 bp-groups/bp-groups-template.php:5556
649
  #: bp-groups/classes/class-bp-groups-component.php:811
650
  #: bp-members/bp-members-template.php:808
651
  #: bp-members/bp-members-template.php:1560
@@ -666,7 +666,7 @@ msgid "Group logo"
666
  msgstr ""
667
 
668
  #: bp-activity/bp-activity-template.php:1189
669
- #: bp-groups/bp-groups-template.php:786
670
  #: bp-groups/classes/class-bp-groups-list-table.php:554
671
  msgid "Group logo of %s"
672
  msgstr ""
@@ -698,7 +698,7 @@ msgstr ""
698
  #: bp-notifications/bp-notifications-template.php:788
699
  #: bp-notifications/bp-notifications-template.php:1038
700
  #: bp-templates/bp-legacy/buddypress/activity/comment.php:45
701
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:144
702
  #: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:44
703
  #: bp-xprofile/bp-xprofile-admin.php:621
704
  #: bp-xprofile/classes/class-bp-xprofile-field-type.php:405
@@ -735,7 +735,7 @@ msgstr ""
735
  #: bp-activity/classes/class-bp-activity-template.php:144
736
  #: bp-groups/bp-groups-functions.php:594
737
  #: bp-groups/classes/class-bp-groups-group-members-template.php:99
738
- #: bp-groups/classes/class-bp-groups-group.php:908
739
  #: bp-groups/classes/class-bp-groups-invite-template.php:84
740
  #: bp-groups/classes/class-bp-groups-membership-requests-template.php:91
741
  #: bp-groups/classes/class-bp-groups-template.php:134
@@ -1045,60 +1045,55 @@ msgid "Site Title:"
1045
  msgstr ""
1046
 
1047
  #: bp-blogs/bp-blogs-template.php:1115
1048
- msgid "Privacy:"
1049
- msgstr ""
1050
-
1051
- #: bp-blogs/bp-blogs-template.php:1116
1052
- #: bp-templates/bp-legacy/buddypress/members/register.php:297
1053
  msgid ""
1054
- "I would like my site to appear in search engines, and in public listings "
1055
- "around this network."
1056
  msgstr ""
1057
 
1058
- #: bp-blogs/bp-blogs-template.php:1228
1059
  msgid "Congratulations! You have successfully registered a new site."
1060
  msgstr ""
1061
 
1062
- #: bp-blogs/bp-blogs-template.php:1233
1063
  msgid "%s is your new site."
1064
  msgstr ""
1065
 
1066
- #: bp-blogs/bp-blogs-template.php:1238
1067
  #. translators: 1: Login URL, 2: User name
1068
  msgid "<a href=\"%1$s\">Log in</a> as \"%2$s\" using your existing password."
1069
  msgstr ""
1070
 
1071
- #: bp-blogs/bp-blogs-template.php:1275 bp-blogs/bp-blogs-template.php:1361
1072
  #: bp-blogs/classes/class-bp-blogs-component.php:268
1073
  #: bp-blogs/classes/class-bp-blogs-theme-compat.php:175
1074
  #: bp-core/bp-core-template.php:3206
1075
  msgid "Create a Site"
1076
  msgstr ""
1077
 
1078
- #: bp-blogs/bp-blogs-template.php:1291
1079
  msgid "%s's Sites"
1080
  msgstr ""
1081
 
1082
- #: bp-blogs/bp-blogs-template.php:1292
1083
  msgid "%s's Recent Posts"
1084
  msgstr ""
1085
 
1086
- #: bp-blogs/bp-blogs-template.php:1293
1087
  msgid "%s's Recent Comments"
1088
  msgstr ""
1089
 
1090
- #: bp-blogs/bp-blogs-template.php:1321 bp-core/deprecated/1.5.php:426
1091
- #: bp-forums/bp-forums-template.php:2925 bp-groups/bp-groups-template.php:5213
1092
  #: bp-members/bp-members-template.php:1275
1093
  #: bp-messages/bp-messages-template.php:794
1094
  msgid "Search"
1095
  msgstr ""
1096
 
1097
- #: bp-blogs/bp-blogs-template.php:1470
1098
  msgid "Visit Site"
1099
  msgstr ""
1100
 
1101
- #: bp-blogs/bp-blogs-template.php:1530
1102
  msgid "%s site"
1103
  msgid_plural "%s sites"
1104
  msgstr[0] ""
@@ -1165,7 +1160,7 @@ msgstr ""
1165
  #: bp-core/admin/bp-core-admin-components.php:32
1166
  #: bp-core/admin/bp-core-admin-settings.php:280
1167
  #: bp-core/admin/bp-core-admin-slugs.php:32
1168
- #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:64
1169
  msgid "Save Settings"
1170
  msgstr ""
1171
 
@@ -1196,7 +1191,8 @@ msgstr ""
1196
  #: bp-core/admin/bp-core-admin-components.php:75
1197
  #: bp-core/bp-core-functions.php:2463 bp-core/deprecated/2.1.php:530
1198
  #: bp-notifications/classes/class-bp-notifications-component.php:262
1199
- #: bp-templates/bp-legacy/buddypress/members/single/notifications/read.php:13
 
1200
  msgid "Notifications"
1201
  msgstr ""
1202
 
@@ -1303,7 +1299,7 @@ msgstr ""
1303
  #: bp-members/classes/class-bp-members-ms-list-table.php:304
1304
  #: bp-members/classes/class-bp-members-ms-list-table.php:308
1305
  #: bp-messages/bp-messages-template.php:1207
1306
- #: bp-templates/bp-legacy/buddypress/members/activate.php:56
1307
  msgid "Activate"
1308
  msgstr ""
1309
 
@@ -1482,6 +1478,25 @@ msgstr ""
1482
  msgid "User removed from spam."
1483
  msgstr ""
1484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1485
  #: bp-core/admin/bp-core-admin-settings.php:30
1486
  msgid "Show the Toolbar for logged out users"
1487
  msgstr ""
@@ -2135,7 +2150,7 @@ msgid "Everything in a BuddyPress community revolves around its members."
2135
  msgstr ""
2136
 
2137
  #: bp-core/bp-core-functions.php:2436
2138
- #: bp-templates/bp-legacy/buddypress/groups/create.php:184
2139
  msgid "Group Forums"
2140
  msgstr ""
2141
 
@@ -2776,7 +2791,7 @@ msgstr ""
2776
  msgid "Activate Your Account"
2777
  msgstr ""
2778
 
2779
- #: bp-core/bp-core-template.php:3202 bp-groups/bp-groups-template.php:3560
2780
  msgid "Create a Group"
2781
  msgstr ""
2782
 
@@ -2960,225 +2975,215 @@ msgid ""
2960
  "active BuddyPress users and developers are waiting to share tips and more."
2961
  msgstr ""
2962
 
2963
- #: bp-core/classes/class-bp-admin.php:616
2964
- msgid "Activity Embeds"
2965
  msgstr ""
2966
 
2967
- #: bp-core/classes/class-bp-admin.php:628
2968
- #: bp-core/classes/class-bp-admin.php:636
2969
- msgid "View the Activity Embeds demo"
2970
  msgstr ""
2971
 
2972
- #: bp-core/classes/class-bp-admin.php:629
2973
- #: bp-core/classes/class-bp-admin.php:635
2974
- msgid "Embed activities into your WordPress posts or pages."
2975
  msgstr ""
2976
 
2977
- #: bp-core/classes/class-bp-admin.php:636
2978
- msgid ""
2979
- "Copy the permalink URL of the activity of your choice, paste it into the "
2980
- "content editor of your WordPress post or page, and <em>voilà</em>&#33;, "
2981
- "you&#39;ve embedded an activity update."
2982
  msgstr ""
2983
 
2984
- #: bp-core/classes/class-bp-admin.php:644 bp-forums/deprecated/1.6.php:71
2985
- #: bp-forums/deprecated/1.6.php:221
2986
- msgid "Features"
2987
  msgstr ""
2988
 
2989
- #: bp-core/classes/class-bp-admin.php:647
2990
- msgid "Custom Front Page for Member Profile "
2991
  msgstr ""
2992
 
2993
- #: bp-core/classes/class-bp-admin.php:648
2994
- msgid "A member custom front page using widgets."
 
 
 
2995
  msgstr ""
2996
 
2997
- #: bp-core/classes/class-bp-admin.php:649
2998
- msgid ""
2999
- "Theme developers or site owners can create custom front pages for their "
3000
- "community&#39;s members by adding a <code>front.php</code> template to "
3001
- "their template overrides. A specific template hierarchy is also available "
3002
- "to make them even more unique."
3003
  msgstr ""
3004
 
3005
- #: bp-core/classes/class-bp-admin.php:649
3006
- msgid "Read all about this new feature."
 
 
3007
  msgstr ""
3008
 
3009
- #: bp-core/classes/class-bp-admin.php:653
3010
- msgid "Group Types API"
3011
  msgstr ""
3012
 
3013
- #: bp-core/classes/class-bp-admin.php:654
3014
- msgid "Group types metabox in Groups admin page."
3015
  msgstr ""
3016
 
3017
- #: bp-core/classes/class-bp-admin.php:655
3018
  msgid ""
3019
- "Registering group types finally enables a strict separation of different "
3020
- "and explicit types of groups. This new feature is available to plugin "
3021
- "developers starting with BuddyPress 2.6."
3022
  msgstr ""
3023
 
3024
- #: bp-core/classes/class-bp-admin.php:655
3025
- msgid "Learn how to set up Group Types."
3026
  msgstr ""
3027
 
3028
- #: bp-core/classes/class-bp-admin.php:659
3029
- msgid "New Navigation API"
 
 
3030
  msgstr ""
3031
 
3032
- #: bp-core/classes/class-bp-admin.php:660
3033
- msgid "Sample code for using the new navigation API"
3034
  msgstr ""
3035
 
3036
- #: bp-core/classes/class-bp-admin.php:661
3037
  msgid ""
3038
- "The member and group navigation system has been totally rewritten, making "
3039
- "it easier than ever to customize BuddyPress nav items."
3040
  msgstr ""
3041
 
3042
- #: bp-core/classes/class-bp-admin.php:661
3043
- msgid "Read the informative commit message."
3044
  msgstr ""
3045
 
3046
- #: bp-core/classes/class-bp-admin.php:665
3047
- msgid "Stylesheets for Twenty Eleven and Twenty Ten"
 
 
 
3048
  msgstr ""
3049
 
3050
  #: bp-core/classes/class-bp-admin.php:666
3051
- msgid "Styled BuddyPress components in Twenty Eleven and Twenty Ten"
3052
  msgstr ""
3053
 
3054
  #: bp-core/classes/class-bp-admin.php:667
3055
  msgid ""
3056
- "BuddyPress feels right at home now in the classic default themes, Twenty "
3057
- "Ten and Twenty Eleven."
 
3058
  msgstr ""
3059
 
3060
  #: bp-core/classes/class-bp-admin.php:672
3061
- msgid "Under The Hood"
3062
- msgstr ""
3063
-
3064
- #: bp-core/classes/class-bp-admin.php:676
3065
- msgid "Performance Enhancements"
3066
  msgstr ""
3067
 
3068
- #: bp-core/classes/class-bp-admin.php:677
3069
  msgid ""
3070
- "Class autoloading reduces the memory needed to run BuddyPress on your "
3071
- "server. Improved caching strategies for group membership statuses mean "
3072
- "fewer round trips to your overworked database server."
3073
  msgstr ""
3074
 
3075
  #: bp-core/classes/class-bp-admin.php:678
3076
- msgid "Localization Improvements"
3077
  msgstr ""
3078
 
3079
  #: bp-core/classes/class-bp-admin.php:679
3080
  msgid ""
3081
- "Improved localization strings and comments help translators do their "
3082
- "much-appreciated work: making BuddyPress available in many languages."
3083
- msgstr ""
3084
-
3085
- #: bp-core/classes/class-bp-admin.php:683
3086
- msgid "Notifications Updates"
3087
  msgstr ""
3088
 
3089
  #: bp-core/classes/class-bp-admin.php:684
3090
- msgid ""
3091
- "Adjustments to the notifications component allow members to receive timely "
3092
- "and relevant updates about activity in your community."
3093
  msgstr ""
3094
 
3095
  #: bp-core/classes/class-bp-admin.php:685
3096
- msgid "Accessibility Upgrades"
3097
- msgstr ""
3098
-
3099
- #: bp-core/classes/class-bp-admin.php:686
3100
  msgid ""
3101
- "Continued improvements help make BuddyPress&#39; back- and front-end "
3102
- "screens usable for everyone &#40;and on more devices&#41;."
3103
  msgstr ""
3104
 
3105
- #: bp-core/classes/class-bp-admin.php:687
3106
- msgid "Developer Reference"
3107
  msgstr ""
3108
 
3109
- #: bp-core/classes/class-bp-admin.php:688
3110
- msgid ""
3111
- "Regular updates to inline code documentation make it easier for developers "
3112
- "to understand how BuddyPress works."
3113
  msgstr ""
3114
 
3115
- #: bp-core/classes/class-bp-admin.php:722
3116
  msgid "BuddyPress is created by a worldwide network of friendly folks like these."
3117
  msgstr ""
3118
 
3119
- #: bp-core/classes/class-bp-admin.php:724
3120
  msgid "Project Leaders"
3121
  msgstr ""
3122
 
3123
- #: bp-core/classes/class-bp-admin.php:729
3124
  msgid "Project Lead"
3125
  msgstr ""
3126
 
3127
- #: bp-core/classes/class-bp-admin.php:734
3128
- #: bp-core/classes/class-bp-admin.php:739
3129
  msgid "Lead Developer"
3130
  msgstr ""
3131
 
3132
- #: bp-core/classes/class-bp-admin.php:743
3133
- msgid "Core Team"
3134
  msgstr ""
3135
 
3136
- #: bp-core/classes/class-bp-admin.php:748
3137
- #: bp-core/classes/class-bp-admin.php:753
3138
- #: bp-core/classes/class-bp-admin.php:763
3139
- #: bp-core/classes/class-bp-admin.php:768
3140
- #: bp-core/classes/class-bp-admin.php:773
 
 
 
 
3141
  msgid "Core Developer"
3142
  msgstr ""
3143
 
3144
- #: bp-core/classes/class-bp-admin.php:758
3145
- msgid "Navigator"
 
 
3146
  msgstr ""
3147
 
3148
- #: bp-core/classes/class-bp-admin.php:777
3149
  msgid "&#x1f31f;Recent Rockstars&#x1f31f;"
3150
  msgstr ""
3151
 
3152
- #: bp-core/classes/class-bp-admin.php:818
3153
  msgid "Contributors to BuddyPress %s"
3154
  msgstr ""
3155
 
3156
- #: bp-core/classes/class-bp-admin.php:864
3157
  msgid "&#x1f496;With our thanks to these Open Source projects&#x1f496;"
3158
  msgstr ""
3159
 
3160
- #: bp-core/classes/class-bp-admin.php:892
3161
  msgid ""
3162
  "Thank you for installing BuddyPress! BuddyPress helps site builders and "
3163
  "WordPress developers add community features to their websites, with user "
3164
  "profile fields, activity streams, messaging, and notifications."
3165
  msgstr ""
3166
 
3167
- #: bp-core/classes/class-bp-admin.php:893
3168
  msgid ""
3169
  "Thank you for updating! BuddyPress %s has many new features that you will "
3170
  "enjoy."
3171
  msgstr ""
3172
 
3173
- #: bp-core/classes/class-bp-admin.php:897
3174
  msgid "Welcome to BuddyPress %s"
3175
  msgstr ""
3176
 
3177
- #: bp-core/classes/class-bp-admin.php:926
3178
  msgid "What&#8217;s New"
3179
  msgstr ""
3180
 
3181
- #: bp-core/classes/class-bp-admin.php:928
3182
  msgid "Credits"
3183
  msgstr ""
3184
 
@@ -3338,7 +3343,7 @@ msgstr ""
3338
  #: bp-core/classes/class-bp-core-login-widget.php:108
3339
  #: bp-members/classes/class-bp-members-list-table.php:150
3340
  #: bp-members/classes/class-bp-members-ms-list-table.php:137
3341
- #: bp-templates/bp-legacy/buddypress/members/register.php:76
3342
  msgid "Username"
3343
  msgstr ""
3344
 
@@ -3360,7 +3365,7 @@ msgstr ""
3360
  #: bp-members/classes/class-bp-core-recently-active-widget.php:143
3361
  #: bp-members/classes/class-bp-core-whos-online-widget.php:142
3362
  #: bp-messages/classes/class-bp-messages-sitewide-notices-widget.php:116
3363
- #: bp-templates/bp-legacy/buddypress/forums/index.php:176
3364
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:74
3365
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:106
3366
  msgid "Title:"
@@ -3427,14 +3432,14 @@ msgid ""
3427
  msgstr ""
3428
 
3429
  #: bp-core/deprecated/1.6.php:127 bp-core/deprecated/1.6.php:148
3430
- #: bp-groups/bp-groups-template.php:5237 bp-groups/bp-groups-template.php:5260
3431
  msgid "Recently Active"
3432
  msgstr ""
3433
 
3434
  #: bp-core/deprecated/1.6.php:128 bp-core/deprecated/1.6.php:151
3435
  #: bp-friends/classes/class-bp-core-friends-widget.php:105
3436
  #: bp-friends/classes/class-bp-core-friends-widget.php:197
3437
- #: bp-groups/bp-groups-template.php:4513
3438
  #: bp-groups/classes/class-bp-groups-widget.php:121
3439
  #: bp-groups/classes/class-bp-groups-widget.php:224
3440
  #: bp-members/classes/class-bp-core-members-widget.php:111
@@ -3445,7 +3450,7 @@ msgid "Newest"
3445
  msgstr ""
3446
 
3447
  #: bp-core/deprecated/1.6.php:129 bp-core/deprecated/1.6.php:154
3448
- #: bp-groups/bp-groups-template.php:5242 bp-groups/bp-groups-template.php:5275
3449
  msgid "Alphabetically"
3450
  msgstr ""
3451
 
@@ -3502,7 +3507,8 @@ msgid "Edit Details"
3502
  msgstr ""
3503
 
3504
  #: bp-core/deprecated/2.1.php:369
3505
- #: bp-templates/bp-legacy/buddypress/groups/create.php:94
 
3506
  msgid "Group Settings"
3507
  msgstr ""
3508
 
@@ -3603,7 +3609,7 @@ msgstr ""
3603
  msgid "Please pick the group forum where you would like to post this topic."
3604
  msgstr ""
3605
 
3606
- #: bp-forums/bp-forums-screens.php:301 bp-groups/bp-groups-template.php:3374
3607
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:30
3608
  msgid "New Topic"
3609
  msgstr ""
@@ -3620,7 +3626,7 @@ msgstr ""
3620
  msgid "Group logo for %s"
3621
  msgstr ""
3622
 
3623
- #: bp-forums/bp-forums-template.php:1454 bp-groups/bp-groups-template.php:2124
3624
  msgid "%d post"
3625
  msgid_plural "%d posts"
3626
  msgstr[0] ""
@@ -3706,6 +3712,10 @@ msgid ""
3706
  "the future. Only use this component if your current site relies on it."
3707
  msgstr ""
3708
 
 
 
 
 
3709
  #: bp-forums/deprecated/1.6.php:73 bp-forums/deprecated/1.6.php:223
3710
  msgid "Group Integration"
3711
  msgstr ""
@@ -4369,7 +4379,7 @@ msgid "Search all Groups"
4369
  msgstr ""
4370
 
4371
  #: bp-groups/bp-groups-admin.php:801
4372
- #: bp-templates/bp-legacy/buddypress/groups/create.php:191
4373
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:27
4374
  msgid "Enable discussion forum"
4375
  msgstr ""
@@ -4378,12 +4388,12 @@ msgstr ""
4378
  msgid "Privacy"
4379
  msgstr ""
4380
 
4381
- #: bp-groups/bp-groups-admin.php:809 bp-groups/bp-groups-template.php:1227
4382
  #: bp-groups/classes/class-bp-groups-list-table.php:601
4383
  msgid "Public"
4384
  msgstr ""
4385
 
4386
- #: bp-groups/bp-groups-admin.php:810 bp-groups/bp-groups-template.php:1229
4387
  #: bp-groups/classes/class-bp-groups-list-table.php:604
4388
  msgid "Private"
4389
  msgstr ""
@@ -4398,19 +4408,19 @@ msgid "Who can invite others to this group?"
4398
  msgstr ""
4399
 
4400
  #: bp-groups/bp-groups-admin.php:819
4401
- #: bp-templates/bp-legacy/buddypress/groups/create.php:172
4402
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:104
4403
  msgid "All group members"
4404
  msgstr ""
4405
 
4406
  #: bp-groups/bp-groups-admin.php:820
4407
- #: bp-templates/bp-legacy/buddypress/groups/create.php:174
4408
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:106
4409
  msgid "Group admins and mods only"
4410
  msgstr ""
4411
 
4412
  #: bp-groups/bp-groups-admin.php:821
4413
- #: bp-templates/bp-legacy/buddypress/groups/create.php:176
4414
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:108
4415
  msgid "Group admins only"
4416
  msgstr ""
@@ -4434,11 +4444,12 @@ msgstr ""
4434
  msgid "Moderators"
4435
  msgstr ""
4436
 
4437
- #: bp-groups/bp-groups-admin.php:899 bp-groups/bp-groups-template.php:4493
4438
  #: bp-groups/classes/class-bp-groups-component.php:674
4439
  #: bp-members/classes/class-bp-core-members-widget.php:249
4440
  #: bp-members/classes/class-bp-members-component.php:38
4441
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:213
 
4442
  msgid "Members"
4443
  msgstr ""
4444
 
@@ -4474,7 +4485,7 @@ msgstr ""
4474
 
4475
  #: bp-groups/bp-groups-admin.php:948
4476
  #: bp-members/classes/class-bp-members-admin.php:1504
4477
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:82
4478
  #: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:21
4479
  msgid "Actions"
4480
  msgstr ""
@@ -4498,57 +4509,50 @@ msgstr ""
4498
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:92
4499
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:126
4500
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:105
4501
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:45
4502
- #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:36
4503
  msgid "Save Changes"
4504
  msgstr ""
4505
 
4506
- #: bp-groups/bp-groups-admin.php:1055
4507
  #. translators: accessibility text
4508
  msgid "Select group type"
4509
  msgstr ""
4510
 
4511
- #: bp-groups/bp-groups-admin.php:1058
4512
- #: bp-members/classes/class-bp-members-admin.php:1172
4513
- #: bp-templates/bp-legacy/buddypress/forums/index.php:188
4514
- #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:211
4515
- #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:234
4516
- #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:242
4517
- #: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:104
4518
- #. translators: no option picked in select box
4519
- msgid "----"
4520
  msgstr ""
4521
 
4522
- #: bp-groups/bp-groups-admin.php:1142
4523
  msgid "&laquo;"
4524
  msgstr ""
4525
 
4526
- #: bp-groups/bp-groups-admin.php:1143
4527
  msgid "&raquo;"
4528
  msgstr ""
4529
 
4530
- #: bp-groups/bp-groups-admin.php:1149 bp-groups/bp-groups-template.php:4342
4531
  #: bp-members/bp-members-template.php:504
4532
  msgid "Viewing 1 member"
4533
  msgstr ""
4534
 
4535
- #: bp-groups/bp-groups-admin.php:1152 bp-groups/bp-groups-template.php:4344
4536
  #: bp-members/bp-members-template.php:506
4537
  msgid "Viewing %1$s - %2$s of %3$s member"
4538
  msgid_plural "Viewing %1$s - %2$s of %3$s members"
4539
  msgstr[0] ""
4540
  msgstr[1] ""
4541
 
4542
- #: bp-groups/bp-groups-admin.php:1218
4543
  #. Translators: 1: user_login, 2: user_email.
4544
  msgid "%1$s (%2$s)"
4545
  msgstr ""
4546
 
4547
- #: bp-groups/bp-groups-admin.php:1314
4548
  msgid "There was an error while changing group type. Please try again."
4549
  msgstr ""
4550
 
4551
- #: bp-groups/bp-groups-admin.php:1317
4552
  msgid "Group type was changed successfully."
4553
  msgstr ""
4554
 
@@ -4577,11 +4581,11 @@ msgstr ""
4577
  msgid "%1$s posted an update in the group %2$s"
4578
  msgstr ""
4579
 
4580
- #: bp-groups/bp-groups-functions.php:2147
4581
  msgid "Group type already exists."
4582
  msgstr ""
4583
 
4584
- #: bp-groups/bp-groups-functions.php:2173
4585
  msgid "You may not register a group type with this name."
4586
  msgstr ""
4587
 
@@ -4643,7 +4647,8 @@ msgid "You have %d new group invitations"
4643
  msgstr ""
4644
 
4645
  #: bp-groups/bp-groups-notifications.php:825
4646
- #: bp-templates/bp-legacy/buddypress/groups/create.php:332
 
4647
  msgid "Group Invites"
4648
  msgstr ""
4649
 
@@ -4861,174 +4866,174 @@ msgstr ""
4861
  msgid "The group was deleted successfully."
4862
  msgstr ""
4863
 
4864
- #: bp-groups/bp-groups-template.php:239
4865
  msgid "Group Types:"
4866
  msgstr ""
4867
 
4868
- #: bp-groups/bp-groups-template.php:680
4869
  msgid "Public Group"
4870
  msgstr ""
4871
 
4872
- #: bp-groups/bp-groups-template.php:682
4873
  msgid "Hidden Group"
4874
  msgstr ""
4875
 
4876
- #: bp-groups/bp-groups-template.php:684
4877
  msgid "Private Group"
4878
  msgstr ""
4879
 
4880
- #: bp-groups/bp-groups-template.php:686
4881
  msgid "Group"
4882
  msgstr ""
4883
 
4884
- #: bp-groups/bp-groups-template.php:939
4885
  msgid "not yet active"
4886
  msgstr ""
4887
 
4888
- #: bp-groups/bp-groups-template.php:1515
4889
  msgid "Group creator profile photo of %s"
4890
  msgstr ""
4891
 
4892
- #: bp-groups/bp-groups-template.php:1585
4893
  msgid "No Admins"
4894
  msgstr ""
4895
 
4896
- #: bp-groups/bp-groups-template.php:1621
4897
  msgid "No Mods"
4898
  msgstr ""
4899
 
4900
- #: bp-groups/bp-groups-template.php:1761
4901
  msgid "Filter Groups"
4902
  msgstr ""
4903
 
4904
- #: bp-groups/bp-groups-template.php:1861
4905
  msgid "Viewing 1 group"
4906
  msgstr ""
4907
 
4908
- #: bp-groups/bp-groups-template.php:1863
4909
  msgid "Viewing %1$s - %2$s of %3$s group"
4910
  msgid_plural "Viewing %1$s - %2$s of %3$s groups"
4911
  msgstr[0] ""
4912
  msgstr[1] ""
4913
 
4914
- #: bp-groups/bp-groups-template.php:1963
4915
  msgid "%s member"
4916
  msgid_plural "%s members"
4917
  msgstr[0] ""
4918
  msgstr[1] ""
4919
 
4920
- #: bp-groups/bp-groups-template.php:2058
4921
  msgid "%d topic"
4922
  msgstr ""
4923
 
4924
- #: bp-groups/bp-groups-template.php:2060
4925
  msgid "%d topics"
4926
  msgstr ""
4927
 
4928
- #: bp-groups/bp-groups-template.php:2126
4929
  msgid "%d posts"
4930
  msgstr ""
4931
 
4932
- #: bp-groups/bp-groups-template.php:2386 bp-groups/bp-groups-template.php:2462
4933
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:74
4934
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:168
4935
  msgid "Demote to Member"
4936
  msgstr ""
4937
 
4938
- #: bp-groups/bp-groups-template.php:2399 bp-groups/bp-groups-template.php:2475
4939
- #: bp-groups/bp-groups-template.php:4228
4940
  msgid "joined %s"
4941
  msgstr ""
4942
 
4943
- #: bp-groups/bp-groups-template.php:2422
4944
  msgid "This group has no administrators"
4945
  msgstr ""
4946
 
4947
- #: bp-groups/bp-groups-template.php:2461
4948
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:167
4949
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:276
4950
  msgid "Promote to Admin"
4951
  msgstr ""
4952
 
4953
- #: bp-groups/bp-groups-template.php:2495
4954
  msgid "This group has no moderators"
4955
  msgstr ""
4956
 
4957
- #: bp-groups/bp-groups-template.php:2856
4958
  msgid ""
4959
  "This action should not be used directly. Please use the BuddyPress Group "
4960
  "Extension API to generate Manage tabs."
4961
  msgstr ""
4962
 
4963
- #: bp-groups/bp-groups-template.php:3443
4964
  #: bp-templates/bp-legacy/buddypress-functions.php:1461
4965
  #: bp-templates/bp-legacy/buddypress-functions.php:1474
4966
  msgid "Leave Group"
4967
  msgstr ""
4968
 
4969
- #: bp-groups/bp-groups-template.php:3464
4970
  #: bp-templates/bp-legacy/buddypress-functions.php:1495
4971
  msgid "Join Group"
4972
  msgstr ""
4973
 
4974
- #: bp-groups/bp-groups-template.php:3482
4975
  msgid "Accept Invitation"
4976
  msgstr ""
4977
 
4978
- #: bp-groups/bp-groups-template.php:3497
4979
  #: bp-templates/bp-legacy/buddypress-functions.php:1484
4980
  msgid "Request Sent"
4981
  msgstr ""
4982
 
4983
- #: bp-groups/bp-groups-template.php:3512
4984
  #: bp-templates/bp-legacy/buddypress-functions.php:1497
4985
  msgid "Request Membership"
4986
  msgstr ""
4987
 
4988
- #: bp-groups/bp-groups-template.php:3657
4989
  msgid "This group is not currently accessible."
4990
  msgstr ""
4991
 
4992
- #: bp-groups/bp-groups-template.php:3668
4993
  msgid ""
4994
  "You must accept your pending invitation before you can access this private "
4995
  "group."
4996
  msgstr ""
4997
 
4998
- #: bp-groups/bp-groups-template.php:3670
4999
  msgid ""
5000
  "This is a private group and you must request group membership in order to "
5001
  "join."
5002
  msgstr ""
5003
 
5004
- #: bp-groups/bp-groups-template.php:3673
5005
  msgid ""
5006
  "This is a private group. To join you must be a registered site member and "
5007
  "request group membership."
5008
  msgstr ""
5009
 
5010
- #: bp-groups/bp-groups-template.php:3676
5011
  msgid ""
5012
  "This is a private group. Your membership request is awaiting approval from "
5013
  "the group administrator."
5014
  msgstr ""
5015
 
5016
- #: bp-groups/bp-groups-template.php:3684
5017
  msgid "This is a hidden group and only invited members can join."
5018
  msgstr ""
5019
 
5020
- #: bp-groups/bp-groups-template.php:4472
5021
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:10
5022
  #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:10
5023
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:24
5024
  msgid "Group secondary navigation"
5025
  msgstr ""
5026
 
5027
- #: bp-groups/bp-groups-template.php:4511
5028
  #: bp-notifications/bp-notifications-template.php:1004
5029
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:96
5030
  #: bp-templates/bp-legacy/buddypress/forums/index.php:94
5031
- #: bp-templates/bp-legacy/buddypress/groups/index.php:89
5032
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:50
5033
  #: bp-templates/bp-legacy/buddypress/members/index.php:91
5034
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:18
@@ -5038,17 +5043,17 @@ msgstr ""
5038
  msgid "Order By:"
5039
  msgstr ""
5040
 
5041
- #: bp-groups/bp-groups-template.php:4514
5042
  msgid "Oldest"
5043
  msgstr ""
5044
 
5045
- #: bp-groups/bp-groups-template.php:4517
5046
  msgid "Group Activity"
5047
  msgstr ""
5048
 
5049
- #: bp-groups/bp-groups-template.php:4520
5050
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:100
5051
- #: bp-templates/bp-legacy/buddypress/groups/index.php:95
5052
  #: bp-templates/bp-legacy/buddypress/members/index.php:97
5053
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:22
5054
  #: bp-templates/bp-legacy/buddypress/members/single/friends.php:23
@@ -5056,63 +5061,63 @@ msgstr ""
5056
  msgid "Alphabetical"
5057
  msgstr ""
5058
 
5059
- #: bp-groups/bp-groups-template.php:4942
5060
  msgid "Group photo"
5061
  msgstr ""
5062
 
5063
- #: bp-groups/bp-groups-template.php:5238 bp-groups/bp-groups-template.php:5263
5064
  msgid "Recently Joined"
5065
  msgstr ""
5066
 
5067
- #: bp-groups/bp-groups-template.php:5239 bp-groups/bp-groups-template.php:5266
5068
  msgid "Most Popular"
5069
  msgstr ""
5070
 
5071
- #: bp-groups/bp-groups-template.php:5240 bp-groups/bp-groups-template.php:5269
5072
  msgid "Administrator Of"
5073
  msgstr ""
5074
 
5075
- #: bp-groups/bp-groups-template.php:5241 bp-groups/bp-groups-template.php:5272
5076
  msgid "Moderator Of"
5077
  msgstr ""
5078
 
5079
- #: bp-groups/bp-groups-template.php:5299
5080
  msgid "Viewing groups of the type: %s"
5081
  msgstr ""
5082
 
5083
- #: bp-groups/bp-groups-template.php:5383
5084
  msgid "Group avatar"
5085
  msgstr ""
5086
 
5087
- #: bp-groups/bp-groups-template.php:5646
5088
  msgid "requested %s"
5089
  msgstr ""
5090
 
5091
- #: bp-groups/bp-groups-template.php:5717
5092
  msgid "Viewing 1 request"
5093
  msgstr ""
5094
 
5095
- #: bp-groups/bp-groups-template.php:5719
5096
  msgid "Viewing %1$s - %2$s of %3$s request"
5097
  msgid_plural "Viewing %1$s - %2$s of %3$s requests"
5098
  msgstr[0] ""
5099
  msgstr[1] ""
5100
 
5101
- #: bp-groups/bp-groups-template.php:5986
5102
  msgid "Viewing 1 invitation"
5103
  msgstr ""
5104
 
5105
- #: bp-groups/bp-groups-template.php:5988
5106
  msgid "Viewing %1$s - %2$s of %3$s invitation"
5107
  msgid_plural "Viewing %1$s - %2$s of %3$s invitations"
5108
  msgstr[0] ""
5109
  msgstr[1] ""
5110
 
5111
- #: bp-groups/bp-groups-template.php:6009
5112
  msgid "Group Activity RSS Feed"
5113
  msgstr ""
5114
 
5115
- #: bp-groups/bp-groups-template.php:6291
5116
  msgid "%s group"
5117
  msgid_plural "%s groups"
5118
  msgstr[0] ""
@@ -5149,8 +5154,9 @@ msgid "Photo"
5149
  msgstr ""
5150
 
5151
  #: bp-groups/classes/class-bp-groups-component.php:667
5152
- #: bp-templates/bp-legacy/buddypress/groups/create.php:299
5153
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-cover-image.php:11
 
5154
  msgid "Cover Image"
5155
  msgstr ""
5156
 
@@ -5199,16 +5205,16 @@ msgstr[1] ""
5199
  msgid "Select group %1$d"
5200
  msgstr ""
5201
 
5202
- #: bp-groups/classes/class-bp-groups-list-table.php:757
5203
- #: bp-groups/classes/class-bp-groups-list-table.php:759
5204
  msgid "Change group type to&hellip;"
5205
  msgstr ""
5206
 
5207
- #: bp-groups/classes/class-bp-groups-list-table.php:767
5208
  msgid "No Group Type"
5209
  msgstr ""
5210
 
5211
- #: bp-groups/classes/class-bp-groups-list-table.php:772
5212
  #: bp-members/classes/class-bp-members-admin.php:2135
5213
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:62
5214
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:400
@@ -5643,6 +5649,16 @@ msgstr ""
5643
  msgid "Select member type"
5644
  msgstr ""
5645
 
 
 
 
 
 
 
 
 
 
 
5646
  #: bp-members/classes/class-bp-members-admin.php:1250
5647
  msgid "Extended"
5648
  msgstr ""
@@ -6029,7 +6045,7 @@ msgid "Unstar"
6029
  msgstr ""
6030
 
6031
  #: bp-messages/bp-messages-star.php:108
6032
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:78
6033
  #: bp-templates/bp-legacy/buddypress-functions.php:333
6034
  #. translators: accessibility text
6035
  msgid "Star"
@@ -6151,7 +6167,7 @@ msgid "Deactivate"
6151
  msgstr ""
6152
 
6153
  #: bp-messages/bp-messages-template.php:1271
6154
- #: bp-templates/bp-legacy/buddypress/members/register.php:194
6155
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:72
6156
  #: bp-templates/bp-legacy/buddypress-functions.php:294
6157
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:414
@@ -6269,12 +6285,12 @@ msgid "Date not found"
6269
  msgstr ""
6270
 
6271
  #: bp-notifications/bp-notifications-template.php:562
6272
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:139
6273
  msgid "Read"
6274
  msgstr ""
6275
 
6276
  #: bp-notifications/bp-notifications-template.php:654
6277
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:141
6278
  msgid "Unread"
6279
  msgstr ""
6280
 
@@ -6439,54 +6455,54 @@ msgstr ""
6439
  msgid "Post"
6440
  msgstr ""
6441
 
6442
- #: bp-templates/bp-legacy/buddypress/activity/index.php:44
6443
  msgid "Sitewide activities navigation"
6444
  msgstr ""
6445
 
6446
- #: bp-templates/bp-legacy/buddypress/activity/index.php:55
6447
  #: bp-templates/bp-legacy/buddypress/members/index.php:61
6448
  msgid "All Members %s"
6449
  msgstr ""
6450
 
6451
- #: bp-templates/bp-legacy/buddypress/activity/index.php:72
6452
  #: bp-templates/bp-legacy/buddypress/members/index.php:64
6453
  msgid "My Friends %s"
6454
  msgstr ""
6455
 
6456
- #: bp-templates/bp-legacy/buddypress/activity/index.php:91
6457
- #: bp-templates/bp-legacy/buddypress/groups/index.php:61
6458
  msgid "My Groups %s"
6459
  msgstr ""
6460
 
6461
- #: bp-templates/bp-legacy/buddypress/activity/index.php:108
6462
  msgid "My Favorites %s"
6463
  msgstr ""
6464
 
6465
- #: bp-templates/bp-legacy/buddypress/activity/index.php:123
6466
  msgid "Mentions"
6467
  msgstr ""
6468
 
6469
- #: bp-templates/bp-legacy/buddypress/activity/index.php:140
6470
  msgid "Activity secondary navigation"
6471
  msgstr ""
6472
 
6473
- #: bp-templates/bp-legacy/buddypress/activity/index.php:142
6474
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
6475
  msgid "RSS Feed"
6476
  msgstr ""
6477
 
6478
- #: bp-templates/bp-legacy/buddypress/activity/index.php:142
6479
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
6480
  msgid "RSS"
6481
  msgstr ""
6482
 
6483
- #: bp-templates/bp-legacy/buddypress/activity/index.php:154
6484
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:24
6485
  #: bp-templates/bp-legacy/buddypress/members/single/activity.php:17
6486
  msgid "Show:"
6487
  msgstr ""
6488
 
6489
- #: bp-templates/bp-legacy/buddypress/activity/index.php:156
6490
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:26
6491
  #: bp-templates/bp-legacy/buddypress/members/single/activity.php:19
6492
  msgid "&mdash; Everything &mdash;"
@@ -6531,7 +6547,7 @@ msgid "Save"
6531
  msgstr ""
6532
 
6533
  #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/crop.php:23
6534
- #: bp-templates/bp-legacy/buddypress/groups/create.php:272
6535
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:57
6536
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:60
6537
  msgid "Crop Image"
@@ -6603,7 +6619,7 @@ msgstr ""
6603
  msgid "Sorry, there were no sites found."
6604
  msgstr ""
6605
 
6606
- #: bp-templates/bp-legacy/buddypress/blogs/create.php:37
6607
  msgid "Site registration is currently disabled"
6608
  msgstr ""
6609
 
@@ -6625,7 +6641,7 @@ msgstr ""
6625
 
6626
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:98
6627
  #: bp-templates/bp-legacy/buddypress/forums/index.php:96
6628
- #: bp-templates/bp-legacy/buddypress/groups/index.php:92
6629
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:52
6630
  #: bp-templates/bp-legacy/buddypress/members/index.php:93
6631
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:20
@@ -6635,7 +6651,8 @@ msgstr ""
6635
  msgid "Last Active"
6636
  msgstr ""
6637
 
6638
- #: bp-templates/bp-legacy/buddypress/blogs/index.php:116
 
6639
  msgid "Sites directory"
6640
  msgstr ""
6641
 
@@ -6700,28 +6717,28 @@ msgstr ""
6700
  msgid "Create New Topic:"
6701
  msgstr ""
6702
 
6703
- #: bp-templates/bp-legacy/buddypress/forums/index.php:179
6704
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:77
6705
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:109
6706
  msgid "Content:"
6707
  msgstr ""
6708
 
6709
- #: bp-templates/bp-legacy/buddypress/forums/index.php:182
6710
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:80
6711
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:112
6712
  msgid "Tags (comma separated):"
6713
  msgstr ""
6714
 
6715
- #: bp-templates/bp-legacy/buddypress/forums/index.php:185
6716
  msgid "Post In Group Forum:"
6717
  msgstr ""
6718
 
6719
- #: bp-templates/bp-legacy/buddypress/forums/index.php:212
6720
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:125
6721
  msgid "Post Topic"
6722
  msgstr ""
6723
 
6724
- #: bp-templates/bp-legacy/buddypress/forums/index.php:224
6725
  msgid ""
6726
  "You are not a member of any groups so you don't have any group forums you "
6727
  "can post in. To start posting, first find a group that matches the topic "
@@ -6730,195 +6747,198 @@ msgid ""
6730
  "you can post your topic in that group's forum."
6731
  msgstr ""
6732
 
6733
- #: bp-templates/bp-legacy/buddypress/groups/create.php:56
 
6734
  msgid "Group Details"
6735
  msgstr ""
6736
 
6737
- #: bp-templates/bp-legacy/buddypress/groups/create.php:68
6738
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/edit-details.php:22
6739
  msgid "Group Name (required)"
6740
  msgstr ""
6741
 
6742
- #: bp-templates/bp-legacy/buddypress/groups/create.php:73
6743
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/edit-details.php:25
6744
  msgid "Group Description (required)"
6745
  msgstr ""
6746
 
6747
- #: bp-templates/bp-legacy/buddypress/groups/create.php:107
6748
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:38
6749
  msgid "Privacy Options"
6750
  msgstr ""
6751
 
6752
- #: bp-templates/bp-legacy/buddypress/groups/create.php:111
6753
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:42
6754
  msgid "This is a public group"
6755
  msgstr ""
6756
 
6757
- #: bp-templates/bp-legacy/buddypress/groups/create.php:114
6758
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:45
6759
  msgid "Any site member can join this group."
6760
  msgstr ""
6761
 
6762
- #: bp-templates/bp-legacy/buddypress/groups/create.php:115
6763
- #: bp-templates/bp-legacy/buddypress/groups/create.php:123
6764
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:46
6765
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:54
6766
  msgid "This group will be listed in the groups directory and in search results."
6767
  msgstr ""
6768
 
6769
- #: bp-templates/bp-legacy/buddypress/groups/create.php:116
6770
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:47
6771
  msgid "Group content and activity will be visible to any site member."
6772
  msgstr ""
6773
 
6774
- #: bp-templates/bp-legacy/buddypress/groups/create.php:119
6775
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:50
6776
  msgid "This is a private group"
6777
  msgstr ""
6778
 
6779
- #: bp-templates/bp-legacy/buddypress/groups/create.php:122
6780
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:53
6781
  msgid "Only users who request membership and are accepted can join the group."
6782
  msgstr ""
6783
 
6784
- #: bp-templates/bp-legacy/buddypress/groups/create.php:124
6785
- #: bp-templates/bp-legacy/buddypress/groups/create.php:132
6786
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:55
6787
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:63
6788
  msgid "Group content and activity will only be visible to members of the group."
6789
  msgstr ""
6790
 
6791
- #: bp-templates/bp-legacy/buddypress/groups/create.php:127
6792
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:58
6793
  msgid "This is a hidden group"
6794
  msgstr ""
6795
 
6796
- #: bp-templates/bp-legacy/buddypress/groups/create.php:130
6797
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:61
6798
  msgid "Only users who are invited can join the group."
6799
  msgstr ""
6800
 
6801
- #: bp-templates/bp-legacy/buddypress/groups/create.php:131
6802
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:62
6803
  msgid "This group will not be listed in the groups directory or search results."
6804
  msgstr ""
6805
 
6806
- #: bp-templates/bp-legacy/buddypress/groups/create.php:143
6807
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:74
6808
  msgid "Group Types"
6809
  msgstr ""
6810
 
6811
- #: bp-templates/bp-legacy/buddypress/groups/create.php:145
6812
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:76
6813
  msgid "Select the types this group should be a part of."
6814
  msgstr ""
6815
 
6816
- #: bp-templates/bp-legacy/buddypress/groups/create.php:152
6817
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:84
 
6818
  msgid "&ndash; %s"
6819
  msgstr ""
6820
 
6821
- #: bp-templates/bp-legacy/buddypress/groups/create.php:166
6822
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:98
6823
  msgid "Group Invitations"
6824
  msgstr ""
6825
 
6826
- #: bp-templates/bp-legacy/buddypress/groups/create.php:168
6827
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:100
6828
  msgid "Which members of this group are allowed to invite others?"
6829
  msgstr ""
6830
 
6831
- #: bp-templates/bp-legacy/buddypress/groups/create.php:188
6832
  msgid "Should this group have a forum?"
6833
  msgstr ""
6834
 
6835
- #: bp-templates/bp-legacy/buddypress/groups/create.php:195
6836
  msgid ""
6837
  "<strong>Attention Site Admin:</strong> Group forums require the <a "
6838
  "href=\"%s\">correct setup and configuration</a> of a bbPress installation."
6839
  msgstr ""
6840
 
6841
- #: bp-templates/bp-legacy/buddypress/groups/create.php:217
6842
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:11
 
6843
  msgid "Group Avatar"
6844
  msgstr ""
6845
 
6846
- #: bp-templates/bp-legacy/buddypress/groups/create.php:237
6847
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:15
6848
  msgid ""
6849
  "Upload an image to use as a profile photo for this group. The image will be "
6850
  "shown on the main group page, and in search results."
6851
  msgstr ""
6852
 
6853
- #: bp-templates/bp-legacy/buddypress/groups/create.php:242
6854
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:20
6855
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:36
6856
  #. translators: accessibility text
6857
  msgid "Select an image"
6858
  msgstr ""
6859
 
6860
- #: bp-templates/bp-legacy/buddypress/groups/create.php:245
6861
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:23
6862
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:39
6863
  msgid "Upload Image"
6864
  msgstr ""
6865
 
6866
- #: bp-templates/bp-legacy/buddypress/groups/create.php:249
6867
  msgid ""
6868
  "To skip the group profile photo upload process, hit the \"Next Step\" "
6869
  "button."
6870
  msgstr ""
6871
 
6872
- #: bp-templates/bp-legacy/buddypress/groups/create.php:264
6873
  msgid "Crop Group Profile Photo"
6874
  msgstr ""
6875
 
6876
- #: bp-templates/bp-legacy/buddypress/groups/create.php:266
6877
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:51
6878
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:54
6879
  msgid "Profile photo to crop"
6880
  msgstr ""
6881
 
6882
- #: bp-templates/bp-legacy/buddypress/groups/create.php:269
6883
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:54
6884
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:57
6885
  msgid "Profile photo preview"
6886
  msgstr ""
6887
 
6888
- #: bp-templates/bp-legacy/buddypress/groups/create.php:312
6889
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-cover-image.php:22
6890
  msgid "The Cover Image will be used to customize the header of your group."
6891
  msgstr ""
6892
 
6893
- #: bp-templates/bp-legacy/buddypress/groups/create.php:360
6894
  msgid "Select people to invite from your friends list."
6895
  msgstr ""
6896
 
6897
- #: bp-templates/bp-legacy/buddypress/groups/create.php:378
6898
  #: bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php:74
6899
  #: bp-templates/bp-legacy/buddypress-functions.php:1310
6900
  msgid "Remove Invite"
6901
  msgstr ""
6902
 
6903
- #: bp-templates/bp-legacy/buddypress/groups/create.php:395
6904
  msgid ""
6905
  "Once you have built up friend connections you will be able to invite others "
6906
  "to your group."
6907
  msgstr ""
6908
 
6909
- #: bp-templates/bp-legacy/buddypress/groups/create.php:440
6910
  msgid "Back to Previous Step"
6911
  msgstr ""
6912
 
6913
- #: bp-templates/bp-legacy/buddypress/groups/create.php:447
6914
  msgid "Next Step"
6915
  msgstr ""
6916
 
6917
- #: bp-templates/bp-legacy/buddypress/groups/create.php:454
6918
  msgid "Create Group and Continue"
6919
  msgstr ""
6920
 
6921
- #: bp-templates/bp-legacy/buddypress/groups/create.php:461
6922
  msgid "Finish"
6923
  msgstr ""
6924
 
@@ -6926,29 +6946,30 @@ msgstr ""
6926
  msgid "There were no groups found."
6927
  msgstr ""
6928
 
6929
- #: bp-templates/bp-legacy/buddypress/groups/index.php:56
6930
  msgid "Groups directory main navigation"
6931
  msgstr ""
6932
 
6933
- #: bp-templates/bp-legacy/buddypress/groups/index.php:58
6934
  msgid "All Groups %s"
6935
  msgstr ""
6936
 
6937
- #: bp-templates/bp-legacy/buddypress/groups/index.php:76
6938
  msgid "Groups directory secondary navigation"
6939
  msgstr ""
6940
 
6941
- #: bp-templates/bp-legacy/buddypress/groups/index.php:93
6942
  #: bp-templates/bp-legacy/buddypress/members/single/groups.php:22
6943
  msgid "Most Members"
6944
  msgstr ""
6945
 
6946
- #: bp-templates/bp-legacy/buddypress/groups/index.php:94
6947
  #: bp-templates/bp-legacy/buddypress/members/single/groups.php:23
6948
  msgid "Newly Created"
6949
  msgstr ""
6950
 
6951
- #: bp-templates/bp-legacy/buddypress/groups/index.php:110
 
6952
  msgid "Groups directory"
6953
  msgstr ""
6954
 
@@ -7099,31 +7120,32 @@ msgstr ""
7099
  msgid "No members were found."
7100
  msgstr ""
7101
 
7102
- #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:17
 
7103
  msgid "Request form"
7104
  msgstr ""
7105
 
7106
- #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:19
7107
  msgid "You are requesting to become a member of the group '%s'."
7108
  msgstr ""
7109
 
7110
- #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:22
7111
  msgid "Comments (optional)"
7112
  msgstr ""
7113
 
7114
- #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:34
7115
  msgid "Send Request"
7116
  msgstr ""
7117
 
7118
  #: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:57
7119
- #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:59
7120
- #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:47
7121
  msgid "Accept"
7122
  msgstr ""
7123
 
7124
  #: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:59
7125
- #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:60
7126
- #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:48
7127
  msgid "Reject"
7128
  msgstr ""
7129
 
@@ -7153,23 +7175,23 @@ msgstr ""
7153
  msgid "All of your friends already belong to this group."
7154
  msgstr ""
7155
 
7156
- #: bp-templates/bp-legacy/buddypress/members/activate.php:41
7157
  msgid ""
7158
  "Your account was activated successfully! Your account details have been "
7159
  "sent to you in a separate email."
7160
  msgstr ""
7161
 
7162
- #: bp-templates/bp-legacy/buddypress/members/activate.php:43
7163
  msgid ""
7164
  "Your account was activated successfully! You can now <a href=\"%s\">log "
7165
  "in</a> with the username and password you provided when you signed up."
7166
  msgstr ""
7167
 
7168
- #: bp-templates/bp-legacy/buddypress/members/activate.php:48
7169
  msgid "Please provide a valid activation key."
7170
  msgstr ""
7171
 
7172
- #: bp-templates/bp-legacy/buddypress/members/activate.php:52
7173
  msgid "Activation Key:"
7174
  msgstr ""
7175
 
@@ -7186,92 +7208,99 @@ msgstr ""
7186
  msgid "Newest Registered"
7187
  msgstr ""
7188
 
7189
- #: bp-templates/bp-legacy/buddypress/members/index.php:113
 
7190
  msgid "Members directory"
7191
  msgstr ""
7192
 
7193
- #: bp-templates/bp-legacy/buddypress/members/register.php:40
7194
  msgid "User registration is currently not allowed."
7195
  msgstr ""
7196
 
7197
- #: bp-templates/bp-legacy/buddypress/members/register.php:59
7198
  msgid ""
7199
  "Registering for this site is easy. Just fill in the fields below, and we'll "
7200
  "get a new account set up for you in no time."
7201
  msgstr ""
7202
 
7203
- #: bp-templates/bp-legacy/buddypress/members/register.php:74
7204
  msgid "Account Details"
7205
  msgstr ""
7206
 
7207
- #: bp-templates/bp-legacy/buddypress/members/register.php:76
7208
- #: bp-templates/bp-legacy/buddypress/members/register.php:87
7209
- #: bp-templates/bp-legacy/buddypress/members/register.php:98
7210
- #: bp-templates/bp-legacy/buddypress/members/register.php:110
7211
- #: bp-templates/bp-legacy/buddypress/members/register.php:270
7212
- #: bp-templates/bp-legacy/buddypress/members/register.php:286
7213
  #: bp-xprofile/bp-xprofile-template.php:1432
7214
  msgid "(required)"
7215
  msgstr ""
7216
 
7217
- #: bp-templates/bp-legacy/buddypress/members/register.php:87
7218
  msgid "Email Address"
7219
  msgstr ""
7220
 
7221
- #: bp-templates/bp-legacy/buddypress/members/register.php:98
7222
  msgid "Choose a Password"
7223
  msgstr ""
7224
 
7225
- #: bp-templates/bp-legacy/buddypress/members/register.php:110
7226
  msgid "Confirm Password"
7227
  msgstr ""
7228
 
7229
- #: bp-templates/bp-legacy/buddypress/members/register.php:156
7230
  msgid "Profile Details"
7231
  msgstr ""
7232
 
7233
- #: bp-templates/bp-legacy/buddypress/members/register.php:180
7234
- #: bp-templates/bp-legacy/buddypress/members/register.php:201
7235
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:58
7236
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:78
7237
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:393
7238
  msgid "This field can be seen by: %s"
7239
  msgstr ""
7240
 
7241
- #: bp-templates/bp-legacy/buddypress/members/register.php:189
7242
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:67
7243
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:409
7244
  msgid "Who can see this field?"
7245
  msgstr ""
7246
 
7247
- #: bp-templates/bp-legacy/buddypress/members/register.php:264
7248
  msgid "Blog Details"
7249
  msgstr ""
7250
 
7251
- #: bp-templates/bp-legacy/buddypress/members/register.php:266
7252
  msgid "Yes, I'd like to create a new site"
7253
  msgstr ""
7254
 
7255
- #: bp-templates/bp-legacy/buddypress/members/register.php:270
7256
  msgid "Blog URL"
7257
  msgstr ""
7258
 
7259
- #: bp-templates/bp-legacy/buddypress/members/register.php:286
7260
  msgid "Site Title"
7261
  msgstr ""
7262
 
7263
- #: bp-templates/bp-legacy/buddypress/members/register.php:344
 
 
 
 
 
 
7264
  msgid "Complete Sign Up"
7265
  msgstr ""
7266
 
7267
- #: bp-templates/bp-legacy/buddypress/members/register.php:376
7268
  msgid ""
7269
  "You have successfully created your account! To begin using this site you "
7270
  "will need to activate your account via the email we have just sent to your "
7271
  "address."
7272
  msgstr ""
7273
 
7274
- #: bp-templates/bp-legacy/buddypress/members/register.php:378
7275
  msgid ""
7276
  "You have successfully created your account! Please log in using the "
7277
  "username and password you have just created."
@@ -7290,35 +7319,41 @@ msgstr ""
7290
  msgid "Member secondary navigation"
7291
  msgstr ""
7292
 
7293
- #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:18
 
7294
  msgid "Friendship requests"
7295
  msgstr ""
7296
 
7297
- #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:104
7298
  msgid "You have no pending friendship requests."
7299
  msgstr ""
7300
 
7301
- #: bp-templates/bp-legacy/buddypress/members/single/friends.php:56
 
7302
  msgid "My friends"
7303
  msgstr ""
7304
 
7305
- #: bp-templates/bp-legacy/buddypress/members/single/friends.php:58
 
7306
  msgid "Friends"
7307
  msgstr ""
7308
 
7309
- #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:18
 
7310
  msgid "Group invitations"
7311
  msgstr ""
7312
 
7313
- #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:68
7314
  msgid "You have no outstanding group invites."
7315
  msgstr ""
7316
 
7317
- #: bp-templates/bp-legacy/buddypress/members/single/groups.php:58
 
7318
  msgid "My groups"
7319
  msgstr ""
7320
 
7321
- #: bp-templates/bp-legacy/buddypress/members/single/groups.php:60
 
7322
  msgid "Member's groups"
7323
  msgstr ""
7324
 
@@ -7326,63 +7361,65 @@ msgstr ""
7326
  msgid "Member primary navigation"
7327
  msgstr ""
7328
 
7329
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:10
 
7330
  msgid "Compose Message"
7331
  msgstr ""
7332
 
7333
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:23
7334
  msgid "Send To (Username or Friend's Name)"
7335
  msgstr ""
7336
 
7337
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:32
7338
  msgid "This is a notice to all users."
7339
  msgstr ""
7340
 
7341
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:35
7342
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:61
7343
  msgid "Subject"
7344
  msgstr ""
7345
 
7346
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:38
7347
  msgid "Message"
7348
  msgstr ""
7349
 
7350
- #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:53
7351
  msgid "Send Message"
7352
  msgstr ""
7353
 
7354
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:18
 
7355
  msgid "Starred messages"
7356
  msgstr ""
7357
 
7358
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:58
7359
  #: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:17
7360
  #. translators: accessibility text
7361
  msgid "Select all"
7362
  msgstr ""
7363
 
7364
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:60
7365
  msgid "From"
7366
  msgstr ""
7367
 
7368
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:94
7369
  #. translators: accessibility text
7370
  msgid "Select this message"
7371
  msgstr ""
7372
 
7373
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:101
7374
  msgid "From:"
7375
  msgstr ""
7376
 
7377
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:108
7378
  msgid "To:"
7379
  msgstr ""
7380
 
7381
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:115
7382
  msgid "View Message"
7383
  msgstr ""
7384
 
7385
- #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:191
7386
  msgid "Sorry, no messages were found."
7387
  msgstr ""
7388
 
@@ -7427,15 +7464,18 @@ msgstr ""
7427
  msgid "Send Reply"
7428
  msgstr ""
7429
 
7430
- #: bp-templates/bp-legacy/buddypress/members/single/messages.php:41
 
7431
  msgid "Messages inbox"
7432
  msgstr ""
7433
 
7434
- #: bp-templates/bp-legacy/buddypress/members/single/messages.php:43
 
7435
  msgid "Sent Messages"
7436
  msgstr ""
7437
 
7438
- #: bp-templates/bp-legacy/buddypress/members/single/messages.php:80
 
7439
  msgid "Sitewide Notices"
7440
  msgstr ""
7441
 
@@ -7468,7 +7508,8 @@ msgstr ""
7468
  msgid "Select this notification"
7469
  msgstr ""
7470
 
7471
- #: bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php:13
 
7472
  msgid "Unread notifications"
7473
  msgstr ""
7474
 
@@ -7514,6 +7555,10 @@ msgstr ""
7514
  msgid "Editing '%s' Profile Group"
7515
  msgstr ""
7516
 
 
 
 
 
7517
  #: bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php:28
7518
  msgid "%s's Profile"
7519
  msgstr ""
@@ -7538,55 +7583,58 @@ msgstr ""
7538
  msgid "I understand the consequences."
7539
  msgstr ""
7540
 
7541
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:12
 
7542
  msgid "Account settings"
7543
  msgstr ""
7544
 
7545
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:18
7546
  msgid ""
7547
  "Current Password <span>(required to update email or change current "
7548
  "password)</span>"
7549
  msgstr ""
7550
 
7551
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:19
7552
  msgid "Password Lost and Found"
7553
  msgstr ""
7554
 
7555
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:19
7556
  msgid "Lost your password?"
7557
  msgstr ""
7558
 
7559
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:23
7560
  msgid "Account Email"
7561
  msgstr ""
7562
 
7563
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:26
7564
  msgid "Change Password <span>(leave blank for no change)</span>"
7565
  msgstr ""
7566
 
7567
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:27
7568
  msgid "New Password"
7569
  msgstr ""
7570
 
7571
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:31
7572
- #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:33
7573
  #. translators: accessibility text
7574
  msgid "Repeat New Password"
7575
  msgstr ""
7576
 
7577
- #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:12
 
7578
  msgid "Notification settings"
7579
  msgstr ""
7580
 
7581
- #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:15
7582
  msgid "Send an email notice when:"
7583
  msgstr ""
7584
 
7585
- #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:16
 
7586
  msgid "Profile visibility settings"
7587
  msgstr ""
7588
 
7589
- #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:30
7590
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1419
7591
  msgid "Visibility"
7592
  msgstr ""
@@ -8134,7 +8182,7 @@ msgid "Edit Field Group"
8134
  msgstr ""
8135
 
8136
  #: bp-xprofile/classes/class-bp-xprofile-group.php:750
8137
- msgid "Field Group Name"
8138
  msgstr ""
8139
 
8140
  #: bp-xprofile/classes/class-bp-xprofile-group.php:755
@@ -8741,52 +8789,52 @@ msgctxt "BuddyPress setting tab"
8741
  msgid "Profile Settings"
8742
  msgstr ""
8743
 
8744
- #: bp-core/classes/class-bp-admin.php:695
8745
  msgctxt "About screen, website links"
8746
  msgid "Learn more:"
8747
  msgstr ""
8748
 
8749
- #: bp-core/classes/class-bp-admin.php:695
8750
  msgctxt "About screen, link to project blog"
8751
  msgid "News"
8752
  msgstr ""
8753
 
8754
- #: bp-core/classes/class-bp-admin.php:695
8755
  msgctxt "About screen, link to support site"
8756
  msgid "Support"
8757
  msgstr ""
8758
 
8759
- #: bp-core/classes/class-bp-admin.php:695
8760
  msgctxt "About screen, link to documentation"
8761
  msgid "Documentation"
8762
  msgstr ""
8763
 
8764
- #: bp-core/classes/class-bp-admin.php:695
8765
  msgctxt "About screen, link to development blog"
8766
  msgid "Development Blog"
8767
  msgstr ""
8768
 
8769
- #: bp-core/classes/class-bp-admin.php:697
8770
  msgctxt "official Twitter accounts:"
8771
  msgid "Twitter:"
8772
  msgstr ""
8773
 
8774
- #: bp-core/classes/class-bp-admin.php:697
8775
  msgctxt "@buddypress twitter account name"
8776
  msgid "BuddyPress"
8777
  msgstr ""
8778
 
8779
- #: bp-core/classes/class-bp-admin.php:697
8780
  msgctxt "@bptrac twitter account name"
8781
  msgid "Trac"
8782
  msgstr ""
8783
 
8784
- #: bp-core/classes/class-bp-admin.php:697
8785
  msgctxt "@buddypressdev twitter account name"
8786
  msgid "Development"
8787
  msgstr ""
8788
 
8789
- #: bp-core/classes/class-bp-admin.php:947
8790
  msgctxt "Email post type"
8791
  msgid "Situations"
8792
  msgstr ""
@@ -9405,7 +9453,7 @@ msgctxt "Notifications pagination next text"
9405
  msgid "&rarr;"
9406
  msgstr ""
9407
 
9408
- #: bp-templates/bp-legacy/buddypress/activity/index.php:123
9409
  msgctxt "Number of new activity mentions"
9410
  msgid "%s new"
9411
  msgid_plural "%s new"
@@ -9417,12 +9465,12 @@ msgctxt "Uploader: Drop your file here - or - Select your File"
9417
  msgid "or"
9418
  msgstr ""
9419
 
9420
- #: bp-templates/bp-legacy/buddypress/members/register.php:184
9421
  msgctxt "Change profile field visibility level"
9422
  msgid "Change"
9423
  msgstr ""
9424
 
9425
- #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:31
9426
  msgctxt "Group member count"
9427
  msgid "%d member"
9428
  msgid_plural "%d members"
@@ -9608,7 +9656,7 @@ msgstr ""
9608
 
9609
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1332
9610
  msgctxt "XProfile admin edit field"
9611
- msgid "Name"
9612
  msgstr ""
9613
 
9614
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1338
2
  # This file is distributed under the GPLv2 or later (license.txt).
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: BuddyPress 2.7-rc1\n"
6
  "Report-Msgid-Bugs-To: https://buddypress.trac.wordpress.org\n"
7
+ "POT-Creation-Date: 2016-10-06 23:44:17+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
457
  #: bp-activity/bp-activity-admin.php:1052 bp-groups/bp-groups-admin.php:712
458
  #: bp-members/classes/class-bp-members-admin.php:2087
459
  #: bp-templates/bp-legacy/buddypress/activity/entry.php:129
460
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:216
461
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1299
462
  #: bp-xprofile/classes/class-bp-xprofile-group.php:813
463
  msgid "Cancel"
521
  msgid "%s posted a new activity comment"
522
  msgstr ""
523
 
524
+ #: bp-activity/bp-activity-functions.php:2527
525
  #: bp-templates/bp-legacy/buddypress-functions.php:1004
526
  msgid "There was an error posting your reply. Please try again."
527
  msgstr ""
528
 
529
+ #: bp-activity/bp-activity-functions.php:2555
530
  msgid "The item you were replying to no longer exists."
531
  msgstr ""
532
 
533
+ #: bp-activity/bp-activity-functions.php:3093
534
  msgid "Thumbnail"
535
  msgstr ""
536
 
580
  msgid "Activity"
581
  msgstr ""
582
 
583
+ #: bp-activity/bp-activity-screens.php:332 bp-blogs/bp-blogs-template.php:1119
584
  #: bp-friends/bp-friends-screens.php:116 bp-groups/bp-groups-screens.php:1480
585
  #: bp-messages/bp-messages-screens.php:210
586
+ #: bp-templates/bp-legacy/buddypress/members/register.php:316
587
  msgid "Yes"
588
  msgstr ""
589
 
590
+ #: bp-activity/bp-activity-screens.php:333 bp-blogs/bp-blogs-template.php:1123
591
  #: bp-friends/bp-friends-screens.php:117 bp-groups/bp-groups-screens.php:1481
592
  #: bp-messages/bp-messages-screens.php:211
593
+ #: bp-templates/bp-legacy/buddypress/members/register.php:317
594
  msgid "No"
595
  msgstr ""
596
 
641
  #: bp-forums/bp-forums-template.php:893 bp-forums/bp-forums-template.php:1224
642
  #: bp-forums/bp-forums-template.php:2611
643
  #: bp-friends/classes/class-bp-friends-component.php:273
644
+ #: bp-groups/bp-groups-template.php:1586 bp-groups/bp-groups-template.php:1618
645
+ #: bp-groups/bp-groups-template.php:2385 bp-groups/bp-groups-template.php:2401
646
+ #: bp-groups/bp-groups-template.php:2461 bp-groups/bp-groups-template.php:2477
647
+ #: bp-groups/bp-groups-template.php:3915 bp-groups/bp-groups-template.php:3954
648
+ #: bp-groups/bp-groups-template.php:3995 bp-groups/bp-groups-template.php:5565
649
  #: bp-groups/classes/class-bp-groups-component.php:811
650
  #: bp-members/bp-members-template.php:808
651
  #: bp-members/bp-members-template.php:1560
666
  msgstr ""
667
 
668
  #: bp-activity/bp-activity-template.php:1189
669
+ #: bp-groups/bp-groups-template.php:792
670
  #: bp-groups/classes/class-bp-groups-list-table.php:554
671
  msgid "Group logo of %s"
672
  msgstr ""
698
  #: bp-notifications/bp-notifications-template.php:788
699
  #: bp-notifications/bp-notifications-template.php:1038
700
  #: bp-templates/bp-legacy/buddypress/activity/comment.php:45
701
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:147
702
  #: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:44
703
  #: bp-xprofile/bp-xprofile-admin.php:621
704
  #: bp-xprofile/classes/class-bp-xprofile-field-type.php:405
735
  #: bp-activity/classes/class-bp-activity-template.php:144
736
  #: bp-groups/bp-groups-functions.php:594
737
  #: bp-groups/classes/class-bp-groups-group-members-template.php:99
738
+ #: bp-groups/classes/class-bp-groups-group.php:914
739
  #: bp-groups/classes/class-bp-groups-invite-template.php:84
740
  #: bp-groups/classes/class-bp-groups-membership-requests-template.php:91
741
  #: bp-groups/classes/class-bp-groups-template.php:134
1045
  msgstr ""
1046
 
1047
  #: bp-blogs/bp-blogs-template.php:1115
 
 
 
 
 
1048
  msgid ""
1049
+ "Privacy: I would like my site to appear in search engines, and in public "
1050
+ "listings around this network"
1051
  msgstr ""
1052
 
1053
+ #: bp-blogs/bp-blogs-template.php:1227
1054
  msgid "Congratulations! You have successfully registered a new site."
1055
  msgstr ""
1056
 
1057
+ #: bp-blogs/bp-blogs-template.php:1232
1058
  msgid "%s is your new site."
1059
  msgstr ""
1060
 
1061
+ #: bp-blogs/bp-blogs-template.php:1237
1062
  #. translators: 1: Login URL, 2: User name
1063
  msgid "<a href=\"%1$s\">Log in</a> as \"%2$s\" using your existing password."
1064
  msgstr ""
1065
 
1066
+ #: bp-blogs/bp-blogs-template.php:1274 bp-blogs/bp-blogs-template.php:1360
1067
  #: bp-blogs/classes/class-bp-blogs-component.php:268
1068
  #: bp-blogs/classes/class-bp-blogs-theme-compat.php:175
1069
  #: bp-core/bp-core-template.php:3206
1070
  msgid "Create a Site"
1071
  msgstr ""
1072
 
1073
+ #: bp-blogs/bp-blogs-template.php:1290
1074
  msgid "%s's Sites"
1075
  msgstr ""
1076
 
1077
+ #: bp-blogs/bp-blogs-template.php:1291
1078
  msgid "%s's Recent Posts"
1079
  msgstr ""
1080
 
1081
+ #: bp-blogs/bp-blogs-template.php:1292
1082
  msgid "%s's Recent Comments"
1083
  msgstr ""
1084
 
1085
+ #: bp-blogs/bp-blogs-template.php:1320 bp-core/deprecated/1.5.php:426
1086
+ #: bp-forums/bp-forums-template.php:2925 bp-groups/bp-groups-template.php:5222
1087
  #: bp-members/bp-members-template.php:1275
1088
  #: bp-messages/bp-messages-template.php:794
1089
  msgid "Search"
1090
  msgstr ""
1091
 
1092
+ #: bp-blogs/bp-blogs-template.php:1469
1093
  msgid "Visit Site"
1094
  msgstr ""
1095
 
1096
+ #: bp-blogs/bp-blogs-template.php:1529
1097
  msgid "%s site"
1098
  msgid_plural "%s sites"
1099
  msgstr[0] ""
1160
  #: bp-core/admin/bp-core-admin-components.php:32
1161
  #: bp-core/admin/bp-core-admin-settings.php:280
1162
  #: bp-core/admin/bp-core-admin-slugs.php:32
1163
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:67
1164
  msgid "Save Settings"
1165
  msgstr ""
1166
 
1191
  #: bp-core/admin/bp-core-admin-components.php:75
1192
  #: bp-core/bp-core-functions.php:2463 bp-core/deprecated/2.1.php:530
1193
  #: bp-notifications/classes/class-bp-notifications-component.php:262
1194
+ #: bp-templates/bp-legacy/buddypress/members/single/notifications/read.php:15
1195
+ #. translators: accessibility text
1196
  msgid "Notifications"
1197
  msgstr ""
1198
 
1299
  #: bp-members/classes/class-bp-members-ms-list-table.php:304
1300
  #: bp-members/classes/class-bp-members-ms-list-table.php:308
1301
  #: bp-messages/bp-messages-template.php:1207
1302
+ #: bp-templates/bp-legacy/buddypress/members/activate.php:59
1303
  msgid "Activate"
1304
  msgstr ""
1305
 
1478
  msgid "User removed from spam."
1479
  msgstr ""
1480
 
1481
+ #: bp-core/admin/bp-core-admin-functions.php:1239
1482
+ msgid "A BuddyPress update is available, but your system is not compatible."
1483
+ msgstr ""
1484
+
1485
+ #: bp-core/admin/bp-core-admin-functions.php:1240
1486
+ #: bp-core/admin/bp-core-admin-functions.php:1294
1487
+ msgid "See <a href=\"%s\">the Codex guide</a> for more information."
1488
+ msgstr ""
1489
+
1490
+ #: bp-core/admin/bp-core-admin-functions.php:1293
1491
+ msgid "Your site is not ready for BuddyPress 2.8."
1492
+ msgstr ""
1493
+
1494
+ #: bp-core/admin/bp-core-admin-functions.php:1294
1495
+ msgid ""
1496
+ "Your site is currently running PHP version %s, while BuddyPress 2.8 will "
1497
+ "require version 5.3+."
1498
+ msgstr ""
1499
+
1500
  #: bp-core/admin/bp-core-admin-settings.php:30
1501
  msgid "Show the Toolbar for logged out users"
1502
  msgstr ""
2150
  msgstr ""
2151
 
2152
  #: bp-core/bp-core-functions.php:2436
2153
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:194
2154
  msgid "Group Forums"
2155
  msgstr ""
2156
 
2791
  msgid "Activate Your Account"
2792
  msgstr ""
2793
 
2794
+ #: bp-core/bp-core-template.php:3202 bp-groups/bp-groups-template.php:3566
2795
  msgid "Create a Group"
2796
  msgstr ""
2797
 
2975
  "active BuddyPress users and developers are waiting to share tips and more."
2976
  msgstr ""
2977
 
2978
+ #: bp-core/classes/class-bp-admin.php:618
2979
+ msgid "Groups Query Overhaul"
2980
  msgstr ""
2981
 
2982
+ #: bp-core/classes/class-bp-admin.php:620
2983
+ msgid "Huge performance improvements on sites using persistent caching."
 
2984
  msgstr ""
2985
 
2986
+ #: bp-core/classes/class-bp-admin.php:620
2987
+ msgid " "
 
2988
  msgstr ""
2989
 
2990
+ #: bp-core/classes/class-bp-admin.php:620
2991
+ msgid "Learn more about the Groups Query rewrite."
 
 
 
2992
  msgstr ""
2993
 
2994
+ #: bp-core/classes/class-bp-admin.php:626
2995
+ msgid "For Developers &amp; Site Administrators"
 
2996
  msgstr ""
2997
 
2998
+ #: bp-core/classes/class-bp-admin.php:630
2999
+ msgid "Improved Profile Date Field"
3000
  msgstr ""
3001
 
3002
+ #: bp-core/classes/class-bp-admin.php:631
3003
+ msgid ""
3004
+ "New Date Field settings, \"Date format\" and \"Range\", make it easier for "
3005
+ "site administrators to decide how date-based data will be collected and "
3006
+ "displayed."
3007
  msgstr ""
3008
 
3009
+ #: bp-core/classes/class-bp-admin.php:636
3010
+ msgid "Group Types Integration in Templates"
 
 
 
 
3011
  msgstr ""
3012
 
3013
+ #: bp-core/classes/class-bp-admin.php:637
3014
+ msgid ""
3015
+ "Enable developers to show Group Types in the front end as well as control "
3016
+ "where the group type information is rendered."
3017
  msgstr ""
3018
 
3019
+ #: bp-core/classes/class-bp-admin.php:637
3020
+ msgid "Learn how to implement this."
3021
  msgstr ""
3022
 
3023
+ #: bp-core/classes/class-bp-admin.php:642
3024
+ msgid "Localized Timestamps"
3025
  msgstr ""
3026
 
3027
+ #: bp-core/classes/class-bp-admin.php:643
3028
  msgid ""
3029
+ "Fix inaccurate timestamps due to time zones or page caching with new "
3030
+ "client-side timestamp handling."
 
3031
  msgstr ""
3032
 
3033
+ #: bp-core/classes/class-bp-admin.php:648
3034
+ msgid "Links to Unsubscribe from Emails"
3035
  msgstr ""
3036
 
3037
+ #: bp-core/classes/class-bp-admin.php:649
3038
+ msgid ""
3039
+ "Improve user experience by facilitating the removal of any or all "
3040
+ "subscriptions through the new email tokens and unsuscribe links."
3041
  msgstr ""
3042
 
3043
+ #: bp-core/classes/class-bp-admin.php:654
3044
+ msgid "Member Type and Group Type Filters in Users and Groups admin screens"
3045
  msgstr ""
3046
 
3047
+ #: bp-core/classes/class-bp-admin.php:655
3048
  msgid ""
3049
+ "Easily filter your members and groups by type and set types in bulk on the "
3050
+ "users and groups list tables in the dashboard."
3051
  msgstr ""
3052
 
3053
+ #: bp-core/classes/class-bp-admin.php:660
3054
+ msgid "Accessibility Updates for the Front-end and Back-end"
3055
  msgstr ""
3056
 
3057
+ #: bp-core/classes/class-bp-admin.php:661
3058
+ msgid ""
3059
+ "Continued improvements for universal acceess help make BuddyPress&#39; "
3060
+ "back- and front-end screens usable for everyone &#40;and on more "
3061
+ "devices&#41;."
3062
  msgstr ""
3063
 
3064
  #: bp-core/classes/class-bp-admin.php:666
3065
+ msgid "Use WP Page Names for Headings of BP Directory Pages"
3066
  msgstr ""
3067
 
3068
  #: bp-core/classes/class-bp-admin.php:667
3069
  msgid ""
3070
+ "Whatever you choose as the title of your Activity, Sites, Members, or "
3071
+ "Groups directory pages in the back end, is what you'll get as the heading "
3072
+ "in the front end."
3073
  msgstr ""
3074
 
3075
  #: bp-core/classes/class-bp-admin.php:672
3076
+ msgid "Improvements to a Single Group's Management Screens"
 
 
 
 
3077
  msgstr ""
3078
 
3079
+ #: bp-core/classes/class-bp-admin.php:673
3080
  msgid ""
3081
+ "Improved markup, new modular group management templates, and a new member "
3082
+ "search form are just some of the enhancements added to the single group "
3083
+ "admin screens."
3084
  msgstr ""
3085
 
3086
  #: bp-core/classes/class-bp-admin.php:678
3087
+ msgid "Support for Querying for Groups by New Column \"parent_id\""
3088
  msgstr ""
3089
 
3090
  #: bp-core/classes/class-bp-admin.php:679
3091
  msgid ""
3092
+ "Query support for hierarchical groups which allows developers to extend "
3093
+ "this with their own plugins to add custom front-end functionality as needed."
 
 
 
 
3094
  msgstr ""
3095
 
3096
  #: bp-core/classes/class-bp-admin.php:684
3097
+ msgid "Many, Many Performance Improvements"
 
 
3098
  msgstr ""
3099
 
3100
  #: bp-core/classes/class-bp-admin.php:685
 
 
 
 
3101
  msgid ""
3102
+ "Improve performance by removing extra database queries, adding new cache "
3103
+ "calls, and removing the number of loops in \"bp_get_user_groups()\"."
3104
  msgstr ""
3105
 
3106
+ #: bp-core/classes/class-bp-admin.php:693
3107
+ msgid "And so much more!"
3108
  msgstr ""
3109
 
3110
+ #: bp-core/classes/class-bp-admin.php:694
3111
+ msgid "Changelog for BuddyPress 2.7.0."
 
 
3112
  msgstr ""
3113
 
3114
+ #: bp-core/classes/class-bp-admin.php:726
3115
  msgid "BuddyPress is created by a worldwide network of friendly folks like these."
3116
  msgstr ""
3117
 
3118
+ #: bp-core/classes/class-bp-admin.php:728
3119
  msgid "Project Leaders"
3120
  msgstr ""
3121
 
3122
+ #: bp-core/classes/class-bp-admin.php:733
3123
  msgid "Project Lead"
3124
  msgstr ""
3125
 
3126
+ #: bp-core/classes/class-bp-admin.php:738
3127
+ #: bp-core/classes/class-bp-admin.php:743
3128
  msgid "Lead Developer"
3129
  msgstr ""
3130
 
3131
+ #: bp-core/classes/class-bp-admin.php:747
3132
+ msgid "BuddyPress Team"
3133
  msgstr ""
3134
 
3135
+ #: bp-core/classes/class-bp-admin.php:752
3136
+ msgid "2.7 Release Lead"
3137
+ msgstr ""
3138
+
3139
+ #: bp-core/classes/class-bp-admin.php:757
3140
+ #: bp-core/classes/class-bp-admin.php:762
3141
+ #: bp-core/classes/class-bp-admin.php:767
3142
+ #: bp-core/classes/class-bp-admin.php:772
3143
+ #: bp-core/classes/class-bp-admin.php:777
3144
  msgid "Core Developer"
3145
  msgstr ""
3146
 
3147
+ #: bp-core/classes/class-bp-admin.php:782
3148
+ #: bp-core/classes/class-bp-admin.php:787
3149
+ #: bp-core/classes/class-bp-admin.php:792
3150
+ msgid "Community Support"
3151
  msgstr ""
3152
 
3153
+ #: bp-core/classes/class-bp-admin.php:796
3154
  msgid "&#x1f31f;Recent Rockstars&#x1f31f;"
3155
  msgstr ""
3156
 
3157
+ #: bp-core/classes/class-bp-admin.php:828
3158
  msgid "Contributors to BuddyPress %s"
3159
  msgstr ""
3160
 
3161
+ #: bp-core/classes/class-bp-admin.php:869
3162
  msgid "&#x1f496;With our thanks to these Open Source projects&#x1f496;"
3163
  msgstr ""
3164
 
3165
+ #: bp-core/classes/class-bp-admin.php:897
3166
  msgid ""
3167
  "Thank you for installing BuddyPress! BuddyPress helps site builders and "
3168
  "WordPress developers add community features to their websites, with user "
3169
  "profile fields, activity streams, messaging, and notifications."
3170
  msgstr ""
3171
 
3172
+ #: bp-core/classes/class-bp-admin.php:898
3173
  msgid ""
3174
  "Thank you for updating! BuddyPress %s has many new features that you will "
3175
  "enjoy."
3176
  msgstr ""
3177
 
3178
+ #: bp-core/classes/class-bp-admin.php:902
3179
  msgid "Welcome to BuddyPress %s"
3180
  msgstr ""
3181
 
3182
+ #: bp-core/classes/class-bp-admin.php:931
3183
  msgid "What&#8217;s New"
3184
  msgstr ""
3185
 
3186
+ #: bp-core/classes/class-bp-admin.php:933
3187
  msgid "Credits"
3188
  msgstr ""
3189
 
3343
  #: bp-core/classes/class-bp-core-login-widget.php:108
3344
  #: bp-members/classes/class-bp-members-list-table.php:150
3345
  #: bp-members/classes/class-bp-members-ms-list-table.php:137
3346
+ #: bp-templates/bp-legacy/buddypress/members/register.php:84
3347
  msgid "Username"
3348
  msgstr ""
3349
 
3365
  #: bp-members/classes/class-bp-core-recently-active-widget.php:143
3366
  #: bp-members/classes/class-bp-core-whos-online-widget.php:142
3367
  #: bp-messages/classes/class-bp-messages-sitewide-notices-widget.php:116
3368
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:179
3369
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:74
3370
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:106
3371
  msgid "Title:"
3432
  msgstr ""
3433
 
3434
  #: bp-core/deprecated/1.6.php:127 bp-core/deprecated/1.6.php:148
3435
+ #: bp-groups/bp-groups-template.php:5246 bp-groups/bp-groups-template.php:5269
3436
  msgid "Recently Active"
3437
  msgstr ""
3438
 
3439
  #: bp-core/deprecated/1.6.php:128 bp-core/deprecated/1.6.php:151
3440
  #: bp-friends/classes/class-bp-core-friends-widget.php:105
3441
  #: bp-friends/classes/class-bp-core-friends-widget.php:197
3442
+ #: bp-groups/bp-groups-template.php:4522
3443
  #: bp-groups/classes/class-bp-groups-widget.php:121
3444
  #: bp-groups/classes/class-bp-groups-widget.php:224
3445
  #: bp-members/classes/class-bp-core-members-widget.php:111
3450
  msgstr ""
3451
 
3452
  #: bp-core/deprecated/1.6.php:129 bp-core/deprecated/1.6.php:154
3453
+ #: bp-groups/bp-groups-template.php:5251 bp-groups/bp-groups-template.php:5284
3454
  msgid "Alphabetically"
3455
  msgstr ""
3456
 
3507
  msgstr ""
3508
 
3509
  #: bp-core/deprecated/2.1.php:369
3510
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:102
3511
+ #. translators: accessibility text
3512
  msgid "Group Settings"
3513
  msgstr ""
3514
 
3609
  msgid "Please pick the group forum where you would like to post this topic."
3610
  msgstr ""
3611
 
3612
+ #: bp-forums/bp-forums-screens.php:301 bp-groups/bp-groups-template.php:3380
3613
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:30
3614
  msgid "New Topic"
3615
  msgstr ""
3626
  msgid "Group logo for %s"
3627
  msgstr ""
3628
 
3629
+ #: bp-forums/bp-forums-template.php:1454 bp-groups/bp-groups-template.php:2130
3630
  msgid "%d post"
3631
  msgid_plural "%d posts"
3632
  msgstr[0] ""
3712
  "the future. Only use this component if your current site relies on it."
3713
  msgstr ""
3714
 
3715
+ #: bp-forums/deprecated/1.6.php:71 bp-forums/deprecated/1.6.php:221
3716
+ msgid "Features"
3717
+ msgstr ""
3718
+
3719
  #: bp-forums/deprecated/1.6.php:73 bp-forums/deprecated/1.6.php:223
3720
  msgid "Group Integration"
3721
  msgstr ""
4379
  msgstr ""
4380
 
4381
  #: bp-groups/bp-groups-admin.php:801
4382
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:201
4383
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:27
4384
  msgid "Enable discussion forum"
4385
  msgstr ""
4388
  msgid "Privacy"
4389
  msgstr ""
4390
 
4391
+ #: bp-groups/bp-groups-admin.php:809 bp-groups/bp-groups-template.php:1233
4392
  #: bp-groups/classes/class-bp-groups-list-table.php:601
4393
  msgid "Public"
4394
  msgstr ""
4395
 
4396
+ #: bp-groups/bp-groups-admin.php:810 bp-groups/bp-groups-template.php:1235
4397
  #: bp-groups/classes/class-bp-groups-list-table.php:604
4398
  msgid "Private"
4399
  msgstr ""
4408
  msgstr ""
4409
 
4410
  #: bp-groups/bp-groups-admin.php:819
4411
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:182
4412
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:104
4413
  msgid "All group members"
4414
  msgstr ""
4415
 
4416
  #: bp-groups/bp-groups-admin.php:820
4417
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:184
4418
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:106
4419
  msgid "Group admins and mods only"
4420
  msgstr ""
4421
 
4422
  #: bp-groups/bp-groups-admin.php:821
4423
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:186
4424
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:108
4425
  msgid "Group admins only"
4426
  msgstr ""
4444
  msgid "Moderators"
4445
  msgstr ""
4446
 
4447
+ #: bp-groups/bp-groups-admin.php:899 bp-groups/bp-groups-template.php:4501
4448
  #: bp-groups/classes/class-bp-groups-component.php:674
4449
  #: bp-members/classes/class-bp-core-members-widget.php:249
4450
  #: bp-members/classes/class-bp-members-component.php:38
4451
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:213
4452
+ #. translators: accessibility text
4453
  msgid "Members"
4454
  msgstr ""
4455
 
4485
 
4486
  #: bp-groups/bp-groups-admin.php:948
4487
  #: bp-members/classes/class-bp-members-admin.php:1504
4488
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:85
4489
  #: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:21
4490
  msgid "Actions"
4491
  msgstr ""
4509
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:92
4510
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:126
4511
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:105
4512
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:48
4513
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:39
4514
  msgid "Save Changes"
4515
  msgstr ""
4516
 
4517
+ #: bp-groups/bp-groups-admin.php:1056
4518
  #. translators: accessibility text
4519
  msgid "Select group type"
4520
  msgstr ""
4521
 
4522
+ #: bp-groups/bp-groups-admin.php:1066
4523
+ msgid "(Not available on the frontend)"
 
 
 
 
 
 
 
4524
  msgstr ""
4525
 
4526
+ #: bp-groups/bp-groups-admin.php:1151
4527
  msgid "&laquo;"
4528
  msgstr ""
4529
 
4530
+ #: bp-groups/bp-groups-admin.php:1152
4531
  msgid "&raquo;"
4532
  msgstr ""
4533
 
4534
+ #: bp-groups/bp-groups-admin.php:1158 bp-groups/bp-groups-template.php:4348
4535
  #: bp-members/bp-members-template.php:504
4536
  msgid "Viewing 1 member"
4537
  msgstr ""
4538
 
4539
+ #: bp-groups/bp-groups-admin.php:1161 bp-groups/bp-groups-template.php:4350
4540
  #: bp-members/bp-members-template.php:506
4541
  msgid "Viewing %1$s - %2$s of %3$s member"
4542
  msgid_plural "Viewing %1$s - %2$s of %3$s members"
4543
  msgstr[0] ""
4544
  msgstr[1] ""
4545
 
4546
+ #: bp-groups/bp-groups-admin.php:1227
4547
  #. Translators: 1: user_login, 2: user_email.
4548
  msgid "%1$s (%2$s)"
4549
  msgstr ""
4550
 
4551
+ #: bp-groups/bp-groups-admin.php:1323
4552
  msgid "There was an error while changing group type. Please try again."
4553
  msgstr ""
4554
 
4555
+ #: bp-groups/bp-groups-admin.php:1326
4556
  msgid "Group type was changed successfully."
4557
  msgstr ""
4558
 
4581
  msgid "%1$s posted an update in the group %2$s"
4582
  msgstr ""
4583
 
4584
+ #: bp-groups/bp-groups-functions.php:2151
4585
  msgid "Group type already exists."
4586
  msgstr ""
4587
 
4588
+ #: bp-groups/bp-groups-functions.php:2178
4589
  msgid "You may not register a group type with this name."
4590
  msgstr ""
4591
 
4647
  msgstr ""
4648
 
4649
  #: bp-groups/bp-groups-notifications.php:825
4650
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:350
4651
+ #. translators: accessibility text
4652
  msgid "Group Invites"
4653
  msgstr ""
4654
 
4866
  msgid "The group was deleted successfully."
4867
  msgstr ""
4868
 
4869
+ #: bp-groups/bp-groups-template.php:242
4870
  msgid "Group Types:"
4871
  msgstr ""
4872
 
4873
+ #: bp-groups/bp-groups-template.php:686
4874
  msgid "Public Group"
4875
  msgstr ""
4876
 
4877
+ #: bp-groups/bp-groups-template.php:688
4878
  msgid "Hidden Group"
4879
  msgstr ""
4880
 
4881
+ #: bp-groups/bp-groups-template.php:690
4882
  msgid "Private Group"
4883
  msgstr ""
4884
 
4885
+ #: bp-groups/bp-groups-template.php:692
4886
  msgid "Group"
4887
  msgstr ""
4888
 
4889
+ #: bp-groups/bp-groups-template.php:945
4890
  msgid "not yet active"
4891
  msgstr ""
4892
 
4893
+ #: bp-groups/bp-groups-template.php:1521
4894
  msgid "Group creator profile photo of %s"
4895
  msgstr ""
4896
 
4897
+ #: bp-groups/bp-groups-template.php:1591
4898
  msgid "No Admins"
4899
  msgstr ""
4900
 
4901
+ #: bp-groups/bp-groups-template.php:1627
4902
  msgid "No Mods"
4903
  msgstr ""
4904
 
4905
+ #: bp-groups/bp-groups-template.php:1767
4906
  msgid "Filter Groups"
4907
  msgstr ""
4908
 
4909
+ #: bp-groups/bp-groups-template.php:1867
4910
  msgid "Viewing 1 group"
4911
  msgstr ""
4912
 
4913
+ #: bp-groups/bp-groups-template.php:1869
4914
  msgid "Viewing %1$s - %2$s of %3$s group"
4915
  msgid_plural "Viewing %1$s - %2$s of %3$s groups"
4916
  msgstr[0] ""
4917
  msgstr[1] ""
4918
 
4919
+ #: bp-groups/bp-groups-template.php:1969
4920
  msgid "%s member"
4921
  msgid_plural "%s members"
4922
  msgstr[0] ""
4923
  msgstr[1] ""
4924
 
4925
+ #: bp-groups/bp-groups-template.php:2064
4926
  msgid "%d topic"
4927
  msgstr ""
4928
 
4929
+ #: bp-groups/bp-groups-template.php:2066
4930
  msgid "%d topics"
4931
  msgstr ""
4932
 
4933
+ #: bp-groups/bp-groups-template.php:2132
4934
  msgid "%d posts"
4935
  msgstr ""
4936
 
4937
+ #: bp-groups/bp-groups-template.php:2392 bp-groups/bp-groups-template.php:2468
4938
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:74
4939
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:168
4940
  msgid "Demote to Member"
4941
  msgstr ""
4942
 
4943
+ #: bp-groups/bp-groups-template.php:2405 bp-groups/bp-groups-template.php:2481
4944
+ #: bp-groups/bp-groups-template.php:4234
4945
  msgid "joined %s"
4946
  msgstr ""
4947
 
4948
+ #: bp-groups/bp-groups-template.php:2428
4949
  msgid "This group has no administrators"
4950
  msgstr ""
4951
 
4952
+ #: bp-groups/bp-groups-template.php:2467
4953
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:167
4954
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php:276
4955
  msgid "Promote to Admin"
4956
  msgstr ""
4957
 
4958
+ #: bp-groups/bp-groups-template.php:2501
4959
  msgid "This group has no moderators"
4960
  msgstr ""
4961
 
4962
+ #: bp-groups/bp-groups-template.php:2862
4963
  msgid ""
4964
  "This action should not be used directly. Please use the BuddyPress Group "
4965
  "Extension API to generate Manage tabs."
4966
  msgstr ""
4967
 
4968
+ #: bp-groups/bp-groups-template.php:3449
4969
  #: bp-templates/bp-legacy/buddypress-functions.php:1461
4970
  #: bp-templates/bp-legacy/buddypress-functions.php:1474
4971
  msgid "Leave Group"
4972
  msgstr ""
4973
 
4974
+ #: bp-groups/bp-groups-template.php:3470
4975
  #: bp-templates/bp-legacy/buddypress-functions.php:1495
4976
  msgid "Join Group"
4977
  msgstr ""
4978
 
4979
+ #: bp-groups/bp-groups-template.php:3488
4980
  msgid "Accept Invitation"
4981
  msgstr ""
4982
 
4983
+ #: bp-groups/bp-groups-template.php:3503
4984
  #: bp-templates/bp-legacy/buddypress-functions.php:1484
4985
  msgid "Request Sent"
4986
  msgstr ""
4987
 
4988
+ #: bp-groups/bp-groups-template.php:3518
4989
  #: bp-templates/bp-legacy/buddypress-functions.php:1497
4990
  msgid "Request Membership"
4991
  msgstr ""
4992
 
4993
+ #: bp-groups/bp-groups-template.php:3663
4994
  msgid "This group is not currently accessible."
4995
  msgstr ""
4996
 
4997
+ #: bp-groups/bp-groups-template.php:3674
4998
  msgid ""
4999
  "You must accept your pending invitation before you can access this private "
5000
  "group."
5001
  msgstr ""
5002
 
5003
+ #: bp-groups/bp-groups-template.php:3676
5004
  msgid ""
5005
  "This is a private group and you must request group membership in order to "
5006
  "join."
5007
  msgstr ""
5008
 
5009
+ #: bp-groups/bp-groups-template.php:3679
5010
  msgid ""
5011
  "This is a private group. To join you must be a registered site member and "
5012
  "request group membership."
5013
  msgstr ""
5014
 
5015
+ #: bp-groups/bp-groups-template.php:3682
5016
  msgid ""
5017
  "This is a private group. Your membership request is awaiting approval from "
5018
  "the group administrator."
5019
  msgstr ""
5020
 
5021
+ #: bp-groups/bp-groups-template.php:3690
5022
  msgid "This is a hidden group and only invited members can join."
5023
  msgstr ""
5024
 
5025
+ #: bp-groups/bp-groups-template.php:4478
5026
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:10
5027
  #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:10
5028
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:24
5029
  msgid "Group secondary navigation"
5030
  msgstr ""
5031
 
5032
+ #: bp-groups/bp-groups-template.php:4520
5033
  #: bp-notifications/bp-notifications-template.php:1004
5034
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:96
5035
  #: bp-templates/bp-legacy/buddypress/forums/index.php:94
5036
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:92
5037
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:50
5038
  #: bp-templates/bp-legacy/buddypress/members/index.php:91
5039
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:18
5043
  msgid "Order By:"
5044
  msgstr ""
5045
 
5046
+ #: bp-groups/bp-groups-template.php:4523
5047
  msgid "Oldest"
5048
  msgstr ""
5049
 
5050
+ #: bp-groups/bp-groups-template.php:4526
5051
  msgid "Group Activity"
5052
  msgstr ""
5053
 
5054
+ #: bp-groups/bp-groups-template.php:4529
5055
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:100
5056
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:98
5057
  #: bp-templates/bp-legacy/buddypress/members/index.php:97
5058
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:22
5059
  #: bp-templates/bp-legacy/buddypress/members/single/friends.php:23
5061
  msgid "Alphabetical"
5062
  msgstr ""
5063
 
5064
+ #: bp-groups/bp-groups-template.php:4951
5065
  msgid "Group photo"
5066
  msgstr ""
5067
 
5068
+ #: bp-groups/bp-groups-template.php:5247 bp-groups/bp-groups-template.php:5272
5069
  msgid "Recently Joined"
5070
  msgstr ""
5071
 
5072
+ #: bp-groups/bp-groups-template.php:5248 bp-groups/bp-groups-template.php:5275
5073
  msgid "Most Popular"
5074
  msgstr ""
5075
 
5076
+ #: bp-groups/bp-groups-template.php:5249 bp-groups/bp-groups-template.php:5278
5077
  msgid "Administrator Of"
5078
  msgstr ""
5079
 
5080
+ #: bp-groups/bp-groups-template.php:5250 bp-groups/bp-groups-template.php:5281
5081
  msgid "Moderator Of"
5082
  msgstr ""
5083
 
5084
+ #: bp-groups/bp-groups-template.php:5308
5085
  msgid "Viewing groups of the type: %s"
5086
  msgstr ""
5087
 
5088
+ #: bp-groups/bp-groups-template.php:5392
5089
  msgid "Group avatar"
5090
  msgstr ""
5091
 
5092
+ #: bp-groups/bp-groups-template.php:5655
5093
  msgid "requested %s"
5094
  msgstr ""
5095
 
5096
+ #: bp-groups/bp-groups-template.php:5726
5097
  msgid "Viewing 1 request"
5098
  msgstr ""
5099
 
5100
+ #: bp-groups/bp-groups-template.php:5728
5101
  msgid "Viewing %1$s - %2$s of %3$s request"
5102
  msgid_plural "Viewing %1$s - %2$s of %3$s requests"
5103
  msgstr[0] ""
5104
  msgstr[1] ""
5105
 
5106
+ #: bp-groups/bp-groups-template.php:5995
5107
  msgid "Viewing 1 invitation"
5108
  msgstr ""
5109
 
5110
+ #: bp-groups/bp-groups-template.php:5997
5111
  msgid "Viewing %1$s - %2$s of %3$s invitation"
5112
  msgid_plural "Viewing %1$s - %2$s of %3$s invitations"
5113
  msgstr[0] ""
5114
  msgstr[1] ""
5115
 
5116
+ #: bp-groups/bp-groups-template.php:6018
5117
  msgid "Group Activity RSS Feed"
5118
  msgstr ""
5119
 
5120
+ #: bp-groups/bp-groups-template.php:6300
5121
  msgid "%s group"
5122
  msgid_plural "%s groups"
5123
  msgstr[0] ""
5154
  msgstr ""
5155
 
5156
  #: bp-groups/classes/class-bp-groups-component.php:667
5157
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:314
5158
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-cover-image.php:11
5159
+ #. translators: accessibility text
5160
  msgid "Cover Image"
5161
  msgstr ""
5162
 
5205
  msgid "Select group %1$d"
5206
  msgstr ""
5207
 
5208
+ #: bp-groups/classes/class-bp-groups-list-table.php:772
5209
+ #: bp-groups/classes/class-bp-groups-list-table.php:774
5210
  msgid "Change group type to&hellip;"
5211
  msgstr ""
5212
 
5213
+ #: bp-groups/classes/class-bp-groups-list-table.php:782
5214
  msgid "No Group Type"
5215
  msgstr ""
5216
 
5217
+ #: bp-groups/classes/class-bp-groups-list-table.php:787
5218
  #: bp-members/classes/class-bp-members-admin.php:2135
5219
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:62
5220
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:400
5649
  msgid "Select member type"
5650
  msgstr ""
5651
 
5652
+ #: bp-members/classes/class-bp-members-admin.php:1172
5653
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:191
5654
+ #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:211
5655
+ #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:234
5656
+ #: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:242
5657
+ #: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:104
5658
+ #. translators: no option picked in select box
5659
+ msgid "----"
5660
+ msgstr ""
5661
+
5662
  #: bp-members/classes/class-bp-members-admin.php:1250
5663
  msgid "Extended"
5664
  msgstr ""
6045
  msgstr ""
6046
 
6047
  #: bp-messages/bp-messages-star.php:108
6048
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:81
6049
  #: bp-templates/bp-legacy/buddypress-functions.php:333
6050
  #. translators: accessibility text
6051
  msgid "Star"
6167
  msgstr ""
6168
 
6169
  #: bp-messages/bp-messages-template.php:1271
6170
+ #: bp-templates/bp-legacy/buddypress/members/register.php:202
6171
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:72
6172
  #: bp-templates/bp-legacy/buddypress-functions.php:294
6173
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:414
6285
  msgstr ""
6286
 
6287
  #: bp-notifications/bp-notifications-template.php:562
6288
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:142
6289
  msgid "Read"
6290
  msgstr ""
6291
 
6292
  #: bp-notifications/bp-notifications-template.php:654
6293
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:144
6294
  msgid "Unread"
6295
  msgstr ""
6296
 
6455
  msgid "Post"
6456
  msgstr ""
6457
 
6458
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:47
6459
  msgid "Sitewide activities navigation"
6460
  msgstr ""
6461
 
6462
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:58
6463
  #: bp-templates/bp-legacy/buddypress/members/index.php:61
6464
  msgid "All Members %s"
6465
  msgstr ""
6466
 
6467
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:75
6468
  #: bp-templates/bp-legacy/buddypress/members/index.php:64
6469
  msgid "My Friends %s"
6470
  msgstr ""
6471
 
6472
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:94
6473
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:64
6474
  msgid "My Groups %s"
6475
  msgstr ""
6476
 
6477
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:111
6478
  msgid "My Favorites %s"
6479
  msgstr ""
6480
 
6481
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:126
6482
  msgid "Mentions"
6483
  msgstr ""
6484
 
6485
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:143
6486
  msgid "Activity secondary navigation"
6487
  msgstr ""
6488
 
6489
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:145
6490
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
6491
  msgid "RSS Feed"
6492
  msgstr ""
6493
 
6494
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:145
6495
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
6496
  msgid "RSS"
6497
  msgstr ""
6498
 
6499
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:157
6500
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:24
6501
  #: bp-templates/bp-legacy/buddypress/members/single/activity.php:17
6502
  msgid "Show:"
6503
  msgstr ""
6504
 
6505
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:159
6506
  #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:26
6507
  #: bp-templates/bp-legacy/buddypress/members/single/activity.php:19
6508
  msgid "&mdash; Everything &mdash;"
6547
  msgstr ""
6548
 
6549
  #: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/crop.php:23
6550
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:285
6551
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:57
6552
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:60
6553
  msgid "Crop Image"
6619
  msgid "Sorry, there were no sites found."
6620
  msgstr ""
6621
 
6622
+ #: bp-templates/bp-legacy/buddypress/blogs/create.php:40
6623
  msgid "Site registration is currently disabled"
6624
  msgstr ""
6625
 
6641
 
6642
  #: bp-templates/bp-legacy/buddypress/blogs/index.php:98
6643
  #: bp-templates/bp-legacy/buddypress/forums/index.php:96
6644
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:95
6645
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:52
6646
  #: bp-templates/bp-legacy/buddypress/members/index.php:93
6647
  #: bp-templates/bp-legacy/buddypress/members/single/blogs.php:20
6651
  msgid "Last Active"
6652
  msgstr ""
6653
 
6654
+ #: bp-templates/bp-legacy/buddypress/blogs/index.php:118
6655
+ #. translators: accessibility text
6656
  msgid "Sites directory"
6657
  msgstr ""
6658
 
6717
  msgid "Create New Topic:"
6718
  msgstr ""
6719
 
6720
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:182
6721
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:77
6722
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:109
6723
  msgid "Content:"
6724
  msgstr ""
6725
 
6726
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:185
6727
  #: bp-templates/bp-legacy/buddypress/groups/single/forum/edit.php:80
6728
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:112
6729
  msgid "Tags (comma separated):"
6730
  msgstr ""
6731
 
6732
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:188
6733
  msgid "Post In Group Forum:"
6734
  msgstr ""
6735
 
6736
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:215
6737
  #: bp-templates/bp-legacy/buddypress/groups/single/forum.php:125
6738
  msgid "Post Topic"
6739
  msgstr ""
6740
 
6741
+ #: bp-templates/bp-legacy/buddypress/forums/index.php:227
6742
  msgid ""
6743
  "You are not a member of any groups so you don't have any group forums you "
6744
  "can post in. To start posting, first find a group that matches the topic "
6747
  "you can post your topic in that group's forum."
6748
  msgstr ""
6749
 
6750
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:61
6751
+ #. translators: accessibility text
6752
  msgid "Group Details"
6753
  msgstr ""
6754
 
6755
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:74
6756
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/edit-details.php:22
6757
  msgid "Group Name (required)"
6758
  msgstr ""
6759
 
6760
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:79
6761
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/edit-details.php:25
6762
  msgid "Group Description (required)"
6763
  msgstr ""
6764
 
6765
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:116
6766
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:38
6767
  msgid "Privacy Options"
6768
  msgstr ""
6769
 
6770
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:120
6771
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:42
6772
  msgid "This is a public group"
6773
  msgstr ""
6774
 
6775
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:123
6776
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:45
6777
  msgid "Any site member can join this group."
6778
  msgstr ""
6779
 
6780
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:124
6781
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:132
6782
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:46
6783
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:54
6784
  msgid "This group will be listed in the groups directory and in search results."
6785
  msgstr ""
6786
 
6787
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:125
6788
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:47
6789
  msgid "Group content and activity will be visible to any site member."
6790
  msgstr ""
6791
 
6792
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:128
6793
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:50
6794
  msgid "This is a private group"
6795
  msgstr ""
6796
 
6797
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:131
6798
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:53
6799
  msgid "Only users who request membership and are accepted can join the group."
6800
  msgstr ""
6801
 
6802
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:133
6803
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:141
6804
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:55
6805
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:63
6806
  msgid "Group content and activity will only be visible to members of the group."
6807
  msgstr ""
6808
 
6809
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:136
6810
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:58
6811
  msgid "This is a hidden group"
6812
  msgstr ""
6813
 
6814
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:139
6815
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:61
6816
  msgid "Only users who are invited can join the group."
6817
  msgstr ""
6818
 
6819
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:140
6820
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:62
6821
  msgid "This group will not be listed in the groups directory or search results."
6822
  msgstr ""
6823
 
6824
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:152
6825
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:74
6826
  msgid "Group Types"
6827
  msgstr ""
6828
 
6829
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:154
6830
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:76
6831
  msgid "Select the types this group should be a part of."
6832
  msgstr ""
6833
 
6834
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:162
6835
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:84
6836
+ #. translators: Group type description shown when creating a group.
6837
  msgid "&ndash; %s"
6838
  msgstr ""
6839
 
6840
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:176
6841
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:98
6842
  msgid "Group Invitations"
6843
  msgstr ""
6844
 
6845
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:178
6846
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-settings.php:100
6847
  msgid "Which members of this group are allowed to invite others?"
6848
  msgstr ""
6849
 
6850
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:198
6851
  msgid "Should this group have a forum?"
6852
  msgstr ""
6853
 
6854
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:205
6855
  msgid ""
6856
  "<strong>Attention Site Admin:</strong> Group forums require the <a "
6857
  "href=\"%s\">correct setup and configuration</a> of a bbPress installation."
6858
  msgstr ""
6859
 
6860
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:229
6861
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:11
6862
+ #. translators: accessibility text
6863
  msgid "Group Avatar"
6864
  msgstr ""
6865
 
6866
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:250
6867
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:15
6868
  msgid ""
6869
  "Upload an image to use as a profile photo for this group. The image will be "
6870
  "shown on the main group page, and in search results."
6871
  msgstr ""
6872
 
6873
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:255
6874
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:20
6875
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:36
6876
  #. translators: accessibility text
6877
  msgid "Select an image"
6878
  msgstr ""
6879
 
6880
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:258
6881
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:23
6882
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:39
6883
  msgid "Upload Image"
6884
  msgstr ""
6885
 
6886
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:262
6887
  msgid ""
6888
  "To skip the group profile photo upload process, hit the \"Next Step\" "
6889
  "button."
6890
  msgstr ""
6891
 
6892
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:277
6893
  msgid "Crop Group Profile Photo"
6894
  msgstr ""
6895
 
6896
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:279
6897
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:51
6898
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:54
6899
  msgid "Profile photo to crop"
6900
  msgstr ""
6901
 
6902
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:282
6903
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:54
6904
  #: bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php:57
6905
  msgid "Profile photo preview"
6906
  msgstr ""
6907
 
6908
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:328
6909
  #: bp-templates/bp-legacy/buddypress/groups/single/admin/group-cover-image.php:22
6910
  msgid "The Cover Image will be used to customize the header of your group."
6911
  msgstr ""
6912
 
6913
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:379
6914
  msgid "Select people to invite from your friends list."
6915
  msgstr ""
6916
 
6917
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:397
6918
  #: bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php:74
6919
  #: bp-templates/bp-legacy/buddypress-functions.php:1310
6920
  msgid "Remove Invite"
6921
  msgstr ""
6922
 
6923
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:414
6924
  msgid ""
6925
  "Once you have built up friend connections you will be able to invite others "
6926
  "to your group."
6927
  msgstr ""
6928
 
6929
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:459
6930
  msgid "Back to Previous Step"
6931
  msgstr ""
6932
 
6933
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:466
6934
  msgid "Next Step"
6935
  msgstr ""
6936
 
6937
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:473
6938
  msgid "Create Group and Continue"
6939
  msgstr ""
6940
 
6941
+ #: bp-templates/bp-legacy/buddypress/groups/create.php:480
6942
  msgid "Finish"
6943
  msgstr ""
6944
 
6946
  msgid "There were no groups found."
6947
  msgstr ""
6948
 
6949
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:59
6950
  msgid "Groups directory main navigation"
6951
  msgstr ""
6952
 
6953
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:61
6954
  msgid "All Groups %s"
6955
  msgstr ""
6956
 
6957
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:79
6958
  msgid "Groups directory secondary navigation"
6959
  msgstr ""
6960
 
6961
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:96
6962
  #: bp-templates/bp-legacy/buddypress/members/single/groups.php:22
6963
  msgid "Most Members"
6964
  msgstr ""
6965
 
6966
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:97
6967
  #: bp-templates/bp-legacy/buddypress/members/single/groups.php:23
6968
  msgid "Newly Created"
6969
  msgstr ""
6970
 
6971
+ #: bp-templates/bp-legacy/buddypress/groups/index.php:115
6972
+ #. translators: accessibility text
6973
  msgid "Groups directory"
6974
  msgstr ""
6975
 
7120
  msgid "No members were found."
7121
  msgstr ""
7122
 
7123
+ #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:19
7124
+ #. translators: accessibility text
7125
  msgid "Request form"
7126
  msgstr ""
7127
 
7128
+ #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:22
7129
  msgid "You are requesting to become a member of the group '%s'."
7130
  msgstr ""
7131
 
7132
+ #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:25
7133
  msgid "Comments (optional)"
7134
  msgstr ""
7135
 
7136
+ #: bp-templates/bp-legacy/buddypress/groups/single/request-membership.php:37
7137
  msgid "Send Request"
7138
  msgstr ""
7139
 
7140
  #: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:57
7141
+ #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:62
7142
+ #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:50
7143
  msgid "Accept"
7144
  msgstr ""
7145
 
7146
  #: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:59
7147
+ #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:63
7148
+ #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:51
7149
  msgid "Reject"
7150
  msgstr ""
7151
 
7175
  msgid "All of your friends already belong to this group."
7176
  msgstr ""
7177
 
7178
+ #: bp-templates/bp-legacy/buddypress/members/activate.php:44
7179
  msgid ""
7180
  "Your account was activated successfully! Your account details have been "
7181
  "sent to you in a separate email."
7182
  msgstr ""
7183
 
7184
+ #: bp-templates/bp-legacy/buddypress/members/activate.php:46
7185
  msgid ""
7186
  "Your account was activated successfully! You can now <a href=\"%s\">log "
7187
  "in</a> with the username and password you provided when you signed up."
7188
  msgstr ""
7189
 
7190
+ #: bp-templates/bp-legacy/buddypress/members/activate.php:51
7191
  msgid "Please provide a valid activation key."
7192
  msgstr ""
7193
 
7194
+ #: bp-templates/bp-legacy/buddypress/members/activate.php:55
7195
  msgid "Activation Key:"
7196
  msgstr ""
7197
 
7208
  msgid "Newest Registered"
7209
  msgstr ""
7210
 
7211
+ #: bp-templates/bp-legacy/buddypress/members/index.php:115
7212
+ #. translators: accessibility text
7213
  msgid "Members directory"
7214
  msgstr ""
7215
 
7216
+ #: bp-templates/bp-legacy/buddypress/members/register.php:45
7217
  msgid "User registration is currently not allowed."
7218
  msgstr ""
7219
 
7220
+ #: bp-templates/bp-legacy/buddypress/members/register.php:67
7221
  msgid ""
7222
  "Registering for this site is easy. Just fill in the fields below, and we'll "
7223
  "get a new account set up for you in no time."
7224
  msgstr ""
7225
 
7226
+ #: bp-templates/bp-legacy/buddypress/members/register.php:82
7227
  msgid "Account Details"
7228
  msgstr ""
7229
 
7230
+ #: bp-templates/bp-legacy/buddypress/members/register.php:84
7231
+ #: bp-templates/bp-legacy/buddypress/members/register.php:95
7232
+ #: bp-templates/bp-legacy/buddypress/members/register.php:106
7233
+ #: bp-templates/bp-legacy/buddypress/members/register.php:118
7234
+ #: bp-templates/bp-legacy/buddypress/members/register.php:278
7235
+ #: bp-templates/bp-legacy/buddypress/members/register.php:294
7236
  #: bp-xprofile/bp-xprofile-template.php:1432
7237
  msgid "(required)"
7238
  msgstr ""
7239
 
7240
+ #: bp-templates/bp-legacy/buddypress/members/register.php:95
7241
  msgid "Email Address"
7242
  msgstr ""
7243
 
7244
+ #: bp-templates/bp-legacy/buddypress/members/register.php:106
7245
  msgid "Choose a Password"
7246
  msgstr ""
7247
 
7248
+ #: bp-templates/bp-legacy/buddypress/members/register.php:118
7249
  msgid "Confirm Password"
7250
  msgstr ""
7251
 
7252
+ #: bp-templates/bp-legacy/buddypress/members/register.php:164
7253
  msgid "Profile Details"
7254
  msgstr ""
7255
 
7256
+ #: bp-templates/bp-legacy/buddypress/members/register.php:188
7257
+ #: bp-templates/bp-legacy/buddypress/members/register.php:209
7258
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:58
7259
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:78
7260
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:393
7261
  msgid "This field can be seen by: %s"
7262
  msgstr ""
7263
 
7264
+ #: bp-templates/bp-legacy/buddypress/members/register.php:197
7265
  #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:67
7266
  #: bp-xprofile/classes/class-bp-xprofile-user-admin.php:409
7267
  msgid "Who can see this field?"
7268
  msgstr ""
7269
 
7270
+ #: bp-templates/bp-legacy/buddypress/members/register.php:272
7271
  msgid "Blog Details"
7272
  msgstr ""
7273
 
7274
+ #: bp-templates/bp-legacy/buddypress/members/register.php:274
7275
  msgid "Yes, I'd like to create a new site"
7276
  msgstr ""
7277
 
7278
+ #: bp-templates/bp-legacy/buddypress/members/register.php:278
7279
  msgid "Blog URL"
7280
  msgstr ""
7281
 
7282
+ #: bp-templates/bp-legacy/buddypress/members/register.php:294
7283
  msgid "Site Title"
7284
  msgstr ""
7285
 
7286
+ #: bp-templates/bp-legacy/buddypress/members/register.php:306
7287
+ msgid ""
7288
+ "Privacy: I would like my site to appear in search engines, and in public "
7289
+ "listings around this network."
7290
+ msgstr ""
7291
+
7292
+ #: bp-templates/bp-legacy/buddypress/members/register.php:354
7293
  msgid "Complete Sign Up"
7294
  msgstr ""
7295
 
7296
+ #: bp-templates/bp-legacy/buddypress/members/register.php:391
7297
  msgid ""
7298
  "You have successfully created your account! To begin using this site you "
7299
  "will need to activate your account via the email we have just sent to your "
7300
  "address."
7301
  msgstr ""
7302
 
7303
+ #: bp-templates/bp-legacy/buddypress/members/register.php:393
7304
  msgid ""
7305
  "You have successfully created your account! Please log in using the "
7306
  "username and password you have just created."
7319
  msgid "Member secondary navigation"
7320
  msgstr ""
7321
 
7322
+ #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:20
7323
+ #. translators: accessibility text
7324
  msgid "Friendship requests"
7325
  msgstr ""
7326
 
7327
+ #: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:107
7328
  msgid "You have no pending friendship requests."
7329
  msgstr ""
7330
 
7331
+ #: bp-templates/bp-legacy/buddypress/members/single/friends.php:58
7332
+ #. translators: accessibility text
7333
  msgid "My friends"
7334
  msgstr ""
7335
 
7336
+ #: bp-templates/bp-legacy/buddypress/members/single/friends.php:63
7337
+ #. translators: accessibility text
7338
  msgid "Friends"
7339
  msgstr ""
7340
 
7341
+ #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:20
7342
+ #. translators: accessibility text
7343
  msgid "Group invitations"
7344
  msgstr ""
7345
 
7346
+ #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:71
7347
  msgid "You have no outstanding group invites."
7348
  msgstr ""
7349
 
7350
+ #: bp-templates/bp-legacy/buddypress/members/single/groups.php:60
7351
+ #. translators: accessibility text
7352
  msgid "My groups"
7353
  msgstr ""
7354
 
7355
+ #: bp-templates/bp-legacy/buddypress/members/single/groups.php:65
7356
+ #. translators: accessibility text
7357
  msgid "Member's groups"
7358
  msgstr ""
7359
 
7361
  msgid "Member primary navigation"
7362
  msgstr ""
7363
 
7364
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:12
7365
+ #. translators: accessibility text
7366
  msgid "Compose Message"
7367
  msgstr ""
7368
 
7369
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:26
7370
  msgid "Send To (Username or Friend's Name)"
7371
  msgstr ""
7372
 
7373
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:35
7374
  msgid "This is a notice to all users."
7375
  msgstr ""
7376
 
7377
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:38
7378
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:64
7379
  msgid "Subject"
7380
  msgstr ""
7381
 
7382
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:41
7383
  msgid "Message"
7384
  msgstr ""
7385
 
7386
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/compose.php:56
7387
  msgid "Send Message"
7388
  msgstr ""
7389
 
7390
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:20
7391
+ #. translators: accessibility text
7392
  msgid "Starred messages"
7393
  msgstr ""
7394
 
7395
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:61
7396
  #: bp-templates/bp-legacy/buddypress/members/single/notifications/notifications-loop.php:17
7397
  #. translators: accessibility text
7398
  msgid "Select all"
7399
  msgstr ""
7400
 
7401
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:63
7402
  msgid "From"
7403
  msgstr ""
7404
 
7405
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:97
7406
  #. translators: accessibility text
7407
  msgid "Select this message"
7408
  msgstr ""
7409
 
7410
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:104
7411
  msgid "From:"
7412
  msgstr ""
7413
 
7414
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:111
7415
  msgid "To:"
7416
  msgstr ""
7417
 
7418
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:118
7419
  msgid "View Message"
7420
  msgstr ""
7421
 
7422
+ #: bp-templates/bp-legacy/buddypress/members/single/messages/messages-loop.php:194
7423
  msgid "Sorry, no messages were found."
7424
  msgstr ""
7425
 
7464
  msgid "Send Reply"
7465
  msgstr ""
7466
 
7467
+ #: bp-templates/bp-legacy/buddypress/members/single/messages.php:43
7468
+ #. translators: accessibility text
7469
  msgid "Messages inbox"
7470
  msgstr ""
7471
 
7472
+ #: bp-templates/bp-legacy/buddypress/members/single/messages.php:48
7473
+ #. translators: accessibility text
7474
  msgid "Sent Messages"
7475
  msgstr ""
7476
 
7477
+ #: bp-templates/bp-legacy/buddypress/members/single/messages.php:88
7478
+ #. translators: accessibility text
7479
  msgid "Sitewide Notices"
7480
  msgstr ""
7481
 
7508
  msgid "Select this notification"
7509
  msgstr ""
7510
 
7511
+ #: bp-templates/bp-legacy/buddypress/members/single/notifications/unread.php:15
7512
+ #. translators: accessibility text
7513
  msgid "Unread notifications"
7514
  msgstr ""
7515
 
7555
  msgid "Editing '%s' Profile Group"
7556
  msgstr ""
7557
 
7558
+ #: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:29
7559
+ msgid "Profile field groups"
7560
+ msgstr ""
7561
+
7562
  #: bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php:28
7563
  msgid "%s's Profile"
7564
  msgstr ""
7583
  msgid "I understand the consequences."
7584
  msgstr ""
7585
 
7586
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:14
7587
+ #. translators: accessibility text
7588
  msgid "Account settings"
7589
  msgstr ""
7590
 
7591
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:21
7592
  msgid ""
7593
  "Current Password <span>(required to update email or change current "
7594
  "password)</span>"
7595
  msgstr ""
7596
 
7597
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:22
7598
  msgid "Password Lost and Found"
7599
  msgstr ""
7600
 
7601
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:22
7602
  msgid "Lost your password?"
7603
  msgstr ""
7604
 
7605
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:26
7606
  msgid "Account Email"
7607
  msgstr ""
7608
 
7609
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:29
7610
  msgid "Change Password <span>(leave blank for no change)</span>"
7611
  msgstr ""
7612
 
7613
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:30
7614
  msgid "New Password"
7615
  msgstr ""
7616
 
7617
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:34
7618
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:36
7619
  #. translators: accessibility text
7620
  msgid "Repeat New Password"
7621
  msgstr ""
7622
 
7623
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:14
7624
+ #. translators: accessibility text
7625
  msgid "Notification settings"
7626
  msgstr ""
7627
 
7628
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:18
7629
  msgid "Send an email notice when:"
7630
  msgstr ""
7631
 
7632
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:18
7633
+ #. translators: accessibility text
7634
  msgid "Profile visibility settings"
7635
  msgstr ""
7636
 
7637
+ #: bp-templates/bp-legacy/buddypress/members/single/settings/profile.php:33
7638
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1419
7639
  msgid "Visibility"
7640
  msgstr ""
8182
  msgstr ""
8183
 
8184
  #: bp-xprofile/classes/class-bp-xprofile-group.php:750
8185
+ msgid "Field Group Name (required)"
8186
  msgstr ""
8187
 
8188
  #: bp-xprofile/classes/class-bp-xprofile-group.php:755
8789
  msgid "Profile Settings"
8790
  msgstr ""
8791
 
8792
+ #: bp-core/classes/class-bp-admin.php:699
8793
  msgctxt "About screen, website links"
8794
  msgid "Learn more:"
8795
  msgstr ""
8796
 
8797
+ #: bp-core/classes/class-bp-admin.php:699
8798
  msgctxt "About screen, link to project blog"
8799
  msgid "News"
8800
  msgstr ""
8801
 
8802
+ #: bp-core/classes/class-bp-admin.php:699
8803
  msgctxt "About screen, link to support site"
8804
  msgid "Support"
8805
  msgstr ""
8806
 
8807
+ #: bp-core/classes/class-bp-admin.php:699
8808
  msgctxt "About screen, link to documentation"
8809
  msgid "Documentation"
8810
  msgstr ""
8811
 
8812
+ #: bp-core/classes/class-bp-admin.php:699
8813
  msgctxt "About screen, link to development blog"
8814
  msgid "Development Blog"
8815
  msgstr ""
8816
 
8817
+ #: bp-core/classes/class-bp-admin.php:701
8818
  msgctxt "official Twitter accounts:"
8819
  msgid "Twitter:"
8820
  msgstr ""
8821
 
8822
+ #: bp-core/classes/class-bp-admin.php:701
8823
  msgctxt "@buddypress twitter account name"
8824
  msgid "BuddyPress"
8825
  msgstr ""
8826
 
8827
+ #: bp-core/classes/class-bp-admin.php:701
8828
  msgctxt "@bptrac twitter account name"
8829
  msgid "Trac"
8830
  msgstr ""
8831
 
8832
+ #: bp-core/classes/class-bp-admin.php:701
8833
  msgctxt "@buddypressdev twitter account name"
8834
  msgid "Development"
8835
  msgstr ""
8836
 
8837
+ #: bp-core/classes/class-bp-admin.php:952
8838
  msgctxt "Email post type"
8839
  msgid "Situations"
8840
  msgstr ""
9453
  msgid "&rarr;"
9454
  msgstr ""
9455
 
9456
+ #: bp-templates/bp-legacy/buddypress/activity/index.php:126
9457
  msgctxt "Number of new activity mentions"
9458
  msgid "%s new"
9459
  msgid_plural "%s new"
9465
  msgid "or"
9466
  msgstr ""
9467
 
9468
+ #: bp-templates/bp-legacy/buddypress/members/register.php:192
9469
  msgctxt "Change profile field visibility level"
9470
  msgid "Change"
9471
  msgstr ""
9472
 
9473
+ #: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:34
9474
  msgctxt "Group member count"
9475
  msgid "%d member"
9476
  msgid_plural "%d members"
9656
 
9657
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1332
9658
  msgctxt "XProfile admin edit field"
9659
+ msgid "Name (required)"
9660
  msgstr ""
9661
 
9662
  #: bp-xprofile/classes/class-bp-xprofile-field.php:1338
humans.txt CHANGED
@@ -76,9 +76,22 @@ Title: Core Developer
76
  Twitter: hnla
77
  Favourite Food: Sunday Roast or Curries
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  /* THANKS */
80
  modemlooper, cnorris23, karmatosed, photomatt
81
 
82
  /* META */
83
- Updated: 2015/05/09
84
  See: http://humanstxt.org/
76
  Twitter: hnla
77
  Favourite Food: Sunday Roast or Curries
78
 
79
+ Name: Henry Wright
80
+ Title: Community Support
81
+ Twitter: henrywright
82
+ Favourite Food: Broccoli
83
+
84
+ Name: danbp
85
+ Title: Community Support
86
+ Twitter: danbpfr
87
+ Favorite Food: Saltimbocca alla Romana
88
+
89
+ Name: shanebp
90
+ Title: Community Support
91
+
92
  /* THANKS */
93
  modemlooper, cnorris23, karmatosed, photomatt
94
 
95
  /* META */
96
+ Updated: 2016/10/06
97
  See: http://humanstxt.org/