Version Description
= 10.6.0 = See: https://codex.buddypress.org/releases/version-10-6-0/
= 10.5.0 = See: https://codex.buddypress.org/releases/version-10-5-0/
= 10.4.0 = See: https://codex.buddypress.org/releases/version-10-4-0/
= 10.3.0 = See: https://codex.buddypress.org/releases/version-10-3-0/
= 10.2.0 = See: https://codex.buddypress.org/releases/version-10-2-0/
= 10.1.0 = See: https://codex.buddypress.org/releases/version-10-1-0/
= 10.0.0 = See: https://codex.buddypress.org/releases/version-10-0-0/
= 9.2.0 = See: https://codex.buddypress.org/releases/version-9-2-0/
= 9.1.1 = See: https://codex.buddypress.org/releases/version-9-1-1/
= 9.0.0 = See: https://codex.buddypress.org/releases/version-9-0-0/
= 8.0.0 = See: https://codex.buddypress.org/releases/version-8-0-0/
= 7.3.0 = See: https://codex.buddypress.org/releases/version-7-3-0/
= 7.2.1 = See: https://codex.buddypress.org/releases/version-7-2-1/
= 7.2.0 = See: https://codex.buddypress.org/releases/version-7-2-0/
= 7.1.0 = See: https://codex.buddypress.org/releases/version-7-1-0/
= 7.0.0 = See: https://codex.buddypress.org/releases/version-7-0-0/
= 6.4.0 = See: https://codex.buddypress.org/releases/version-6-4-0/
= 6.3.0 = See: https://codex.buddypress.org/releases/version-6-3-0/
= 6.2.0 = See: https://codex.buddypress.org/releases/version-6-2-0/
= 6.1.0 = See: https://codex.buddypress.org/releases/version-6-1-0/
= 6.0.0 = See: https://codex.buddypress.org/releases/version-6-0-0/
= 5.2.0 = See: https://codex.buddypress.org/releases/version-5-2-0/
= 5.1.2 = See: https://codex.buddypress.org/releases/version-5-1-2/
= 5.1.1 = See: https://codex.buddypress.org/releases/version-5-1-1/
= 5.1.0 = See: https://codex.buddypress.org/releases/version-5-1-0/
= 5.0.0 = See: https://codex.buddypress.org/releases/version-5-0-0/
Release Info
Developer | imath |
Plugin | BuddyPress |
Version | 11.0.0-beta2 |
Comparing to | |
See all releases |
Code changes from version 11.0.0-beta1 to 11.0.0-beta2
- bp-activity/bp-activity-block-functions.php +126 -0
- bp-activity/bp-activity-functions.php +2 -1
- bp-activity/classes/class-bp-activity-activity.php +2 -2
- bp-activity/classes/class-bp-activity-component.php +11 -0
- bp-activity/classes/class-bp-activity-feed.php +2 -2
- bp-blogs/classes/class-bp-blogs-blog.php +2 -2
- bp-core/admin/css/common-rtl.css +4 -0
- bp-core/admin/css/common-rtl.min.css +1 -1
- bp-core/admin/css/common.css +4 -0
- bp-core/admin/css/common.min.css +1 -1
- bp-core/bp-core-attachments.php +4 -4
- bp-core/bp-core-cssjs.php +100 -39
- bp-core/bp-core-filters.php +1 -1
- bp-core/bp-core-functions.php +8 -1
- bp-core/bp-core-moderation.php +23 -10
- bp-core/classes/class-bp-admin.php +0 -1
- bp-core/classes/class-bp-button.php +1 -1
- bp-core/classes/class-bp-email-recipient.php +8 -7
- bp-core/classes/class-bp-email.php +52 -49
- bp-core/classes/class-bp-embed.php +1 -1
- bp-core/classes/class-bp-members-suggestions.php +8 -8
- bp-core/classes/class-bp-suggestions.php +6 -8
- bp-core/classes/class-bp-user-query.php +9 -9
- bp-core/deprecated/11.0.php +15 -0
- bp-groups/bp-groups-activity.php +19 -8
- bp-groups/bp-groups-admin.php +1 -1
- bp-groups/classes/class-bp-group-member-query.php +3 -3
- bp-groups/classes/class-bp-groups-group-members-template.php +4 -4
- bp-groups/classes/class-bp-groups-group.php +3 -3
- bp-groups/classes/class-bp-groups-invite-template.php +4 -4
- bp-groups/classes/class-bp-groups-member-suggestions.php +9 -9
- bp-groups/classes/class-bp-groups-member.php +4 -4
- bp-loader.php +1 -1
- bp-members/classes/class-bp-rest-members-endpoint.php +58 -18
- bp-messages/bp-messages-functions.php +3 -1
- bp-messages/classes/class-bp-messages-message.php +2 -2
- bp-messages/classes/class-bp-messages-notice.php +4 -4
- bp-messages/classes/class-bp-messages-thread.php +2 -2
- bp-templates/bp-legacy/buddypress-functions.php +1 -1
- bp-templates/bp-nouveau/buddypress-functions.php +2 -2
- bp-templates/bp-nouveau/common-styles/_bp_update_form.scss +20 -0
- bp-templates/bp-nouveau/css/buddypress-rtl.css +20 -0
- bp-templates/bp-nouveau/css/buddypress-rtl.min.css +1 -1
- bp-templates/bp-nouveau/css/buddypress.css +20 -0
- bp-templates/bp-nouveau/css/buddypress.min.css +1 -1
- bp-templates/bp-nouveau/includes/activity/ajax.php +16 -12
- bp-templates/bp-nouveau/includes/functions.php +4 -0
- bp-templates/bp-nouveau/js/buddypress-activity-post-form.js +5 -0
- bp-templates/bp-nouveau/js/buddypress-activity-post-form.min.js +1 -1
- bp-templates/bp-nouveau/js/buddypress-messages.js +1 -0
- bp-templates/bp-nouveau/js/buddypress-messages.min.js +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type-checkbox.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-number.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-telephone.php +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type-textarea.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-url.php +1 -2
- bp-xprofile/classes/class-bp-xprofile-field-type-wordpress-biography.php +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type-wordpress-textbox.php +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type-wordpress.php +1 -1
- bp-xprofile/classes/class-bp-xprofile-field-type.php +11 -12
- bp-xprofile/classes/class-bp-xprofile-field.php +20 -20
- bp-xprofile/classes/class-bp-xprofile-group.php +8 -8
- bp-xprofile/classes/class-bp-xprofile-profiledata.php +14 -15
- buddypress.pot +301 -241
- class-buddypress.php +1 -1
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* BuddyPress Activity Block functions.
|
4 |
+
*
|
5 |
+
* @package buddypress\bp-activity-block-functions
|
6 |
+
* @since 11.0.0
|
7 |
+
*/
|
8 |
+
|
9 |
+
// Exit if accessed directly.
|
10 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
+
exit;
|
12 |
+
}
|
13 |
+
|
14 |
+
/**
|
15 |
+
* Determine whether an activity or its content string has blocks.
|
16 |
+
*
|
17 |
+
* @since 11.0.0
|
18 |
+
* @see parse_blocks()
|
19 |
+
*
|
20 |
+
* @param string|int|BP_Activity_Activity|null $activity Activity content, Activity ID, or Activity object.
|
21 |
+
* @return bool Whether the activity content has blocks.
|
22 |
+
*/
|
23 |
+
function bp_activity_has_blocks( $activity = null ) {
|
24 |
+
if ( is_null( $activity ) ) {
|
25 |
+
return false;
|
26 |
+
}
|
27 |
+
|
28 |
+
if ( ! is_string( $activity ) ) {
|
29 |
+
if ( is_int( $activity ) ) {
|
30 |
+
$bp_activity = new BP_Activity_Activity( $activity );
|
31 |
+
} else {
|
32 |
+
$bp_activity = $activity;
|
33 |
+
}
|
34 |
+
|
35 |
+
if ( $bp_activity instanceof BP_Activity_Activity ) {
|
36 |
+
$activity = $bp_activity->content;
|
37 |
+
}
|
38 |
+
}
|
39 |
+
|
40 |
+
return has_blocks( $activity );
|
41 |
+
}
|
42 |
+
|
43 |
+
/**
|
44 |
+
* If `bp_activity_do_blocks()` needs to remove `wpautop()` from the `bp_get_activity_content_body` filter, this re-adds it afterwards,
|
45 |
+
* for subsequent `bp_get_activity_content_body` usage.
|
46 |
+
*
|
47 |
+
* @since 11.0.0
|
48 |
+
*
|
49 |
+
* @param string $content The activity content running through this filter.
|
50 |
+
* @return string The unmodified activity content.
|
51 |
+
*/
|
52 |
+
function bp_activity_restore_wpautop_hook( $content ) {
|
53 |
+
$current_priority = has_filter( 'bp_get_activity_content_body', 'bp_activity_restore_wpautop_hook' );
|
54 |
+
|
55 |
+
add_filter( 'bp_get_activity_content_body', 'wpautop', $current_priority - 1 );
|
56 |
+
remove_filter( 'bp_get_activity_content_body', 'bp_activity_restore_wpautop_hook', $current_priority );
|
57 |
+
|
58 |
+
return $content;
|
59 |
+
}
|
60 |
+
|
61 |
+
/**
|
62 |
+
* Parses dynamic blocks out of the activity content and re-renders them.
|
63 |
+
*
|
64 |
+
* @since 11.0.0
|
65 |
+
*
|
66 |
+
* @param string $content Activity content.
|
67 |
+
* @return string The block based activity content.
|
68 |
+
*/
|
69 |
+
function bp_activity_do_blocks( $content ) {
|
70 |
+
$blocks = parse_blocks( $content );
|
71 |
+
$output = '';
|
72 |
+
|
73 |
+
foreach ( $blocks as $block ) {
|
74 |
+
$output .= render_block( $block );
|
75 |
+
}
|
76 |
+
|
77 |
+
// If there are blocks in this content, we shouldn't run wpautop() on it later.
|
78 |
+
$priority = has_filter( 'bp_get_activity_content_body', 'wpautop' );
|
79 |
+
if ( false !== $priority && doing_filter( 'bp_get_activity_content_body' ) && bp_activity_has_blocks( $content ) ) {
|
80 |
+
remove_filter( 'bp_get_activity_content_body', 'wpautop', $priority );
|
81 |
+
add_filter( 'bp_get_activity_content_body', 'bp_activity_restore_wpautop_hook', $priority + 1 );
|
82 |
+
}
|
83 |
+
|
84 |
+
return $output;
|
85 |
+
}
|
86 |
+
add_filter( 'bp_get_activity_content_body', 'bp_activity_do_blocks', 9 );
|
87 |
+
|
88 |
+
/**
|
89 |
+
* Make sure only Emoji chars are saved into the DB.
|
90 |
+
*
|
91 |
+
* @since 11.0.0
|
92 |
+
*
|
93 |
+
* @param string $activity_content The activity content.
|
94 |
+
* @return string The sanitized activity content.
|
95 |
+
*/
|
96 |
+
function bp_activity_blocks_preserve_emoji_chars( $activity_content ) {
|
97 |
+
preg_match_all( '/\<img[^>]*alt=\"([^"]*)\".?\>/', $activity_content, $matches );
|
98 |
+
|
99 |
+
if ( isset( $matches[0][0] ) && isset( $matches[1][0] ) ) {
|
100 |
+
foreach ( $matches[0] as $key => $match ) {
|
101 |
+
if ( false !== strpos( $matches[0][ $key ], 's.w.org/images/core/emoji' ) && isset( $matches[1][ $key ] ) ) {
|
102 |
+
$activity_content = str_replace( $matches[0][ $key ], $matches[1][ $key ], $activity_content );
|
103 |
+
}
|
104 |
+
}
|
105 |
+
}
|
106 |
+
|
107 |
+
return $activity_content;
|
108 |
+
}
|
109 |
+
add_filter( 'bp_activity_content_before_save', 'bp_activity_blocks_preserve_emoji_chars', 2 );
|
110 |
+
|
111 |
+
/**
|
112 |
+
* Allow usage of the paragraph tag and the link’s target attribute into Activity content.
|
113 |
+
*
|
114 |
+
* @since 11.0.0
|
115 |
+
*
|
116 |
+
* @param array $tags The activity allowed tags.
|
117 |
+
* @return array The block based activity allowed tags.
|
118 |
+
*/
|
119 |
+
function bp_activity_blocks_allowed_tags( $tags = array() ) {
|
120 |
+
if ( isset( $tags['a'] ) && ! isset( $tags['a']['target'] ) ) {
|
121 |
+
$tags['a']['target'] = true;
|
122 |
+
}
|
123 |
+
|
124 |
+
return array_merge( $tags, array( 'p' => true ) );
|
125 |
+
}
|
126 |
+
add_filter( 'bp_activity_allowed_tags', 'bp_activity_blocks_allowed_tags' );
|
@@ -2113,7 +2113,8 @@ function bp_activity_post_update( $args = '' ) {
|
|
2113 |
'content' => false,
|
2114 |
'user_id' => bp_loggedin_user_id(),
|
2115 |
'error_type' => 'bool',
|
2116 |
-
)
|
|
|
2117 |
);
|
2118 |
|
2119 |
if ( empty( $r['content'] ) || ! strlen( trim( $r['content'] ) ) ) {
|
2113 |
'content' => false,
|
2114 |
'user_id' => bp_loggedin_user_id(),
|
2115 |
'error_type' => 'bool',
|
2116 |
+
),
|
2117 |
+
'activity_post_update'
|
2118 |
);
|
2119 |
|
2120 |
if ( empty( $r['content'] ) || ! strlen( trim( $r['content'] ) ) ) {
|
@@ -255,7 +255,7 @@ class BP_Activity_Activity {
|
|
255 |
*
|
256 |
* @since 1.0.0
|
257 |
*
|
258 |
-
* @param BP_Activity_Activity $
|
259 |
*/
|
260 |
do_action_ref_array( 'bp_activity_before_save', array( &$this ) );
|
261 |
|
@@ -326,7 +326,7 @@ class BP_Activity_Activity {
|
|
326 |
*
|
327 |
* @since 1.0.0
|
328 |
*
|
329 |
-
* @param BP_Activity_Activity $
|
330 |
*/
|
331 |
do_action_ref_array( 'bp_activity_after_save', array( &$this ) );
|
332 |
|
255 |
*
|
256 |
* @since 1.0.0
|
257 |
*
|
258 |
+
* @param BP_Activity_Activity $activity Current instance of the activity item being saved. Passed by reference.
|
259 |
*/
|
260 |
do_action_ref_array( 'bp_activity_before_save', array( &$this ) );
|
261 |
|
326 |
*
|
327 |
* @since 1.0.0
|
328 |
*
|
329 |
+
* @param BP_Activity_Activity $activity Current instance of activity item being saved. Passed by reference.
|
330 |
*/
|
331 |
do_action_ref_array( 'bp_activity_after_save', array( &$this ) );
|
332 |
|
@@ -79,6 +79,17 @@ class BP_Activity_Component extends BP_Component {
|
|
79 |
$includes[] = 'embeds';
|
80 |
}
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
if ( is_admin() ) {
|
83 |
$includes[] = 'admin';
|
84 |
}
|
79 |
$includes[] = 'embeds';
|
80 |
}
|
81 |
|
82 |
+
/*
|
83 |
+
* Activity blocks feature.
|
84 |
+
*
|
85 |
+
* By default this feature is inactive. We're including specific block functions
|
86 |
+
* in version 11.0.0 so these can be used by BuddyPress Add-ons such as BP Attachments
|
87 |
+
* or BP Activity Block Editor.
|
88 |
+
*/
|
89 |
+
if ( bp_is_active( $this->id, 'blocks' ) ) {
|
90 |
+
$includes[] = 'block-functions';
|
91 |
+
}
|
92 |
+
|
93 |
if ( is_admin() ) {
|
94 |
$includes[] = 'admin';
|
95 |
}
|
@@ -150,7 +150,7 @@ class BP_Activity_Feed {
|
|
150 |
*
|
151 |
* @since 1.8.0
|
152 |
*
|
153 |
-
* @param BP_Activity_Feed $
|
154 |
*/
|
155 |
do_action_ref_array( 'bp_activity_feed_prefetch', array( &$this ) );
|
156 |
|
@@ -168,7 +168,7 @@ class BP_Activity_Feed {
|
|
168 |
*
|
169 |
* @since 1.8.0
|
170 |
*
|
171 |
-
* @param BP_Activity_Feed $
|
172 |
*/
|
173 |
do_action_ref_array( 'bp_activity_feed_postfetch', array( &$this ) );
|
174 |
|
150 |
*
|
151 |
* @since 1.8.0
|
152 |
*
|
153 |
+
* @param BP_Activity_Feed $feed Current instance of activity feed. Passed by reference.
|
154 |
*/
|
155 |
do_action_ref_array( 'bp_activity_feed_prefetch', array( &$this ) );
|
156 |
|
168 |
*
|
169 |
* @since 1.8.0
|
170 |
*
|
171 |
+
* @param BP_Activity_Feed $feed Current instance of activity feed. Passed by reference.
|
172 |
*/
|
173 |
do_action_ref_array( 'bp_activity_feed_postfetch', array( &$this ) );
|
174 |
|
@@ -102,7 +102,7 @@ class BP_Blogs_Blog {
|
|
102 |
*
|
103 |
* @since 1.0.0
|
104 |
*
|
105 |
-
* @param BP_Blogs_Blog $
|
106 |
*/
|
107 |
do_action_ref_array( 'bp_blogs_blog_before_save', array( &$this ) );
|
108 |
|
@@ -134,7 +134,7 @@ class BP_Blogs_Blog {
|
|
134 |
*
|
135 |
* @since 1.0.0
|
136 |
*
|
137 |
-
* @param BP_Blogs_Blog $
|
138 |
*/
|
139 |
do_action_ref_array( 'bp_blogs_blog_after_save', array( &$this ) );
|
140 |
|
102 |
*
|
103 |
* @since 1.0.0
|
104 |
*
|
105 |
+
* @param BP_Blogs_Blog $blog Current instance of the blog item being saved. Passed by reference.
|
106 |
*/
|
107 |
do_action_ref_array( 'bp_blogs_blog_before_save', array( &$this ) );
|
108 |
|
134 |
*
|
135 |
* @since 1.0.0
|
136 |
*
|
137 |
+
* @param BP_Blogs_Blog $blog Current instance of the blog item being saved. Passed by reference.
|
138 |
*/
|
139 |
do_action_ref_array( 'bp_blogs_blog_after_save', array( &$this ) );
|
140 |
|
@@ -624,6 +624,10 @@ body.bp-is-tabbed-screen #wpcontent {
|
|
624 |
padding-right: 0;
|
625 |
}
|
626 |
|
|
|
|
|
|
|
|
|
627 |
.buddypress-header {
|
628 |
text-align: center;
|
629 |
margin: 0 0 1rem;
|
624 |
padding-right: 0;
|
625 |
}
|
626 |
|
627 |
+
.bp-is-tabbed-screen .notice {
|
628 |
+
margin: 25px 22px 15px 20px;
|
629 |
+
}
|
630 |
+
|
631 |
.buddypress-header {
|
632 |
text-align: center;
|
633 |
margin: 0 0 1rem;
|
@@ -1 +1 @@
|
|
1 |
-
.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;max-width:1050px;font-size:15px}.bp-about-wrap img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap p{line-height:1.5;font-size:14px}.bp-about-wrap h2{margin:40px 0 .6em;font-size:2.7em;line-height:1.3;font-weight:300;text-align:center}.bp-about-wrap h3{margin:1.25em 0 .6em;font-size:1.4em;line-height:1.5}.bp-about-wrap code{font-size:14px;font-weight:400}.bp-about-wrap .about-description{margin-top:1.4em;font-weight:400;line-height:1.6;font-size:19px}.bp-about-wrap h3.wp-people-group{margin:2.6em 0 1.33em;padding:0;font-size:16px;line-height:inherit}.bp-about-wrap .wp-people-group{padding:0 5px;margin:0 -5px 0 -15px}.bp-about-wrap .compact{margin-bottom:0}.bp-about-wrap .wp-person{display:inline-block;vertical-align:top;margin-left:10px;padding-bottom:15px;height:70px;width:250px}.bp-about-wrap .compact .wp-person{height:auto;width:150px;padding-bottom:0;margin-bottom:0}.bp-about-wrap .wp-person .gravatar{float:right;margin:0 0 10px 10px;padding:1px;width:60px;height:60px}.bp-about-wrap .compact .wp-person .gravatar{width:30px;height:30px}.bp-about-wrap .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .wp-person .title{display:block}.bp-about-wrap p.wp-credits-list a{white-space:nowrap}@media only screen and (max-width:500px){.bp-about-wrap{margin-left:20px;margin-right:10px}.bp-about-wrap .bp-about-wrap h1{margin-left:0}}#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.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"}.settings_page_bp-page-settings .button-secondary .dashicons{position:relative;top:3px}#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.tools-php .bp-tools dt{font-size:1.1em;color:#646970;font-weight:600;margin:1em 0 .5em 0}body.tools-php .bp-tools dd{margin:0}body.tools_page_bp-members-invitations .nav-tab-wrapper,body.tools_page_bp-optouts .nav-tab-wrapper{margin-bottom:1em}.bp-tooltip{position:relative}.bp-tooltip:after{background:#fff;border:1px solid #aaa;border-collapse:separate;border-radius:1px;box-shadow:-1px 1px 0 1px rgba(132,132,132,.3);color:#000;content:attr(data-bp-tooltip);display:none;font-family:sans-serif;font-size:11px;font-weight:400;letter-spacing:normal;line-height:1.5;margin-top:10px;max-width:240px;opacity:0;padding:3px 6px;position:absolute;left:50%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;top:100%;transform:translateX(-50%);transition:opacity 2s ease-out;white-space:pre;word-wrap:break-word;z-index:998}.bp-hello-close .bp-tooltip:after{left:0;text-align:left;transform:translateX(0)}.bp-hello-social .bp-tooltip:after{bottom:120%;margin-bottom:20px;margin-top:0;top:auto;transform:translateX(-15%)}.bp-tooltip:active:after,.bp-tooltip:focus:after,.bp-tooltip:hover:after{display:inline-block;opacity:1;overflow:visible;text-decoration:none;z-index:999}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.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}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:right;margin-left:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-right:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-right:0;width:100%}.bp-new-notice-panel .button-primary{margin-right:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}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}.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo{color:#d84800}#buddypress-update.not-shiny .update-message{border-right:0;padding-right:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.buddypress .bp-welcome-panel{position:relative;overflow:auto;margin:16px 0;padding:23px 10px 0;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgb(0 0 0 / 4%);background:#fff;background-image:none;font-size:13px;line-height:1.7}.buddypress .bp-welcome-panel-close{position:absolute;top:10px;left:10px;padding:10px 21px 10px 15px;font-size:13px;line-height:1.23076923;text-decoration:none}.buddypress .bp-welcome-panel-close:before{position:absolute;top:8px;right:0;transition:all .1s ease-in-out;margin:0;background:100% 0;color:#787c82;content:"\f153";display:block;font:600 16px/20px dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buddypress .bp-welcome-panel-close:hover:before{color:#d63638}.buddypress .bp-welcome-panel-content{margin-right:13px;max-width:1500px}.buddypress .bp-welcome-panel-content h2{line-height:32px;margin-bottom:1em}.buddypress .bp-welcome-panel-content p{padding-bottom:23px;font-size:14px}body.bp-is-tabbed-screen #wpcontent{padding-right:0}.buddypress-header{text-align:center;margin:0 0 1rem;background:#fff;border-bottom:1px solid #dcdcde}.buddypress-title-section{display:flex;align-items:center;justify-content:center;flex-direction:column;clear:both;padding:1rem 0}.buddypress-title-section h1{display:inline-block;font-weight:600;margin:0 .8rem;font-size:23px;padding:9px 0 4px;line-height:1.3}.buddypress .bp-welcome-panel-content h2 .bp-badge,.buddypress-title-section h1 .bp-badge{font-size:32px;vertical-align:top}.buddypress-tabs-wrapper{display:-ms-inline-grid;-ms-grid-columns:1fr 1fr;vertical-align:top;display:inline-grid;grid-template-columns:1fr 1fr}.buddypress-tabs-wrapper .buddypress-nav-tab{display:block;text-decoration:none;color:inherit;padding:.5rem 1rem 1rem;margin:0 1rem;transition:box-shadow .5s ease-in-out}.buddypress-tabs-wrapper .buddypress-nav-tab.active{box-shadow:inset 0 -3px #3582c4;font-weight:600}.buddypress-body{max-width:800px;margin:0 auto}.buddypress-body .form-table{border:1px solid #dcdcde;background-color:#fff;padding:.5rem 1rem;border-collapse:inherit}@media screen and (max-width:782px){.buddypress-body{margin:0 12px;width:auto}}@media only screen and (max-width:1004px){.buddypress-body{margin:0 22px;width:auto}}
|
1 |
+
.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;max-width:1050px;font-size:15px}.bp-about-wrap img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap p{line-height:1.5;font-size:14px}.bp-about-wrap h2{margin:40px 0 .6em;font-size:2.7em;line-height:1.3;font-weight:300;text-align:center}.bp-about-wrap h3{margin:1.25em 0 .6em;font-size:1.4em;line-height:1.5}.bp-about-wrap code{font-size:14px;font-weight:400}.bp-about-wrap .about-description{margin-top:1.4em;font-weight:400;line-height:1.6;font-size:19px}.bp-about-wrap h3.wp-people-group{margin:2.6em 0 1.33em;padding:0;font-size:16px;line-height:inherit}.bp-about-wrap .wp-people-group{padding:0 5px;margin:0 -5px 0 -15px}.bp-about-wrap .compact{margin-bottom:0}.bp-about-wrap .wp-person{display:inline-block;vertical-align:top;margin-left:10px;padding-bottom:15px;height:70px;width:250px}.bp-about-wrap .compact .wp-person{height:auto;width:150px;padding-bottom:0;margin-bottom:0}.bp-about-wrap .wp-person .gravatar{float:right;margin:0 0 10px 10px;padding:1px;width:60px;height:60px}.bp-about-wrap .compact .wp-person .gravatar{width:30px;height:30px}.bp-about-wrap .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .wp-person .title{display:block}.bp-about-wrap p.wp-credits-list a{white-space:nowrap}@media only screen and (max-width:500px){.bp-about-wrap{margin-left:20px;margin-right:10px}.bp-about-wrap .bp-about-wrap h1{margin-left:0}}#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.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"}.settings_page_bp-page-settings .button-secondary .dashicons{position:relative;top:3px}#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.tools-php .bp-tools dt{font-size:1.1em;color:#646970;font-weight:600;margin:1em 0 .5em 0}body.tools-php .bp-tools dd{margin:0}body.tools_page_bp-members-invitations .nav-tab-wrapper,body.tools_page_bp-optouts .nav-tab-wrapper{margin-bottom:1em}.bp-tooltip{position:relative}.bp-tooltip:after{background:#fff;border:1px solid #aaa;border-collapse:separate;border-radius:1px;box-shadow:-1px 1px 0 1px rgba(132,132,132,.3);color:#000;content:attr(data-bp-tooltip);display:none;font-family:sans-serif;font-size:11px;font-weight:400;letter-spacing:normal;line-height:1.5;margin-top:10px;max-width:240px;opacity:0;padding:3px 6px;position:absolute;left:50%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;top:100%;transform:translateX(-50%);transition:opacity 2s ease-out;white-space:pre;word-wrap:break-word;z-index:998}.bp-hello-close .bp-tooltip:after{left:0;text-align:left;transform:translateX(0)}.bp-hello-social .bp-tooltip:after{bottom:120%;margin-bottom:20px;margin-top:0;top:auto;transform:translateX(-15%)}.bp-tooltip:active:after,.bp-tooltip:focus:after,.bp-tooltip:hover:after{display:inline-block;opacity:1;overflow:visible;text-decoration:none;z-index:999}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.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}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:right;margin-left:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-right:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-right:0;width:100%}.bp-new-notice-panel .button-primary{margin-right:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}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}.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo{color:#d84800}#buddypress-update.not-shiny .update-message{border-right:0;padding-right:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.buddypress .bp-welcome-panel{position:relative;overflow:auto;margin:16px 0;padding:23px 10px 0;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgb(0 0 0 / 4%);background:#fff;background-image:none;font-size:13px;line-height:1.7}.buddypress .bp-welcome-panel-close{position:absolute;top:10px;left:10px;padding:10px 21px 10px 15px;font-size:13px;line-height:1.23076923;text-decoration:none}.buddypress .bp-welcome-panel-close:before{position:absolute;top:8px;right:0;transition:all .1s ease-in-out;margin:0;background:100% 0;color:#787c82;content:"\f153";display:block;font:600 16px/20px dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buddypress .bp-welcome-panel-close:hover:before{color:#d63638}.buddypress .bp-welcome-panel-content{margin-right:13px;max-width:1500px}.buddypress .bp-welcome-panel-content h2{line-height:32px;margin-bottom:1em}.buddypress .bp-welcome-panel-content p{padding-bottom:23px;font-size:14px}body.bp-is-tabbed-screen #wpcontent{padding-right:0}.bp-is-tabbed-screen .notice{margin:25px 22px 15px 20px}.buddypress-header{text-align:center;margin:0 0 1rem;background:#fff;border-bottom:1px solid #dcdcde}.buddypress-title-section{display:flex;align-items:center;justify-content:center;flex-direction:column;clear:both;padding:1rem 0}.buddypress-title-section h1{display:inline-block;font-weight:600;margin:0 .8rem;font-size:23px;padding:9px 0 4px;line-height:1.3}.buddypress .bp-welcome-panel-content h2 .bp-badge,.buddypress-title-section h1 .bp-badge{font-size:32px;vertical-align:top}.buddypress-tabs-wrapper{display:-ms-inline-grid;-ms-grid-columns:1fr 1fr;vertical-align:top;display:inline-grid;grid-template-columns:1fr 1fr}.buddypress-tabs-wrapper .buddypress-nav-tab{display:block;text-decoration:none;color:inherit;padding:.5rem 1rem 1rem;margin:0 1rem;transition:box-shadow .5s ease-in-out}.buddypress-tabs-wrapper .buddypress-nav-tab.active{box-shadow:inset 0 -3px #3582c4;font-weight:600}.buddypress-body{max-width:800px;margin:0 auto}.buddypress-body .form-table{border:1px solid #dcdcde;background-color:#fff;padding:.5rem 1rem;border-collapse:inherit}@media screen and (max-width:782px){.buddypress-body{margin:0 12px;width:auto}}@media only screen and (max-width:1004px){.buddypress-body{margin:0 22px;width:auto}}
|
@@ -624,6 +624,10 @@ body.bp-is-tabbed-screen #wpcontent {
|
|
624 |
padding-left: 0;
|
625 |
}
|
626 |
|
|
|
|
|
|
|
|
|
627 |
.buddypress-header {
|
628 |
text-align: center;
|
629 |
margin: 0 0 1rem;
|
624 |
padding-left: 0;
|
625 |
}
|
626 |
|
627 |
+
.bp-is-tabbed-screen .notice {
|
628 |
+
margin: 25px 20px 15px 22px;
|
629 |
+
}
|
630 |
+
|
631 |
.buddypress-header {
|
632 |
text-align: center;
|
633 |
margin: 0 0 1rem;
|
@@ -1 +1 @@
|
|
1 |
-
.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;max-width:1050px;font-size:15px}.bp-about-wrap img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap p{line-height:1.5;font-size:14px}.bp-about-wrap h2{margin:40px 0 .6em;font-size:2.7em;line-height:1.3;font-weight:300;text-align:center}.bp-about-wrap h3{margin:1.25em 0 .6em;font-size:1.4em;line-height:1.5}.bp-about-wrap code{font-size:14px;font-weight:400}.bp-about-wrap .about-description{margin-top:1.4em;font-weight:400;line-height:1.6;font-size:19px}.bp-about-wrap h3.wp-people-group{margin:2.6em 0 1.33em;padding:0;font-size:16px;line-height:inherit}.bp-about-wrap .wp-people-group{padding:0 5px;margin:0 -15px 0 -5px}.bp-about-wrap .compact{margin-bottom:0}.bp-about-wrap .wp-person{display:inline-block;vertical-align:top;margin-right:10px;padding-bottom:15px;height:70px;width:250px}.bp-about-wrap .compact .wp-person{height:auto;width:150px;padding-bottom:0;margin-bottom:0}.bp-about-wrap .wp-person .gravatar{float:left;margin:0 10px 10px 0;padding:1px;width:60px;height:60px}.bp-about-wrap .compact .wp-person .gravatar{width:30px;height:30px}.bp-about-wrap .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .wp-person .title{display:block}.bp-about-wrap p.wp-credits-list a{white-space:nowrap}@media only screen and (max-width:500px){.bp-about-wrap{margin-right:20px;margin-left:10px}.bp-about-wrap .bp-about-wrap h1{margin-right:0}}#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.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"}.settings_page_bp-page-settings .button-secondary .dashicons{position:relative;top:3px}#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.tools-php .bp-tools dt{font-size:1.1em;color:#646970;font-weight:600;margin:1em 0 .5em 0}body.tools-php .bp-tools dd{margin:0}body.tools_page_bp-members-invitations .nav-tab-wrapper,body.tools_page_bp-optouts .nav-tab-wrapper{margin-bottom:1em}.bp-tooltip{position:relative}.bp-tooltip:after{background:#fff;border:1px solid #aaa;border-collapse:separate;border-radius:1px;box-shadow:1px 1px 0 1px rgba(132,132,132,.3);color:#000;content:attr(data-bp-tooltip);display:none;font-family:sans-serif;font-size:11px;font-weight:400;letter-spacing:normal;line-height:1.5;margin-top:10px;max-width:240px;opacity:0;padding:3px 6px;position:absolute;right:50%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;top:100%;transform:translateX(50%);transition:opacity 2s ease-out;white-space:pre;word-wrap:break-word;z-index:998}.bp-hello-close .bp-tooltip:after{right:0;text-align:right;transform:translateX(0)}.bp-hello-social .bp-tooltip:after{bottom:120%;margin-bottom:20px;margin-top:0;top:auto;transform:translateX(15%)}.bp-tooltip:active:after,.bp-tooltip:focus:after,.bp-tooltip:hover:after{display:inline-block;opacity:1;overflow:visible;text-decoration:none;z-index:999}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.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}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:left;margin-right:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-left:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-left:0;width:100%}.bp-new-notice-panel .button-primary{margin-left:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}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}.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo{color:#d84800}#buddypress-update.not-shiny .update-message{border-left:0;padding-left:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.buddypress .bp-welcome-panel{position:relative;overflow:auto;margin:16px 0;padding:23px 10px 0;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgb(0 0 0 / 4%);background:#fff;background-image:none;font-size:13px;line-height:1.7}.buddypress .bp-welcome-panel-close{position:absolute;top:10px;right:10px;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.buddypress .bp-welcome-panel-close:before{position:absolute;top:8px;left:0;transition:all .1s ease-in-out;margin:0;background:0 0;color:#787c82;content:"\f153";display:block;font:600 16px/20px dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buddypress .bp-welcome-panel-close:hover:before{color:#d63638}.buddypress .bp-welcome-panel-content{margin-left:13px;max-width:1500px}.buddypress .bp-welcome-panel-content h2{line-height:32px;margin-bottom:1em}.buddypress .bp-welcome-panel-content p{padding-bottom:23px;font-size:14px}body.bp-is-tabbed-screen #wpcontent{padding-left:0}.buddypress-header{text-align:center;margin:0 0 1rem;background:#fff;border-bottom:1px solid #dcdcde}.buddypress-title-section{display:flex;align-items:center;justify-content:center;flex-direction:column;clear:both;padding:1rem 0}.buddypress-title-section h1{display:inline-block;font-weight:600;margin:0 .8rem;font-size:23px;padding:9px 0 4px;line-height:1.3}.buddypress .bp-welcome-panel-content h2 .bp-badge,.buddypress-title-section h1 .bp-badge{font-size:32px;vertical-align:top}.buddypress-tabs-wrapper{display:-ms-inline-grid;-ms-grid-columns:1fr 1fr;vertical-align:top;display:inline-grid;grid-template-columns:1fr 1fr}.buddypress-tabs-wrapper .buddypress-nav-tab{display:block;text-decoration:none;color:inherit;padding:.5rem 1rem 1rem;margin:0 1rem;transition:box-shadow .5s ease-in-out}.buddypress-tabs-wrapper .buddypress-nav-tab.active{box-shadow:inset 0 -3px #3582c4;font-weight:600}.buddypress-body{max-width:800px;margin:0 auto}.buddypress-body .form-table{border:1px solid #dcdcde;background-color:#fff;padding:.5rem 1rem;border-collapse:inherit}@media screen and (max-width:782px){.buddypress-body{margin:0 12px;width:auto}}@media only screen and (max-width:1004px){.buddypress-body{margin:0 22px;width:auto}}
|
1 |
+
.bp-badge{color:#d84800;display:inline-block;font:400 150px/1 dashicons}.bp-badge:before{content:"\f448"}.index_page_bp-about code,.settings_page_bp-credits code{background-color:#e0e0e0;color:#636363;font-size:1em}.bp-about-wrap{position:relative;max-width:1050px;font-size:15px}.bp-about-wrap img{margin:0;max-width:100%;height:auto;vertical-align:middle}.bp-about-wrap p{line-height:1.5;font-size:14px}.bp-about-wrap h2{margin:40px 0 .6em;font-size:2.7em;line-height:1.3;font-weight:300;text-align:center}.bp-about-wrap h3{margin:1.25em 0 .6em;font-size:1.4em;line-height:1.5}.bp-about-wrap code{font-size:14px;font-weight:400}.bp-about-wrap .about-description{margin-top:1.4em;font-weight:400;line-height:1.6;font-size:19px}.bp-about-wrap h3.wp-people-group{margin:2.6em 0 1.33em;padding:0;font-size:16px;line-height:inherit}.bp-about-wrap .wp-people-group{padding:0 5px;margin:0 -15px 0 -5px}.bp-about-wrap .compact{margin-bottom:0}.bp-about-wrap .wp-person{display:inline-block;vertical-align:top;margin-right:10px;padding-bottom:15px;height:70px;width:250px}.bp-about-wrap .compact .wp-person{height:auto;width:150px;padding-bottom:0;margin-bottom:0}.bp-about-wrap .wp-person .gravatar{float:left;margin:0 10px 10px 0;padding:1px;width:60px;height:60px}.bp-about-wrap .compact .wp-person .gravatar{width:30px;height:30px}.bp-about-wrap .wp-person .web{margin:6px 0 2px;font-size:16px;font-weight:400;line-height:2;text-decoration:none}.bp-about-wrap .wp-person .title{display:block}.bp-about-wrap p.wp-credits-list a{white-space:nowrap}@media only screen and (max-width:500px){.bp-about-wrap{margin-right:20px;margin-left:10px}.bp-about-wrap .bp-about-wrap h1{margin-right:0}}#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.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"}.settings_page_bp-page-settings .button-secondary .dashicons{position:relative;top:3px}#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.tools-php .bp-tools dt{font-size:1.1em;color:#646970;font-weight:600;margin:1em 0 .5em 0}body.tools-php .bp-tools dd{margin:0}body.tools_page_bp-members-invitations .nav-tab-wrapper,body.tools_page_bp-optouts .nav-tab-wrapper{margin-bottom:1em}.bp-tooltip{position:relative}.bp-tooltip:after{background:#fff;border:1px solid #aaa;border-collapse:separate;border-radius:1px;box-shadow:1px 1px 0 1px rgba(132,132,132,.3);color:#000;content:attr(data-bp-tooltip);display:none;font-family:sans-serif;font-size:11px;font-weight:400;letter-spacing:normal;line-height:1.5;margin-top:10px;max-width:240px;opacity:0;padding:3px 6px;position:absolute;right:50%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;top:100%;transform:translateX(50%);transition:opacity 2s ease-out;white-space:pre;word-wrap:break-word;z-index:998}.bp-hello-close .bp-tooltip:after{right:0;text-align:right;transform:translateX(0)}.bp-hello-social .bp-tooltip:after{bottom:120%;margin-bottom:20px;margin-top:0;top:auto;transform:translateX(15%)}.bp-tooltip:active:after,.bp-tooltip:focus:after,.bp-tooltip:hover:after{display:inline-block;opacity:1;overflow:visible;text-decoration:none;z-index:999}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.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}.bp-signups-list table{margin:1em 0}.bp-signups-list .column-fields{font-weight:700}.bp-new-notice-panel{background:#fff;border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,.04);font-size:13px;line-height:2.1;margin:1.5em 0 3em;overflow:auto;padding:10px 25px 25px;position:relative}.bp-new-notice-panel label{clear:both;float:left;margin-right:3%;width:20%}.bp-new-notice-panel input,.bp-new-notice-panel textarea{clear:none;margin-bottom:1em;width:75%}.bp-new-notice-panel input[type=text]:after,.bp-new-notice-panel textarea:after{clear:both;content:" ";display:table}.bp-new-notice-panel .button-primary{margin-left:23%;width:auto}.bp-notice-about{font-size:1em;margin-bottom:1em}.bp-new-notice{margin-bottom:1em;margin-top:0}.bp-notices-list{margin-bottom:0}@media screen and (max-width:782px){.bp-new-notice-panel{margin-bottom:1.5em}.bp-new-notice-panel input,.bp-new-notice-panel textarea{margin-left:0;width:100%}.bp-new-notice-panel .button-primary{margin-left:0;width:auto}.bp-new-notice-panel .button{max-width:45%;word-wrap:break-word}.bp-notice-about{margin-top:0;margin-bottom:1em}.bp-new-notice{margin-bottom:.5em}}body.post-type-bp-email #excerpt{height:auto}body.post-type-bp-email th#situation{width:20%}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}.block-editor-inserter__panel-header span.dashicons-buddicons-buddypress-logo{color:#d84800}#buddypress-update.not-shiny .update-message{border-left:0;padding-left:36px}#buddypress-update.not-shiny .update-message:before{content:"\f534"}.buddypress .bp-welcome-panel{position:relative;overflow:auto;margin:16px 0;padding:23px 10px 0;border:1px solid #c3c4c7;box-shadow:0 1px 1px rgb(0 0 0 / 4%);background:#fff;background-image:none;font-size:13px;line-height:1.7}.buddypress .bp-welcome-panel-close{position:absolute;top:10px;right:10px;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.buddypress .bp-welcome-panel-close:before{position:absolute;top:8px;left:0;transition:all .1s ease-in-out;margin:0;background:0 0;color:#787c82;content:"\f153";display:block;font:600 16px/20px dashicons;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buddypress .bp-welcome-panel-close:hover:before{color:#d63638}.buddypress .bp-welcome-panel-content{margin-left:13px;max-width:1500px}.buddypress .bp-welcome-panel-content h2{line-height:32px;margin-bottom:1em}.buddypress .bp-welcome-panel-content p{padding-bottom:23px;font-size:14px}body.bp-is-tabbed-screen #wpcontent{padding-left:0}.bp-is-tabbed-screen .notice{margin:25px 20px 15px 22px}.buddypress-header{text-align:center;margin:0 0 1rem;background:#fff;border-bottom:1px solid #dcdcde}.buddypress-title-section{display:flex;align-items:center;justify-content:center;flex-direction:column;clear:both;padding:1rem 0}.buddypress-title-section h1{display:inline-block;font-weight:600;margin:0 .8rem;font-size:23px;padding:9px 0 4px;line-height:1.3}.buddypress .bp-welcome-panel-content h2 .bp-badge,.buddypress-title-section h1 .bp-badge{font-size:32px;vertical-align:top}.buddypress-tabs-wrapper{display:-ms-inline-grid;-ms-grid-columns:1fr 1fr;vertical-align:top;display:inline-grid;grid-template-columns:1fr 1fr}.buddypress-tabs-wrapper .buddypress-nav-tab{display:block;text-decoration:none;color:inherit;padding:.5rem 1rem 1rem;margin:0 1rem;transition:box-shadow .5s ease-in-out}.buddypress-tabs-wrapper .buddypress-nav-tab.active{box-shadow:inset 0 -3px #3582c4;font-weight:600}.buddypress-body{max-width:800px;margin:0 auto}.buddypress-body .form-table{border:1px solid #dcdcde;background-color:#fff;padding:.5rem 1rem;border-collapse:inherit}@media screen and (max-width:782px){.buddypress-body{margin:0 12px;width:auto}}@media only screen and (max-width:1004px){.buddypress-body{margin:0 22px;width:auto}}
|
@@ -1652,13 +1652,13 @@ add_action( 'wp_ajax_bp_cover_image_delete', 'bp_attachments_cover_image_ajax_de
|
|
1652 |
/**
|
1653 |
* Returns a file's mime type.
|
1654 |
*
|
1655 |
-
* @since
|
1656 |
*
|
1657 |
* @param string $file Absolute path of a file or directory.
|
1658 |
* @return false|string False if the mime type is not supported by WordPress.
|
1659 |
* The mime type of a file or 'directory' for a directory.
|
1660 |
*/
|
1661 |
-
function
|
1662 |
$file_type = wp_check_filetype( $file, wp_get_mime_types() );
|
1663 |
$file_mime = $file_type['type'];
|
1664 |
|
@@ -1680,7 +1680,7 @@ function bp_attachements_get_mime_type( $file = '' ) {
|
|
1680 |
*/
|
1681 |
function bp_attachments_get_file_object( SplFileInfo $file ) {
|
1682 |
$path = $file->getPathname();
|
1683 |
-
$mime_type =
|
1684 |
|
1685 |
// Mime type not supported by WordPress.
|
1686 |
if ( false === $mime_type ) {
|
@@ -1693,7 +1693,7 @@ function bp_attachments_get_file_object( SplFileInfo $file ) {
|
|
1693 |
$_file->path = $path;
|
1694 |
$_file->size = $file->getSize();
|
1695 |
$_file->type = $file->getType();
|
1696 |
-
$_file->mime_type =
|
1697 |
$_file->last_modified = $file->getMTime();
|
1698 |
$_file->latest_access_date = $file->getATime();
|
1699 |
$_file->id = pathinfo( $_file->name, PATHINFO_FILENAME );
|
1652 |
/**
|
1653 |
* Returns a file's mime type.
|
1654 |
*
|
1655 |
+
* @since 11.0.0
|
1656 |
*
|
1657 |
* @param string $file Absolute path of a file or directory.
|
1658 |
* @return false|string False if the mime type is not supported by WordPress.
|
1659 |
* The mime type of a file or 'directory' for a directory.
|
1660 |
*/
|
1661 |
+
function bp_attachments_get_mime_type( $file = '' ) {
|
1662 |
$file_type = wp_check_filetype( $file, wp_get_mime_types() );
|
1663 |
$file_mime = $file_type['type'];
|
1664 |
|
1680 |
*/
|
1681 |
function bp_attachments_get_file_object( SplFileInfo $file ) {
|
1682 |
$path = $file->getPathname();
|
1683 |
+
$mime_type = bp_attachments_get_mime_type( $path );
|
1684 |
|
1685 |
// Mime type not supported by WordPress.
|
1686 |
if ( false === $mime_type ) {
|
1693 |
$_file->path = $path;
|
1694 |
$_file->size = $file->getSize();
|
1695 |
$_file->type = $file->getType();
|
1696 |
+
$_file->mime_type = bp_attachments_get_mime_type( $_file->path );
|
1697 |
$_file->last_modified = $file->getMTime();
|
1698 |
$_file->latest_access_date = $file->getATime();
|
1699 |
$_file->id = pathinfo( $_file->name, PATHINFO_FILENAME );
|
@@ -19,45 +19,55 @@ function bp_core_register_common_scripts() {
|
|
19 |
$min = bp_core_get_minified_asset_suffix();
|
20 |
$url = buddypress()->plugin_url . 'bp-core/js/';
|
21 |
|
|
|
|
|
|
|
|
|
22 |
/*
|
23 |
-
*
|
24 |
-
*
|
25 |
-
* Try to map current WordPress locale to a moment.js locale file for loading.
|
26 |
-
*
|
27 |
-
* eg. French (France) locale for WP is fr_FR. Here, we try to find fr-fr.js
|
28 |
-
* (this file doesn't exist).
|
29 |
*/
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
$
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
50 |
|
51 |
-
|
52 |
-
* Try to find the short-form locale.
|
53 |
-
*
|
54 |
-
* eg. French (France) locale for WP is fr_FR. Here, we try to find fr.js
|
55 |
-
* (this exists).
|
56 |
-
*/
|
57 |
-
} else {
|
58 |
-
$locale = substr( $locale, 0, strpos( $locale, '-' ) );
|
59 |
if ( file_exists( buddypress()->core->path . "bp-core/js/vendor/moment-js/locale/{$locale}{$min}.js" ) ) {
|
60 |
$moment_locale_url = $url . "vendor/moment-js/locale/{$locale}{$min}.js";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
}
|
62 |
}
|
63 |
|
@@ -83,16 +93,29 @@ function bp_core_register_common_scripts() {
|
|
83 |
'bp-cover-image' => array( 'file' => "{$url}cover-image{$min}.js", 'dependencies' => array(), 'footer' => true ),
|
84 |
|
85 |
// Version 2.7.
|
86 |
-
'bp-
|
87 |
-
'bp-livestamp' => array( 'file' => "{$url}vendor/livestamp{$min}.js", 'dependencies' => array( 'jquery', 'bp-moment' ), 'footer' => true ),
|
88 |
|
89 |
// Version 9.0.
|
90 |
'bp-dynamic-widget-block-script' => array( 'file' => "{$url}dynamic-widget-block.js", 'dependencies' => array( 'lodash', 'wp-url' ), 'footer' => true ),
|
91 |
);
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
|
98 |
/**
|
@@ -555,7 +578,41 @@ function bp_core_enqueue_livestamp() {
|
|
555 |
*/
|
556 |
if ( wp_script_is( 'bp-moment-locale', 'registered' ) ) {
|
557 |
wp_enqueue_script( 'bp-moment-locale' );
|
558 |
-
wp_add_inline_script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
}
|
560 |
|
561 |
wp_enqueue_script( 'bp-livestamp' );
|
@@ -565,10 +622,14 @@ function bp_core_enqueue_livestamp() {
|
|
565 |
* Return moment.js config.
|
566 |
*
|
567 |
* @since 2.7.0
|
|
|
|
|
568 |
*
|
569 |
* @return string
|
570 |
*/
|
571 |
function bp_core_moment_js_config() {
|
|
|
|
|
572 |
// Grab the locale from the enqueued JS.
|
573 |
$moment_locale = wp_scripts()->query( 'bp-moment-locale' );
|
574 |
$moment_locale = substr( $moment_locale->src, strpos( $moment_locale->src, '/moment-js/locale/' ) + 18 );
|
19 |
$min = bp_core_get_minified_asset_suffix();
|
20 |
$url = buddypress()->plugin_url . 'bp-core/js/';
|
21 |
|
22 |
+
// Is WordPress' moment dist library registered?
|
23 |
+
$is_moment_registered = wp_script_is( 'moment', 'registered' );
|
24 |
+
$moment_locale_url = '';
|
25 |
+
|
26 |
/*
|
27 |
+
* In 11.0.0 we are deprecating `bp-moment` in favor of WordPress' already bundled `moment`.
|
28 |
+
* @todo completely remove `bp-moment` in 12.0.0.
|
|
|
|
|
|
|
|
|
29 |
*/
|
30 |
+
if ( ! $is_moment_registered ) {
|
31 |
+
/*
|
32 |
+
* Moment.js locale.
|
33 |
+
*
|
34 |
+
* Try to map current WordPress locale to a moment.js locale file for loading.
|
35 |
+
*
|
36 |
+
* eg. French (France) locale for WP is fr_FR. Here, we try to find fr-fr.js
|
37 |
+
* (this file doesn't exist).
|
38 |
+
*/
|
39 |
+
$wp_locale = sanitize_file_name( strtolower( get_locale() ) );
|
40 |
+
|
41 |
+
// WP uses ISO 639-2 or -3 codes for some locales, which we must translate back to ISO 639-1.
|
42 |
+
$iso_locales = array(
|
43 |
+
'bel' => 'be',
|
44 |
+
'bre' => 'br',
|
45 |
+
'kir' => 'ky',
|
46 |
+
'mri' => 'mi',
|
47 |
+
'ssw' => 'ss',
|
48 |
+
);
|
49 |
|
50 |
+
if ( isset( $iso_locales[ $wp_locale ] ) ) {
|
51 |
+
$locale = $iso_locales[ $wp_locale ];
|
52 |
+
} else {
|
53 |
+
$locale = $wp_locale;
|
54 |
+
}
|
55 |
|
56 |
+
$locale = str_replace( '_', '-', $locale );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
if ( file_exists( buddypress()->core->path . "bp-core/js/vendor/moment-js/locale/{$locale}{$min}.js" ) ) {
|
58 |
$moment_locale_url = $url . "vendor/moment-js/locale/{$locale}{$min}.js";
|
59 |
+
|
60 |
+
/*
|
61 |
+
* Try to find the short-form locale.
|
62 |
+
*
|
63 |
+
* eg. French (France) locale for WP is fr_FR. Here, we try to find fr.js
|
64 |
+
* (this exists).
|
65 |
+
*/
|
66 |
+
} else {
|
67 |
+
$locale = substr( $locale, 0, strpos( $locale, '-' ) );
|
68 |
+
if ( file_exists( buddypress()->core->path . "bp-core/js/vendor/moment-js/locale/{$locale}{$min}.js" ) ) {
|
69 |
+
$moment_locale_url = $url . "vendor/moment-js/locale/{$locale}{$min}.js";
|
70 |
+
}
|
71 |
}
|
72 |
}
|
73 |
|
93 |
'bp-cover-image' => array( 'file' => "{$url}cover-image{$min}.js", 'dependencies' => array(), 'footer' => true ),
|
94 |
|
95 |
// Version 2.7.
|
96 |
+
'bp-livestamp' => array( 'file' => "{$url}vendor/livestamp{$min}.js", 'dependencies' => array( 'jquery', 'moment' ), 'footer' => true ),
|
|
|
97 |
|
98 |
// Version 9.0.
|
99 |
'bp-dynamic-widget-block-script' => array( 'file' => "{$url}dynamic-widget-block.js", 'dependencies' => array( 'lodash', 'wp-url' ), 'footer' => true ),
|
100 |
);
|
101 |
|
102 |
+
/*
|
103 |
+
* In 11.0.0 we are deprecating `bp-moment` in favor of WordPress' already bundled `moment`.
|
104 |
+
* @todo completely remove `bp-moment` in 12.0.0.
|
105 |
+
*/
|
106 |
+
if ( ! $is_moment_registered ) {
|
107 |
+
$scripts['bp-moment'] = array( 'file' => "{$url}vendor/moment-js/moment{$min}.js", 'dependencies' => array(), 'footer' => true );
|
108 |
+
$bp_livestamp = $scripts['bp-livestamp'];
|
109 |
+
$bp_livestamp['dependencies'] = array( 'jquery', 'bp-moment' );
|
110 |
+
|
111 |
+
// Reset 'bp-livestamp' after 'bp-moment'.
|
112 |
+
unset( $scripts['bp-livestamp'] );
|
113 |
+
$scripts['bp-livestamp'] = $bp_livestamp;
|
114 |
+
|
115 |
+
// Version 2.7 - Add Moment.js locale to our $scripts array if we found one.
|
116 |
+
if ( $moment_locale_url ) {
|
117 |
+
$scripts['bp-moment-locale'] = array( 'file' => esc_url( $moment_locale_url ), 'dependencies' => array( 'bp-moment' ), 'footer' => true );
|
118 |
+
}
|
119 |
}
|
120 |
|
121 |
/**
|
578 |
*/
|
579 |
if ( wp_script_is( 'bp-moment-locale', 'registered' ) ) {
|
580 |
wp_enqueue_script( 'bp-moment-locale' );
|
581 |
+
wp_add_inline_script( 'bp-livestamp', bp_core_moment_js_config() );
|
582 |
+
} else {
|
583 |
+
wp_add_inline_script(
|
584 |
+
'moment',
|
585 |
+
sprintf(
|
586 |
+
"moment.updateLocale( '%s', %s );",
|
587 |
+
get_user_locale(),
|
588 |
+
wp_json_encode(
|
589 |
+
array(
|
590 |
+
'relativeTime' => array(
|
591 |
+
/* Translators: %s is the relative time (eg: in a few seconds). */
|
592 |
+
'future' => __( 'in %s', 'buddypress' ),
|
593 |
+
/* Translators: %s is the relative time (eg: 10 minutes ago). */
|
594 |
+
'past' => __( '%s ago', 'buddypress' ),
|
595 |
+
's' => __( 'a few seconds', 'buddypress' ),
|
596 |
+
'm' => __( 'a minute', 'buddypress' ),
|
597 |
+
/* Translators: %d is the amount of minutes. */
|
598 |
+
'mm' => __( '%d minutes', 'buddypress' ),
|
599 |
+
'h' => __( 'an hour', 'buddypress' ),
|
600 |
+
/* Translators: %d is the amount of hours. */
|
601 |
+
'hh' => __( '%d hours', 'buddypress' ),
|
602 |
+
'd' => __( 'a day', 'buddypress' ),
|
603 |
+
/* Translators: %d is the amount of days. */
|
604 |
+
'dd' => __( '%d days', 'buddypress' ),
|
605 |
+
'M' => __( 'a month', 'buddypress' ),
|
606 |
+
/* Translators: %d is the amount of months. */
|
607 |
+
'MM' => __( '%d months', 'buddypress' ),
|
608 |
+
'y' => __( 'a year', 'buddypress' ),
|
609 |
+
/* Translators: %d is the amount of years. */
|
610 |
+
'yy' => __( '%d years', 'buddypress' ),
|
611 |
+
),
|
612 |
+
)
|
613 |
+
)
|
614 |
+
)
|
615 |
+
);
|
616 |
}
|
617 |
|
618 |
wp_enqueue_script( 'bp-livestamp' );
|
622 |
* Return moment.js config.
|
623 |
*
|
624 |
* @since 2.7.0
|
625 |
+
* @deprecated 11.0.0 Soflty deprecated as we're keeping the function into this file
|
626 |
+
* to avoid fatal errors if deprecated code is ignored.
|
627 |
*
|
628 |
* @return string
|
629 |
*/
|
630 |
function bp_core_moment_js_config() {
|
631 |
+
_deprecated_function( __FUNCTION__, '11.0.0' );
|
632 |
+
|
633 |
// Grab the locale from the enqueued JS.
|
634 |
$moment_locale = wp_scripts()->query( 'bp-moment-locale' );
|
635 |
$moment_locale = substr( $moment_locale->src, strpos( $moment_locale->src, '/moment-js/locale/' ) + 18 );
|
@@ -199,7 +199,7 @@ function bp_core_menu_highlight_parent_page( $retval, $page ) {
|
|
199 |
// Duplicate some logic from Walker_Page::start_el() to highlight menu items.
|
200 |
if ( ! empty( $page_id ) ) {
|
201 |
$_bp_page = get_post( $page_id );
|
202 |
-
if ( in_array( $page->ID, $_bp_page->ancestors, true ) ) {
|
203 |
$retval[] = 'current_page_ancestor';
|
204 |
}
|
205 |
if ( $page->ID === $page_id ) {
|
199 |
// Duplicate some logic from Walker_Page::start_el() to highlight menu items.
|
200 |
if ( ! empty( $page_id ) ) {
|
201 |
$_bp_page = get_post( $page_id );
|
202 |
+
if ( $_bp_page && in_array( $page->ID, $_bp_page->ancestors, true ) ) {
|
203 |
$retval[] = 'current_page_ancestor';
|
204 |
}
|
205 |
if ( $page->ID === $page_id ) {
|
@@ -4741,10 +4741,17 @@ function bp_delete_optout_by_id( $id = 0 ) {
|
|
4741 |
*/
|
4742 |
function bp_get_deprecated_functions_versions() {
|
4743 |
$ignore_deprecated = null;
|
4744 |
-
|
|
|
|
|
4745 |
$ignore_deprecated = (bool) BP_IGNORE_DEPRECATED;
|
4746 |
}
|
4747 |
|
|
|
|
|
|
|
|
|
|
|
4748 |
/*
|
4749 |
* Respect the site owner's choice to ignore deprecated functions.
|
4750 |
* Return an empty array to inform no deprecated version files should be loaded.
|
4741 |
*/
|
4742 |
function bp_get_deprecated_functions_versions() {
|
4743 |
$ignore_deprecated = null;
|
4744 |
+
|
4745 |
+
// Do ignore deprecated => ignore all deprecated code.
|
4746 |
+
if ( defined( 'BP_IGNORE_DEPRECATED' ) && BP_IGNORE_DEPRECATED ) {
|
4747 |
$ignore_deprecated = (bool) BP_IGNORE_DEPRECATED;
|
4748 |
}
|
4749 |
|
4750 |
+
// Do not ignore deprecated => load all deprecated code.
|
4751 |
+
if ( defined( 'BP_LOAD_DEPRECATED' ) && BP_LOAD_DEPRECATED ) {
|
4752 |
+
$ignore_deprecated = ! (bool) BP_LOAD_DEPRECATED;
|
4753 |
+
}
|
4754 |
+
|
4755 |
/*
|
4756 |
* Respect the site owner's choice to ignore deprecated functions.
|
4757 |
* Return an empty array to inform no deprecated version files should be loaded.
|
@@ -77,8 +77,8 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '',
|
|
77 |
}
|
78 |
|
79 |
// Define local variable(s).
|
80 |
-
$_post
|
81 |
-
$
|
82 |
|
83 |
/** User Data ************************************************************
|
84 |
*/
|
@@ -90,9 +90,10 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '',
|
|
90 |
|
91 |
// If data exists, map it.
|
92 |
if ( ! empty( $user ) ) {
|
93 |
-
$_post['
|
94 |
-
$_post['
|
95 |
-
$_post['
|
|
|
96 |
}
|
97 |
}
|
98 |
|
@@ -111,20 +112,32 @@ function bp_core_check_for_moderation( $user_id = 0, $title = '', $content = '',
|
|
111 |
if ( ! empty( $max_links ) ) {
|
112 |
|
113 |
// How many links?
|
114 |
-
$num_links = preg_match_all( '/(http|ftp|https)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
-
// Allow for bumping the max to
|
117 |
if ( ! empty( $_post['url'] ) ) {
|
|
|
118 |
|
119 |
/**
|
120 |
* Filters the maximum amount of links allowed to include the user's URL.
|
121 |
*
|
122 |
* @since 1.6.0
|
|
|
123 |
*
|
124 |
-
* @param string $num_links
|
125 |
-
* @param string $
|
|
|
126 |
*/
|
127 |
-
$num_links = apply_filters( 'comment_max_links_url', $num_links, $
|
128 |
}
|
129 |
|
130 |
// Das ist zu viele links!
|
77 |
}
|
78 |
|
79 |
// Define local variable(s).
|
80 |
+
$_post = array();
|
81 |
+
$matches = '';
|
82 |
|
83 |
/** User Data ************************************************************
|
84 |
*/
|
90 |
|
91 |
// If data exists, map it.
|
92 |
if ( ! empty( $user ) ) {
|
93 |
+
$_post['user_id'] = $user->ID;
|
94 |
+
$_post['author'] = $user->display_name;
|
95 |
+
$_post['email'] = $user->user_email;
|
96 |
+
$_post['url'] = $user->user_url;
|
97 |
}
|
98 |
}
|
99 |
|
112 |
if ( ! empty( $max_links ) ) {
|
113 |
|
114 |
// How many links?
|
115 |
+
$num_links = preg_match_all( '/(http|ftp|https):\/\/(.+?)([\s\'"])/i', $content, $matches );
|
116 |
+
|
117 |
+
// Neutralize the current site's URL.
|
118 |
+
if ( isset( $matches[0] ) && is_array( $matches[0] ) ) {
|
119 |
+
foreach ( $matches[0] as $found_url ) {
|
120 |
+
if ( 0 === strpos( $found_url, home_url() ) ) {
|
121 |
+
$num_links -=1;
|
122 |
+
}
|
123 |
+
}
|
124 |
+
}
|
125 |
|
126 |
+
// Allow for bumping the max according to the user's URL or content data.
|
127 |
if ( ! empty( $_post['url'] ) ) {
|
128 |
+
$user_url = $_post['url'];
|
129 |
|
130 |
/**
|
131 |
* Filters the maximum amount of links allowed to include the user's URL.
|
132 |
*
|
133 |
* @since 1.6.0
|
134 |
+
* @since 11.0.0 Introduced the $content parameter as WordPress did the same in 4.7.0.
|
135 |
*
|
136 |
+
* @param string $num_links How many links found.
|
137 |
+
* @param string $user_url User's url.
|
138 |
+
* @param array $content The content being moderated.
|
139 |
*/
|
140 |
+
$num_links = apply_filters( 'comment_max_links_url', $num_links, $user_url, $content );
|
141 |
}
|
142 |
|
143 |
// Das ist zu viele links!
|
@@ -1138,7 +1138,6 @@ class BP_Admin {
|
|
1138 |
<a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a>,
|
1139 |
<a href="https://mattbradley.github.io/livestampjs/">Livestamp.js</a>,
|
1140 |
<a href="https://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>,
|
1141 |
-
<a href="https://momentjs.com/">Moment.js</a>,
|
1142 |
<a href="https://wordpress.org">WordPress</a>.
|
1143 |
</p>
|
1144 |
|
1138 |
<a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a>,
|
1139 |
<a href="https://mattbradley.github.io/livestampjs/">Livestamp.js</a>,
|
1140 |
<a href="https://www.mediawiki.org/wiki/MediaWiki">MediaWiki</a>,
|
|
|
1141 |
<a href="https://wordpress.org">WordPress</a>.
|
1142 |
</p>
|
1143 |
|
@@ -359,7 +359,7 @@ class BP_Button {
|
|
359 |
* @since 2.7.0 Added $r as a parameter.
|
360 |
*
|
361 |
* @param string $contents HTML being used for the button.
|
362 |
-
* @param BP_Button $
|
363 |
* @param string $before HTML appended before the actual button.
|
364 |
* @param string $after HTML appended after the actual button.
|
365 |
* @param array $r Parsed button arguments.
|
359 |
* @since 2.7.0 Added $r as a parameter.
|
360 |
*
|
361 |
* @param string $contents HTML being used for the button.
|
362 |
+
* @param BP_Button $button Current BP_Button instance.
|
363 |
* @param string $before HTML appended before the actual button.
|
364 |
* @param string $after HTML appended after the actual button.
|
365 |
* @param array $r Parsed button arguments.
|
@@ -32,7 +32,8 @@ class BP_Email_Recipient extends BP_Email_Participant {
|
|
32 |
*
|
33 |
* @param string|array|int|WP_User $email_or_user Either a email address, user ID, WP_User object,
|
34 |
* or an array containing any combination of the above.
|
35 |
-
* @param string
|
|
|
36 |
*/
|
37 |
public function __construct( $email_or_user, $name = '' ) {
|
38 |
$name = sanitize_text_field( $name );
|
@@ -100,8 +101,8 @@ class BP_Email_Recipient extends BP_Email_Participant {
|
|
100 |
*
|
101 |
* @param string|array|int|WP_User $email_or_user Either a email address, user ID, WP_User object,
|
102 |
* or an array containing any combination of the above.
|
103 |
-
* @param string
|
104 |
-
* @param BP_Email_Recipient
|
105 |
*/
|
106 |
do_action( 'bp_email_recipient', $email_or_user, $name, $this );
|
107 |
}
|
@@ -169,10 +170,10 @@ class BP_Email_Recipient extends BP_Email_Participant {
|
|
169 |
*
|
170 |
* @since 2.5.0
|
171 |
*
|
172 |
-
* @param WP_User
|
173 |
-
* @param string
|
174 |
-
*
|
175 |
-
* @param
|
176 |
*/
|
177 |
return apply_filters( 'bp_email_recipient_get_user', $this->user_object, $transform, $this );
|
178 |
}
|
32 |
*
|
33 |
* @param string|array|int|WP_User $email_or_user Either a email address, user ID, WP_User object,
|
34 |
* or an array containing any combination of the above.
|
35 |
+
* @param string $name Optional. If $email_or_user is a string, this is the
|
36 |
+
* recipient's name.
|
37 |
*/
|
38 |
public function __construct( $email_or_user, $name = '' ) {
|
39 |
$name = sanitize_text_field( $name );
|
101 |
*
|
102 |
* @param string|array|int|WP_User $email_or_user Either a email address, user ID, WP_User object,
|
103 |
* or an array containing any combination of the above.
|
104 |
+
* @param string $name If $email_or_user is a string, this is the recipient's name.
|
105 |
+
* @param BP_Email_Recipient $recipient Current instance of the email type class.
|
106 |
*/
|
107 |
do_action( 'bp_email_recipient', $email_or_user, $name, $this );
|
108 |
}
|
170 |
*
|
171 |
* @since 2.5.0
|
172 |
*
|
173 |
+
* @param WP_User $user_object WP_User object for this recipient, or null if not set.
|
174 |
+
* @param string $transform Optional. How the return value was transformed.
|
175 |
+
* Accepts 'raw' (default) or 'search-email'.
|
176 |
+
* @param BP_Email_Recipient $recipient Current instance of the email recipient class.
|
177 |
*/
|
178 |
return apply_filters( 'bp_email_recipient_get_user', $this->user_object, $transform, $this );
|
179 |
}
|
@@ -198,8 +198,8 @@ class BP_Email {
|
|
198 |
*
|
199 |
* @since 2.5.0
|
200 |
*
|
201 |
-
* @param string
|
202 |
-
* @param BP_Email $
|
203 |
*/
|
204 |
do_action( 'bp_email', $email_type, $this );
|
205 |
}
|
@@ -244,11 +244,11 @@ class BP_Email {
|
|
244 |
*
|
245 |
* @since 2.5.0
|
246 |
*
|
247 |
-
* @param mixed
|
248 |
-
* @param string
|
249 |
-
* @param string
|
250 |
-
*
|
251 |
-
* @param BP_Email $
|
252 |
*/
|
253 |
$retval = apply_filters( "bp_email_get_{$property_name}", $this->$property_name, $property_name, $transform, $this );
|
254 |
|
@@ -272,11 +272,11 @@ class BP_Email {
|
|
272 |
*
|
273 |
* @since 2.5.0
|
274 |
*
|
275 |
-
* @param string
|
276 |
-
* @param string
|
277 |
-
* @param string
|
278 |
-
*
|
279 |
-
* @param BP_Email $
|
280 |
*/
|
281 |
return apply_filters( 'bp_email_get_property', $retval, $property_name, $transform, $this );
|
282 |
}
|
@@ -550,7 +550,7 @@ class BP_Email {
|
|
550 |
* @since 2.5.0
|
551 |
*
|
552 |
* @param string[] $new_headers Key/value pairs of new header name/values (strings).
|
553 |
-
* @param BP_Email $
|
554 |
*/
|
555 |
$this->headers = apply_filters( 'bp_email_set_headers', $new_headers, $this );
|
556 |
|
@@ -592,13 +592,14 @@ class BP_Email {
|
|
592 |
*
|
593 |
* @since 2.5.0
|
594 |
*
|
595 |
-
* @param BP_Email_Recipient[]
|
596 |
* @param string|array|int|WP_User $bcc_address Either a email address, user ID, WP_User object,
|
597 |
* or an array containing any combination of the above.
|
598 |
-
* @param string
|
599 |
-
*
|
600 |
-
*
|
601 |
-
*
|
|
|
602 |
*/
|
603 |
$this->bcc = apply_filters( 'bp_email_set_bcc', $bcc, $bcc_address, $name, $operation, $this );
|
604 |
|
@@ -640,13 +641,13 @@ class BP_Email {
|
|
640 |
*
|
641 |
* @since 2.5.0
|
642 |
*
|
643 |
-
* @param BP_Email_Recipient[]
|
644 |
* @param string|array|int|WP_User $cc_address Either a email address, user ID, WP_User object,
|
645 |
* or an array containing any combination of the above.
|
646 |
-
* @param string
|
647 |
-
* @param string
|
648 |
-
*
|
649 |
-
* @param BP_Email
|
650 |
*/
|
651 |
$this->cc = apply_filters( 'bp_email_set_cc', $cc, $cc_address, $name, $operation, $this );
|
652 |
|
@@ -668,8 +669,8 @@ class BP_Email {
|
|
668 |
*
|
669 |
* @since 2.5.0
|
670 |
*
|
671 |
-
* @param string
|
672 |
-
* @param BP_Email $
|
673 |
*/
|
674 |
$this->content_html = apply_filters( 'bp_email_set_content_html', $content, $this );
|
675 |
|
@@ -691,8 +692,8 @@ class BP_Email {
|
|
691 |
*
|
692 |
* @since 2.5.0
|
693 |
*
|
694 |
-
* @param string
|
695 |
-
* @param BP_Email $
|
696 |
*/
|
697 |
$this->content_plaintext = apply_filters( 'bp_email_set_content_plaintext', $content, $this );
|
698 |
|
@@ -720,8 +721,8 @@ class BP_Email {
|
|
720 |
*
|
721 |
* @since 2.5.0
|
722 |
*
|
723 |
-
* @param string
|
724 |
-
* @param BP_Email $
|
725 |
*/
|
726 |
$this->content_type = apply_filters( 'bp_email_set_content_type', $content_type, $this );
|
727 |
|
@@ -748,10 +749,11 @@ class BP_Email {
|
|
748 |
*
|
749 |
* @since 2.5.0
|
750 |
*
|
751 |
-
* @param BP_Email_Recipient
|
752 |
* @param string|array|int|WP_User $email_address Either a email address, user ID, or WP_User object.
|
753 |
-
* @param string
|
754 |
-
*
|
|
|
755 |
*/
|
756 |
$this->from = apply_filters( 'bp_email_set_from', $from, $email_address, $name, $this );
|
757 |
|
@@ -775,8 +777,8 @@ class BP_Email {
|
|
775 |
*
|
776 |
* @since 2.5.0
|
777 |
*
|
778 |
-
* @param WP_Post
|
779 |
-
* @param BP_Email $
|
780 |
*/
|
781 |
$this->post_object = apply_filters( 'bp_email_set_post_object', $post, $this );
|
782 |
|
@@ -831,11 +833,12 @@ class BP_Email {
|
|
831 |
*
|
832 |
* @since 2.5.0
|
833 |
*
|
834 |
-
* @param BP_Email_Recipient
|
835 |
* @param string|array|int|WP_User $email_address Either a email address, user ID, WP_User object,
|
836 |
* or an array containing any combination of the above.
|
837 |
-
* @param string
|
838 |
-
*
|
|
|
839 |
*/
|
840 |
$this->reply_to = apply_filters( 'bp_email_set_reply_to', $reply_to, $email_address, $name, $this );
|
841 |
|
@@ -857,8 +860,8 @@ class BP_Email {
|
|
857 |
*
|
858 |
* @since 2.5.0
|
859 |
*
|
860 |
-
* @param string
|
861 |
-
* @param BP_Email $
|
862 |
*/
|
863 |
$this->subject = apply_filters( 'bp_email_set_subject', $subject, $this );
|
864 |
|
@@ -883,8 +886,8 @@ class BP_Email {
|
|
883 |
*
|
884 |
* @since 2.5.0
|
885 |
*
|
886 |
-
* @param string
|
887 |
-
* @param BP_Email $
|
888 |
*/
|
889 |
$this->template = apply_filters( 'bp_email_set_template', $template, $this );
|
890 |
|
@@ -931,12 +934,12 @@ class BP_Email {
|
|
931 |
*
|
932 |
* @since 2.5.0
|
933 |
*
|
934 |
-
* @param BP_Email_Recipient[] "To" recipients.
|
935 |
-
* @param string
|
936 |
-
* @param string
|
937 |
-
* @param string
|
938 |
-
*
|
939 |
-
* @param BP_Email
|
940 |
*/
|
941 |
$this->to = apply_filters( 'bp_email_set_to', $to, $to_address, $name, $operation, $this );
|
942 |
|
@@ -972,7 +975,7 @@ class BP_Email {
|
|
972 |
* and replacement values (value).
|
973 |
* @param string[] $tokens Associative pairing of unformatted token
|
974 |
* names (key) and replacement values (value).
|
975 |
-
* @param BP_Email $
|
976 |
*/
|
977 |
$this->tokens = apply_filters( 'bp_email_set_tokens', $formatted_tokens, $tokens, $this );
|
978 |
|
@@ -1021,7 +1024,7 @@ class BP_Email {
|
|
1021 |
* @since 2.5.0
|
1022 |
*
|
1023 |
* @param bool|WP_Error $retval Returns true if validation succesful, else a descriptive WP_Error.
|
1024 |
-
* @param BP_Email
|
1025 |
*/
|
1026 |
return apply_filters( 'bp_email_validate', $retval, $this );
|
1027 |
}
|
198 |
*
|
199 |
* @since 2.5.0
|
200 |
*
|
201 |
+
* @param string $email_type Unique identifier for this type of email.
|
202 |
+
* @param BP_Email $email Current instance of the email type class.
|
203 |
*/
|
204 |
do_action( 'bp_email', $email_type, $this );
|
205 |
}
|
244 |
*
|
245 |
* @since 2.5.0
|
246 |
*
|
247 |
+
* @param mixed $property_value Property value.
|
248 |
+
* @param string $property_name Property name.
|
249 |
+
* @param string $transform How to transform the return value.
|
250 |
+
* Accepts 'raw' (default) or 'replace-tokens'.
|
251 |
+
* @param BP_Email $email Current instance of the email type class.
|
252 |
*/
|
253 |
$retval = apply_filters( "bp_email_get_{$property_name}", $this->$property_name, $property_name, $transform, $this );
|
254 |
|
272 |
*
|
273 |
* @since 2.5.0
|
274 |
*
|
275 |
+
* @param string $retval Property value.
|
276 |
+
* @param string $property_name Property name.
|
277 |
+
* @param string $transform How to transform the return value.
|
278 |
+
* Accepts 'raw' (default) or 'replace-tokens'.
|
279 |
+
* @param BP_Email $email Current instance of the email type class.
|
280 |
*/
|
281 |
return apply_filters( 'bp_email_get_property', $retval, $property_name, $transform, $this );
|
282 |
}
|
550 |
* @since 2.5.0
|
551 |
*
|
552 |
* @param string[] $new_headers Key/value pairs of new header name/values (strings).
|
553 |
+
* @param BP_Email $email Current instance of the email type class.
|
554 |
*/
|
555 |
$this->headers = apply_filters( 'bp_email_set_headers', $new_headers, $this );
|
556 |
|
592 |
*
|
593 |
* @since 2.5.0
|
594 |
*
|
595 |
+
* @param BP_Email_Recipient[] $bcc BCC recipients.
|
596 |
* @param string|array|int|WP_User $bcc_address Either a email address, user ID, WP_User object,
|
597 |
* or an array containing any combination of the above.
|
598 |
+
* @param string $name Optional. If $bcc_address is a string, this is the recipient's
|
599 |
+
* name.
|
600 |
+
* @param string $operation If "replace", $to_address replaced previous recipients.
|
601 |
+
* If "add", $to_address was added to the array of recipients.
|
602 |
+
* @param BP_Email $email Current instance of the email type class.
|
603 |
*/
|
604 |
$this->bcc = apply_filters( 'bp_email_set_bcc', $bcc, $bcc_address, $name, $operation, $this );
|
605 |
|
641 |
*
|
642 |
* @since 2.5.0
|
643 |
*
|
644 |
+
* @param BP_Email_Recipient[] $cc CC recipients.
|
645 |
* @param string|array|int|WP_User $cc_address Either a email address, user ID, WP_User object,
|
646 |
* or an array containing any combination of the above.
|
647 |
+
* @param string $name Optional. If $cc_address is a string, this is the recipient's name.
|
648 |
+
* @param string $operation If "replace", $to_address replaced previous recipients. If "add",
|
649 |
+
* $to_address was added to the array of recipients.
|
650 |
+
* @param BP_Email $email Current instance of the email type class.
|
651 |
*/
|
652 |
$this->cc = apply_filters( 'bp_email_set_cc', $cc, $cc_address, $name, $operation, $this );
|
653 |
|
669 |
*
|
670 |
* @since 2.5.0
|
671 |
*
|
672 |
+
* @param string $content HTML email content.
|
673 |
+
* @param BP_Email $email Current instance of the email type class.
|
674 |
*/
|
675 |
$this->content_html = apply_filters( 'bp_email_set_content_html', $content, $this );
|
676 |
|
692 |
*
|
693 |
* @since 2.5.0
|
694 |
*
|
695 |
+
* @param string $content Plain text email content.
|
696 |
+
* @param BP_Email $email Current instance of the email type class.
|
697 |
*/
|
698 |
$this->content_plaintext = apply_filters( 'bp_email_set_content_plaintext', $content, $this );
|
699 |
|
721 |
*
|
722 |
* @since 2.5.0
|
723 |
*
|
724 |
+
* @param string $content_type Email content type ("html" or "plaintext").
|
725 |
+
* @param BP_Email $email Current instance of the email type class.
|
726 |
*/
|
727 |
$this->content_type = apply_filters( 'bp_email_set_content_type', $content_type, $this );
|
728 |
|
749 |
*
|
750 |
* @since 2.5.0
|
751 |
*
|
752 |
+
* @param BP_Email_Recipient $from Sender details.
|
753 |
* @param string|array|int|WP_User $email_address Either a email address, user ID, or WP_User object.
|
754 |
+
* @param string $name Optional. If $email_address is a string, this is the
|
755 |
+
* recipient's name.
|
756 |
+
* @param BP_Email $email Current instance of the email type class.
|
757 |
*/
|
758 |
$this->from = apply_filters( 'bp_email_set_from', $from, $email_address, $name, $this );
|
759 |
|
777 |
*
|
778 |
* @since 2.5.0
|
779 |
*
|
780 |
+
* @param WP_Post $post A Post.
|
781 |
+
* @param BP_Email $email Current instance of the email type class.
|
782 |
*/
|
783 |
$this->post_object = apply_filters( 'bp_email_set_post_object', $post, $this );
|
784 |
|
833 |
*
|
834 |
* @since 2.5.0
|
835 |
*
|
836 |
+
* @param BP_Email_Recipient $reply_to "Reply to" recipient.
|
837 |
* @param string|array|int|WP_User $email_address Either a email address, user ID, WP_User object,
|
838 |
* or an array containing any combination of the above.
|
839 |
+
* @param string $name Optional. If $email_address is a string, this is the
|
840 |
+
* recipient's name.
|
841 |
+
* @param BP_Email $email Current instance of the email type class.
|
842 |
*/
|
843 |
$this->reply_to = apply_filters( 'bp_email_set_reply_to', $reply_to, $email_address, $name, $this );
|
844 |
|
860 |
*
|
861 |
* @since 2.5.0
|
862 |
*
|
863 |
+
* @param string $subject Email subject.
|
864 |
+
* @param BP_Email $email Current instance of the email type class.
|
865 |
*/
|
866 |
$this->subject = apply_filters( 'bp_email_set_subject', $subject, $this );
|
867 |
|
886 |
*
|
887 |
* @since 2.5.0
|
888 |
*
|
889 |
+
* @param string $template Email template. Assumed to be HTML.
|
890 |
+
* @param BP_Email $email Current instance of the email type class.
|
891 |
*/
|
892 |
$this->template = apply_filters( 'bp_email_set_template', $template, $this );
|
893 |
|
934 |
*
|
935 |
* @since 2.5.0
|
936 |
*
|
937 |
+
* @param BP_Email_Recipient[] $to "To" recipients.
|
938 |
+
* @param string $to_address "To" address.
|
939 |
+
* @param string $name "To" name.
|
940 |
+
* @param string $operation If "replace", $to_address replaced previous recipients. If "add",
|
941 |
+
* $to_address was added to the array of recipients.
|
942 |
+
* @param BP_Email $email Current instance of the email type class.
|
943 |
*/
|
944 |
$this->to = apply_filters( 'bp_email_set_to', $to, $to_address, $name, $operation, $this );
|
945 |
|
975 |
* and replacement values (value).
|
976 |
* @param string[] $tokens Associative pairing of unformatted token
|
977 |
* names (key) and replacement values (value).
|
978 |
+
* @param BP_Email $email Current instance of the email type class.
|
979 |
*/
|
980 |
$this->tokens = apply_filters( 'bp_email_set_tokens', $formatted_tokens, $tokens, $this );
|
981 |
|
1024 |
* @since 2.5.0
|
1025 |
*
|
1026 |
* @param bool|WP_Error $retval Returns true if validation succesful, else a descriptive WP_Error.
|
1027 |
+
* @param BP_Email $email Current instance of the email type class.
|
1028 |
*/
|
1029 |
return apply_filters( 'bp_email_validate', $retval, $this );
|
1030 |
}
|
@@ -55,7 +55,7 @@ class BP_Embed extends WP_Embed {
|
|
55 |
*
|
56 |
* @since 1.5.0
|
57 |
*
|
58 |
-
* @param BP_Embed $
|
59 |
*/
|
60 |
do_action_ref_array( 'bp_core_setup_oembed', array( &$this ) );
|
61 |
}
|
55 |
*
|
56 |
* @since 1.5.0
|
57 |
*
|
58 |
+
* @param BP_Embed $embed Current instance of the BP_Embed. Passed by reference.
|
59 |
*/
|
60 |
do_action_ref_array( 'bp_core_setup_oembed', array( &$this ) );
|
61 |
}
|
@@ -54,8 +54,8 @@ class BP_Members_Suggestions extends BP_Suggestions {
|
|
54 |
*
|
55 |
* @since 2.1.0
|
56 |
*
|
57 |
-
* @param array $args
|
58 |
-
* @param BP_Members_Suggestions $
|
59 |
*/
|
60 |
$this->args = apply_filters( 'bp_members_suggestions_args', $this->args, $this );
|
61 |
|
@@ -69,8 +69,8 @@ class BP_Members_Suggestions extends BP_Suggestions {
|
|
69 |
*
|
70 |
* @since 2.1.0
|
71 |
*
|
72 |
-
* @param bool|WP_Error $
|
73 |
-
* @param BP_Members_Suggestions $
|
74 |
*/
|
75 |
return apply_filters( 'bp_members_suggestions_validate_args', parent::validate(), $this );
|
76 |
}
|
@@ -104,8 +104,8 @@ class BP_Members_Suggestions extends BP_Suggestions {
|
|
104 |
*
|
105 |
* @since 2.1.0
|
106 |
*
|
107 |
-
* @param array $user_query
|
108 |
-
* @param BP_Members_Suggestions $
|
109 |
*/
|
110 |
$user_query = apply_filters( 'bp_members_suggestions_query_args', $user_query, $this );
|
111 |
if ( is_wp_error( $user_query ) ) {
|
@@ -131,8 +131,8 @@ class BP_Members_Suggestions extends BP_Suggestions {
|
|
131 |
*
|
132 |
* @since 2.1.0
|
133 |
*
|
134 |
-
* @param array $results
|
135 |
-
* @param BP_Members_Suggestions $
|
136 |
*/
|
137 |
return apply_filters( 'bp_members_suggestions_get_suggestions', $results, $this );
|
138 |
}
|
54 |
*
|
55 |
* @since 2.1.0
|
56 |
*
|
57 |
+
* @param array $args Array of arguments for the member suggestions.
|
58 |
+
* @param BP_Members_Suggestions $suggestions Current BP_Members_Suggestions instance.
|
59 |
*/
|
60 |
$this->args = apply_filters( 'bp_members_suggestions_args', $this->args, $this );
|
61 |
|
69 |
*
|
70 |
* @since 2.1.0
|
71 |
*
|
72 |
+
* @param bool|WP_Error $is_valid Results of validation check.
|
73 |
+
* @param BP_Members_Suggestions $suggestions Current BP_Members_Suggestions instance.
|
74 |
*/
|
75 |
return apply_filters( 'bp_members_suggestions_validate_args', parent::validate(), $this );
|
76 |
}
|
104 |
*
|
105 |
* @since 2.1.0
|
106 |
*
|
107 |
+
* @param array $user_query Array of query arguments.
|
108 |
+
* @param BP_Members_Suggestions $suggestions Current BP_Members_Suggestions instance.
|
109 |
*/
|
110 |
$user_query = apply_filters( 'bp_members_suggestions_query_args', $user_query, $this );
|
111 |
if ( is_wp_error( $user_query ) ) {
|
131 |
*
|
132 |
* @since 2.1.0
|
133 |
*
|
134 |
+
* @param array $results Array of users to suggest.
|
135 |
+
* @param BP_Members_Suggestions $suggestions Current BP_Members_Suggestions instance.
|
136 |
*/
|
137 |
return apply_filters( 'bp_members_suggestions_get_suggestions', $results, $this );
|
138 |
}
|
@@ -50,9 +50,7 @@ abstract class BP_Suggestions {
|
|
50 |
* @since 2.1.0
|
51 |
* @var array
|
52 |
*/
|
53 |
-
protected $args = array(
|
54 |
-
);
|
55 |
-
|
56 |
|
57 |
/**
|
58 |
* Constructor.
|
@@ -105,10 +103,10 @@ abstract class BP_Suggestions {
|
|
105 |
*
|
106 |
* @since 2.1.0
|
107 |
*
|
108 |
-
* @param
|
109 |
-
* @param BP_Suggestions $
|
110 |
*/
|
111 |
-
$this->args
|
112 |
|
113 |
// Check for invalid or missing mandatory parameters.
|
114 |
if ( ! $this->args['limit'] || ! $this->args['term'] ) {
|
@@ -125,8 +123,8 @@ abstract class BP_Suggestions {
|
|
125 |
*
|
126 |
* @since 2.1.0
|
127 |
*
|
128 |
-
* @param bool $
|
129 |
-
* @param BP_Suggestions $
|
130 |
*/
|
131 |
return apply_filters( 'bp_suggestions_validate_args', true, $this );
|
132 |
}
|
50 |
* @since 2.1.0
|
51 |
* @var array
|
52 |
*/
|
53 |
+
protected $args = array();
|
|
|
|
|
54 |
|
55 |
/**
|
56 |
* Constructor.
|
103 |
*
|
104 |
* @since 2.1.0
|
105 |
*
|
106 |
+
* @param array $args Arguments to be validated.
|
107 |
+
* @param BP_Suggestions $suggestions Current BP_Suggestions instance.
|
108 |
*/
|
109 |
+
$this->args = apply_filters( 'bp_suggestions_args', $this->args, $this );
|
110 |
|
111 |
// Check for invalid or missing mandatory parameters.
|
112 |
if ( ! $this->args['limit'] || ! $this->args['term'] ) {
|
123 |
*
|
124 |
* @since 2.1.0
|
125 |
*
|
126 |
+
* @param bool $is_valid Whether or not the values are valid.
|
127 |
+
* @param BP_Suggestions $suggestions Current BP_Suggestions instance.
|
128 |
*/
|
129 |
return apply_filters( 'bp_suggestions_validate_args', true, $this );
|
130 |
}
|
@@ -187,7 +187,7 @@ class BP_User_Query {
|
|
187 |
*
|
188 |
* @since 1.7.0
|
189 |
*
|
190 |
-
* @param BP_User_Query $
|
191 |
*/
|
192 |
do_action_ref_array( 'bp_pre_user_query_construct', array( &$this ) );
|
193 |
|
@@ -493,8 +493,8 @@ class BP_User_Query {
|
|
493 |
*
|
494 |
* @since 2.0.0
|
495 |
*
|
496 |
-
* @param array $sql
|
497 |
-
* @param BP_User_Query $
|
498 |
*/
|
499 |
$sql = apply_filters_ref_array( 'bp_user_query_uid_clauses', array( $sql, &$this ) );
|
500 |
|
@@ -510,7 +510,7 @@ class BP_User_Query {
|
|
510 |
*
|
511 |
* @since 1.7.0
|
512 |
*
|
513 |
-
* @param BP_User_Query $
|
514 |
*/
|
515 |
do_action_ref_array( 'bp_pre_user_query', array( &$this ) );
|
516 |
}
|
@@ -548,8 +548,8 @@ class BP_User_Query {
|
|
548 |
*
|
549 |
* @since 1.7.0
|
550 |
*
|
551 |
-
* @param string $value
|
552 |
-
* @param BP_User_Query $
|
553 |
*/
|
554 |
$this->total_users = $wpdb->get_var( apply_filters( 'bp_found_user_query', "SELECT FOUND_ROWS()", $this ) );
|
555 |
} elseif ( 'count_query' == $this->query_vars['count_total'] ) {
|
@@ -578,8 +578,8 @@ class BP_User_Query {
|
|
578 |
*
|
579 |
* @since 1.7.0
|
580 |
*
|
581 |
-
* @param array $value
|
582 |
-
* @param BP_User_Query $
|
583 |
*/
|
584 |
$wp_user_query = new WP_User_Query( apply_filters( 'bp_wp_user_query_args', array(
|
585 |
|
@@ -696,7 +696,7 @@ class BP_User_Query {
|
|
696 |
*
|
697 |
* @since 1.7.0
|
698 |
*
|
699 |
-
* @param BP_User_Query $
|
700 |
* @param string $user_ids_sql Comma-separated string of user IDs.
|
701 |
*/
|
702 |
do_action_ref_array( 'bp_user_query_populate_extras', array( $this, $user_ids_sql ) );
|
187 |
*
|
188 |
* @since 1.7.0
|
189 |
*
|
190 |
+
* @param BP_User_Query $user_query Current instance of the BP_User_Query. Passed by reference.
|
191 |
*/
|
192 |
do_action_ref_array( 'bp_pre_user_query_construct', array( &$this ) );
|
193 |
|
493 |
*
|
494 |
* @since 2.0.0
|
495 |
*
|
496 |
+
* @param array $sql Array of SQL clauses to be used in the query.
|
497 |
+
* @param BP_User_Query $user_query Current BP_User_Query instance.
|
498 |
*/
|
499 |
$sql = apply_filters_ref_array( 'bp_user_query_uid_clauses', array( $sql, &$this ) );
|
500 |
|
510 |
*
|
511 |
* @since 1.7.0
|
512 |
*
|
513 |
+
* @param BP_User_Query $query Current BP_User_Query instance. Passed by reference.
|
514 |
*/
|
515 |
do_action_ref_array( 'bp_pre_user_query', array( &$this ) );
|
516 |
}
|
548 |
*
|
549 |
* @since 1.7.0
|
550 |
*
|
551 |
+
* @param string $value SQL statement to select FOUND_ROWS().
|
552 |
+
* @param BP_User_Query $user_query Current BP_User_Query instance.
|
553 |
*/
|
554 |
$this->total_users = $wpdb->get_var( apply_filters( 'bp_found_user_query', "SELECT FOUND_ROWS()", $this ) );
|
555 |
} elseif ( 'count_query' == $this->query_vars['count_total'] ) {
|
578 |
*
|
579 |
* @since 1.7.0
|
580 |
*
|
581 |
+
* @param array $value Array of arguments for the user query.
|
582 |
+
* @param BP_User_Query $user_query Current BP_User_Query instance.
|
583 |
*/
|
584 |
$wp_user_query = new WP_User_Query( apply_filters( 'bp_wp_user_query_args', array(
|
585 |
|
696 |
*
|
697 |
* @since 1.7.0
|
698 |
*
|
699 |
+
* @param BP_User_Query $user_query Current BP_User_Query instance.
|
700 |
* @param string $user_ids_sql Comma-separated string of user IDs.
|
701 |
*/
|
702 |
do_action_ref_array( 'bp_user_query_populate_extras', array( $this, $user_ids_sql ) );
|
@@ -76,3 +76,18 @@ function bp_nouveau_blogs_catch_button_args( $button = array() ) {
|
|
76 |
// return an empty array to stop the button creation process
|
77 |
return array();
|
78 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
// return an empty array to stop the button creation process
|
77 |
return array();
|
78 |
}
|
79 |
+
|
80 |
+
/**
|
81 |
+
* Returns a file's mime type.
|
82 |
+
*
|
83 |
+
* @since 10.2.0
|
84 |
+
* @deprecated 11.0.0 replaced by `bp_attachments_get_mime_type()`
|
85 |
+
*
|
86 |
+
* @param string $file Absolute path of a file or directory.
|
87 |
+
* @return false|string False if the mime type is not supported by WordPress.
|
88 |
+
* The mime type of a file or 'directory' for a directory.
|
89 |
+
*/
|
90 |
+
function bp_attachements_get_mime_type( $file = '' ) {
|
91 |
+
_deprecated_function( __FUNCTION__, '11.0.0', 'bp_attachments_get_mime_type()' );
|
92 |
+
return bp_attachments_get_mime_type( $file );
|
93 |
+
}
|
@@ -578,16 +578,27 @@ function groups_post_update( $args = '' ) {
|
|
578 |
$group_id = (int) $bp->groups->current_group->id;
|
579 |
}
|
580 |
|
581 |
-
$content
|
582 |
-
$user_id
|
583 |
-
|
584 |
-
|
585 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
586 |
|
587 |
-
|
|
|
588 |
|
589 |
-
// Be sure the user is a member of the group before posting.
|
590 |
-
if ( ! bp_current_user_can( 'bp_moderate' ) && ! groups_is_user_member( $user_id, $group_id ) ) {
|
591 |
return false;
|
592 |
}
|
593 |
|
578 |
$group_id = (int) $bp->groups->current_group->id;
|
579 |
}
|
580 |
|
581 |
+
$content = $r['content'];
|
582 |
+
$user_id = (int) $r['user_id'];
|
583 |
+
$is_user_active = bp_is_user_active( $user_id );
|
584 |
+
$is_group_allowed = $group_id && ( bp_current_user_can( 'bp_moderate' ) || groups_is_user_member( $user_id, $group_id ) );
|
585 |
+
|
586 |
+
if ( ! $content || ! strlen( trim( $content ) ) || ! $is_user_active || ! $is_group_allowed ) {
|
587 |
+
if ( 'wp_error' === $r['error_type'] ) {
|
588 |
+
$error_code = 'bp_activity_missing_content';
|
589 |
+
$error_code_message = __( 'Please enter some content to post.', 'buddypress' );
|
590 |
+
|
591 |
+
if ( ! $is_user_active ) {
|
592 |
+
$error_code = 'bp_activity_inactive_user';
|
593 |
+
$error_code_message = __( 'User account has not yet been activated.', 'buddypress' );
|
594 |
+
} elseif ( ! $is_group_allowed ) {
|
595 |
+
$error_code = 'bp_activity_unallowed_group';
|
596 |
+
$error_code_message = __( 'You need to be a member of this group to share updates with their members.', 'buddypress' );
|
597 |
+
}
|
598 |
|
599 |
+
return new WP_Error( $error_code, $error_code_message );
|
600 |
+
}
|
601 |
|
|
|
|
|
602 |
return false;
|
603 |
}
|
604 |
|
@@ -646,7 +646,7 @@ function bp_groups_admin_edit() {
|
|
646 |
*
|
647 |
* @since 1.7.0
|
648 |
*
|
649 |
-
* @param BP_Groups_Group $
|
650 |
*/
|
651 |
do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?>
|
652 |
|
646 |
*
|
647 |
* @since 1.7.0
|
648 |
*
|
649 |
+
* @param BP_Groups_Group $group Instance of the current group being edited. Passed by reference.
|
650 |
*/
|
651 |
do_action_ref_array( 'bp_groups_admin_edit', array( &$group ) ); ?>
|
652 |
|
@@ -108,8 +108,8 @@ class BP_Group_Member_Query extends BP_User_Query {
|
|
108 |
*
|
109 |
* @since 10.3.0
|
110 |
*
|
111 |
-
* @param array $value
|
112 |
-
* @param BP_User_Query $
|
113 |
*/
|
114 |
$wp_user_query = new WP_User_Query(
|
115 |
apply_filters(
|
@@ -367,7 +367,7 @@ class BP_Group_Member_Query extends BP_User_Query {
|
|
367 |
* @since 2.0.0
|
368 |
*
|
369 |
* @param array $group_member_ids Array of associated member IDs.
|
370 |
-
* @param BP_Group_Member_Query $
|
371 |
*/
|
372 |
$this->group_member_ids = apply_filters( 'bp_group_member_query_group_member_ids', $this->group_member_ids, $this );
|
373 |
|
108 |
*
|
109 |
* @since 10.3.0
|
110 |
*
|
111 |
+
* @param array $value Array of arguments for the user query.
|
112 |
+
* @param BP_User_Query $user_query Current BP_User_Query instance.
|
113 |
*/
|
114 |
$wp_user_query = new WP_User_Query(
|
115 |
apply_filters(
|
367 |
* @since 2.0.0
|
368 |
*
|
369 |
* @param array $group_member_ids Array of associated member IDs.
|
370 |
+
* @param BP_Group_Member_Query $user_query Current BP_Group_Member_Query instance.
|
371 |
*/
|
372 |
$this->group_member_ids = apply_filters( 'bp_group_member_query_group_member_ids', $this->group_member_ids, $this );
|
373 |
|
@@ -243,10 +243,10 @@ class BP_Groups_Group_Members_Template {
|
|
243 |
* Fires right before the rewinding of members list.
|
244 |
*
|
245 |
* @since 1.0.0
|
246 |
-
* @since 2.3.0 `$
|
247 |
* @since 2.7.0 Action renamed from `loop_end`.
|
248 |
*
|
249 |
-
* @param BP_Groups_Group_Members_Template $
|
250 |
*/
|
251 |
do_action( 'group_members_loop_end', $this );
|
252 |
|
@@ -274,10 +274,10 @@ class BP_Groups_Group_Members_Template {
|
|
274 |
* Fires if the current member item is the first in the members list.
|
275 |
*
|
276 |
* @since 1.0.0
|
277 |
-
* @since 2.3.0 `$
|
278 |
* @since 2.7.0 Action renamed from `loop_start`.
|
279 |
*
|
280 |
-
* @param BP_Groups_Group_Members_Template $
|
281 |
*/
|
282 |
do_action( 'group_members_loop_start', $this );
|
283 |
}
|
243 |
* Fires right before the rewinding of members list.
|
244 |
*
|
245 |
* @since 1.0.0
|
246 |
+
* @since 2.3.0 `$template_loop` parameter added.
|
247 |
* @since 2.7.0 Action renamed from `loop_end`.
|
248 |
*
|
249 |
+
* @param BP_Groups_Group_Members_Template $template_loop Instance of the current Members template.
|
250 |
*/
|
251 |
do_action( 'group_members_loop_end', $this );
|
252 |
|
274 |
* Fires if the current member item is the first in the members list.
|
275 |
*
|
276 |
* @since 1.0.0
|
277 |
+
* @since 2.3.0 `$template_loop` parameter added.
|
278 |
* @since 2.7.0 Action renamed from `loop_start`.
|
279 |
*
|
280 |
+
* @param BP_Groups_Group_Members_Template $template_loop Instance of the current Members template.
|
281 |
*/
|
282 |
do_action( 'group_members_loop_start', $this );
|
283 |
}
|
@@ -287,7 +287,7 @@ class BP_Groups_Group {
|
|
287 |
*
|
288 |
* @since 1.0.0
|
289 |
*
|
290 |
-
* @param BP_Groups_Group $
|
291 |
*/
|
292 |
do_action_ref_array( 'groups_group_before_save', array( &$this ) );
|
293 |
|
@@ -371,7 +371,7 @@ class BP_Groups_Group {
|
|
371 |
*
|
372 |
* @since 1.0.0
|
373 |
*
|
374 |
-
* @param BP_Groups_Group $
|
375 |
*/
|
376 |
do_action_ref_array( 'groups_group_after_save', array( &$this ) );
|
377 |
|
@@ -411,7 +411,7 @@ class BP_Groups_Group {
|
|
411 |
*
|
412 |
* @since 1.2.0
|
413 |
*
|
414 |
-
* @param BP_Groups_Group $
|
415 |
* @param array $user_ids Array of user IDs that were members of the group.
|
416 |
*/
|
417 |
do_action_ref_array( 'bp_groups_delete_group', array( &$this, $user_ids ) );
|
287 |
*
|
288 |
* @since 1.0.0
|
289 |
*
|
290 |
+
* @param BP_Groups_Group $group Current instance of the group item being saved. Passed by reference.
|
291 |
*/
|
292 |
do_action_ref_array( 'groups_group_before_save', array( &$this ) );
|
293 |
|
371 |
*
|
372 |
* @since 1.0.0
|
373 |
*
|
374 |
+
* @param BP_Groups_Group $group Current instance of the group item that was saved. Passed by reference.
|
375 |
*/
|
376 |
do_action_ref_array( 'groups_group_after_save', array( &$this ) );
|
377 |
|
411 |
*
|
412 |
* @since 1.2.0
|
413 |
*
|
414 |
+
* @param BP_Groups_Group $group Current instance of the group item being deleted. Passed by reference.
|
415 |
* @param array $user_ids Array of user IDs that were members of the group.
|
416 |
*/
|
417 |
do_action_ref_array( 'bp_groups_delete_group', array( &$this, $user_ids ) );
|
@@ -201,10 +201,10 @@ class BP_Groups_Invite_Template {
|
|
201 |
* Fires right before the rewinding of invites list.
|
202 |
*
|
203 |
* @since 1.1.0
|
204 |
-
* @since 2.3.0 `$
|
205 |
* @since 2.7.0 Action renamed from `loop_start`.
|
206 |
*
|
207 |
-
* @param BP_Groups_Invite_Template $
|
208 |
*/
|
209 |
do_action( 'group_invitation_loop_end', $this );
|
210 |
|
@@ -303,10 +303,10 @@ class BP_Groups_Invite_Template {
|
|
303 |
* Fires if the current invite item is the first in the loop.
|
304 |
*
|
305 |
* @since 1.1.0
|
306 |
-
* @since 2.3.0 `$
|
307 |
* @since 2.7.0 Action renamed from `loop_start`.
|
308 |
*
|
309 |
-
* @param BP_Groups_Invite_Template $
|
310 |
*/
|
311 |
do_action( 'group_invitation_loop_start', $this );
|
312 |
}
|
201 |
* Fires right before the rewinding of invites list.
|
202 |
*
|
203 |
* @since 1.1.0
|
204 |
+
* @since 2.3.0 `$template_loop` parameter added.
|
205 |
* @since 2.7.0 Action renamed from `loop_start`.
|
206 |
*
|
207 |
+
* @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template.
|
208 |
*/
|
209 |
do_action( 'group_invitation_loop_end', $this );
|
210 |
|
303 |
* Fires if the current invite item is the first in the loop.
|
304 |
*
|
305 |
* @since 1.1.0
|
306 |
+
* @since 2.3.0 `$template_loop` parameter added.
|
307 |
* @since 2.7.0 Action renamed from `loop_start`.
|
308 |
*
|
309 |
+
* @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template.
|
310 |
*/
|
311 |
do_action( 'group_invitation_loop_start', $this );
|
312 |
}
|
@@ -54,10 +54,10 @@ class BP_Groups_Member_Suggestions extends BP_Members_Suggestions {
|
|
54 |
*
|
55 |
* @since 2.1.0
|
56 |
*
|
57 |
-
* @param array $args
|
58 |
-
* @param BP_Groups_Member_Suggestions $
|
59 |
*/
|
60 |
-
$this->args
|
61 |
|
62 |
// Check for invalid or missing mandatory parameters.
|
63 |
if ( ! $this->args['group_id'] || ! bp_is_active( 'groups' ) ) {
|
@@ -76,8 +76,8 @@ class BP_Groups_Member_Suggestions extends BP_Members_Suggestions {
|
|
76 |
*
|
77 |
* @since 2.1.0
|
78 |
*
|
79 |
-
* @param bool|WP_Error $value
|
80 |
-
* @param BP_Groups_Member_Suggestions $
|
81 |
*/
|
82 |
return apply_filters( 'bp_groups_member_suggestions_validate_args', parent::validate(), $this );
|
83 |
}
|
@@ -134,8 +134,8 @@ class BP_Groups_Member_Suggestions extends BP_Members_Suggestions {
|
|
134 |
*
|
135 |
* @since 2.1.0
|
136 |
*
|
137 |
-
* @param array $user_query
|
138 |
-
* @param BP_Groups_Member_Suggestions $
|
139 |
*/
|
140 |
$user_query = apply_filters( 'bp_groups_member_suggestions_query_args', $user_query, $this );
|
141 |
if ( is_wp_error( $user_query ) ) {
|
@@ -165,8 +165,8 @@ class BP_Groups_Member_Suggestions extends BP_Members_Suggestions {
|
|
165 |
*
|
166 |
* @since 2.1.0
|
167 |
*
|
168 |
-
* @param array $results
|
169 |
-
* @param BP_Groups_Member_Suggestions $
|
170 |
*/
|
171 |
return apply_filters( 'bp_groups_member_suggestions_get_suggestions', $results, $this );
|
172 |
}
|
54 |
*
|
55 |
* @since 2.1.0
|
56 |
*
|
57 |
+
* @param array $args Array of arguments for the suggestion service query.
|
58 |
+
* @param BP_Groups_Member_Suggestions $suggestions Instance of the current suggestion class.
|
59 |
*/
|
60 |
+
$this->args = apply_filters( 'bp_groups_member_suggestions_args', $this->args, $this );
|
61 |
|
62 |
// Check for invalid or missing mandatory parameters.
|
63 |
if ( ! $this->args['group_id'] || ! bp_is_active( 'groups' ) ) {
|
76 |
*
|
77 |
* @since 2.1.0
|
78 |
*
|
79 |
+
* @param bool|WP_Error $value True if valid, WP_Error if not.
|
80 |
+
* @param BP_Groups_Member_Suggestions $suggestions Instance of the current suggestion class.
|
81 |
*/
|
82 |
return apply_filters( 'bp_groups_member_suggestions_validate_args', parent::validate(), $this );
|
83 |
}
|
134 |
*
|
135 |
* @since 2.1.0
|
136 |
*
|
137 |
+
* @param array $user_query Array of arguments for the query.
|
138 |
+
* @param BP_Groups_Member_Suggestions $suggestions Instance of the current suggestion class.
|
139 |
*/
|
140 |
$user_query = apply_filters( 'bp_groups_member_suggestions_query_args', $user_query, $this );
|
141 |
if ( is_wp_error( $user_query ) ) {
|
165 |
*
|
166 |
* @since 2.1.0
|
167 |
*
|
168 |
+
* @param array $results Array of member suggestions.
|
169 |
+
* @param BP_Groups_Member_Suggestions $suggestions Instance of the current suggestion class.
|
170 |
*/
|
171 |
return apply_filters( 'bp_groups_member_suggestions_get_suggestions', $results, $this );
|
172 |
}
|
@@ -281,7 +281,7 @@ class BP_Groups_Member {
|
|
281 |
*
|
282 |
* @since 1.0.0
|
283 |
*
|
284 |
-
* @param BP_Groups_Member $
|
285 |
*/
|
286 |
do_action_ref_array( 'groups_member_before_save', array( &$this ) );
|
287 |
|
@@ -316,7 +316,7 @@ class BP_Groups_Member {
|
|
316 |
*
|
317 |
* @since 1.0.0
|
318 |
*
|
319 |
-
* @param BP_Groups_Member $
|
320 |
*/
|
321 |
do_action_ref_array( 'groups_member_after_save', array( &$this ) );
|
322 |
|
@@ -431,7 +431,7 @@ class BP_Groups_Member {
|
|
431 |
*
|
432 |
* @since 2.3.0
|
433 |
*
|
434 |
-
* @param BP_Groups_Member $
|
435 |
*/
|
436 |
do_action_ref_array( 'groups_member_before_remove', array( $this ) );
|
437 |
|
@@ -449,7 +449,7 @@ class BP_Groups_Member {
|
|
449 |
*
|
450 |
* @since 2.3.0
|
451 |
*
|
452 |
-
* @param BP_Groups_Member $
|
453 |
*/
|
454 |
do_action_ref_array( 'groups_member_after_remove', array( $this ) );
|
455 |
|
281 |
*
|
282 |
* @since 1.0.0
|
283 |
*
|
284 |
+
* @param BP_Groups_Member $group_membership Current instance of the group membership item being saved. Passed by reference.
|
285 |
*/
|
286 |
do_action_ref_array( 'groups_member_before_save', array( &$this ) );
|
287 |
|
316 |
*
|
317 |
* @since 1.0.0
|
318 |
*
|
319 |
+
* @param BP_Groups_Member $member Current instance of the group membership item has been saved. Passed by reference.
|
320 |
*/
|
321 |
do_action_ref_array( 'groups_member_after_save', array( &$this ) );
|
322 |
|
431 |
*
|
432 |
* @since 2.3.0
|
433 |
*
|
434 |
+
* @param BP_Groups_Member $group_membership Current group membership class.
|
435 |
*/
|
436 |
do_action_ref_array( 'groups_member_before_remove', array( $this ) );
|
437 |
|
449 |
*
|
450 |
* @since 2.3.0
|
451 |
*
|
452 |
+
* @param BP_Groups_Member $member Current group membership object.
|
453 |
*/
|
454 |
do_action_ref_array( 'groups_member_after_remove', array( $this ) );
|
455 |
|
@@ -21,7 +21,7 @@
|
|
21 |
* Domain Path: /bp-languages/
|
22 |
* Requires PHP: 5.6
|
23 |
* Requires at least: 5.7
|
24 |
-
* Version: 11.0.0-
|
25 |
*/
|
26 |
|
27 |
/**
|
21 |
* Domain Path: /bp-languages/
|
22 |
* Requires PHP: 5.6
|
23 |
* Requires at least: 5.7
|
24 |
+
* Version: 11.0.0-beta2
|
25 |
*/
|
26 |
|
27 |
/**
|
@@ -406,45 +406,85 @@ class BP_REST_Members_Endpoint extends WP_REST_Users_Controller {
|
|
406 |
}
|
407 |
|
408 |
/**
|
409 |
-
*
|
410 |
-
*
|
411 |
-
* This action is specific to the User Settings endpoint.
|
412 |
*
|
413 |
* @since 5.0.0
|
|
|
414 |
*
|
415 |
* @param WP_REST_Request $request Full details about the request.
|
416 |
-
* @return WP_Error
|
417 |
*/
|
418 |
public function delete_current_item_permissions_check( $request ) {
|
419 |
-
|
420 |
-
'
|
421 |
-
|
422 |
-
sprintf( __( '\'%s\' Transport Method not implemented.', 'buddypress' ), $request->get_method() ),
|
423 |
array(
|
424 |
-
'status' =>
|
425 |
)
|
426 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
}
|
428 |
|
429 |
/**
|
430 |
-
*
|
431 |
-
*
|
432 |
-
* This action is specific to the User Settings endpoint.
|
433 |
*
|
434 |
* @since 5.0.0
|
|
|
435 |
*
|
436 |
* @param WP_REST_Request $request Full details about the request.
|
437 |
-
* @return WP_Error
|
438 |
*/
|
439 |
public function delete_current_item( $request ) {
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
array(
|
445 |
-
'
|
|
|
446 |
)
|
447 |
);
|
|
|
|
|
|
|
|
|
|
|
448 |
}
|
449 |
|
450 |
/**
|
406 |
}
|
407 |
|
408 |
/**
|
409 |
+
* Checks if a given request has access to delete the current user.
|
|
|
|
|
410 |
*
|
411 |
* @since 5.0.0
|
412 |
+
* @since 0.7.0 Do implement this method.
|
413 |
*
|
414 |
* @param WP_REST_Request $request Full details about the request.
|
415 |
+
* @return true|WP_Error True if the request has access to delete the item, WP_Error object otherwise.
|
416 |
*/
|
417 |
public function delete_current_item_permissions_check( $request ) {
|
418 |
+
$retval = new WP_Error(
|
419 |
+
'bp_rest_authorization_required',
|
420 |
+
__( 'Sorry, you are not allowed delete your account.', 'buddypress' ),
|
|
|
421 |
array(
|
422 |
+
'status' => rest_authorization_required_code(),
|
423 |
)
|
424 |
);
|
425 |
+
|
426 |
+
if ( ! bp_disable_account_deletion() ) {
|
427 |
+
$retval = true;
|
428 |
+
}
|
429 |
+
|
430 |
+
/**
|
431 |
+
* Filter the members `delete_current_item` permissions check.
|
432 |
+
*
|
433 |
+
* @since 0.7.0
|
434 |
+
*
|
435 |
+
* @param true|WP_Error $retval Returned value.
|
436 |
+
* @param WP_REST_Request $request The request sent to the API.
|
437 |
+
*/
|
438 |
+
return apply_filters( 'bp_rest_members_delete_current_item_permissions_check', $retval, $request );
|
439 |
}
|
440 |
|
441 |
/**
|
442 |
+
* Deletes the current user.
|
|
|
|
|
443 |
*
|
444 |
* @since 5.0.0
|
445 |
+
* @since 0.7.0 Do implement this method.
|
446 |
*
|
447 |
* @param WP_REST_Request $request Full details about the request.
|
448 |
+
* @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure.
|
449 |
*/
|
450 |
public function delete_current_item( $request ) {
|
451 |
+
$request->set_param( 'context', 'edit' );
|
452 |
+
|
453 |
+
$user = bp_rest_get_user( get_current_user_id() );
|
454 |
+
|
455 |
+
if ( ! $user instanceof WP_User ) {
|
456 |
+
return new WP_Error(
|
457 |
+
'bp_rest_member_invalid_id',
|
458 |
+
__( 'Invalid member ID.', 'buddypress' ),
|
459 |
+
array(
|
460 |
+
'status' => 404,
|
461 |
+
)
|
462 |
+
);
|
463 |
+
}
|
464 |
+
|
465 |
+
$previous = $this->prepare_item_for_response( $user, $request );
|
466 |
+
$result = bp_core_delete_account();
|
467 |
+
|
468 |
+
if ( ! $result ) {
|
469 |
+
return new WP_Error(
|
470 |
+
'bp_rest_members_cannot_delete',
|
471 |
+
__( 'Your account cannot be deleted.', 'buddypress' ),
|
472 |
+
array( 'status' => 500 )
|
473 |
+
);
|
474 |
+
}
|
475 |
+
|
476 |
+
$response = new WP_REST_Response();
|
477 |
+
$response->set_data(
|
478 |
array(
|
479 |
+
'deleted' => true,
|
480 |
+
'previous' => $previous->get_data(),
|
481 |
)
|
482 |
);
|
483 |
+
|
484 |
+
/* this action is documented in wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php */
|
485 |
+
do_action( 'rest_delete_user', $user, $response, $request );
|
486 |
+
|
487 |
+
return $response;
|
488 |
}
|
489 |
|
490 |
/**
|
@@ -198,10 +198,12 @@ function messages_new_message( $args = '' ) {
|
|
198 |
* Fires after a message has been successfully sent.
|
199 |
*
|
200 |
* @since 1.1.0
|
|
|
201 |
*
|
202 |
* @param BP_Messages_Message $message Message object. Passed by reference.
|
|
|
203 |
*/
|
204 |
-
do_action_ref_array( 'messages_message_sent', array( &$message ) );
|
205 |
|
206 |
// Return the thread ID.
|
207 |
return $message->thread_id;
|
198 |
* Fires after a message has been successfully sent.
|
199 |
*
|
200 |
* @since 1.1.0
|
201 |
+
* @since 11.0.0 Added the `$r` parameter.
|
202 |
*
|
203 |
* @param BP_Messages_Message $message Message object. Passed by reference.
|
204 |
+
* @param array $r Parsed function arguments.
|
205 |
*/
|
206 |
+
do_action_ref_array( 'messages_message_sent', array( &$message, $r ) );
|
207 |
|
208 |
// Return the thread ID.
|
209 |
return $message->thread_id;
|
@@ -127,7 +127,7 @@ class BP_Messages_Message {
|
|
127 |
*
|
128 |
* @since 1.0.0
|
129 |
*
|
130 |
-
* @param BP_Messages_Message $
|
131 |
*/
|
132 |
do_action_ref_array( 'messages_message_before_save', array( &$this ) );
|
133 |
|
@@ -176,7 +176,7 @@ class BP_Messages_Message {
|
|
176 |
*
|
177 |
* @since 1.0.0
|
178 |
*
|
179 |
-
* @param BP_Messages_Message $
|
180 |
*/
|
181 |
do_action_ref_array( 'messages_message_after_save', array( &$this ) );
|
182 |
|
127 |
*
|
128 |
* @since 1.0.0
|
129 |
*
|
130 |
+
* @param BP_Messages_Message $message Current instance of the message item being saved. Passed by reference.
|
131 |
*/
|
132 |
do_action_ref_array( 'messages_message_before_save', array( &$this ) );
|
133 |
|
176 |
*
|
177 |
* @since 1.0.0
|
178 |
*
|
179 |
+
* @param BP_Messages_Message $message Current instance of the message item being saved. Passed by reference.
|
180 |
*/
|
181 |
do_action_ref_array( 'messages_message_after_save', array( &$this ) );
|
182 |
|
@@ -118,7 +118,7 @@ class BP_Messages_Notice {
|
|
118 |
*
|
119 |
* @since 1.0.0
|
120 |
*
|
121 |
-
* @param BP_Messages_Notice $
|
122 |
*/
|
123 |
do_action_ref_array( 'messages_notice_before_save', array( &$this ) );
|
124 |
|
@@ -146,7 +146,7 @@ class BP_Messages_Notice {
|
|
146 |
*
|
147 |
* @since 1.0.0
|
148 |
*
|
149 |
-
* @param BP_Messages_Notice $
|
150 |
*/
|
151 |
do_action_ref_array( 'messages_notice_after_save', array( &$this ) );
|
152 |
|
@@ -195,7 +195,7 @@ class BP_Messages_Notice {
|
|
195 |
*
|
196 |
* @since 1.0.0
|
197 |
*
|
198 |
-
* @param BP_Messages_Notice $
|
199 |
*/
|
200 |
do_action( 'messages_notice_before_delete', $this );
|
201 |
|
@@ -211,7 +211,7 @@ class BP_Messages_Notice {
|
|
211 |
*
|
212 |
* @since 2.8.0
|
213 |
*
|
214 |
-
* @param BP_Messages_Notice $
|
215 |
*/
|
216 |
do_action( 'messages_notice_after_delete', $this );
|
217 |
|
118 |
*
|
119 |
* @since 1.0.0
|
120 |
*
|
121 |
+
* @param BP_Messages_Notice $notice Current instance of the message notice item being saved. Passed by reference.
|
122 |
*/
|
123 |
do_action_ref_array( 'messages_notice_before_save', array( &$this ) );
|
124 |
|
146 |
*
|
147 |
* @since 1.0.0
|
148 |
*
|
149 |
+
* @param BP_Messages_Notice $notice Current instance of the message item being saved. Passed by reference.
|
150 |
*/
|
151 |
do_action_ref_array( 'messages_notice_after_save', array( &$this ) );
|
152 |
|
195 |
*
|
196 |
* @since 1.0.0
|
197 |
*
|
198 |
+
* @param BP_Messages_Notice $notice Current instance of the message notice item being deleted.
|
199 |
*/
|
200 |
do_action( 'messages_notice_before_delete', $this );
|
201 |
|
211 |
*
|
212 |
* @since 2.8.0
|
213 |
*
|
214 |
+
* @param BP_Messages_Notice $notice Current instance of the message notice item being deleted.
|
215 |
*/
|
216 |
do_action( 'messages_notice_after_delete', $this );
|
217 |
|
@@ -214,8 +214,8 @@ class BP_Messages_Thread {
|
|
214 |
* @since 2.2.0
|
215 |
* @since 10.0.0 Added `$r` as a parameter.
|
216 |
*
|
217 |
-
* @param BP_Messages_Thread $
|
218 |
-
* @param array $r
|
219 |
*/
|
220 |
do_action( 'bp_messages_thread_post_populate', $this, $r );
|
221 |
}
|
214 |
* @since 2.2.0
|
215 |
* @since 10.0.0 Added `$r` as a parameter.
|
216 |
*
|
217 |
+
* @param BP_Messages_Thread $thread Current messages thread class.
|
218 |
+
* @param array $r Array of paremeters.
|
219 |
*/
|
220 |
do_action( 'bp_messages_thread_post_populate', $this, $r );
|
221 |
}
|
@@ -197,7 +197,7 @@ class BP_Legacy extends BP_Theme_Compat {
|
|
197 |
*
|
198 |
* @since 1.7.0
|
199 |
*
|
200 |
-
* @param BP_Legacy $
|
201 |
*/
|
202 |
do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
|
203 |
}
|
197 |
*
|
198 |
* @since 1.7.0
|
199 |
*
|
200 |
+
* @param BP_Legacy $template_pack Current Template Pack instance.
|
201 |
*/
|
202 |
do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
|
203 |
}
|
@@ -128,7 +128,7 @@ class BP_Nouveau extends BP_Theme_Compat {
|
|
128 |
*
|
129 |
* @since 3.0.0
|
130 |
*
|
131 |
-
* @param BP_Nouveau $
|
132 |
*/
|
133 |
do_action_ref_array( 'bp_nouveau_includes', array( &$this ) );
|
134 |
}
|
@@ -234,7 +234,7 @@ class BP_Nouveau extends BP_Theme_Compat {
|
|
234 |
*
|
235 |
* @since 3.0.0
|
236 |
*
|
237 |
-
* @param BP_Nouveau $
|
238 |
*/
|
239 |
do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
|
240 |
}
|
128 |
*
|
129 |
* @since 3.0.0
|
130 |
*
|
131 |
+
* @param BP_Nouveau $template_pack Current Template Pack instance.
|
132 |
*/
|
133 |
do_action_ref_array( 'bp_nouveau_includes', array( &$this ) );
|
134 |
}
|
234 |
*
|
235 |
* @since 3.0.0
|
236 |
*
|
237 |
+
* @param BP_Nouveau $template_pack Current Template Pack instance.
|
238 |
*/
|
239 |
do_action_ref_array( 'bp_theme_compat_actions', array( &$this ) );
|
240 |
}
|
@@ -67,6 +67,26 @@
|
|
67 |
}
|
68 |
}
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
#whats-new-post-in-box {
|
71 |
margin: $marg-sml 0;
|
72 |
|
67 |
}
|
68 |
}
|
69 |
|
70 |
+
#whats-new-buttons {
|
71 |
+
max-width: 100%;
|
72 |
+
padding: 0 0 1em 0;
|
73 |
+
z-index: 1000;
|
74 |
+
margin: 0 0 0.5em 55px;
|
75 |
+
display: flex;
|
76 |
+
gap: 0.6em;
|
77 |
+
margin-left: 55px;
|
78 |
+
|
79 |
+
> li {
|
80 |
+
list-style: none;
|
81 |
+
|
82 |
+
button {
|
83 |
+
padding: 5px 10px;
|
84 |
+
width: auto;
|
85 |
+
height: auto;
|
86 |
+
}
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
#whats-new-post-in-box {
|
91 |
margin: $marg-sml 0;
|
92 |
|
@@ -1139,6 +1139,26 @@ body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en
|
|
1139 |
box-shadow: 0 0 6px 0 #d6d6d6;
|
1140 |
}
|
1141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
.activity-update-form #whats-new-post-in-box {
|
1143 |
margin: 10px 0;
|
1144 |
}
|
1139 |
box-shadow: 0 0 6px 0 #d6d6d6;
|
1140 |
}
|
1141 |
|
1142 |
+
.activity-update-form #whats-new-buttons {
|
1143 |
+
max-width: 100%;
|
1144 |
+
padding: 0 0 1em 0;
|
1145 |
+
z-index: 1000;
|
1146 |
+
margin: 0 55px 0.5em 0;
|
1147 |
+
display: flex;
|
1148 |
+
gap: 0.6em;
|
1149 |
+
margin-right: 55px;
|
1150 |
+
}
|
1151 |
+
|
1152 |
+
.activity-update-form #whats-new-buttons > li {
|
1153 |
+
list-style: none;
|
1154 |
+
}
|
1155 |
+
|
1156 |
+
.activity-update-form #whats-new-buttons > li button {
|
1157 |
+
padding: 5px 10px;
|
1158 |
+
width: auto;
|
1159 |
+
height: auto;
|
1160 |
+
}
|
1161 |
+
|
1162 |
.activity-update-form #whats-new-post-in-box {
|
1163 |
margin: 10px 0;
|
1164 |
}
|
@@ -1 +1 @@
|
|
1 |
-
body #buddypress * a{box-shadow:none;text-decoration:none}body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li,body #buddypress select,body #buddypress textarea{border-radius:2px;background-clip:padding-box}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-right:0}body #buddypress .bp-list .action{box-sizing:border-box}@media screen and (min-width:46.8em){body.buddypress .entry-content:not(.alignwide):not(.alignfull),body.buddypress .entry-header:not(.alignwide):not(.alignfull),body.buddypress .site-content .entry-header:not(.alignwide):not(.alignfull){max-width:none}body.buddypress .entry-header{float:none}body.buddypress .entry-content{float:none}body.buddypress .site-content{padding-top:2.5em}body.buddypress #page #primary{max-width:none}body.buddypress #page #primary .entry-content,body.buddypress #page #primary .entry-header{float:none;width:auto}}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{clear:none;margin:1em 0;padding:0}body.buddypress .buddypress-wrap h2:before{display:none}.bp-wrap:after,.bp-wrap:before{content:" ";display:table}.bp-wrap:after{clear:both}.buddypress-wrap.round-avatars .avatar{border-radius:50%}body.buddypress article.page>.entry-header{margin-bottom:2em;padding:0}body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:28px;font-weight:inherit;color:#767676}@media screen and (min-width:46.8em){body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:34px}}.buddypress-wrap dt.section-title{font-size:18px}@media screen and (min-width:46.8em){.buddypress-wrap dt.section-title{font-size:22px}}.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:16px}}.buddypress-wrap .activity-header{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header{font-size:16px}}.buddypress-wrap .activity-inner{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-inner{font-size:18px}}.buddypress-wrap #whats-new-post-in{font-size:16px}.buddypress-wrap .acomment-meta,.buddypress-wrap .mini .activity-header{font-size:16px}.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:16px}}.buddypress-wrap .bp-tables-user th{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user th{font-size:16px}}.buddypress-wrap .bp-tables-user td{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user td{font-size:14px}}.buddypress-wrap .profile-fields th{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields th{font-size:18px}}.buddypress-wrap .profile-fields td{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields td{font-size:16px}}.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:14px}}.bp-navs{background:0 0;clear:both;overflow:hidden}.bp-navs ul{margin:0;padding:0}.bp-navs ul li{list-style:none;margin:0}.bp-navs ul li.last select{max-width:185px}.bp-navs ul li a,.bp-navs ul li span{border:0;display:block;padding:5px 10px;text-decoration:none}.bp-navs ul li .count{background:#eaeaea;border:1px solid #ccc;border-radius:50%;color:#555;display:inline;font-size:12px;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}.bp-navs ul li.current a,.bp-navs ul li.selected a{color:#333;opacity:1}.bp-navs.bp-invites-filters ul li a,.bp-navs.bp-messages-filters ul li a{border:1px solid #ccc;display:inline-block}.main-navs.dir-navs{margin-bottom:20px}.buddypress-wrap .bp-navs li a:hover a .count,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count{background-color:#ccc}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:#ccc;color:#333}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover{background:#555;color:#fafafa}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:#fff;color:#333;font-weight:600}.buddypress-wrap .main-navs.vertical li.current a,.buddypress-wrap .main-navs.vertical li.selected a{background:#555;color:#fafafa;text-decoration:none}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid #eee;border-top:1px solid #eee;box-shadow:0 2px 12px 0 #fafafa}}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.selected a{background:#fff;color:#333;font-weight:600}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:#eaeaea}}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:.5em calc(.5em + 2px)}.buddypress-wrap:not(.bp-single-vert-nav) .group-subnav#subsubnav,.buddypress-wrap:not(.bp-single-vert-nav) .user-subnav#subsubnav{background:0 0}.buddypress-wrap .bp-subnavs,.buddypress-wrap ul.subnav{width:100%}.buddypress-wrap .bp-subnavs{margin:10px 0;overflow:hidden}.buddypress-wrap .bp-subnavs ul li{margin-top:0}.buddypress-wrap .bp-subnavs ul li.current :focus,.buddypress-wrap .bp-subnavs ul li.current :hover,.buddypress-wrap .bp-subnavs ul li.selected :focus,.buddypress-wrap .bp-subnavs ul li.selected :hover{background:0 0;color:#333}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap .bp-navs.bp-invites-filters#subsubnav ul li.last,.buddypress-wrap .bp-navs.bp-invites-nav#subnav ul li.last,.buddypress-wrap .bp-navs.bp-messages-filters#subsubnav ul li.last{margin-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{border:1px solid #eee}.buddypress-wrap .single-screen-navs li{border-bottom:1px solid #eee}.buddypress-wrap .single-screen-navs li:last-child{border-bottom:none}.buddypress-wrap .bp-subnavs li a{font-size:14px}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:#555;color:#fff}}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:#fff}.buddypress-wrap .bp-navs li.dynamic a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count{background-color:#5087e5;border:0;color:#fafafa}.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count{background-color:#5087e5;border:0;color:#fff}.buddypress-wrap .bp-navs li a .count:empty,.buddypress_object_nav .bp-navs li a .count:empty{display:none}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current),.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current){color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:hover{background:0 0;color:#333}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li.current a,.buddypress_object_nav .bp-navs.group-create-links ul li.current a{text-align:center}@media screen and (min-width:46.8em){.buddypress-wrap .bp-navs li{float:right}.buddypress-wrap .subnav{float:right}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap #subsubnav .activity-search{float:right}.buddypress-wrap #subsubnav .filter{float:left}}.buddypress_object_nav .bp-navs li a .count{display:inline-block;float:left}@media screen and (min-width:46.8em){.bp-dir-vert-nav .bp-navs.dir-navs{background:0 0}.bp-dir-vert-nav .bp-navs.dir-navs a .count{float:left}}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol,.buddypress-wrap .tabbed-links ul{border-bottom:1px solid #ccc;float:none;margin:20px 0 10px}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ol:before,.buddypress-wrap .tabbed-links ul:after,.buddypress-wrap .tabbed-links ul:before{content:" ";display:block}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ul:after{clear:both}.buddypress-wrap .tabbed-links ol li,.buddypress-wrap .tabbed-links ul li{float:right;list-style:none;margin:0 0 0 10px}.buddypress-wrap .tabbed-links ol li a,.buddypress-wrap .tabbed-links ol li span:not(.count),.buddypress-wrap .tabbed-links ul li a,.buddypress-wrap .tabbed-links ul li span:not(.count){background:0 0;border:none;display:block;padding:4px 10px}.buddypress-wrap .tabbed-links ol li a:focus,.buddypress-wrap .tabbed-links ol li a:hover,.buddypress-wrap .tabbed-links ul li a:focus,.buddypress-wrap .tabbed-links ul li a:hover{background:0 0}.buddypress-wrap .tabbed-links ol li:not(.current),.buddypress-wrap .tabbed-links ul li:not(.current){margin-bottom:2px}.buddypress-wrap .tabbed-links ol li.current,.buddypress-wrap .tabbed-links ul li.current{border-color:#ccc #ccc #fff;border-style:solid;border-top-right-radius:4px;border-top-left-radius:4px;border-width:1px;margin-bottom:-1px;padding:0 .5em 1px}.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{background:0 0;color:#333}.buddypress-wrap .bp-subnavs.tabbed-links>ul{margin-top:0}.buddypress-wrap .bp-navs.tabbed-links{background:0 0;margin-top:2px}.buddypress-wrap .bp-navs.tabbed-links ul li a{border-left:0;font-size:inherit}.buddypress-wrap .bp-navs.tabbed-links ul li.last{float:left;margin:0}.buddypress-wrap .bp-navs.tabbed-links ul li.last a{margin-top:-.5em}.buddypress-wrap .bp-navs.tabbed-links ul li a,.buddypress-wrap .bp-navs.tabbed-links ul li a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li.current a,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:hover{background:0 0;border:0}.buddypress-wrap .bp-navs.tabbed-links ul li a:active,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:active{outline:0}}.buddypress-wrap .dir-component-filters .filter label{display:inline}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{content:" ";display:table}.buddypress-wrap .subnav-filters:after{clear:both}.buddypress-wrap .subnav-filters{background:0 0;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .subnav-filters div{margin:0}.buddypress-wrap .subnav-filters>ul{float:right;list-style:none}.buddypress-wrap .subnav-filters.bp-messages-filters ul{width:100%}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:1em}@media screen and (min-width:46.8em){.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0}}.buddypress-wrap .subnav-filters div{float:none}.buddypress-wrap .subnav-filters div input[type=search],.buddypress-wrap .subnav-filters div select{font-size:16px}.buddypress-wrap .subnav-filters div button.nouveau-search-submit{padding:5px .8em 6px}.buddypress-wrap .subnav-filters div button#user_messages_search_submit{padding:7px .8em}.buddypress-wrap .subnav-filters .component-filters{margin-top:10px}.buddypress-wrap .subnav-filters .feed{margin-left:15px}.buddypress-wrap .subnav-filters .last.filter label{display:inline}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:before{content:" ";display:table}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after{clear:both}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show{display:inline-block}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide{display:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap{border:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{outline:1px solid #d6d6d6}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions{float:right}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{display:inline-block;font-weight:300;margin-left:25px;padding:5px 0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{-webkit-appearance:textfield}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{border:0;border-radius:0;font-weight:400;line-height:1.8;margin:0 10px 0 0;padding:3px 5px;text-align:center;text-transform:none;width:auto}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{vertical-align:middle}@media screen and (min-width:32em){.buddypress-wrap .subnav-filters li{margin-bottom:0}.buddypress-wrap .subnav-filters .bp-search,.buddypress-wrap .subnav-filters .dir-search,.buddypress-wrap .subnav-filters .feed,.buddypress-wrap .subnav-filters .group-act-search,.buddypress-wrap .subnav-filters .group-invites-search,.buddypress-wrap .subnav-filters .subnav-search,.buddypress-wrap .subnav-filters .subnav-search form,.buddypress-wrap .subnav-filters .user-messages-bulk-actions,.buddypress-wrap .subnav-filters .user-messages-search{float:right}.buddypress-wrap .subnav-filters .component-filters,.buddypress-wrap .subnav-filters .last{float:left;margin-top:0;width:auto}.buddypress-wrap .subnav-filters .component-filters select,.buddypress-wrap .subnav-filters .last select{max-width:250px}.buddypress-wrap .subnav-filters .user-messages-search{float:left}}.buddypress-wrap .invitations-options-nav input#invitation-bulk-manage,.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:0;line-height:1.6}.buddypress-wrap .group-subnav-filters .group-invites-search{margin-bottom:1em}.buddypress-wrap .group-subnav-filters .last{text-align:center}.buddypress-wrap .bp-pagination{background:0 0;border:0;color:#767676;float:right;font-size:small;margin:0;padding:.5em 0;position:relative;width:100%}.buddypress-wrap .bp-pagination .pag-count{float:right}.buddypress-wrap .bp-pagination .bp-pagination-links{float:left;margin-left:10px}.buddypress-wrap .bp-pagination .bp-pagination-links a,.buddypress-wrap .bp-pagination .bp-pagination-links span{font-size:small;padding:0 5px}.buddypress-wrap .bp-pagination .bp-pagination-links a:focus,.buddypress-wrap .bp-pagination .bp-pagination-links a:hover{opacity:1}.buddypress-wrap .bp-pagination p{margin:0}.bp-list:after,.bp-list:before{content:" ";display:table}.bp-list:after{clear:both}.bp-list{box-sizing:border-box;border-top:1px solid #eaeaea;clear:both;list-style:none;margin:20px 0;padding:.5em 0;width:100%}.bp-list li:after,.bp-list li:before{content:" ";display:table}.bp-list li:after{clear:both}.bp-list>li{border-bottom:1px solid #eaeaea}.bp-list li{list-style:none;margin:10px 0;padding:.5em 0;position:relative}.bp-list li .item-avatar{text-align:center}.bp-list li .item-avatar img.avatar{display:inline-block;width:auto;height:auto}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:center}.bp-list li .item .list-title{clear:none;font-size:22px;font-weight:400;line-height:1.1;margin:0 auto}@media screen and (min-width:46.8em){.bp-list li .item .list-title{font-size:26px}}.bp-list li .item-meta,.bp-list li .meta{color:#737373;font-size:12px;margin-bottom:10px;margin-top:10px}.bp-list li .last-post{text-align:center}.bp-list li .action{margin:0;text-align:center}.bp-list li .action .generic-button{display:inline-block;font-size:12px;margin:0 0 0 10px}.bp-list li .action div.generic-button{margin:10px 0}@media screen and (min-width:46.8em){.bp-list li .item-avatar{float:right;margin-left:5%}.bp-list li .item{margin:0;overflow:hidden}.bp-list li .item .item-block{float:right;margin-left:2%;width:50%}.bp-list li .item .item-meta,.bp-list li .item .list-title{float:right;text-align:right}.bp-list li .item .group-details,.bp-list li .item .last-post{text-align:right}.bp-list li .group-desc,.bp-list li .last-post,.bp-list li .user-update{clear:none;overflow:hidden;width:auto}.bp-list li .action{clear:right;padding:0;text-align:right}.bp-list li .action li.generic-button{margin-left:0}.bp-list li .action div.generic-button{margin:0 0 10px}.bp-list li .generic-button{display:block;margin:0 0 5px 0}}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:1em}}.activity-list.bp-list{background:#fafafa;border:1px solid #eee}.activity-list.bp-list .activity-item{background:#fff;border:1px solid #b7b7b7;box-shadow:0 0 6px #d2d2d2;margin:20px 0}.activity-list.bp-list li:first-child{margin-top:0}.friends-list{list-style-type:none}.friends-request-list .item-title,.membership-requests-list .item-title{text-align:center}@media screen and (min-width:46.8em){.friends-request-list li,.membership-requests-list li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap}.friends-request-list li .item,.membership-requests-list li .item{-moz-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto}.friends-request-list li .action,.membership-requests-list li .action{text-align:left}.friends-request-list li .item-title,.membership-requests-list li .item-title{font-size:22px;text-align:right}.friends-request-list li .item-title h3,.membership-requests-list li .item-title h3{margin:0}}#notifications-user-list{clear:both;padding-top:1em}@media screen and (min-width:46.8em){body:not(.logged-in) .bp-list .item{margin-left:0}}.activity-permalink .item-list,.activity-permalink .item-list li.activity-item{border:0}.activity-update-form{padding:10px 10px 0}.item-body .activity-update-form .activity-form{margin:0;padding:0}.activity-update-form{border:1px solid #ccc;box-shadow:inset 0 0 6px #eee;margin:15px 0}.activity-update-form #whats-new-avatar{margin:10px 0;text-align:center}.activity-update-form #whats-new-avatar img{box-shadow:none;display:inline-block;height:auto;width:auto}.activity-update-form #whats-new-content{padding:0 0 20px 0}.activity-update-form #whats-new-textarea textarea{background:#fff;box-sizing:border-box;color:#333;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}.activity-update-form #whats-new-textarea textarea:focus{box-shadow:0 0 6px 0 #d6d6d6}.activity-update-form #whats-new-post-in-box{margin:10px 0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{list-style:none;margin:10px 0;padding-right:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin-bottom:10px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item{margin-right:10px;height:auto}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete{padding:.3em;width:100%}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object{display:flex;align-items:center;padding:.2em}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar{width:30px;height:30px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span{padding-right:10px;vertical-align:middle}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:focus,.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover{background:#eaeaea;cursor:pointer}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected{border:1px solid #d6d6d6}.activity-update-form #whats-new-submit{margin:15px 0 10px}.activity-update-form #whats-new-submit input{font-size:14px;line-height:inherit;margin-bottom:10px;margin-left:10px;padding:.2em 0;text-align:center;width:100%}@media screen and (min-width:46.8em){.activity-update-form #whats-new-avatar{display:block;float:right;margin:0}.activity-update-form #whats-new-content,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-right:55px}.activity-update-form #whats-new-submit input{margin-bottom:0;margin-left:10px;width:8em}}.activity-list{padding:.5em}.activity-list .activity-item:after,.activity-list .activity-item:before{content:" ";display:table}.activity-list .activity-item:after{clear:both}.activity-list .activity-item{list-style:none;padding:1em}.activity-list .activity-item.has-comments{padding-bottom:1em}.activity-list .activity-item div.item-avatar{margin:0 auto;text-align:center;width:auto}.activity-list .activity-item div.item-avatar img{height:auto;max-width:40%}@media screen and (min-width:46.8em){.activity-list .activity-item div.item-avatar{margin:0 0 0 2%;text-align:right;width:15%}.activity-list .activity-item div.item-avatar img{max-width:80%}}.activity-list .activity-item.mini{font-size:13px;position:relative}.activity-list .activity-item.mini .activity-avatar{margin-right:0;text-align:center;width:auto}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:15%}@media screen and (min-width:46.8em){.activity-list .activity-item.mini .activity-avatar{margin-right:15px;text-align:right;width:15%}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:60%}}.activity-list .activity-item.new_forum_post .activity-inner,.activity-list .activity-item.new_forum_topic .activity-inner{border-right:2px solid #eaeaea;margin-right:10px;padding-right:1em}.activity-list .activity-item.new_blog_post .activity-inner strong{display:block;margin-bottom:.8em}.activity-list .activity-item.new_blog_post .activity-inner img{max-width:100%;float:right;margin-left:.8em}.activity-list .activity-item.newest_blogs_activity,.activity-list .activity-item.newest_friends_activity,.activity-list .activity-item.newest_groups_activity,.activity-list .activity-item.newest_mentions_activity{background:rgba(31,179,221,.1)}.activity-list .activity-item .activity-inreplyto{color:#767676;font-size:13px}.activity-list .activity-item .activity-inreplyto>p{display:inline;margin:0}.activity-list .activity-item .activity-inreplyto .activity-inner,.activity-list .activity-item .activity-inreplyto blockquote{background:0 0;border:0;display:inline;margin:0;overflow:hidden;padding:0}.activity-list .activity-item .activity-header{margin:0 auto;width:80%}.activity-list .activity-item .activity-header a,.activity-list .activity-item .activity-header img{display:inline}.activity-list .activity-item .activity-header .avatar{display:inline-block;margin:0 5px;vertical-align:text-top;width:20px;height:20px}.activity-list .activity-item .activity-header .time-since{font-size:14px;color:#767676;text-decoration:none}.activity-list .activity-item .activity-header .time-since:hover{color:#767676;cursor:pointer;text-decoration:underline}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{color:#767676;margin-bottom:10px}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:#fafafa;margin:15px 0 10px;overflow:hidden;padding:1em}.activity-list .activity-item .activity-content p{margin:0}.activity-list .activity-item .activity-inner p{word-wrap:break-word}.activity-list .activity-item .activity-read-more{margin-right:1em;white-space:nowrap}.activity-list .activity-item ul.activity-meta{margin:0;padding-right:0}.activity-list .activity-item ul.activity-meta li{border:0;display:inline-block}.activity-list .activity-item .activity-meta.action{border:1px solid transparent;background:#fafafa;padding:2px;position:relative;text-align:right}.activity-list .activity-item .activity-meta.action div.generic-button{margin:0}.activity-list .activity-item .activity-meta.action .button{background:0 0;color:#555}.activity-list .activity-item .activity-meta.action a{padding:4px 8px}.activity-list .activity-item .activity-meta.action .button:focus,.activity-list .activity-item .activity-meta.action .button:hover{background:0 0}.activity-list .activity-item .activity-meta.action .button:before,.activity-list .activity-item .activity-meta.action .icons:before{font-family:dashicons;font-size:18px;vertical-align:middle}.activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\f101"}.activity-list .activity-item .activity-meta.action .view:before{content:"\f125"}.activity-list .activity-item .activity-meta.action .fav:before{content:"\f154"}.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f155"}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f153"}.activity-list .activity-item .activity-meta.action .delete-activity:hover{color:#800}.activity-list .activity-item .activity-meta.action .button{border:0;box-shadow:none}.activity-list .activity-item .activity-meta.action .button span{background:0 0;color:#555;font-weight:700}@media screen and (min-width:46.8em){.activity-list.bp-list{padding:30px}.activity-list .activity-item .activity-content{margin:0;position:relative}.activity-list .activity-item .activity-content:after{clear:both;content:"";display:table}.activity-list .activity-item .activity-header{margin:0 0 0 15px;width:auto}}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:#fafafa;border:1px solid #eee;font-size:110%;margin:15px 0;padding:0;text-align:center}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:#555;display:block;padding:.5em 0}.buddypress-wrap .activity-list .load-more a:focus,.buddypress-wrap .activity-list .load-more a:hover,.buddypress-wrap .activity-list .load-newest a:focus,.buddypress-wrap .activity-list .load-newest a:hover{background:#fff;color:#333}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border-color:#e1e1e1;box-shadow:0 0 6px 0 #eaeaea}body.activity-permalink .activity-list li{border-width:1px;padding:1em 0 0 0}body.activity-permalink .activity-list li:first-child{padding-top:0}body.activity-permalink .activity-list li.has-comments{padding-bottom:0}body.activity-permalink .activity-list .activity-avatar{width:auto}body.activity-permalink .activity-list .activity-avatar a{display:block}body.activity-permalink .activity-list .activity-avatar img{max-width:100%;background-color:#eaeaea}body.activity-permalink .activity-list .activity-content{border:0;font-size:100%;line-height:1.5;padding:0}body.activity-permalink .activity-list .activity-content .activity-header{margin:0;padding:.5em 0 0 0;text-align:center;width:100%}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-right:0;margin-top:10px}body.activity-permalink .activity-list .activity-meta{margin:10px 0 10px}body.activity-permalink .activity-list .activity-comments{margin-bottom:10px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{right:-20px;margin-left:0;position:relative;top:-20px}body.activity-permalink .activity-list .activity-avatar img{box-shadow:0 0 0 8px #fff}body.activity-permalink .activity-list .activity-content{margin-left:10px}body.activity-permalink .activity-list .activity-content .activity-header p{text-align:right}}.bp-group-preview-cover,.bp-member-preview-cover{position:relative;min-height:150px;background:#c5c5c5}.bp-group-preview-cover img,.bp-member-preview-cover img{background:#c5c5c5;-o-object-fit:cover;object-fit:cover;border:0;display:block;margin:0;padding:0;width:100%;z-index:1;height:150px}.bp-group-short-description,.bp-member-short-description{position:relative;text-align:center}.bp-group-avatar-content,.bp-member-avatar-content{width:120px;position:relative;z-index:2;margin:auto}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:solid 2px #fff;background:rgba(255,255,255,.8);height:80px;width:80px}.bp-group-avatar-content.has-cover-image,.bp-member-avatar-content.has-cover-image{width:200px;margin-top:-75px}.bp-group-avatar-content.has-cover-image img.group-photo,.bp-group-avatar-content.has-cover-image img.profile-photo,.bp-member-avatar-content.has-cover-image img.group-photo,.bp-member-avatar-content.has-cover-image img.profile-photo{height:inherit;width:inherit}.bp-group-short-description-title a,.bp-member-short-description-title a{font-weight:600}@media screen and (max-width:46.8em){.bp-group-avatar-content,.bp-member-avatar-content{width:100%;margin-bottom:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{margin:auto}.bp-profile-button{position:relative;margin-top:15px}}@media screen and (min-width:46.8em){.bp-profile-button{text-align:left}}.buddypress-wrap .activity-comments{clear:both;margin:0 5%;overflow:hidden;position:relative;width:auto}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .activity-comments ul li{border-top:1px solid #eee;border-bottom:0;padding:1em 0 0}.buddypress-wrap .activity-comments ul li ul{margin-right:5%}.buddypress-wrap .activity-comments ul li:first-child{border-top:0}.buddypress-wrap .activity-comments ul li:last-child{margin-bottom:0}.buddypress-wrap .activity-comments div.acomment-avatar{width:auto}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;max-width:none;width:25px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-meta{color:#555;overflow:hidden;padding-right:2%}.buddypress-wrap .activity-comments .acomment-content{border-right:1px solid #ccc;margin:15px 10% 0 0;padding:.5em 1em}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-options{float:right;margin:10px 20px 10px 0}.buddypress-wrap .activity-comments .acomment-options a{color:#767676;font-size:14px}.buddypress-wrap .activity-comments .acomment-options a:focus,.buddypress-wrap .activity-comments .acomment-options a:hover{color:inherit}.buddypress-wrap .activity-comments .activity-meta.action{background:0 0;margin-top:10px}.buddypress-wrap .activity-comments .activity-meta.action button{font-size:14px;font-weight:400;text-transform:none}.buddypress-wrap .activity-comments .show-all button{font-size:14px;text-decoration:underline;padding-right:.5em}.buddypress-wrap .activity-comments .show-all button span{text-decoration:none}.buddypress-wrap .activity-comments .show-all button:focus span,.buddypress-wrap .activity-comments .show-all button:hover span{color:#5087e5}.buddypress-wrap .mini .activity-comments{clear:both;margin-top:0}body.activity-permalink .activity-comments{background:0 0;width:auto}body.activity-permalink .activity-comments>ul{padding:0 1em 0 .5em}body.activity-permalink .activity-comments ul li>ul{margin-top:10px}form.ac-form{display:none;padding:1em}form.ac-form .ac-reply-avatar{float:right}form.ac-form .ac-reply-avatar img{border:1px solid #eee}form.ac-form .ac-reply-content{color:#767676;padding-right:1em}form.ac-form .ac-reply-content a{text-decoration:none}form.ac-form .ac-reply-content .ac-textarea{margin-bottom:15px;padding:0 .5em;overflow:hidden}form.ac-form .ac-reply-content .ac-textarea textarea{background:0 0;box-shadow:none;color:#555;font-family:inherit;font-size:100%;height:60px;margin:0;outline:0;padding:.5em;width:100%}form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:0 0 6px #d6d6d6}form.ac-form .ac-reply-content input{margin-top:10px}.activity-comments li form.ac-form{clear:both;margin-left:15px}.activity-comments form.root{margin-right:0}.buddypress-wrap .blogs-list li .item-avatar img.avatar-150{max-width:150px;max-height:150px}.buddypress-wrap .blogs-list li .item-avatar img.avatar-50{max-width:50px;max-height:50px}@media screen and (min-width:46.8em){.buddypress-wrap .blogs-list li .item-block{float:none;width:auto}.buddypress-wrap .blogs-list li .item-meta{clear:right;float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .bp-dir-vert-nav .blogs-list .list-title{width:auto}}.buddypress-wrap .groups-list li .list-title{text-align:center}.buddypress-wrap .groups-list li .group-details{clear:right}.buddypress-wrap .groups-list li .group-desc{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;font-size:13px;color:#737373;font-style:italic;margin:10px auto 0;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .group-desc{font-size:16px}}.buddypress-wrap .groups-list li p{margin:0 0 .5em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .item{margin-left:0}.buddypress-wrap .groups-list li .item-meta,.buddypress-wrap .groups-list li .list-title{text-align:right;width:auto}.buddypress-wrap .groups-list li .item-meta{margin-bottom:20px}.buddypress-wrap .groups-list li .last-activity{clear:right;margin-top:-20px}}.buddypress-wrap .groups-list li.group-no-avatar div.group-desc{margin-right:0}.buddypress-wrap .mygroups .groups-list.grid .wrap{min-height:450px;padding-bottom:0}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list.grid.four .group-desc,.buddypress-wrap .groups-list.grid.three .group-desc{font-size:14px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-left:3%;width:15%}}.buddypress-wrap .members-list li .member-name{margin-bottom:10px}.buddypress-wrap .members-list li .item-extra-content{clear:both;font-size:14px}.buddypress-wrap .members-list li .user-update{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;color:#737373;font-style:italic;font-size:13px;margin:15px auto;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .user-update{font-size:16px}}.buddypress-wrap .members-list li .user-update .activity-read-more{display:block;font-size:12px;font-style:normal;margin-top:10px;padding-right:2px}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .last-activity{clear:right;margin-top:-10px}}@media screen and (min-width:46.8em){.buddypress-wrap .members-group-list li .joined{clear:right;float:none}}@media screen and (min-width:32em){body:not(.logged-in) .members-list .user-update{width:96%}}.register-page .register-section{box-sizing:border-box}.register-page .signup-form{margin-top:20px}.register-page .signup-form .default-profile input{margin-bottom:20px}.register-page .signup-form label,.register-page .signup-form legend{margin:10px 0 0}.register-page .signup-form .editfield{margin:15px 0}.register-page .signup-form .editfield fieldset{border:0;padding:0}.register-page .signup-form .editfield fieldset legend{margin:0 0 5px;text-indent:0}.register-page .signup-form .editfield .field-visibility-settings{padding:.5em}.register-page .signup-form .editfield .field-visibility-settings fieldset{margin:0 0 10px}.register-page .signup-form #signup-avatar img{margin:0 0 10px 15px}.register-page .signup-form .wp-pwd button{vertical-align:middle}.register-page .signup-form #pass-strength-result,.register-page .signup-form #pass1,.register-page .signup-form #pass1-text{width:10em}.register-page .signup-form #pass1{display:inline-block;margin-bottom:inherit}.register-page .signup-form #pass1-text,.register-page .signup-form .pw-weak{display:none}.register-page .signup-form .show-password #pass1-text{display:inline-block;margin-bottom:inherit}.register-page .signup-form .show-password #pass1{display:none}.register-page .signup-form .description.indicator-hint{font-size:14px}.register-page .signup-form #submit:disabled{color:#767676;opacity:.4}.register-page .signup-form .password-entry,.register-page .signup-form .password-entry-confirm{border:1px solid #eee}body.buddypress.register.js .user-pass2-wrap{display:none}body.buddypress.register.no-js .wp-hide-pw{display:none}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:flex;flex-flow:row wrap;justify-content:space-around}.buddypress-wrap .register-page .layout-wrap .default-profile{flex:1;padding-left:2em}.buddypress-wrap .register-page .layout-wrap .blog-details{flex:1;padding-right:2em}.buddypress-wrap .register-page .submit{clear:both}}@media screen and (min-width:46.8em){.buddypress-wrap.extended-default-reg .register-page .default-profile{min-width:14em;flex:1;padding-left:1em}.buddypress-wrap.extended-default-reg .register-page .extended-profile{flex:2;padding-right:1em}.buddypress-wrap.extended-default-reg .register-page .blog-details{flex:1 100%}}#group-create-body{padding:.5em}#group-create-body .creation-step-name{text-align:center}#group-create-body img.avatar{width:auto;height:auto}#group-create-body .avatar-nav-items{margin-top:15px}.single-headers:after,.single-headers:before{content:" ";display:table}.single-headers:after{clear:both}.single-headers{margin-bottom:15px}.single-headers #item-header-avatar a{display:block;text-align:center}.single-headers #item-header-avatar a img{float:none;width:auto;height:auto}.single-headers div#item-header-content{float:none}@media screen and (min-width:46.8em){.single-headers #item-header-avatar a{text-align:right}.single-headers #item-header-avatar a img{float:right}.single-headers #item-header-content{padding-right:2em}}.single-headers .activity,.single-headers .group-status{display:inline}.single-headers .group-status{font-size:18px;color:#333;padding-left:1em}.single-headers .activity{display:inline-block;font-size:12px;padding:0}.single-headers #sitewide-notice p,.single-headers div#message p{background-color:#ffd;border:1px solid #cb2;color:#440;font-weight:400;margin-top:3px;text-decoration:none}.single-headers h2{line-height:1.2;margin:0 0 5px}.single-headers h2 a{color:#767676;text-decoration:none}.single-headers h2 span.highlight{display:inline-block;font-size:60%;font-weight:400;line-height:1.7;vertical-align:middle}.single-headers h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-size:80%;font-weight:700;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}.single-headers img.avatar{float:right;margin:0 0 19px 15px}.single-headers .item-meta{color:#767676;font-size:14px;margin:15px 0 5px;padding-bottom:.5em}.single-headers ul{margin-bottom:15px}.single-headers ul li{float:left;list-style:none}.single-headers div.generic-button{text-align:center}.single-headers li.generic-button{display:inline-block;text-align:center}@media screen and (min-width:46.8em){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:right}}.single-headers a.button,.single-headers div.generic-button{margin:10px 0 0 10px}.single-headers li.generic-button{margin:2px 10px}.single-headers li.generic-button:first-child{margin-right:0}.single-headers div#message.info{line-height:.8}body.no-js .single-item-header .js-self-profile-button{display:none}#cover-image-container{position:relative}#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}#item-header-cover-image{position:relative;z-index:2}#item-header-cover-image #item-header-avatar{padding:0 1em}.groups-header .bp-group-type-list{font-size:18px;margin:0;color:#333;display:flex}.groups-header .bp-group-type-list strong{padding-left:1em;white-space:nowrap}.groups-header .bp-feedback{clear:both}.groups-header .group-item-actions{float:right;margin:0 15px 15px 0;padding-top:0;width:100%}.groups-header .moderators-lists{margin-top:0}.groups-header .moderators-lists .moderators-title{font-size:14px}.groups-header .moderators-lists .user-list{margin:0 0 5px}.groups-header .moderators-lists .user-list ul:after{clear:both;content:"";display:table}.groups-header .moderators-lists .user-list li{display:inline-block;float:none;margin-right:4px;padding:4px}.groups-header .moderators-lists img.avatar{box-shadow:none;float:none;height:30px;margin:0;max-width:100%;width:30px}@media screen and (min-width:46.8em){.groups-header div#item-header-content{float:right;margin-right:10%;text-align:right;padding-top:15px;width:42%}.groups-header .group-item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}.groups-header .groups-meta{clear:both}}.groups-header .desc-wrap{background:#eaeaea;border:1px solid #d6d6d6;margin:0 0 15px;padding:1em;text-align:center}.groups-header .desc-wrap .group-description{background:#fafafa;box-shadow:inset 0 0 9px #ccc;padding:1em;text-align:right}.groups-header .desc-wrap .group-description p{margin:0;padding:0}body.buddypress.bp-user .buddypress-wrap .users-header h2.user-nicename{margin-top:0;margin-bottom:5px}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{padding-bottom:.5em;font-size:18px;margin:0;color:#333;display:flex}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list strong{padding-left:1em;white-space:nowrap}body.buddypress.bp-user .buddypress-wrap .member-header-actions{overflow:hidden;padding-right:0}body.buddypress.bp-user .buddypress-wrap .member-header-actions *>*{display:block}.buddypress-wrap .item-body{margin:20px 0}.buddypress-wrap .item-body .screen-heading{font-size:20px;font-weight:400}.buddypress-wrap .item-body .button-tabs{margin:30px 0 15px;list-style:none}.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry{padding-right:.5em}.single-item.group-members .item-body .filters:not(.no-subnav){border-top:5px solid #eaeaea;padding-top:1em}.single-item.group-members .item-body .filters{margin-top:0}.buddypress-wrap .group-status-type ul{margin:0 20px 20px 0}.groups-manage-members-list{padding:.5em 0}.groups-manage-members-list dd{margin:0;padding:1em 0}.groups-manage-members-list .section-title{background:#eaeaea;padding-right:.3em}.groups-manage-members-list ul{list-style:none;margin-bottom:0}.groups-manage-members-list ul li{border-bottom:1px solid #eee;margin-bottom:10px;padding:.5em .3em .3em}.groups-manage-members-list ul li:last-child,.groups-manage-members-list ul li:only-child{border-bottom:0}.groups-manage-members-list ul li:nth-child(2n){background:#fafafa}.groups-manage-members-list ul li.banned-user{background:#fad3d3}.groups-manage-members-list ul .member-name{margin-bottom:0;text-align:center}.groups-manage-members-list ul img{display:block;margin:0 auto;width:20%}@media screen and (min-width:32em){.groups-manage-members-list ul .member-name{text-align:right}.groups-manage-members-list ul img{display:inline;width:50px}}.groups-manage-members-list ul .members-manage-buttons:after,.groups-manage-members-list ul .members-manage-buttons:before{content:" ";display:table}.groups-manage-members-list ul .members-manage-buttons:after{clear:both}.groups-manage-members-list ul .members-manage-buttons{margin:15px 0 5px}.groups-manage-members-list ul .members-manage-buttons a.button{color:#767676;display:block;font-size:13px}@media screen and (min-width:32em){.groups-manage-members-list ul .members-manage-buttons a.button{display:inline-block}}.groups-manage-members-list ul .members-manage-buttons.text-links-list{margin-bottom:0}@media screen and (max-width:32em){.groups-manage-members-list ul .members-manage-buttons.text-links-list a.button{background:#fafafa;border:1px solid #eee;display:block;margin-bottom:10px}}.groups-manage-members-list ul .action:not(.text-links-list) a.button{font-size:12px}@media screen and (min-width:46.8em){.groups-manage-members-list ul li .avatar,.groups-manage-members-list ul li .member-name{float:right}.groups-manage-members-list ul li .avatar{margin-left:15px}.groups-manage-members-list ul li .action{clear:both;float:right}}#group-manage-members-ui #group-members-search-form button[type=submit]{float:left;font-size:inherit;font-weight:400;line-height:1.5;text-align:center;text-transform:none}#group-manage-members-ui #group-members-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}#group-manage-members-ui #group-members-pagination button:last-child{margin-left:2em}#group-manage-members-ui #bp-no-group-members td{border:none}.buddypress .bp-invites-content ul.item-list{border-top:0}.buddypress .bp-invites-content ul.item-list li{border:1px solid #eaeaea;margin:0 0 1%;padding-right:5px;padding-left:5px;position:relative;width:auto}.buddypress .bp-invites-content ul.item-list li .list-title{margin:0 auto;width:80%}.buddypress .bp-invites-content ul.item-list li .action{position:absolute;top:10px;left:10px}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button{border:0}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:focus,.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:hover{color:#1fb3dd}.buddypress .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 12px 0 rgba(237,187,52,.2)}.buddypress .bp-invites-content .group-inviters li,.buddypress .bp-invites-content .item-list .item-meta span{color:#767676}.buddypress .bp-invites-content li ul.group-inviters{clear:both;margin:0}.buddypress .bp-invites-content li ul.group-inviters li{border:0;float:right;font-size:20px;width:inherit}.buddypress .bp-invites-content li .status{font-size:20px;font-style:italic;clear:both;color:#555;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul:after,.buddypress .bp-invites-content #send-invites-editor ul:before{content:" ";display:table}.buddypress .bp-invites-content #send-invites-editor ul:after{clear:both}.buddypress .bp-invites-content #send-invites-editor textarea{width:100%}.buddypress .bp-invites-content #send-invites-editor ul{clear:both;list-style:none;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul li{float:right;margin:.5%;max-height:50px;max-width:50px}.buddypress .bp-invites-content #send-invites-editor #bp-send-invites-form{clear:both;margin-top:10px}.buddypress .bp-invites-content #send-invites-editor .action{margin-top:10px;padding-top:10px}.buddypress .bp-invites-content #send-invites-editor.bp-hide{display:none}@media screen and (min-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{box-sizing:border-box;border:1px solid #eaeaea;float:right;padding-right:.5em;padding-left:.5em;width:49.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(odd){margin-left:.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(2n){margin-right:.5%}.buddypress .bp-invites-content ul.item-list ul.group-inviters{float:right;width:auto}}@media screen and (min-width:46.8em){:not(.vertical)+.item-body #group-invites-container{display:grid;grid-template-columns:25% auto;grid-template-areas:"group-invites-nav group-invites-column"}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav{-ms-grid-row:1;-ms-grid-column:1;grid-area:group-invites-nav}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav li{display:block;float:none}:not(.vertical)+.item-body #group-invites-container .group-invites-column{-ms-grid-row:1;-ms-grid-column:2;grid-area:group-invites-column}}.buddypress.groups .activity-update-form{margin-top:0}.buddypress-wrap .profile{margin-top:30px}.buddypress-wrap .public .profile-fields td.label{width:30%}.buddypress-wrap .profile.edit ul.button-nav{list-style:none;margin:30px 0 10px;padding-right:0}.buddypress-wrap .profile.edit ul.button-nav li{display:inline-block;margin-left:10px}.buddypress-wrap .profile.edit ul.button-nav li a{padding:.5em}.buddypress-wrap .profile.edit .editfield{background:#fafafa;border:1px solid #eee;margin:15px 0;padding:1em}.buddypress-wrap .profile.edit .editfield fieldset{border:0}.buddypress-wrap .profile.edit .editfield fieldset label{font-weight:400}.buddypress-wrap .profile.edit .editfield fieldset label.xprofile-field-label{display:inline}.buddypress-wrap .profile.edit .editfield{display:flex;flex-direction:column}.buddypress-wrap .profile.edit .editfield .description{margin-top:10px;order:2}.buddypress-wrap .profile.edit .editfield>fieldset{order:1}.buddypress-wrap .profile.edit .editfield .field-visibility-settings,.buddypress-wrap .profile.edit .editfield .field-visibility-settings-toggle{order:3}body.no-js .buddypress-wrap .field-visibility-settings-close,body.no-js .buddypress-wrap .field-visibility-settings-toggle{display:none}body.no-js .buddypress-wrap .field-visibility-settings{display:block}.buddypress-wrap .field-visibility-settings{margin:10px 0}.buddypress-wrap .current-visibility-level{font-style:normal;font-weight:700}.buddypress-wrap .field-visibility-settings,.buddypress-wrap .field-visibility-settings-header{color:#737373}.buddypress-wrap .field-visibility-settings fieldset{margin:5px 0}.buddypress-wrap .standard-form .editfield fieldset{margin:0}.buddypress-wrap .standard-form .field-visibility-settings label{font-weight:400;margin:0}.buddypress-wrap .standard-form .field-visibility-settings .radio{list-style:none;margin-bottom:0}.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close{font-size:12px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedede}.buddypress-wrap .standard-form .wp-editor-container textarea{background:#fff;width:100%}.buddypress-wrap .standard-form .description{background:#fafafa;font-size:inherit}.buddypress-wrap .standard-form .field-visibility-settings legend,.buddypress-wrap .standard-form .field-visibility-settings-header{font-style:italic}.buddypress-wrap .standard-form .field-visibility-settings-header{font-size:14px}.buddypress-wrap .standard-form .field-visibility-settings label,.buddypress-wrap .standard-form .field-visibility-settings legend{font-size:14px}.buddypress-wrap .standard-form .field-visibility select{margin:0}.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid #ccc}body.register .buddypress-wrap .page ul{list-style:none}.buddypress-wrap .profile .bp-avatar-nav{margin-top:20px}.message-action-delete:before,.message-action-exit:before,.message-action-star:before,.message-action-unstar:before,.message-action-view:before{font-family:dashicons;font-size:18px}.message-action-star:before{color:#aaa;content:"\f154"}.message-action-unstar:before{color:#fcdd77;content:"\f155"}.message-action-view:before{content:"\f473"}.message-action-delete:before{content:"\f153"}.message-action-exit:before{content:"\f14a"}.message-action-delete:hover:before{color:#a00}.preview-content .actions a{text-decoration:none}.bp-messages-content{margin:15px 0}.bp-messages-content .avatar{box-shadow:none}.bp-messages-content .thread-participants{list-style:none}.bp-messages-content .thread-participants dd{margin-right:0}.bp-messages-content time{color:#737373;font-size:12px}#message-threads{border-top:1px solid #eaeaea;clear:both;list-style:none;margin:0;max-height:220px;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}#message-threads li{border-bottom:1px solid #eaeaea;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;overflow:hidden;padding:.5em 0}#message-threads li .thread-cb{display:flex;align-items:center;-moz-flex:1 2 5%;-o-flex:1 2 5%;flex:1 2 5%}#message-threads li .thread-from,#message-threads li .thread-to{-moz-flex:1 2 20%;-o-flex:1 2 20%;flex:1 2 20%}#message-threads li .thread-from img.avatar,#message-threads li .thread-to img.avatar{float:right;margin:0 0 0 10px}#message-threads li .thread-from .user-name,#message-threads li .thread-to .user-name{display:inline-block;line-height:1.1}#message-threads li .thread-from .num-recipients,#message-threads li .thread-to .num-recipients{color:#737373;font-weight:400;font-size:12px;margin:0}#message-threads li .thread-content{-moz-flex:1 2 60%;-o-flex:1 2 60%;flex:1 2 60%}#message-threads li .thread-date{-moz-flex:1 2 15%;-o-flex:1 2 15%;flex:1 2 15%}#message-threads li.selected{background-color:#fafafa}#message-threads li.selected .thread-subject .subject{color:#5087e5}#message-threads li.unread{font-weight:700}#message-threads li .thread-content .excerpt{color:#737373;font-size:12px;margin:0}#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:13px}@media screen and (min-width:46.8em){#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:16px}}#message-threads li .thread-content .thread-subject{vertical-align:top}#message-threads li .thread-content .thread-subject .excerpt{font-weight:400}#message-threads li .thread-date{padding-left:5px;text-align:left}.bp-messages-content .actions{float:left;max-width:30%;line-height:1}.bp-messages-content .actions .bp-icons:not(.bp-hide){display:inline-block;margin:0;padding:.3em .5em}.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:26px}.bp-messages-content #thread-preview{border:1px solid #eaeaea;margin-top:20px}.bp-messages-content #thread-preview .preview-message{overflow:hidden}.bp-messages-content #thread-preview .preview-content{margin:.5em}.bp-messages-content #thread-preview .preview-content .preview-message{background:#fafafa;margin:10px 0;padding:1em .3em .3em}.bp-messages-content #bp-message-thread-list{border-top:1px solid #eaeaea;clear:both;list-style:none;padding:1em 0 .3em}.bp-messages-content #bp-message-thread-list li{padding:.5em}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:#fafafa}.bp-messages-content #bp-message-thread-list .message-metadata{border-bottom:1px solid #ccc;box-shadow:2px 1px 9px 0 #eee;display:table;padding:.2em;width:100%}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:30px}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{display:block;font-size:13px;float:right}@media screen and (min-width:46.8em){.bp-messages-content #bp-message-thread-list .message-metadata .user-link{font-size:16px}}.bp-messages-content #bp-message-thread-list .message-metadata time{color:#737373;font-size:12px;padding:0 .5em}.bp-messages-content #bp-message-thread-list .message-metadata button{padding:0 .3em}.bp-messages-content #bp-message-thread-list .message-metadata button:before{font-size:20px}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:90%}.bp-messages-content #bp-message-thread-list img.avatar{float:right;margin:0 0 0 10px}.bp-messages-content #bp-message-thread-list .actions a:before{font-size:18px}.bp-messages-content form.send-reply .avatar-box{padding:.5em 0}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{border-bottom:1px solid #eaeaea}.bp-messages-content .preview-pane-header:after,.bp-messages-content .single-message-thread-header:after{clear:both;content:"";display:table}.bp-messages-content .preview-thread-title,.bp-messages-content .single-thread-title{font-size:16px}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-right:2em}.bp-messages-content .thread-participants{float:right;margin:5px 0;width:70%}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:10px}.bp-messages-content .thread-participants ul{list-style:none}.bp-messages-content .thread-participants ul:after{clear:both;content:"";display:table}.bp-messages-content .thread-participants li{float:right;margin-right:5px}.bp-messages-content .thread-participants img{width:30px;height:30px}.bp-messages-content #bp-message-thread-list li .message-content blockquote,.bp-messages-content #bp-message-thread-list li .message-content ol,.bp-messages-content #bp-message-thread-list li .message-content ul,.bp-messages-content #thread-preview .preview-message blockquote,.bp-messages-content #thread-preview .preview-message ol,.bp-messages-content #thread-preview .preview-message ul{list-style-position:inside;margin-right:0}.bp-messages-content #thread-preview:empty,.bp-messages-content ul#message-threads:empty{display:none}.bp-messages-content #bp-message-thread-header h2:first-child,.bp-messages-content #thread-preview h2:first-child{background-color:#eaeaea;color:#555;font-weight:700;margin:0;padding:.5em}.bp-messages-content #bp-message-thread-list li a.user-link,.bp-messages-content #message-threads .thread-content a{border:0;text-decoration:none}.bp-messages-content .standard-form #subject{margin-bottom:20px}div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions{margin-left:15px;max-width:42.5%}.buddypress.settings .profile-settings.bp-tables-user select{width:100%}body.buddypress.settings .wp-pwd button{vertical-align:middle}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1,body.buddypress.settings #pass1-text{width:16em}body.buddypress.settings #pass1{display:inline-block;margin-bottom:inherit}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1-text,body.buddypress.settings .pw-weak{display:none}body.buddypress.settings .show-password #pass1-text{display:inline-block;margin-bottom:inherit}body.buddypress.settings .show-password #pass1{display:none}body.buddypress.settings #your-profile #submit:disabled{color:#767676;opacity:.4}body.buddypress.settings.js .user-pass2-wrap,body.buddypress.settings.js .wp-pwd{display:none}body.buddypress.settings.no-js .wp-cancel-pw,body.buddypress.settings.no-js .wp-generate-pw,body.buddypress.settings.no-js .wp-hide-pw{display:none}body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a{text-decoration:underline}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #d6d6d6}.buddypress-wrap input.action[disabled]{cursor:pointer;opacity:.4}.buddypress-wrap #invitation-bulk-manage[disabled],.buddypress-wrap #notification-bulk-manage[disabled]{display:none}.buddypress-wrap fieldset legend{font-size:inherit;font-weight:600}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{box-shadow:0 0 8px #eaeaea}.buddypress-wrap select{height:auto}.buddypress-wrap textarea{resize:vertical}.buddypress-wrap .standard-form .bp-controls-wrap{margin:1em 0}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{box-shadow:none;border-width:2px;outline:0}.buddypress-wrap .standard-form input[required]:invalid,.buddypress-wrap .standard-form select[required]:invalid,.buddypress-wrap .standard-form textarea[required]:invalid{border-color:#b71717}.buddypress-wrap .standard-form input[required]:valid,.buddypress-wrap .standard-form select[required]:valid,.buddypress-wrap .standard-form textarea[required]:valid{border-color:#91cc2c}.buddypress-wrap .standard-form input[required]:focus,.buddypress-wrap .standard-form select[required]:focus,.buddypress-wrap .standard-form textarea[required]:focus{border-color:#d6d6d6;border-width:1px}.buddypress-wrap .standard-form input.invalid[required],.buddypress-wrap .standard-form select.invalid[required],.buddypress-wrap .standard-form textarea.invalid[required]{border-color:#b71717}.buddypress-wrap .standard-form input:not(.small),.buddypress-wrap .standard-form textarea{width:100%}.buddypress-wrap .standard-form input[type=checkbox],.buddypress-wrap .standard-form input[type=radio]{margin-left:5px;width:auto}.buddypress-wrap .standard-form select{padding:3px}.buddypress-wrap .standard-form textarea{height:120px}.buddypress-wrap .standard-form textarea#message_content{height:200px}.buddypress-wrap .standard-form input[type=password]{margin-bottom:5px}.buddypress-wrap .standard-form input:focus,.buddypress-wrap .standard-form select:focus,.buddypress-wrap .standard-form textarea:focus{background-color:#fafafa;color:#555;outline:0}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:block;font-weight:600;margin:15px 0 5px;width:auto}.buddypress-wrap .standard-form a.clear-value{display:block;margin-top:5px;outline:0}.buddypress-wrap .standard-form .submit{clear:both;padding:15px 0 0}.buddypress-wrap .standard-form p.submit{margin-bottom:0}.buddypress-wrap .standard-form div.submit input{margin-left:15px}.buddypress-wrap .standard-form #invite-list label,.buddypress-wrap .standard-form p label{font-weight:400;margin:auto}.buddypress-wrap .standard-form p.description{color:#737373;margin:5px 0}.buddypress-wrap .standard-form div.checkbox label:nth-child(n+2),.buddypress-wrap .standard-form div.radio div label{color:#737373;font-size:100%;font-weight:400;margin:5px 0 0}.buddypress-wrap .standard-form#send-reply textarea{width:97.5%}.buddypress-wrap .standard-form#sidebar-login-form label{margin-top:5px}.buddypress-wrap .standard-form#sidebar-login-form input[type=password],.buddypress-wrap .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff}@media screen and (min-width:46.8em){.buddypress-wrap .standard-form .left-menu{float:right}.buddypress-wrap .standard-form #invite-list ul{list-style:none;margin:1%}.buddypress-wrap .standard-form #invite-list ul li{margin:0 1% 0 0}.buddypress-wrap .standard-form .main-column{margin-right:190px}.buddypress-wrap .standard-form .main-column ul#friend-list{clear:none;float:right}.buddypress-wrap .standard-form .main-column ul#friend-list h4{clear:none}}.buddypress-wrap .standard-form .bp-tables-user label{margin:0}.buddypress-wrap .signup-form label,.buddypress-wrap .signup-form legend{font-weight:400}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-wrap .wp-editor-wrap .wp-editor-wrap button,.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=button],.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=submit],.buddypress-wrap .wp-editor-wrap a.button,.buddypress-wrap .wp-editor-wrap input[type=reset]{padding:0 8px 1px}.buddypress-wrap .select-wrap{border:1px solid #eee}.buddypress-wrap .select-wrap label{display:inline}.buddypress-wrap .select-wrap select::-ms-expand{display:none}.buddypress-wrap .select-wrap select{-webkit-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;margin-left:-25px;padding:6px 10px 6px 25px;position:relative;text-indent:-2px;z-index:1;width:auto}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background:0 0}.buddypress-wrap .select-wrap span.select-arrow{display:inline-block;position:relative;z-index:0}.buddypress-wrap .select-wrap span.select-arrow:before{color:#ccc;content:"\25BC"}.buddypress-wrap .select-wrap:focus .select-arrow:before,.buddypress-wrap .select-wrap:hover .select-arrow:before{color:#a6a6a6}.buddypress-wrap .bp-search form:focus,.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:focus,.buddypress-wrap .select-wrap:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}@media screen and (min-width:32em){.buddypress-wrap .invitations-options-nav .select-wrap,.buddypress-wrap .notifications-options-nav .select-wrap{float:right}}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after,.buddypress-wrap .bp-messages-search-form:before{content:" ";display:table}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after{clear:both}.buddypress-wrap form#group-members-search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-messages-search-form,.buddypress-wrap form[data-bp-search].bp-invites-search-form{border:1px solid #eee;width:100%}.buddypress-wrap form#group-members-search label,.buddypress-wrap form.bp-dir-search-form label,.buddypress-wrap form.bp-messages-search-form label,.buddypress-wrap form[data-bp-search].bp-invites-search-form label{margin:0}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{background:0 0;border:0;border-radius:0;background-clip:padding-box}.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{float:right;line-height:2;padding:3px 10px;width:78%}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{float:left;font-size:inherit;font-weight:400;line-height:1.5;padding:3px .7em;text-align:center;text-transform:none;width:20%}.buddypress-wrap form#group-members-search button[type=submit] span,.buddypress-wrap form.bp-dir-search-form button[type=submit] span,.buddypress-wrap form.bp-messages-search-form button[type=submit] span,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}.buddypress-wrap form#group-members-search button[type=submit].bp-show,.buddypress-wrap form.bp-dir-search-form button[type=submit].bp-show,.buddypress-wrap form.bp-messages-search-form button[type=submit].bp-show,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit].bp-show{height:auto;right:0;overflow:visible;position:static;top:0}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-button,.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-decoration{display:none}.buddypress-wrap form#group-members-search:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}.buddypress-wrap ul.filters li form label input{line-height:1.4;padding:.1em .7em}.buddypress-wrap .current-group-type,.buddypress-wrap .current-member-type{font-style:italic}.buddypress-wrap .dir-form{clear:both}.budypress.no-js form.bp-dir-search-form button[type=submit]{height:auto;right:0;overflow:visible;position:static;top:0}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text]{padding:6px 10px 7px}.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{width:100%}.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:2px solid #ccc}.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:#fafafa}.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:.5em;vertical-align:middle}.buddypress-wrap .bp-tables-user tr td.label,.buddypress-wrap table.forum tr td.label,.buddypress-wrap table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:600;width:25%}.buddypress-wrap .bp-tables-user tr.alt td,.buddypress-wrap table.wp-profile-fields tr.alt td{background:#fafafa}.buddypress-wrap table.profile-fields .data{padding:.5em 1em}.buddypress-wrap table.profile-fields tr:last-child{border-bottom:none}.buddypress-wrap table.notifications td{padding:1em .5em}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{width:7%}.buddypress-wrap table.notifications .bulk-select-check{vertical-align:middle}.buddypress-wrap table.notifications .date,.buddypress-wrap table.notifications .notification-description,.buddypress-wrap table.notifications .notification-since,.buddypress-wrap table.notifications .title{width:39%}.buddypress-wrap table.notifications .actions,.buddypress-wrap table.notifications .notification-actions{width:15%}.buddypress-wrap table.notification-settings th.title,.buddypress-wrap table.profile-settings th.title{width:80%}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-read{display:inline-block}.buddypress-wrap table.notification-settings{margin-bottom:15px;text-align:right}.buddypress-wrap #groups-notification-settings{margin-bottom:0}.buddypress-wrap table.notification-settings td:first-child,.buddypress-wrap table.notification-settings th.icon,.buddypress-wrap table.notifications td:first-child,.buddypress-wrap table.notifications th.icon{display:none}.buddypress-wrap table.notification-settings .no,.buddypress-wrap table.notification-settings .yes{text-align:center;width:40px;vertical-align:middle}.buddypress-wrap table#message-threads{clear:both}.buddypress-wrap table#message-threads .thread-info{min-width:40%}.buddypress-wrap table#message-threads .thread-info p{margin:0}.buddypress-wrap table#message-threads .thread-info p.thread-excerpt{color:#737373;font-size:12px;margin-top:3px}.buddypress-wrap table.profile-fields{margin-bottom:20px}.buddypress-wrap table.profile-fields:last-child{margin-bottom:0}.buddypress-wrap table.profile-fields p{margin:0}.buddypress-wrap table.profile-fields p:last-child{margin-top:0}.bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-vert{display:flex;align-items:center}.bp-hide{display:none}.bp-show{height:auto;right:0;overflow:visible;position:static;top:0}.buddypress .buddypress-wrap .activity-read-more a,.buddypress .buddypress-wrap .comment-reply-link,.buddypress .buddypress-wrap .generic-button a,.buddypress .buddypress-wrap a.bp-title-button,.buddypress .buddypress-wrap a.button,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap input[type=button],.buddypress .buddypress-wrap input[type=reset],.buddypress .buddypress-wrap input[type=submit],.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a{background:#fff;border-color:#ccc;border-style:solid;border-width:1px;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1}.buddypress .buddypress-wrap a.button.dashicons,.buddypress .buddypress-wrap button.dashicons{font-family:dashicons}.buddypress .buddypress-wrap .button-small[type=button]{padding:0 8px 1px}.buddypress .buddypress-wrap .activity-read-more a:focus,.buddypress .buddypress-wrap .activity-read-more a:hover,.buddypress .buddypress-wrap .button-nav li a:focus,.buddypress .buddypress-wrap .button-nav li a:hover,.buddypress .buddypress-wrap .button-nav li.current a,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}.buddypress .buddypress-wrap a.disabled,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap button.pending,.buddypress .buddypress-wrap div.pending a,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=button].pending,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=reset].pending,.buddypress .buddypress-wrap input[type=submit].pending,.buddypress .buddypress-wrap input[type=submit]:disabled,.buddypress .buddypress-wrap input[type=submit][disabled=disabled]{border-color:#eee;color:#767676;cursor:default}.buddypress .buddypress-wrap a.disabled:hover,.buddypress .buddypress-wrap button.disabled:hover,.buddypress .buddypress-wrap button.pending:hover,.buddypress .buddypress-wrap div.pending a:hover,.buddypress .buddypress-wrap input[type=button]:hover.disabled,.buddypress .buddypress-wrap input[type=button]:hover.pending,.buddypress .buddypress-wrap input[type=reset]:hover.disabled,.buddypress .buddypress-wrap input[type=reset]:hover.pending,.buddypress .buddypress-wrap input[type=submit]:hover.disabled,.buddypress .buddypress-wrap input[type=submit]:hover.pending{border-color:#eee;color:#767676}.buddypress .buddypress-wrap button.text-button,.buddypress .buddypress-wrap input.text-button{background:0 0;border:0;box-shadow:none;color:#767676}.buddypress .buddypress-wrap button.text-button.small,.buddypress .buddypress-wrap input.text-button.small{font-size:13px}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:underline}.buddypress .buddypress-wrap .activity-list a.button{border:none}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover{color:#1fb3dd}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.invite-button:hover{color:#a00}.buddypress .buddypress-wrap #item-buttons:empty{display:none}.buddypress .buddypress-wrap input:disabled:focus,.buddypress .buddypress-wrap input:disabled:hover{background:0 0}.buddypress .buddypress-wrap .text-links-list a.button{background:0 0;border:none;border-left:1px solid #eee;color:#737373;display:inline-block;padding:.3em 1em}.buddypress .buddypress-wrap .text-links-list a.button:visited{color:#d6d6d6}.buddypress .buddypress-wrap .text-links-list a.button:focus,.buddypress .buddypress-wrap .text-links-list a.button:hover{color:#5087e5}.buddypress .buddypress-wrap .text-links-list a:first-child{padding-right:0}.buddypress .buddypress-wrap .text-links-list a:last-child{border-left:none}.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button{border:1px solid #ccc;display:block;margin:0}.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover{background:#ededed}.buddypress #buddypress .create-button{background:0 0;text-align:center}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{text-decoration:underline}@media screen and (min-width:46.8em){.buddypress #buddypress .create-button{float:left}}.buddypress #buddypress .create-button a{border:1px solid #ccc;border-radius:5px;background-clip:padding-box;box-shadow:inset 0 0 6px 0 #eaeaea;margin:.2em 0;width:auto}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{background:0 0;border-color:#ccc;box-shadow:inset 0 0 12px 0 #eaeaea}@media screen and (min-width:46.8em){.buddypress #buddypress.bp-dir-vert-nav .create-button{float:none;padding-top:2em}.buddypress #buddypress.bp-dir-vert-nav .create-button a{margin-left:.5em}}.buddypress #buddypress.bp-dir-hori-nav .create-button{float:right}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{background:0 0;border:0;box-shadow:none;margin:0}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0;border:0}.buddypress-wrap button.bp-icons:focus,.buddypress-wrap button.bp-icons:hover{background:0 0}.buddypress-wrap button.ac-reply-cancel:focus,.buddypress-wrap button.ac-reply-cancel:hover{background:0 0;text-decoration:underline}.buddypress-wrap .bp-invites-content li .invite-button span.icons:before,.buddypress-wrap .bp-invites-filters .invite-button span.icons:before,.buddypress-wrap .bp-messages-filters li a.messages-button:before,.buddypress-wrap .feed a:before,.buddypress-wrap .filter label:before{font-family:dashicons;font-size:18px}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:27px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:32px}}.buddypress-wrap .bp-list a.button.invite-button:focus,.buddypress-wrap .bp-list a.button.invite-button:hover{background:0 0}.buddypress-wrap .filter label:before{content:"\f536"}.buddypress-wrap div.feed a:before,.buddypress-wrap li.feed a:before{content:"\f303"}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\f502"}.buddypress-wrap ul.item-list li .group-remove-invite-button span.icons:before,.buddypress-wrap ul.item-list li.selected .invite-button span.icons:before{content:"\f153"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page:before{content:"\f345"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page:before{content:"\f341"}.buddypress-wrap .warn{color:#b71717}.buddypress-wrap .bp-messages{border:1px solid #ccc;margin:0 0 15px}.buddypress-wrap .bp-messages .sitewide-notices{display:block;margin:5px;padding:.5em}.buddypress-wrap .bp-messages.info{margin-bottom:0}.buddypress-wrap .bp-messages.updated{clear:both;display:block}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background:#0b80a4;border:0;box-shadow:0 0 3px 0 rgba(0,0,0,.2);color:#fff}.buddypress-wrap .bp-feedback:not(.custom-homepage-info){display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;align-items:stretch;align-items:center}.buddypress-wrap .bp-feedback{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;margin:10px 0;position:relative}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback span.bp-icon{color:#fff;display:block;font-family:dashicons;right:0;margin-left:10px;position:relative;padding:0 .5em}.buddypress-wrap .bp-feedback .bp-help-text{font-style:italic}.buddypress-wrap .bp-feedback .text{font-size:14px;margin:0;padding:.5em 0}.buddypress-wrap .bp-feedback.no-icon{padding:.5em}.buddypress-wrap .bp-feedback.small:before{line-height:inherit}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:32px}.buddypress-wrap a[data-bp-close],.buddypress-wrap button[data-bp-close]{border:0;position:absolute;top:10px;left:10px;width:32px}.buddypress-wrap .bp-feedback.no-icon a[data-bp-close],.buddypress-wrap .bp-feedback.no-icon button[data-bp-close]{top:-6px;left:6px}.buddypress-wrap button[data-bp-close]:hover{background-color:transparent}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback .bp-icon{font-size:20px;padding:0 2px}.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon,.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{display:flex;align-items:center;align-self:stretch}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon{background-color:#0b80a4}.buddypress-wrap .bp-feedback.help .bp-icon:before,.buddypress-wrap .bp-feedback.info .bp-icon:before{content:"\f348"}.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{background-color:#d33}.buddypress-wrap .bp-feedback.error .bp-icon:before,.buddypress-wrap .bp-feedback.warning .bp-icon:before{content:"\f534"}.buddypress-wrap .bp-feedback.loading .bp-icon{background-color:#ffd087}.buddypress-wrap .bp-feedback.loading .bp-icon:before{content:"\f469"}.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon{background-color:#8a2}.buddypress-wrap .bp-feedback.success .bp-icon:before,.buddypress-wrap .bp-feedback.updated .bp-icon:before{content:"\f147"}.buddypress-wrap .bp-feedback.help .bp-icon:before{content:"\f468"}.buddypress-wrap #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;font-weight:700;margin:10px 0 10px 0;padding:.5em;text-align:center;width:auto}.buddypress-wrap #pass-strength-result.show{display:block}.buddypress-wrap #pass-strength-result.mismatch{background-color:#333;border-color:transparent;color:#fff}.buddypress-wrap #pass-strength-result.bad,.buddypress-wrap #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c;color:#333}.buddypress-wrap #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040;color:#333}.buddypress-wrap #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0;color:#333}.buddypress-wrap #pass-strength-result.strong{background-color:#66d66e;border-color:#438c48;color:#333}.buddypress-wrap .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px 0;padding:.5em;width:90%}.buddypress-wrap .accept,.buddypress-wrap .reject{float:right;margin-right:10px}.buddypress-wrap .members-list.grid .bp-ajax-message{background:rgba(255,255,255,.9);border:1px solid #eee;font-size:14px;right:2%;position:absolute;padding:.5em 1em;left:2%;top:30px}body.create-blog #buddypress .error,body.create-blog #buddypress .success{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;padding:10px 15px;background-color:#fff}body.create-blog #buddypress .error{border-right:4px solid #d33}body.create-blog #buddypress .success{border-right:4px solid #8a2}.buddypress.widget .item-options{font-size:12px;margin:0 0 1em;padding:1em 0}.buddypress.widget .bp-login-widget-user-avatar{float:right}.buddypress.widget .bp-login-widget-user-links{margin-right:70px}.buddypress.widget ul.item-list{list-style:none;margin:10px 0}.buddypress.widget ul.activity-list{padding:0}.buddypress.widget ul.activity-list blockquote{margin:0 0 1.5em;overflow:visible;padding:0 .75em .75em 0}.buddypress.widget ul.activity-list img{margin-bottom:.5em}.buddypress.widget ul.activity-list li{border-bottom:1px solid #ccc;margin-bottom:1em}.buddypress.widget ul.activity-list li .activity-header p{margin-bottom:.5em}.buddypress.widget ul.activity-list li:last-child{border-bottom:0}.buddypress.widget div.activity-list blockquote{padding:0;border:none}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){position:relative;box-shadow:-1px 0 4px rgba(0,0,0,.15);padding:0 1em}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after,.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{position:absolute;right:15px;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{bottom:-18px;border-top-color:rgba(0,0,0,.15);border-width:9px;right:14px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after{bottom:-16px;border-top-color:#fff;border-width:8px}.buddypress.widget div.activity-list blockquote .activity-item.mini .avatar{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-left:2px}.buddypress.widget div.activity-list footer{display:flex;align-items:center}.buddypress.widget div.activity-list footer img.avatar{display:inline-block;border:none;margin-left:.5em}.buddypress.widget div.activity-list footer .activity-time-since{font-size:90%}.buddypress.widget .avatar-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}.buddypress.widget .avatar-block img{margin:.5em}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#friends-list li:before,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#groups-list li:before,.buddypress.widget ul#members-list li:after,.buddypress.widget ul#members-list li:before{content:" ";display:table}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#members-list li:after{clear:both}.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{margin-bottom:1em}.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item-avatar{float:right;width:60px}.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#members-list li .item{margin-right:70px}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:32em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{border:1px solid #eee;align-items:stretch;-moz-flex:1 1 46%;-o-flex:1 1 46%;flex:1 1 46%;margin:2%}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 20%;-o-flex:0 1 20%;flex:0 1 20%}}.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar{padding:.5em;text-align:center}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item{padding:.5em}.buddypress-wrap .buddypress.widget ul#friends-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#groups-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#members-list li .item .item-meta{font-size:12px;overflow-wrap:break-word}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{margin:10px -2%;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto;margin:10px 2% 1%;width:46%}}.buddypress-wrap .buddypress.widget blockquote{margin:0 0 1.5em;overflow:visible;padding:0 .75em .75em 0}#buddypress-wrap *{transition:opacity .1s ease-in-out .1s}#buddypress-wrap a.button,#buddypress-wrap a.generic-button,#buddypress-wrap button,#buddypress-wrap input[type=reset],#buddypress-wrap input[type=submit]{transition:background .1s ease-in-out .1s,color .1s ease-in-out .1s,border-color .1s ease-in-out .1s}.buddypress-wrap a.loading,.buddypress-wrap input.loading{animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@keyframes loader-pulsate{from{border-color:#aaa;box-shadow:0 0 6px #ccc}to{border-color:#ccc;box-shadow:0 0 6px #f8f8f8}}.buddypress-wrap a.loading:hover,.buddypress-wrap input.loading:hover{color:#777}[data-bp-tooltip]{position:relative}[data-bp-tooltip]:after{background-color:#fff;display:none;opacity:0;position:absolute;transform:translate3d(0,0,0);visibility:hidden}[data-bp-tooltip]:after{border:1px solid #737373;border-radius:1px;box-shadow:-4px 4px 8px rgba(0,0,0,.2);color:#333;content:attr(data-bp-tooltip);font-family:"Helvetica Neue",helvetica,arial,san-serif;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.25;max-width:200px;padding:5px 8px;pointer-events:none;text-shadow:none;text-transform:none;transition:all 1.5s ease;white-space:nowrap;word-wrap:break-word;z-index:100000}[data-bp-tooltip]:active:after,[data-bp-tooltip]:focus:after,[data-bp-tooltip]:hover:after{display:block;opacity:1;overflow:visible;visibility:visible}[data-bp-tooltip=""]{display:none;opacity:0;visibility:hidden}.bp-tooltip:after{right:50%;margin-top:7px;top:110%;transform:translate(50%,0)}.user-list .bp-tooltip:after{right:0;transform:translate(0,0)}@media screen and (min-width:46.8em){.user-list .bp-tooltip:after{right:auto;left:0;transform:translate(0,0)}}.activity-list .bp-tooltip:after,.activity-meta-action .bp-tooltip:after,.avatar-block .item-avatar .bp-tooltip:after,.notification-actions .bp-tooltip:after,.participants-list .bp-tooltip:after{right:0;transform:translate(0,0)}.bp-invites-content .bp-tooltip:after,.message-metadata .actions .bp-tooltip:after,.single-message-thread-header .actions .bp-tooltip:after{right:auto;left:0;transform:translate(0,0)}.bp-invites-content #send-invites-editor .bp-tooltip:after{right:0;left:auto}#item-body,.single-screen-navs{box-sizing:border-box}.grid>li,.grid>li .generic-button a{box-sizing:border-box}.grid>li{border-bottom:0;padding-bottom:10px;padding-top:0}.grid>li .list-wrap{background:#fafafa;border:1px solid #eee;padding-bottom:15px;position:relative;overflow:hidden;padding-top:14px}.grid>li .list-wrap .list-title{padding:.5em}.grid>li .list-wrap .update{color:#737373;padding:.5em 2em}.grid>li .item-avatar{text-align:center}.grid>li .item-avatar .avatar{border-radius:50%;display:inline-block;width:50%}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:340px}.grid.members-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.members-group-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.groups-list .list-wrap{min-height:470px}.grid.groups-list .list-wrap .item-block{min-height:6rem}.grid.groups-list .list-wrap .group-desc{margin:15px auto 0;min-height:5em;overflow:hidden}.grid.groups-list .list-wrap .group-details,.grid.groups-list .list-wrap .item-desc,.grid.groups-list .list-wrap .last-activity{margin-bottom:0}.grid.groups-list .list-wrap .group-details p,.grid.groups-list .list-wrap .item-desc p,.grid.groups-list .list-wrap .last-activity p{margin-bottom:0}.grid.blogs-list .list-wrap{min-height:350px}.grid.blogs-list .list-wrap .item-block{margin:0 auto;min-height:7rem}}@media screen and (min-width:24em){.grid>li.item-entry{float:right;margin:0}.grid.two>li{padding-bottom:20px}}@media screen and (min-width:24em) and (min-width:75em){.grid.two>li .list-wrap{max-width:500px;margin:0 auto}}@media screen and (min-width:24em){.grid.three>li,.grid.two>li{width:50%}.grid.three>li:nth-child(odd),.grid.two>li:nth-child(odd){padding-left:10px}.grid.three>li:nth-child(2n),.grid.two>li:nth-child(2n){padding-right:10px}.grid.three>li .item,.grid.two>li .item{margin:1rem auto 0;width:80%}.grid.three>li .item .item-title,.grid.two>li .item .item-title{width:auto}}@media screen and (min-width:46.8em){.grid.three>li{padding-top:0;width:33.333333%;width:calc(100% / 3)}.grid.three>li:nth-child(1n+1){padding-right:5px;padding-left:5px}.grid.three>li:nth-child(3n+3){padding-right:5px;padding-left:0}.grid.three>li:nth-child(3n+1){padding-right:0;padding-left:5px}}@media screen and (min-width:46.8em){.grid.four>li{width:25%}.grid.four>li:nth-child(1n+1){padding-right:5px;padding-left:5px}.grid.four>li:nth-child(4n+4){padding-right:5px;padding-left:0}.grid.four>li:nth-child(4n+1){padding-right:0;padding-left:5px}}.buddypress-wrap .grid.bp-list{padding-top:1em}.buddypress-wrap .grid.bp-list>li{border-bottom:none}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:3em}.buddypress-wrap .grid.bp-list>li .item-avatar{margin:0;text-align:center;width:auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{display:inline-block;height:auto;width:50%}.buddypress-wrap .grid.bp-list>li .item-meta,.buddypress-wrap .grid.bp-list>li .list-title{float:none;text-align:center}.buddypress-wrap .grid.bp-list>li .list-title{font-size:inherit;line-height:1.1}.buddypress-wrap .grid.bp-list>li .item{font-size:18px;right:0;margin:0 auto;text-align:center;width:96%}@media screen and (min-width:46.8em){.buddypress-wrap .grid.bp-list>li .item{font-size:22px}}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{float:none;width:96%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:10px}.buddypress-wrap .grid.bp-list>li .item .last-activity{margin-top:5px}.buddypress-wrap .grid.bp-list>li .item .group-desc{clear:none}.buddypress-wrap .grid.bp-list>li .item .user-update{clear:both;text-align:right}.buddypress-wrap .grid.bp-list>li .item .activity-read-more a{display:inline}.buddypress-wrap .grid.bp-list>li .action{bottom:5px;float:none;height:auto;right:0;margin:0;padding:0 5px;position:absolute;text-align:center;top:auto;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{float:none;margin:5px 0 0;text-align:center;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button a,.buddypress-wrap .grid.bp-list>li .action .generic-button button{width:100%}.buddypress-wrap .grid.bp-list>li .avatar,.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item-avatar{float:none}.buddypress-wrap .blogs-list.grid.two>li .blogs-title{min-height:5em}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc{min-height:8em}.buddypress-wrap .blogs-list.grid.four>li,.buddypress-wrap .blogs-list.grid.three>li{min-height:350px}.buddypress-wrap .blogs-list.grid.four>li .last-activity,.buddypress-wrap .blogs-list.grid.three>li .last-activity{margin-bottom:0}.buddypress-wrap .blogs-list.grid.four>li .last-post,.buddypress-wrap .blogs-list.grid.three>li .last-post{margin-top:0}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:430px}.buddypress:not(.logged-in) .grid.members-list .list-wrap{min-height:300px}.buddypress:not(.logged-in) .grid.blogs-list .list-wrap{min-height:320px}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-navs.vertical{overflow:visible}.bp-single-vert-nav .bp-navs.vertical ul{border-left:1px solid #d6d6d6;border-bottom:0;float:right;margin-left:-1px;width:25%}.bp-single-vert-nav .bp-navs.vertical li{float:none;margin-left:0}.bp-single-vert-nav .bp-navs.vertical li.selected a{background:#ccc;color:#333}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:#ccc}.bp-single-vert-nav .bp-navs.vertical li span{background:#d6d6d6;border-radius:10%;float:left;margin-left:2px}.bp-single-vert-nav .bp-navs.vertical li:hover span{border-color:#eaeaea}.bp-single-vert-nav .bp-navs.vertical.tabbed-links li.selected a{padding-right:0}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}.bp-single-vert-nav .bp-wrap .group-nav-tabs.groups-nav ul li,.bp-single-vert-nav .bp-wrap .user-nav-tabs.users-nav ul li{right:1px;position:relative}.bp-single-vert-nav .item-body:not(#group-create-body){background:#fff;border-right:1px solid #d6d6d6;float:left;margin:0;min-height:400px;padding:0 1em 0 0;width:calc(75% + 1px)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){background:#eaeaea;margin:0 -5px 0 0;width:auto}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:16px;margin:10px 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{border-left:1px solid #ccc;padding:0 .5em}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:focus,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:hover{background:0 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{background:0 0;color:#333;text-decoration:underline}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:last-child a{border:none}.bp-dir-vert-nav .dir-navs{float:right;right:1px;position:relative;width:20%}.bp-dir-vert-nav .dir-navs ul li{float:none;overflow:hidden;width:auto}.bp-dir-vert-nav .dir-navs ul li.selected{border:1px solid #eee}.bp-dir-vert-nav .dir-navs ul li.selected a{background:#555;color:#fff}.bp-dir-vert-nav .dir-navs ul li.selected a span{background:#eaeaea;border-color:#ccc;color:#5087e5}.bp-dir-vert-nav .dir-navs ul li a:focus,.bp-dir-vert-nav .dir-navs ul li a:hover{background:#ccc;color:#333}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:1px solid #555}.bp-dir-vert-nav .screen-content{border-right:1px solid #d6d6d6;margin-right:20%;overflow:hidden;padding:0 1em 2em 0}.bp-dir-vert-nav .screen-content .subnav-filters{margin-top:0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:hover{background:0 0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected{background:0 0;border:1px solid #d6d6d6;border-left-color:#fff}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a{background:0 0;color:#333;font-weight:600}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span{background:#555;border:1px solid #d6d6d6;color:#fff}}
|
1 |
+
body #buddypress * a{box-shadow:none;text-decoration:none}body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li,body #buddypress select,body #buddypress textarea{border-radius:2px;background-clip:padding-box}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-right:0}body #buddypress .bp-list .action{box-sizing:border-box}@media screen and (min-width:46.8em){body.buddypress .entry-content:not(.alignwide):not(.alignfull),body.buddypress .entry-header:not(.alignwide):not(.alignfull),body.buddypress .site-content .entry-header:not(.alignwide):not(.alignfull){max-width:none}body.buddypress .entry-header{float:none}body.buddypress .entry-content{float:none}body.buddypress .site-content{padding-top:2.5em}body.buddypress #page #primary{max-width:none}body.buddypress #page #primary .entry-content,body.buddypress #page #primary .entry-header{float:none;width:auto}}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{clear:none;margin:1em 0;padding:0}body.buddypress .buddypress-wrap h2:before{display:none}.bp-wrap:after,.bp-wrap:before{content:" ";display:table}.bp-wrap:after{clear:both}.buddypress-wrap.round-avatars .avatar{border-radius:50%}body.buddypress article.page>.entry-header{margin-bottom:2em;padding:0}body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:28px;font-weight:inherit;color:#767676}@media screen and (min-width:46.8em){body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:34px}}.buddypress-wrap dt.section-title{font-size:18px}@media screen and (min-width:46.8em){.buddypress-wrap dt.section-title{font-size:22px}}.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:16px}}.buddypress-wrap .activity-header{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header{font-size:16px}}.buddypress-wrap .activity-inner{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-inner{font-size:18px}}.buddypress-wrap #whats-new-post-in{font-size:16px}.buddypress-wrap .acomment-meta,.buddypress-wrap .mini .activity-header{font-size:16px}.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:16px}}.buddypress-wrap .bp-tables-user th{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user th{font-size:16px}}.buddypress-wrap .bp-tables-user td{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user td{font-size:14px}}.buddypress-wrap .profile-fields th{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields th{font-size:18px}}.buddypress-wrap .profile-fields td{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields td{font-size:16px}}.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:14px}}.bp-navs{background:0 0;clear:both;overflow:hidden}.bp-navs ul{margin:0;padding:0}.bp-navs ul li{list-style:none;margin:0}.bp-navs ul li.last select{max-width:185px}.bp-navs ul li a,.bp-navs ul li span{border:0;display:block;padding:5px 10px;text-decoration:none}.bp-navs ul li .count{background:#eaeaea;border:1px solid #ccc;border-radius:50%;color:#555;display:inline;font-size:12px;margin-right:2px;padding:3px 6px;text-align:center;vertical-align:middle}.bp-navs ul li.current a,.bp-navs ul li.selected a{color:#333;opacity:1}.bp-navs.bp-invites-filters ul li a,.bp-navs.bp-messages-filters ul li a{border:1px solid #ccc;display:inline-block}.main-navs.dir-navs{margin-bottom:20px}.buddypress-wrap .bp-navs li a:hover a .count,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count{background-color:#ccc}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:#ccc;color:#333}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover{background:#555;color:#fafafa}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:#fff;color:#333;font-weight:600}.buddypress-wrap .main-navs.vertical li.current a,.buddypress-wrap .main-navs.vertical li.selected a{background:#555;color:#fafafa;text-decoration:none}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid #eee;border-top:1px solid #eee;box-shadow:0 2px 12px 0 #fafafa}}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.selected a{background:#fff;color:#333;font-weight:600}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:#eaeaea}}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:.5em calc(.5em + 2px)}.buddypress-wrap:not(.bp-single-vert-nav) .group-subnav#subsubnav,.buddypress-wrap:not(.bp-single-vert-nav) .user-subnav#subsubnav{background:0 0}.buddypress-wrap .bp-subnavs,.buddypress-wrap ul.subnav{width:100%}.buddypress-wrap .bp-subnavs{margin:10px 0;overflow:hidden}.buddypress-wrap .bp-subnavs ul li{margin-top:0}.buddypress-wrap .bp-subnavs ul li.current :focus,.buddypress-wrap .bp-subnavs ul li.current :hover,.buddypress-wrap .bp-subnavs ul li.selected :focus,.buddypress-wrap .bp-subnavs ul li.selected :hover{background:0 0;color:#333}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap .bp-navs.bp-invites-filters#subsubnav ul li.last,.buddypress-wrap .bp-navs.bp-invites-nav#subnav ul li.last,.buddypress-wrap .bp-navs.bp-messages-filters#subsubnav ul li.last{margin-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{border:1px solid #eee}.buddypress-wrap .single-screen-navs li{border-bottom:1px solid #eee}.buddypress-wrap .single-screen-navs li:last-child{border-bottom:none}.buddypress-wrap .bp-subnavs li a{font-size:14px}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:#555;color:#fff}}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:#fff}.buddypress-wrap .bp-navs li.dynamic a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count{background-color:#5087e5;border:0;color:#fafafa}.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count{background-color:#5087e5;border:0;color:#fff}.buddypress-wrap .bp-navs li a .count:empty,.buddypress_object_nav .bp-navs li a .count:empty{display:none}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current),.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current){color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:hover{background:0 0;color:#333}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li.current a,.buddypress_object_nav .bp-navs.group-create-links ul li.current a{text-align:center}@media screen and (min-width:46.8em){.buddypress-wrap .bp-navs li{float:right}.buddypress-wrap .subnav{float:right}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap #subsubnav .activity-search{float:right}.buddypress-wrap #subsubnav .filter{float:left}}.buddypress_object_nav .bp-navs li a .count{display:inline-block;float:left}@media screen and (min-width:46.8em){.bp-dir-vert-nav .bp-navs.dir-navs{background:0 0}.bp-dir-vert-nav .bp-navs.dir-navs a .count{float:left}}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol,.buddypress-wrap .tabbed-links ul{border-bottom:1px solid #ccc;float:none;margin:20px 0 10px}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ol:before,.buddypress-wrap .tabbed-links ul:after,.buddypress-wrap .tabbed-links ul:before{content:" ";display:block}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ul:after{clear:both}.buddypress-wrap .tabbed-links ol li,.buddypress-wrap .tabbed-links ul li{float:right;list-style:none;margin:0 0 0 10px}.buddypress-wrap .tabbed-links ol li a,.buddypress-wrap .tabbed-links ol li span:not(.count),.buddypress-wrap .tabbed-links ul li a,.buddypress-wrap .tabbed-links ul li span:not(.count){background:0 0;border:none;display:block;padding:4px 10px}.buddypress-wrap .tabbed-links ol li a:focus,.buddypress-wrap .tabbed-links ol li a:hover,.buddypress-wrap .tabbed-links ul li a:focus,.buddypress-wrap .tabbed-links ul li a:hover{background:0 0}.buddypress-wrap .tabbed-links ol li:not(.current),.buddypress-wrap .tabbed-links ul li:not(.current){margin-bottom:2px}.buddypress-wrap .tabbed-links ol li.current,.buddypress-wrap .tabbed-links ul li.current{border-color:#ccc #ccc #fff;border-style:solid;border-top-right-radius:4px;border-top-left-radius:4px;border-width:1px;margin-bottom:-1px;padding:0 .5em 1px}.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{background:0 0;color:#333}.buddypress-wrap .bp-subnavs.tabbed-links>ul{margin-top:0}.buddypress-wrap .bp-navs.tabbed-links{background:0 0;margin-top:2px}.buddypress-wrap .bp-navs.tabbed-links ul li a{border-left:0;font-size:inherit}.buddypress-wrap .bp-navs.tabbed-links ul li.last{float:left;margin:0}.buddypress-wrap .bp-navs.tabbed-links ul li.last a{margin-top:-.5em}.buddypress-wrap .bp-navs.tabbed-links ul li a,.buddypress-wrap .bp-navs.tabbed-links ul li a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li.current a,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:hover{background:0 0;border:0}.buddypress-wrap .bp-navs.tabbed-links ul li a:active,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:active{outline:0}}.buddypress-wrap .dir-component-filters .filter label{display:inline}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{content:" ";display:table}.buddypress-wrap .subnav-filters:after{clear:both}.buddypress-wrap .subnav-filters{background:0 0;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .subnav-filters div{margin:0}.buddypress-wrap .subnav-filters>ul{float:right;list-style:none}.buddypress-wrap .subnav-filters.bp-messages-filters ul{width:100%}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:1em}@media screen and (min-width:46.8em){.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0}}.buddypress-wrap .subnav-filters div{float:none}.buddypress-wrap .subnav-filters div input[type=search],.buddypress-wrap .subnav-filters div select{font-size:16px}.buddypress-wrap .subnav-filters div button.nouveau-search-submit{padding:5px .8em 6px}.buddypress-wrap .subnav-filters div button#user_messages_search_submit{padding:7px .8em}.buddypress-wrap .subnav-filters .component-filters{margin-top:10px}.buddypress-wrap .subnav-filters .feed{margin-left:15px}.buddypress-wrap .subnav-filters .last.filter label{display:inline}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:before{content:" ";display:table}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after{clear:both}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show{display:inline-block}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide{display:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap{border:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{outline:1px solid #d6d6d6}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions{float:right}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{display:inline-block;font-weight:300;margin-left:25px;padding:5px 0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{-webkit-appearance:textfield}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{border:0;border-radius:0;font-weight:400;line-height:1.8;margin:0 10px 0 0;padding:3px 5px;text-align:center;text-transform:none;width:auto}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{vertical-align:middle}@media screen and (min-width:32em){.buddypress-wrap .subnav-filters li{margin-bottom:0}.buddypress-wrap .subnav-filters .bp-search,.buddypress-wrap .subnav-filters .dir-search,.buddypress-wrap .subnav-filters .feed,.buddypress-wrap .subnav-filters .group-act-search,.buddypress-wrap .subnav-filters .group-invites-search,.buddypress-wrap .subnav-filters .subnav-search,.buddypress-wrap .subnav-filters .subnav-search form,.buddypress-wrap .subnav-filters .user-messages-bulk-actions,.buddypress-wrap .subnav-filters .user-messages-search{float:right}.buddypress-wrap .subnav-filters .component-filters,.buddypress-wrap .subnav-filters .last{float:left;margin-top:0;width:auto}.buddypress-wrap .subnav-filters .component-filters select,.buddypress-wrap .subnav-filters .last select{max-width:250px}.buddypress-wrap .subnav-filters .user-messages-search{float:left}}.buddypress-wrap .invitations-options-nav input#invitation-bulk-manage,.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:0;line-height:1.6}.buddypress-wrap .group-subnav-filters .group-invites-search{margin-bottom:1em}.buddypress-wrap .group-subnav-filters .last{text-align:center}.buddypress-wrap .bp-pagination{background:0 0;border:0;color:#767676;float:right;font-size:small;margin:0;padding:.5em 0;position:relative;width:100%}.buddypress-wrap .bp-pagination .pag-count{float:right}.buddypress-wrap .bp-pagination .bp-pagination-links{float:left;margin-left:10px}.buddypress-wrap .bp-pagination .bp-pagination-links a,.buddypress-wrap .bp-pagination .bp-pagination-links span{font-size:small;padding:0 5px}.buddypress-wrap .bp-pagination .bp-pagination-links a:focus,.buddypress-wrap .bp-pagination .bp-pagination-links a:hover{opacity:1}.buddypress-wrap .bp-pagination p{margin:0}.bp-list:after,.bp-list:before{content:" ";display:table}.bp-list:after{clear:both}.bp-list{box-sizing:border-box;border-top:1px solid #eaeaea;clear:both;list-style:none;margin:20px 0;padding:.5em 0;width:100%}.bp-list li:after,.bp-list li:before{content:" ";display:table}.bp-list li:after{clear:both}.bp-list>li{border-bottom:1px solid #eaeaea}.bp-list li{list-style:none;margin:10px 0;padding:.5em 0;position:relative}.bp-list li .item-avatar{text-align:center}.bp-list li .item-avatar img.avatar{display:inline-block;width:auto;height:auto}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:center}.bp-list li .item .list-title{clear:none;font-size:22px;font-weight:400;line-height:1.1;margin:0 auto}@media screen and (min-width:46.8em){.bp-list li .item .list-title{font-size:26px}}.bp-list li .item-meta,.bp-list li .meta{color:#737373;font-size:12px;margin-bottom:10px;margin-top:10px}.bp-list li .last-post{text-align:center}.bp-list li .action{margin:0;text-align:center}.bp-list li .action .generic-button{display:inline-block;font-size:12px;margin:0 0 0 10px}.bp-list li .action div.generic-button{margin:10px 0}@media screen and (min-width:46.8em){.bp-list li .item-avatar{float:right;margin-left:5%}.bp-list li .item{margin:0;overflow:hidden}.bp-list li .item .item-block{float:right;margin-left:2%;width:50%}.bp-list li .item .item-meta,.bp-list li .item .list-title{float:right;text-align:right}.bp-list li .item .group-details,.bp-list li .item .last-post{text-align:right}.bp-list li .group-desc,.bp-list li .last-post,.bp-list li .user-update{clear:none;overflow:hidden;width:auto}.bp-list li .action{clear:right;padding:0;text-align:right}.bp-list li .action li.generic-button{margin-left:0}.bp-list li .action div.generic-button{margin:0 0 10px}.bp-list li .generic-button{display:block;margin:0 0 5px 0}}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:1em}}.activity-list.bp-list{background:#fafafa;border:1px solid #eee}.activity-list.bp-list .activity-item{background:#fff;border:1px solid #b7b7b7;box-shadow:0 0 6px #d2d2d2;margin:20px 0}.activity-list.bp-list li:first-child{margin-top:0}.friends-list{list-style-type:none}.friends-request-list .item-title,.membership-requests-list .item-title{text-align:center}@media screen and (min-width:46.8em){.friends-request-list li,.membership-requests-list li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap}.friends-request-list li .item,.membership-requests-list li .item{-moz-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto}.friends-request-list li .action,.membership-requests-list li .action{text-align:left}.friends-request-list li .item-title,.membership-requests-list li .item-title{font-size:22px;text-align:right}.friends-request-list li .item-title h3,.membership-requests-list li .item-title h3{margin:0}}#notifications-user-list{clear:both;padding-top:1em}@media screen and (min-width:46.8em){body:not(.logged-in) .bp-list .item{margin-left:0}}.activity-permalink .item-list,.activity-permalink .item-list li.activity-item{border:0}.activity-update-form{padding:10px 10px 0}.item-body .activity-update-form .activity-form{margin:0;padding:0}.activity-update-form{border:1px solid #ccc;box-shadow:inset 0 0 6px #eee;margin:15px 0}.activity-update-form #whats-new-avatar{margin:10px 0;text-align:center}.activity-update-form #whats-new-avatar img{box-shadow:none;display:inline-block;height:auto;width:auto}.activity-update-form #whats-new-content{padding:0 0 20px 0}.activity-update-form #whats-new-textarea textarea{background:#fff;box-sizing:border-box;color:#333;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}.activity-update-form #whats-new-textarea textarea:focus{box-shadow:0 0 6px 0 #d6d6d6}.activity-update-form #whats-new-buttons{max-width:100%;padding:0 0 1em 0;z-index:1000;margin:0 55px .5em 0;display:flex;gap:.6em;margin-right:55px}.activity-update-form #whats-new-buttons>li{list-style:none}.activity-update-form #whats-new-buttons>li button{padding:5px 10px;width:auto;height:auto}.activity-update-form #whats-new-post-in-box{margin:10px 0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{list-style:none;margin:10px 0;padding-right:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin-bottom:10px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item{margin-right:10px;height:auto}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete{padding:.3em;width:100%}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object{display:flex;align-items:center;padding:.2em}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar{width:30px;height:30px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span{padding-right:10px;vertical-align:middle}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:focus,.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover{background:#eaeaea;cursor:pointer}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected{border:1px solid #d6d6d6}.activity-update-form #whats-new-submit{margin:15px 0 10px}.activity-update-form #whats-new-submit input{font-size:14px;line-height:inherit;margin-bottom:10px;margin-left:10px;padding:.2em 0;text-align:center;width:100%}@media screen and (min-width:46.8em){.activity-update-form #whats-new-avatar{display:block;float:right;margin:0}.activity-update-form #whats-new-content,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-right:55px}.activity-update-form #whats-new-submit input{margin-bottom:0;margin-left:10px;width:8em}}.activity-list{padding:.5em}.activity-list .activity-item:after,.activity-list .activity-item:before{content:" ";display:table}.activity-list .activity-item:after{clear:both}.activity-list .activity-item{list-style:none;padding:1em}.activity-list .activity-item.has-comments{padding-bottom:1em}.activity-list .activity-item div.item-avatar{margin:0 auto;text-align:center;width:auto}.activity-list .activity-item div.item-avatar img{height:auto;max-width:40%}@media screen and (min-width:46.8em){.activity-list .activity-item div.item-avatar{margin:0 0 0 2%;text-align:right;width:15%}.activity-list .activity-item div.item-avatar img{max-width:80%}}.activity-list .activity-item.mini{font-size:13px;position:relative}.activity-list .activity-item.mini .activity-avatar{margin-right:0;text-align:center;width:auto}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:15%}@media screen and (min-width:46.8em){.activity-list .activity-item.mini .activity-avatar{margin-right:15px;text-align:right;width:15%}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:60%}}.activity-list .activity-item.new_forum_post .activity-inner,.activity-list .activity-item.new_forum_topic .activity-inner{border-right:2px solid #eaeaea;margin-right:10px;padding-right:1em}.activity-list .activity-item.new_blog_post .activity-inner strong{display:block;margin-bottom:.8em}.activity-list .activity-item.new_blog_post .activity-inner img{max-width:100%;float:right;margin-left:.8em}.activity-list .activity-item.newest_blogs_activity,.activity-list .activity-item.newest_friends_activity,.activity-list .activity-item.newest_groups_activity,.activity-list .activity-item.newest_mentions_activity{background:rgba(31,179,221,.1)}.activity-list .activity-item .activity-inreplyto{color:#767676;font-size:13px}.activity-list .activity-item .activity-inreplyto>p{display:inline;margin:0}.activity-list .activity-item .activity-inreplyto .activity-inner,.activity-list .activity-item .activity-inreplyto blockquote{background:0 0;border:0;display:inline;margin:0;overflow:hidden;padding:0}.activity-list .activity-item .activity-header{margin:0 auto;width:80%}.activity-list .activity-item .activity-header a,.activity-list .activity-item .activity-header img{display:inline}.activity-list .activity-item .activity-header .avatar{display:inline-block;margin:0 5px;vertical-align:text-top;width:20px;height:20px}.activity-list .activity-item .activity-header .time-since{font-size:14px;color:#767676;text-decoration:none}.activity-list .activity-item .activity-header .time-since:hover{color:#767676;cursor:pointer;text-decoration:underline}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{color:#767676;margin-bottom:10px}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:#fafafa;margin:15px 0 10px;overflow:hidden;padding:1em}.activity-list .activity-item .activity-content p{margin:0}.activity-list .activity-item .activity-inner p{word-wrap:break-word}.activity-list .activity-item .activity-read-more{margin-right:1em;white-space:nowrap}.activity-list .activity-item ul.activity-meta{margin:0;padding-right:0}.activity-list .activity-item ul.activity-meta li{border:0;display:inline-block}.activity-list .activity-item .activity-meta.action{border:1px solid transparent;background:#fafafa;padding:2px;position:relative;text-align:right}.activity-list .activity-item .activity-meta.action div.generic-button{margin:0}.activity-list .activity-item .activity-meta.action .button{background:0 0;color:#555}.activity-list .activity-item .activity-meta.action a{padding:4px 8px}.activity-list .activity-item .activity-meta.action .button:focus,.activity-list .activity-item .activity-meta.action .button:hover{background:0 0}.activity-list .activity-item .activity-meta.action .button:before,.activity-list .activity-item .activity-meta.action .icons:before{font-family:dashicons;font-size:18px;vertical-align:middle}.activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\f101"}.activity-list .activity-item .activity-meta.action .view:before{content:"\f125"}.activity-list .activity-item .activity-meta.action .fav:before{content:"\f154"}.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f155"}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f153"}.activity-list .activity-item .activity-meta.action .delete-activity:hover{color:#800}.activity-list .activity-item .activity-meta.action .button{border:0;box-shadow:none}.activity-list .activity-item .activity-meta.action .button span{background:0 0;color:#555;font-weight:700}@media screen and (min-width:46.8em){.activity-list.bp-list{padding:30px}.activity-list .activity-item .activity-content{margin:0;position:relative}.activity-list .activity-item .activity-content:after{clear:both;content:"";display:table}.activity-list .activity-item .activity-header{margin:0 0 0 15px;width:auto}}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:#fafafa;border:1px solid #eee;font-size:110%;margin:15px 0;padding:0;text-align:center}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:#555;display:block;padding:.5em 0}.buddypress-wrap .activity-list .load-more a:focus,.buddypress-wrap .activity-list .load-more a:hover,.buddypress-wrap .activity-list .load-newest a:focus,.buddypress-wrap .activity-list .load-newest a:hover{background:#fff;color:#333}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border-color:#e1e1e1;box-shadow:0 0 6px 0 #eaeaea}body.activity-permalink .activity-list li{border-width:1px;padding:1em 0 0 0}body.activity-permalink .activity-list li:first-child{padding-top:0}body.activity-permalink .activity-list li.has-comments{padding-bottom:0}body.activity-permalink .activity-list .activity-avatar{width:auto}body.activity-permalink .activity-list .activity-avatar a{display:block}body.activity-permalink .activity-list .activity-avatar img{max-width:100%;background-color:#eaeaea}body.activity-permalink .activity-list .activity-content{border:0;font-size:100%;line-height:1.5;padding:0}body.activity-permalink .activity-list .activity-content .activity-header{margin:0;padding:.5em 0 0 0;text-align:center;width:100%}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-right:0;margin-top:10px}body.activity-permalink .activity-list .activity-meta{margin:10px 0 10px}body.activity-permalink .activity-list .activity-comments{margin-bottom:10px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{right:-20px;margin-left:0;position:relative;top:-20px}body.activity-permalink .activity-list .activity-avatar img{box-shadow:0 0 0 8px #fff}body.activity-permalink .activity-list .activity-content{margin-left:10px}body.activity-permalink .activity-list .activity-content .activity-header p{text-align:right}}.bp-group-preview-cover,.bp-member-preview-cover{position:relative;min-height:150px;background:#c5c5c5}.bp-group-preview-cover img,.bp-member-preview-cover img{background:#c5c5c5;-o-object-fit:cover;object-fit:cover;border:0;display:block;margin:0;padding:0;width:100%;z-index:1;height:150px}.bp-group-short-description,.bp-member-short-description{position:relative;text-align:center}.bp-group-avatar-content,.bp-member-avatar-content{width:120px;position:relative;z-index:2;margin:auto}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:solid 2px #fff;background:rgba(255,255,255,.8);height:80px;width:80px}.bp-group-avatar-content.has-cover-image,.bp-member-avatar-content.has-cover-image{width:200px;margin-top:-75px}.bp-group-avatar-content.has-cover-image img.group-photo,.bp-group-avatar-content.has-cover-image img.profile-photo,.bp-member-avatar-content.has-cover-image img.group-photo,.bp-member-avatar-content.has-cover-image img.profile-photo{height:inherit;width:inherit}.bp-group-short-description-title a,.bp-member-short-description-title a{font-weight:600}@media screen and (max-width:46.8em){.bp-group-avatar-content,.bp-member-avatar-content{width:100%;margin-bottom:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{margin:auto}.bp-profile-button{position:relative;margin-top:15px}}@media screen and (min-width:46.8em){.bp-profile-button{text-align:left}}.buddypress-wrap .activity-comments{clear:both;margin:0 5%;overflow:hidden;position:relative;width:auto}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .activity-comments ul li{border-top:1px solid #eee;border-bottom:0;padding:1em 0 0}.buddypress-wrap .activity-comments ul li ul{margin-right:5%}.buddypress-wrap .activity-comments ul li:first-child{border-top:0}.buddypress-wrap .activity-comments ul li:last-child{margin-bottom:0}.buddypress-wrap .activity-comments div.acomment-avatar{width:auto}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:1px;float:right;height:25px;max-width:none;width:25px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-meta{color:#555;overflow:hidden;padding-right:2%}.buddypress-wrap .activity-comments .acomment-content{border-right:1px solid #ccc;margin:15px 10% 0 0;padding:.5em 1em}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-options{float:right;margin:10px 20px 10px 0}.buddypress-wrap .activity-comments .acomment-options a{color:#767676;font-size:14px}.buddypress-wrap .activity-comments .acomment-options a:focus,.buddypress-wrap .activity-comments .acomment-options a:hover{color:inherit}.buddypress-wrap .activity-comments .activity-meta.action{background:0 0;margin-top:10px}.buddypress-wrap .activity-comments .activity-meta.action button{font-size:14px;font-weight:400;text-transform:none}.buddypress-wrap .activity-comments .show-all button{font-size:14px;text-decoration:underline;padding-right:.5em}.buddypress-wrap .activity-comments .show-all button span{text-decoration:none}.buddypress-wrap .activity-comments .show-all button:focus span,.buddypress-wrap .activity-comments .show-all button:hover span{color:#5087e5}.buddypress-wrap .mini .activity-comments{clear:both;margin-top:0}body.activity-permalink .activity-comments{background:0 0;width:auto}body.activity-permalink .activity-comments>ul{padding:0 1em 0 .5em}body.activity-permalink .activity-comments ul li>ul{margin-top:10px}form.ac-form{display:none;padding:1em}form.ac-form .ac-reply-avatar{float:right}form.ac-form .ac-reply-avatar img{border:1px solid #eee}form.ac-form .ac-reply-content{color:#767676;padding-right:1em}form.ac-form .ac-reply-content a{text-decoration:none}form.ac-form .ac-reply-content .ac-textarea{margin-bottom:15px;padding:0 .5em;overflow:hidden}form.ac-form .ac-reply-content .ac-textarea textarea{background:0 0;box-shadow:none;color:#555;font-family:inherit;font-size:100%;height:60px;margin:0;outline:0;padding:.5em;width:100%}form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:0 0 6px #d6d6d6}form.ac-form .ac-reply-content input{margin-top:10px}.activity-comments li form.ac-form{clear:both;margin-left:15px}.activity-comments form.root{margin-right:0}.buddypress-wrap .blogs-list li .item-avatar img.avatar-150{max-width:150px;max-height:150px}.buddypress-wrap .blogs-list li .item-avatar img.avatar-50{max-width:50px;max-height:50px}@media screen and (min-width:46.8em){.buddypress-wrap .blogs-list li .item-block{float:none;width:auto}.buddypress-wrap .blogs-list li .item-meta{clear:right;float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .bp-dir-vert-nav .blogs-list .list-title{width:auto}}.buddypress-wrap .groups-list li .list-title{text-align:center}.buddypress-wrap .groups-list li .group-details{clear:right}.buddypress-wrap .groups-list li .group-desc{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;font-size:13px;color:#737373;font-style:italic;margin:10px auto 0;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .group-desc{font-size:16px}}.buddypress-wrap .groups-list li p{margin:0 0 .5em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .item{margin-left:0}.buddypress-wrap .groups-list li .item-meta,.buddypress-wrap .groups-list li .list-title{text-align:right;width:auto}.buddypress-wrap .groups-list li .item-meta{margin-bottom:20px}.buddypress-wrap .groups-list li .last-activity{clear:right;margin-top:-20px}}.buddypress-wrap .groups-list li.group-no-avatar div.group-desc{margin-right:0}.buddypress-wrap .mygroups .groups-list.grid .wrap{min-height:450px;padding-bottom:0}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list.grid.four .group-desc,.buddypress-wrap .groups-list.grid.three .group-desc{font-size:14px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-left:3%;width:15%}}.buddypress-wrap .members-list li .member-name{margin-bottom:10px}.buddypress-wrap .members-list li .item-extra-content{clear:both;font-size:14px}.buddypress-wrap .members-list li .user-update{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;color:#737373;font-style:italic;font-size:13px;margin:15px auto;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .user-update{font-size:16px}}.buddypress-wrap .members-list li .user-update .activity-read-more{display:block;font-size:12px;font-style:normal;margin-top:10px;padding-right:2px}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .last-activity{clear:right;margin-top:-10px}}@media screen and (min-width:46.8em){.buddypress-wrap .members-group-list li .joined{clear:right;float:none}}@media screen and (min-width:32em){body:not(.logged-in) .members-list .user-update{width:96%}}.register-page .register-section{box-sizing:border-box}.register-page .signup-form{margin-top:20px}.register-page .signup-form .default-profile input{margin-bottom:20px}.register-page .signup-form label,.register-page .signup-form legend{margin:10px 0 0}.register-page .signup-form .editfield{margin:15px 0}.register-page .signup-form .editfield fieldset{border:0;padding:0}.register-page .signup-form .editfield fieldset legend{margin:0 0 5px;text-indent:0}.register-page .signup-form .editfield .field-visibility-settings{padding:.5em}.register-page .signup-form .editfield .field-visibility-settings fieldset{margin:0 0 10px}.register-page .signup-form #signup-avatar img{margin:0 0 10px 15px}.register-page .signup-form .wp-pwd button{vertical-align:middle}.register-page .signup-form #pass-strength-result,.register-page .signup-form #pass1,.register-page .signup-form #pass1-text{width:10em}.register-page .signup-form #pass1{display:inline-block;margin-bottom:inherit}.register-page .signup-form #pass1-text,.register-page .signup-form .pw-weak{display:none}.register-page .signup-form .show-password #pass1-text{display:inline-block;margin-bottom:inherit}.register-page .signup-form .show-password #pass1{display:none}.register-page .signup-form .description.indicator-hint{font-size:14px}.register-page .signup-form #submit:disabled{color:#767676;opacity:.4}.register-page .signup-form .password-entry,.register-page .signup-form .password-entry-confirm{border:1px solid #eee}body.buddypress.register.js .user-pass2-wrap{display:none}body.buddypress.register.no-js .wp-hide-pw{display:none}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:flex;flex-flow:row wrap;justify-content:space-around}.buddypress-wrap .register-page .layout-wrap .default-profile{flex:1;padding-left:2em}.buddypress-wrap .register-page .layout-wrap .blog-details{flex:1;padding-right:2em}.buddypress-wrap .register-page .submit{clear:both}}@media screen and (min-width:46.8em){.buddypress-wrap.extended-default-reg .register-page .default-profile{min-width:14em;flex:1;padding-left:1em}.buddypress-wrap.extended-default-reg .register-page .extended-profile{flex:2;padding-right:1em}.buddypress-wrap.extended-default-reg .register-page .blog-details{flex:1 100%}}#group-create-body{padding:.5em}#group-create-body .creation-step-name{text-align:center}#group-create-body img.avatar{width:auto;height:auto}#group-create-body .avatar-nav-items{margin-top:15px}.single-headers:after,.single-headers:before{content:" ";display:table}.single-headers:after{clear:both}.single-headers{margin-bottom:15px}.single-headers #item-header-avatar a{display:block;text-align:center}.single-headers #item-header-avatar a img{float:none;width:auto;height:auto}.single-headers div#item-header-content{float:none}@media screen and (min-width:46.8em){.single-headers #item-header-avatar a{text-align:right}.single-headers #item-header-avatar a img{float:right}.single-headers #item-header-content{padding-right:2em}}.single-headers .activity,.single-headers .group-status{display:inline}.single-headers .group-status{font-size:18px;color:#333;padding-left:1em}.single-headers .activity{display:inline-block;font-size:12px;padding:0}.single-headers #sitewide-notice p,.single-headers div#message p{background-color:#ffd;border:1px solid #cb2;color:#440;font-weight:400;margin-top:3px;text-decoration:none}.single-headers h2{line-height:1.2;margin:0 0 5px}.single-headers h2 a{color:#767676;text-decoration:none}.single-headers h2 span.highlight{display:inline-block;font-size:60%;font-weight:400;line-height:1.7;vertical-align:middle}.single-headers h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-size:80%;font-weight:700;margin-bottom:2px;padding:1px 4px;position:relative;left:-2px;top:-2px;vertical-align:middle}.single-headers img.avatar{float:right;margin:0 0 19px 15px}.single-headers .item-meta{color:#767676;font-size:14px;margin:15px 0 5px;padding-bottom:.5em}.single-headers ul{margin-bottom:15px}.single-headers ul li{float:left;list-style:none}.single-headers div.generic-button{text-align:center}.single-headers li.generic-button{display:inline-block;text-align:center}@media screen and (min-width:46.8em){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:right}}.single-headers a.button,.single-headers div.generic-button{margin:10px 0 0 10px}.single-headers li.generic-button{margin:2px 10px}.single-headers li.generic-button:first-child{margin-right:0}.single-headers div#message.info{line-height:.8}body.no-js .single-item-header .js-self-profile-button{display:none}#cover-image-container{position:relative}#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}#item-header-cover-image{position:relative;z-index:2}#item-header-cover-image #item-header-avatar{padding:0 1em}.groups-header .bp-group-type-list{font-size:18px;margin:0;color:#333;display:flex}.groups-header .bp-group-type-list strong{padding-left:1em;white-space:nowrap}.groups-header .bp-feedback{clear:both}.groups-header .group-item-actions{float:right;margin:0 15px 15px 0;padding-top:0;width:100%}.groups-header .moderators-lists{margin-top:0}.groups-header .moderators-lists .moderators-title{font-size:14px}.groups-header .moderators-lists .user-list{margin:0 0 5px}.groups-header .moderators-lists .user-list ul:after{clear:both;content:"";display:table}.groups-header .moderators-lists .user-list li{display:inline-block;float:none;margin-right:4px;padding:4px}.groups-header .moderators-lists img.avatar{box-shadow:none;float:none;height:30px;margin:0;max-width:100%;width:30px}@media screen and (min-width:46.8em){.groups-header div#item-header-content{float:right;margin-right:10%;text-align:right;padding-top:15px;width:42%}.groups-header .group-item-actions{float:left;margin:0 15px 15px 0;text-align:left;width:20%}.groups-header .groups-meta{clear:both}}.groups-header .desc-wrap{background:#eaeaea;border:1px solid #d6d6d6;margin:0 0 15px;padding:1em;text-align:center}.groups-header .desc-wrap .group-description{background:#fafafa;box-shadow:inset 0 0 9px #ccc;padding:1em;text-align:right}.groups-header .desc-wrap .group-description p{margin:0;padding:0}body.buddypress.bp-user .buddypress-wrap .users-header h2.user-nicename{margin-top:0;margin-bottom:5px}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{padding-bottom:.5em;font-size:18px;margin:0;color:#333;display:flex}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list strong{padding-left:1em;white-space:nowrap}body.buddypress.bp-user .buddypress-wrap .member-header-actions{overflow:hidden;padding-right:0}body.buddypress.bp-user .buddypress-wrap .member-header-actions *>*{display:block}.buddypress-wrap .item-body{margin:20px 0}.buddypress-wrap .item-body .screen-heading{font-size:20px;font-weight:400}.buddypress-wrap .item-body .button-tabs{margin:30px 0 15px;list-style:none}.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry{padding-right:.5em}.single-item.group-members .item-body .filters:not(.no-subnav){border-top:5px solid #eaeaea;padding-top:1em}.single-item.group-members .item-body .filters{margin-top:0}.buddypress-wrap .group-status-type ul{margin:0 20px 20px 0}.groups-manage-members-list{padding:.5em 0}.groups-manage-members-list dd{margin:0;padding:1em 0}.groups-manage-members-list .section-title{background:#eaeaea;padding-right:.3em}.groups-manage-members-list ul{list-style:none;margin-bottom:0}.groups-manage-members-list ul li{border-bottom:1px solid #eee;margin-bottom:10px;padding:.5em .3em .3em}.groups-manage-members-list ul li:last-child,.groups-manage-members-list ul li:only-child{border-bottom:0}.groups-manage-members-list ul li:nth-child(2n){background:#fafafa}.groups-manage-members-list ul li.banned-user{background:#fad3d3}.groups-manage-members-list ul .member-name{margin-bottom:0;text-align:center}.groups-manage-members-list ul img{display:block;margin:0 auto;width:20%}@media screen and (min-width:32em){.groups-manage-members-list ul .member-name{text-align:right}.groups-manage-members-list ul img{display:inline;width:50px}}.groups-manage-members-list ul .members-manage-buttons:after,.groups-manage-members-list ul .members-manage-buttons:before{content:" ";display:table}.groups-manage-members-list ul .members-manage-buttons:after{clear:both}.groups-manage-members-list ul .members-manage-buttons{margin:15px 0 5px}.groups-manage-members-list ul .members-manage-buttons a.button{color:#767676;display:block;font-size:13px}@media screen and (min-width:32em){.groups-manage-members-list ul .members-manage-buttons a.button{display:inline-block}}.groups-manage-members-list ul .members-manage-buttons.text-links-list{margin-bottom:0}@media screen and (max-width:32em){.groups-manage-members-list ul .members-manage-buttons.text-links-list a.button{background:#fafafa;border:1px solid #eee;display:block;margin-bottom:10px}}.groups-manage-members-list ul .action:not(.text-links-list) a.button{font-size:12px}@media screen and (min-width:46.8em){.groups-manage-members-list ul li .avatar,.groups-manage-members-list ul li .member-name{float:right}.groups-manage-members-list ul li .avatar{margin-left:15px}.groups-manage-members-list ul li .action{clear:both;float:right}}#group-manage-members-ui #group-members-search-form button[type=submit]{float:left;font-size:inherit;font-weight:400;line-height:1.5;text-align:center;text-transform:none}#group-manage-members-ui #group-members-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}#group-manage-members-ui #group-members-pagination button:last-child{margin-left:2em}#group-manage-members-ui #bp-no-group-members td{border:none}.buddypress .bp-invites-content ul.item-list{border-top:0}.buddypress .bp-invites-content ul.item-list li{border:1px solid #eaeaea;margin:0 0 1%;padding-right:5px;padding-left:5px;position:relative;width:auto}.buddypress .bp-invites-content ul.item-list li .list-title{margin:0 auto;width:80%}.buddypress .bp-invites-content ul.item-list li .action{position:absolute;top:10px;left:10px}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button{border:0}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:focus,.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:hover{color:#1fb3dd}.buddypress .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 12px 0 rgba(237,187,52,.2)}.buddypress .bp-invites-content .group-inviters li,.buddypress .bp-invites-content .item-list .item-meta span{color:#767676}.buddypress .bp-invites-content li ul.group-inviters{clear:both;margin:0}.buddypress .bp-invites-content li ul.group-inviters li{border:0;float:right;font-size:20px;width:inherit}.buddypress .bp-invites-content li .status{font-size:20px;font-style:italic;clear:both;color:#555;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul:after,.buddypress .bp-invites-content #send-invites-editor ul:before{content:" ";display:table}.buddypress .bp-invites-content #send-invites-editor ul:after{clear:both}.buddypress .bp-invites-content #send-invites-editor textarea{width:100%}.buddypress .bp-invites-content #send-invites-editor ul{clear:both;list-style:none;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul li{float:right;margin:.5%;max-height:50px;max-width:50px}.buddypress .bp-invites-content #send-invites-editor #bp-send-invites-form{clear:both;margin-top:10px}.buddypress .bp-invites-content #send-invites-editor .action{margin-top:10px;padding-top:10px}.buddypress .bp-invites-content #send-invites-editor.bp-hide{display:none}@media screen and (min-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{box-sizing:border-box;border:1px solid #eaeaea;float:right;padding-right:.5em;padding-left:.5em;width:49.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(odd){margin-left:.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(2n){margin-right:.5%}.buddypress .bp-invites-content ul.item-list ul.group-inviters{float:right;width:auto}}@media screen and (min-width:46.8em){:not(.vertical)+.item-body #group-invites-container{display:grid;grid-template-columns:25% auto;grid-template-areas:"group-invites-nav group-invites-column"}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav{-ms-grid-row:1;-ms-grid-column:1;grid-area:group-invites-nav}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav li{display:block;float:none}:not(.vertical)+.item-body #group-invites-container .group-invites-column{-ms-grid-row:1;-ms-grid-column:2;grid-area:group-invites-column}}.buddypress.groups .activity-update-form{margin-top:0}.buddypress-wrap .profile{margin-top:30px}.buddypress-wrap .public .profile-fields td.label{width:30%}.buddypress-wrap .profile.edit ul.button-nav{list-style:none;margin:30px 0 10px;padding-right:0}.buddypress-wrap .profile.edit ul.button-nav li{display:inline-block;margin-left:10px}.buddypress-wrap .profile.edit ul.button-nav li a{padding:.5em}.buddypress-wrap .profile.edit .editfield{background:#fafafa;border:1px solid #eee;margin:15px 0;padding:1em}.buddypress-wrap .profile.edit .editfield fieldset{border:0}.buddypress-wrap .profile.edit .editfield fieldset label{font-weight:400}.buddypress-wrap .profile.edit .editfield fieldset label.xprofile-field-label{display:inline}.buddypress-wrap .profile.edit .editfield{display:flex;flex-direction:column}.buddypress-wrap .profile.edit .editfield .description{margin-top:10px;order:2}.buddypress-wrap .profile.edit .editfield>fieldset{order:1}.buddypress-wrap .profile.edit .editfield .field-visibility-settings,.buddypress-wrap .profile.edit .editfield .field-visibility-settings-toggle{order:3}body.no-js .buddypress-wrap .field-visibility-settings-close,body.no-js .buddypress-wrap .field-visibility-settings-toggle{display:none}body.no-js .buddypress-wrap .field-visibility-settings{display:block}.buddypress-wrap .field-visibility-settings{margin:10px 0}.buddypress-wrap .current-visibility-level{font-style:normal;font-weight:700}.buddypress-wrap .field-visibility-settings,.buddypress-wrap .field-visibility-settings-header{color:#737373}.buddypress-wrap .field-visibility-settings fieldset{margin:5px 0}.buddypress-wrap .standard-form .editfield fieldset{margin:0}.buddypress-wrap .standard-form .field-visibility-settings label{font-weight:400;margin:0}.buddypress-wrap .standard-form .field-visibility-settings .radio{list-style:none;margin-bottom:0}.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close{font-size:12px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedede}.buddypress-wrap .standard-form .wp-editor-container textarea{background:#fff;width:100%}.buddypress-wrap .standard-form .description{background:#fafafa;font-size:inherit}.buddypress-wrap .standard-form .field-visibility-settings legend,.buddypress-wrap .standard-form .field-visibility-settings-header{font-style:italic}.buddypress-wrap .standard-form .field-visibility-settings-header{font-size:14px}.buddypress-wrap .standard-form .field-visibility-settings label,.buddypress-wrap .standard-form .field-visibility-settings legend{font-size:14px}.buddypress-wrap .standard-form .field-visibility select{margin:0}.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid #ccc}body.register .buddypress-wrap .page ul{list-style:none}.buddypress-wrap .profile .bp-avatar-nav{margin-top:20px}.message-action-delete:before,.message-action-exit:before,.message-action-star:before,.message-action-unstar:before,.message-action-view:before{font-family:dashicons;font-size:18px}.message-action-star:before{color:#aaa;content:"\f154"}.message-action-unstar:before{color:#fcdd77;content:"\f155"}.message-action-view:before{content:"\f473"}.message-action-delete:before{content:"\f153"}.message-action-exit:before{content:"\f14a"}.message-action-delete:hover:before{color:#a00}.preview-content .actions a{text-decoration:none}.bp-messages-content{margin:15px 0}.bp-messages-content .avatar{box-shadow:none}.bp-messages-content .thread-participants{list-style:none}.bp-messages-content .thread-participants dd{margin-right:0}.bp-messages-content time{color:#737373;font-size:12px}#message-threads{border-top:1px solid #eaeaea;clear:both;list-style:none;margin:0;max-height:220px;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}#message-threads li{border-bottom:1px solid #eaeaea;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;overflow:hidden;padding:.5em 0}#message-threads li .thread-cb{display:flex;align-items:center;-moz-flex:1 2 5%;-o-flex:1 2 5%;flex:1 2 5%}#message-threads li .thread-from,#message-threads li .thread-to{-moz-flex:1 2 20%;-o-flex:1 2 20%;flex:1 2 20%}#message-threads li .thread-from img.avatar,#message-threads li .thread-to img.avatar{float:right;margin:0 0 0 10px}#message-threads li .thread-from .user-name,#message-threads li .thread-to .user-name{display:inline-block;line-height:1.1}#message-threads li .thread-from .num-recipients,#message-threads li .thread-to .num-recipients{color:#737373;font-weight:400;font-size:12px;margin:0}#message-threads li .thread-content{-moz-flex:1 2 60%;-o-flex:1 2 60%;flex:1 2 60%}#message-threads li .thread-date{-moz-flex:1 2 15%;-o-flex:1 2 15%;flex:1 2 15%}#message-threads li.selected{background-color:#fafafa}#message-threads li.selected .thread-subject .subject{color:#5087e5}#message-threads li.unread{font-weight:700}#message-threads li .thread-content .excerpt{color:#737373;font-size:12px;margin:0}#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:13px}@media screen and (min-width:46.8em){#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:16px}}#message-threads li .thread-content .thread-subject{vertical-align:top}#message-threads li .thread-content .thread-subject .excerpt{font-weight:400}#message-threads li .thread-date{padding-left:5px;text-align:left}.bp-messages-content .actions{float:left;max-width:30%;line-height:1}.bp-messages-content .actions .bp-icons:not(.bp-hide){display:inline-block;margin:0;padding:.3em .5em}.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:26px}.bp-messages-content #thread-preview{border:1px solid #eaeaea;margin-top:20px}.bp-messages-content #thread-preview .preview-message{overflow:hidden}.bp-messages-content #thread-preview .preview-content{margin:.5em}.bp-messages-content #thread-preview .preview-content .preview-message{background:#fafafa;margin:10px 0;padding:1em .3em .3em}.bp-messages-content #bp-message-thread-list{border-top:1px solid #eaeaea;clear:both;list-style:none;padding:1em 0 .3em}.bp-messages-content #bp-message-thread-list li{padding:.5em}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:#fafafa}.bp-messages-content #bp-message-thread-list .message-metadata{border-bottom:1px solid #ccc;box-shadow:2px 1px 9px 0 #eee;display:table;padding:.2em;width:100%}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:30px}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{display:block;font-size:13px;float:right}@media screen and (min-width:46.8em){.bp-messages-content #bp-message-thread-list .message-metadata .user-link{font-size:16px}}.bp-messages-content #bp-message-thread-list .message-metadata time{color:#737373;font-size:12px;padding:0 .5em}.bp-messages-content #bp-message-thread-list .message-metadata button{padding:0 .3em}.bp-messages-content #bp-message-thread-list .message-metadata button:before{font-size:20px}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:90%}.bp-messages-content #bp-message-thread-list img.avatar{float:right;margin:0 0 0 10px}.bp-messages-content #bp-message-thread-list .actions a:before{font-size:18px}.bp-messages-content form.send-reply .avatar-box{padding:.5em 0}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{border-bottom:1px solid #eaeaea}.bp-messages-content .preview-pane-header:after,.bp-messages-content .single-message-thread-header:after{clear:both;content:"";display:table}.bp-messages-content .preview-thread-title,.bp-messages-content .single-thread-title{font-size:16px}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-right:2em}.bp-messages-content .thread-participants{float:right;margin:5px 0;width:70%}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:10px}.bp-messages-content .thread-participants ul{list-style:none}.bp-messages-content .thread-participants ul:after{clear:both;content:"";display:table}.bp-messages-content .thread-participants li{float:right;margin-right:5px}.bp-messages-content .thread-participants img{width:30px;height:30px}.bp-messages-content #bp-message-thread-list li .message-content blockquote,.bp-messages-content #bp-message-thread-list li .message-content ol,.bp-messages-content #bp-message-thread-list li .message-content ul,.bp-messages-content #thread-preview .preview-message blockquote,.bp-messages-content #thread-preview .preview-message ol,.bp-messages-content #thread-preview .preview-message ul{list-style-position:inside;margin-right:0}.bp-messages-content #thread-preview:empty,.bp-messages-content ul#message-threads:empty{display:none}.bp-messages-content #bp-message-thread-header h2:first-child,.bp-messages-content #thread-preview h2:first-child{background-color:#eaeaea;color:#555;font-weight:700;margin:0;padding:.5em}.bp-messages-content #bp-message-thread-list li a.user-link,.bp-messages-content #message-threads .thread-content a{border:0;text-decoration:none}.bp-messages-content .standard-form #subject{margin-bottom:20px}div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions{margin-left:15px;max-width:42.5%}.buddypress.settings .profile-settings.bp-tables-user select{width:100%}body.buddypress.settings .wp-pwd button{vertical-align:middle}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1,body.buddypress.settings #pass1-text{width:16em}body.buddypress.settings #pass1{display:inline-block;margin-bottom:inherit}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1-text,body.buddypress.settings .pw-weak{display:none}body.buddypress.settings .show-password #pass1-text{display:inline-block;margin-bottom:inherit}body.buddypress.settings .show-password #pass1{display:none}body.buddypress.settings #your-profile #submit:disabled{color:#767676;opacity:.4}body.buddypress.settings.js .user-pass2-wrap,body.buddypress.settings.js .wp-pwd{display:none}body.buddypress.settings.no-js .wp-cancel-pw,body.buddypress.settings.no-js .wp-generate-pw,body.buddypress.settings.no-js .wp-hide-pw{display:none}body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a{text-decoration:underline}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #d6d6d6}.buddypress-wrap input.action[disabled]{cursor:pointer;opacity:.4}.buddypress-wrap #invitation-bulk-manage[disabled],.buddypress-wrap #notification-bulk-manage[disabled]{display:none}.buddypress-wrap fieldset legend{font-size:inherit;font-weight:600}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{box-shadow:0 0 8px #eaeaea}.buddypress-wrap select{height:auto}.buddypress-wrap textarea{resize:vertical}.buddypress-wrap .standard-form .bp-controls-wrap{margin:1em 0}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{box-shadow:none;border-width:2px;outline:0}.buddypress-wrap .standard-form input[required]:invalid,.buddypress-wrap .standard-form select[required]:invalid,.buddypress-wrap .standard-form textarea[required]:invalid{border-color:#b71717}.buddypress-wrap .standard-form input[required]:valid,.buddypress-wrap .standard-form select[required]:valid,.buddypress-wrap .standard-form textarea[required]:valid{border-color:#91cc2c}.buddypress-wrap .standard-form input[required]:focus,.buddypress-wrap .standard-form select[required]:focus,.buddypress-wrap .standard-form textarea[required]:focus{border-color:#d6d6d6;border-width:1px}.buddypress-wrap .standard-form input.invalid[required],.buddypress-wrap .standard-form select.invalid[required],.buddypress-wrap .standard-form textarea.invalid[required]{border-color:#b71717}.buddypress-wrap .standard-form input:not(.small),.buddypress-wrap .standard-form textarea{width:100%}.buddypress-wrap .standard-form input[type=checkbox],.buddypress-wrap .standard-form input[type=radio]{margin-left:5px;width:auto}.buddypress-wrap .standard-form select{padding:3px}.buddypress-wrap .standard-form textarea{height:120px}.buddypress-wrap .standard-form textarea#message_content{height:200px}.buddypress-wrap .standard-form input[type=password]{margin-bottom:5px}.buddypress-wrap .standard-form input:focus,.buddypress-wrap .standard-form select:focus,.buddypress-wrap .standard-form textarea:focus{background-color:#fafafa;color:#555;outline:0}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:block;font-weight:600;margin:15px 0 5px;width:auto}.buddypress-wrap .standard-form a.clear-value{display:block;margin-top:5px;outline:0}.buddypress-wrap .standard-form .submit{clear:both;padding:15px 0 0}.buddypress-wrap .standard-form p.submit{margin-bottom:0}.buddypress-wrap .standard-form div.submit input{margin-left:15px}.buddypress-wrap .standard-form #invite-list label,.buddypress-wrap .standard-form p label{font-weight:400;margin:auto}.buddypress-wrap .standard-form p.description{color:#737373;margin:5px 0}.buddypress-wrap .standard-form div.checkbox label:nth-child(n+2),.buddypress-wrap .standard-form div.radio div label{color:#737373;font-size:100%;font-weight:400;margin:5px 0 0}.buddypress-wrap .standard-form#send-reply textarea{width:97.5%}.buddypress-wrap .standard-form#sidebar-login-form label{margin-top:5px}.buddypress-wrap .standard-form#sidebar-login-form input[type=password],.buddypress-wrap .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff}@media screen and (min-width:46.8em){.buddypress-wrap .standard-form .left-menu{float:right}.buddypress-wrap .standard-form #invite-list ul{list-style:none;margin:1%}.buddypress-wrap .standard-form #invite-list ul li{margin:0 1% 0 0}.buddypress-wrap .standard-form .main-column{margin-right:190px}.buddypress-wrap .standard-form .main-column ul#friend-list{clear:none;float:right}.buddypress-wrap .standard-form .main-column ul#friend-list h4{clear:none}}.buddypress-wrap .standard-form .bp-tables-user label{margin:0}.buddypress-wrap .signup-form label,.buddypress-wrap .signup-form legend{font-weight:400}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-wrap .wp-editor-wrap .wp-editor-wrap button,.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=button],.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=submit],.buddypress-wrap .wp-editor-wrap a.button,.buddypress-wrap .wp-editor-wrap input[type=reset]{padding:0 8px 1px}.buddypress-wrap .select-wrap{border:1px solid #eee}.buddypress-wrap .select-wrap label{display:inline}.buddypress-wrap .select-wrap select::-ms-expand{display:none}.buddypress-wrap .select-wrap select{-webkit-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;margin-left:-25px;padding:6px 10px 6px 25px;position:relative;text-indent:-2px;z-index:1;width:auto}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background:0 0}.buddypress-wrap .select-wrap span.select-arrow{display:inline-block;position:relative;z-index:0}.buddypress-wrap .select-wrap span.select-arrow:before{color:#ccc;content:"\25BC"}.buddypress-wrap .select-wrap:focus .select-arrow:before,.buddypress-wrap .select-wrap:hover .select-arrow:before{color:#a6a6a6}.buddypress-wrap .bp-search form:focus,.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:focus,.buddypress-wrap .select-wrap:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}@media screen and (min-width:32em){.buddypress-wrap .invitations-options-nav .select-wrap,.buddypress-wrap .notifications-options-nav .select-wrap{float:right}}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after,.buddypress-wrap .bp-messages-search-form:before{content:" ";display:table}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after{clear:both}.buddypress-wrap form#group-members-search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-messages-search-form,.buddypress-wrap form[data-bp-search].bp-invites-search-form{border:1px solid #eee;width:100%}.buddypress-wrap form#group-members-search label,.buddypress-wrap form.bp-dir-search-form label,.buddypress-wrap form.bp-messages-search-form label,.buddypress-wrap form[data-bp-search].bp-invites-search-form label{margin:0}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{background:0 0;border:0;border-radius:0;background-clip:padding-box}.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{float:right;line-height:2;padding:3px 10px;width:78%}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{float:left;font-size:inherit;font-weight:400;line-height:1.5;padding:3px .7em;text-align:center;text-transform:none;width:20%}.buddypress-wrap form#group-members-search button[type=submit] span,.buddypress-wrap form.bp-dir-search-form button[type=submit] span,.buddypress-wrap form.bp-messages-search-form button[type=submit] span,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}.buddypress-wrap form#group-members-search button[type=submit].bp-show,.buddypress-wrap form.bp-dir-search-form button[type=submit].bp-show,.buddypress-wrap form.bp-messages-search-form button[type=submit].bp-show,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit].bp-show{height:auto;right:0;overflow:visible;position:static;top:0}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-button,.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-decoration{display:none}.buddypress-wrap form#group-members-search:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}.buddypress-wrap ul.filters li form label input{line-height:1.4;padding:.1em .7em}.buddypress-wrap .current-group-type,.buddypress-wrap .current-member-type{font-style:italic}.buddypress-wrap .dir-form{clear:both}.budypress.no-js form.bp-dir-search-form button[type=submit]{height:auto;right:0;overflow:visible;position:static;top:0}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text]{padding:6px 10px 7px}.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{width:100%}.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:2px solid #ccc}.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:#fafafa}.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:.5em;vertical-align:middle}.buddypress-wrap .bp-tables-user tr td.label,.buddypress-wrap table.forum tr td.label,.buddypress-wrap table.wp-profile-fields tr td.label{border-left:1px solid #eaeaea;font-weight:600;width:25%}.buddypress-wrap .bp-tables-user tr.alt td,.buddypress-wrap table.wp-profile-fields tr.alt td{background:#fafafa}.buddypress-wrap table.profile-fields .data{padding:.5em 1em}.buddypress-wrap table.profile-fields tr:last-child{border-bottom:none}.buddypress-wrap table.notifications td{padding:1em .5em}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{width:7%}.buddypress-wrap table.notifications .bulk-select-check{vertical-align:middle}.buddypress-wrap table.notifications .date,.buddypress-wrap table.notifications .notification-description,.buddypress-wrap table.notifications .notification-since,.buddypress-wrap table.notifications .title{width:39%}.buddypress-wrap table.notifications .actions,.buddypress-wrap table.notifications .notification-actions{width:15%}.buddypress-wrap table.notification-settings th.title,.buddypress-wrap table.profile-settings th.title{width:80%}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-read{display:inline-block}.buddypress-wrap table.notification-settings{margin-bottom:15px;text-align:right}.buddypress-wrap #groups-notification-settings{margin-bottom:0}.buddypress-wrap table.notification-settings td:first-child,.buddypress-wrap table.notification-settings th.icon,.buddypress-wrap table.notifications td:first-child,.buddypress-wrap table.notifications th.icon{display:none}.buddypress-wrap table.notification-settings .no,.buddypress-wrap table.notification-settings .yes{text-align:center;width:40px;vertical-align:middle}.buddypress-wrap table#message-threads{clear:both}.buddypress-wrap table#message-threads .thread-info{min-width:40%}.buddypress-wrap table#message-threads .thread-info p{margin:0}.buddypress-wrap table#message-threads .thread-info p.thread-excerpt{color:#737373;font-size:12px;margin-top:3px}.buddypress-wrap table.profile-fields{margin-bottom:20px}.buddypress-wrap table.profile-fields:last-child{margin-bottom:0}.buddypress-wrap table.profile-fields p{margin:0}.buddypress-wrap table.profile-fields p:last-child{margin-top:0}.bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-vert{display:flex;align-items:center}.bp-hide{display:none}.bp-show{height:auto;right:0;overflow:visible;position:static;top:0}.buddypress .buddypress-wrap .activity-read-more a,.buddypress .buddypress-wrap .comment-reply-link,.buddypress .buddypress-wrap .generic-button a,.buddypress .buddypress-wrap a.bp-title-button,.buddypress .buddypress-wrap a.button,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap input[type=button],.buddypress .buddypress-wrap input[type=reset],.buddypress .buddypress-wrap input[type=submit],.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a{background:#fff;border-color:#ccc;border-style:solid;border-width:1px;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1}.buddypress .buddypress-wrap a.button.dashicons,.buddypress .buddypress-wrap button.dashicons{font-family:dashicons}.buddypress .buddypress-wrap .button-small[type=button]{padding:0 8px 1px}.buddypress .buddypress-wrap .activity-read-more a:focus,.buddypress .buddypress-wrap .activity-read-more a:hover,.buddypress .buddypress-wrap .button-nav li a:focus,.buddypress .buddypress-wrap .button-nav li a:hover,.buddypress .buddypress-wrap .button-nav li.current a,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}.buddypress .buddypress-wrap a.disabled,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap button.pending,.buddypress .buddypress-wrap div.pending a,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=button].pending,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=reset].pending,.buddypress .buddypress-wrap input[type=submit].pending,.buddypress .buddypress-wrap input[type=submit]:disabled,.buddypress .buddypress-wrap input[type=submit][disabled=disabled]{border-color:#eee;color:#767676;cursor:default}.buddypress .buddypress-wrap a.disabled:hover,.buddypress .buddypress-wrap button.disabled:hover,.buddypress .buddypress-wrap button.pending:hover,.buddypress .buddypress-wrap div.pending a:hover,.buddypress .buddypress-wrap input[type=button]:hover.disabled,.buddypress .buddypress-wrap input[type=button]:hover.pending,.buddypress .buddypress-wrap input[type=reset]:hover.disabled,.buddypress .buddypress-wrap input[type=reset]:hover.pending,.buddypress .buddypress-wrap input[type=submit]:hover.disabled,.buddypress .buddypress-wrap input[type=submit]:hover.pending{border-color:#eee;color:#767676}.buddypress .buddypress-wrap button.text-button,.buddypress .buddypress-wrap input.text-button{background:0 0;border:0;box-shadow:none;color:#767676}.buddypress .buddypress-wrap button.text-button.small,.buddypress .buddypress-wrap input.text-button.small{font-size:13px}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:underline}.buddypress .buddypress-wrap .activity-list a.button{border:none}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover{color:#1fb3dd}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.invite-button:hover{color:#a00}.buddypress .buddypress-wrap #item-buttons:empty{display:none}.buddypress .buddypress-wrap input:disabled:focus,.buddypress .buddypress-wrap input:disabled:hover{background:0 0}.buddypress .buddypress-wrap .text-links-list a.button{background:0 0;border:none;border-left:1px solid #eee;color:#737373;display:inline-block;padding:.3em 1em}.buddypress .buddypress-wrap .text-links-list a.button:visited{color:#d6d6d6}.buddypress .buddypress-wrap .text-links-list a.button:focus,.buddypress .buddypress-wrap .text-links-list a.button:hover{color:#5087e5}.buddypress .buddypress-wrap .text-links-list a:first-child{padding-right:0}.buddypress .buddypress-wrap .text-links-list a:last-child{border-left:none}.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button{border:1px solid #ccc;display:block;margin:0}.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover{background:#ededed}.buddypress #buddypress .create-button{background:0 0;text-align:center}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{text-decoration:underline}@media screen and (min-width:46.8em){.buddypress #buddypress .create-button{float:left}}.buddypress #buddypress .create-button a{border:1px solid #ccc;border-radius:5px;background-clip:padding-box;box-shadow:inset 0 0 6px 0 #eaeaea;margin:.2em 0;width:auto}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{background:0 0;border-color:#ccc;box-shadow:inset 0 0 12px 0 #eaeaea}@media screen and (min-width:46.8em){.buddypress #buddypress.bp-dir-vert-nav .create-button{float:none;padding-top:2em}.buddypress #buddypress.bp-dir-vert-nav .create-button a{margin-left:.5em}}.buddypress #buddypress.bp-dir-hori-nav .create-button{float:right}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{background:0 0;border:0;box-shadow:none;margin:0}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0;border:0}.buddypress-wrap button.bp-icons:focus,.buddypress-wrap button.bp-icons:hover{background:0 0}.buddypress-wrap button.ac-reply-cancel:focus,.buddypress-wrap button.ac-reply-cancel:hover{background:0 0;text-decoration:underline}.buddypress-wrap .bp-invites-content li .invite-button span.icons:before,.buddypress-wrap .bp-invites-filters .invite-button span.icons:before,.buddypress-wrap .bp-messages-filters li a.messages-button:before,.buddypress-wrap .feed a:before,.buddypress-wrap .filter label:before{font-family:dashicons;font-size:18px}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:27px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:32px}}.buddypress-wrap .bp-list a.button.invite-button:focus,.buddypress-wrap .bp-list a.button.invite-button:hover{background:0 0}.buddypress-wrap .filter label:before{content:"\f536"}.buddypress-wrap div.feed a:before,.buddypress-wrap li.feed a:before{content:"\f303"}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\f502"}.buddypress-wrap ul.item-list li .group-remove-invite-button span.icons:before,.buddypress-wrap ul.item-list li.selected .invite-button span.icons:before{content:"\f153"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page:before{content:"\f345"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page:before{content:"\f341"}.buddypress-wrap .warn{color:#b71717}.buddypress-wrap .bp-messages{border:1px solid #ccc;margin:0 0 15px}.buddypress-wrap .bp-messages .sitewide-notices{display:block;margin:5px;padding:.5em}.buddypress-wrap .bp-messages.info{margin-bottom:0}.buddypress-wrap .bp-messages.updated{clear:both;display:block}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background:#0b80a4;border:0;box-shadow:0 0 3px 0 rgba(0,0,0,.2);color:#fff}.buddypress-wrap .bp-feedback:not(.custom-homepage-info){display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;align-items:stretch;align-items:center}.buddypress-wrap .bp-feedback{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;margin:10px 0;position:relative}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback span.bp-icon{color:#fff;display:block;font-family:dashicons;right:0;margin-left:10px;position:relative;padding:0 .5em}.buddypress-wrap .bp-feedback .bp-help-text{font-style:italic}.buddypress-wrap .bp-feedback .text{font-size:14px;margin:0;padding:.5em 0}.buddypress-wrap .bp-feedback.no-icon{padding:.5em}.buddypress-wrap .bp-feedback.small:before{line-height:inherit}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:32px}.buddypress-wrap a[data-bp-close],.buddypress-wrap button[data-bp-close]{border:0;position:absolute;top:10px;left:10px;width:32px}.buddypress-wrap .bp-feedback.no-icon a[data-bp-close],.buddypress-wrap .bp-feedback.no-icon button[data-bp-close]{top:-6px;left:6px}.buddypress-wrap button[data-bp-close]:hover{background-color:transparent}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback .bp-icon{font-size:20px;padding:0 2px}.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon,.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{display:flex;align-items:center;align-self:stretch}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon{background-color:#0b80a4}.buddypress-wrap .bp-feedback.help .bp-icon:before,.buddypress-wrap .bp-feedback.info .bp-icon:before{content:"\f348"}.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{background-color:#d33}.buddypress-wrap .bp-feedback.error .bp-icon:before,.buddypress-wrap .bp-feedback.warning .bp-icon:before{content:"\f534"}.buddypress-wrap .bp-feedback.loading .bp-icon{background-color:#ffd087}.buddypress-wrap .bp-feedback.loading .bp-icon:before{content:"\f469"}.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon{background-color:#8a2}.buddypress-wrap .bp-feedback.success .bp-icon:before,.buddypress-wrap .bp-feedback.updated .bp-icon:before{content:"\f147"}.buddypress-wrap .bp-feedback.help .bp-icon:before{content:"\f468"}.buddypress-wrap #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;font-weight:700;margin:10px 0 10px 0;padding:.5em;text-align:center;width:auto}.buddypress-wrap #pass-strength-result.show{display:block}.buddypress-wrap #pass-strength-result.mismatch{background-color:#333;border-color:transparent;color:#fff}.buddypress-wrap #pass-strength-result.bad,.buddypress-wrap #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c;color:#333}.buddypress-wrap #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040;color:#333}.buddypress-wrap #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0;color:#333}.buddypress-wrap #pass-strength-result.strong{background-color:#66d66e;border-color:#438c48;color:#333}.buddypress-wrap .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px 0;padding:.5em;width:90%}.buddypress-wrap .accept,.buddypress-wrap .reject{float:right;margin-right:10px}.buddypress-wrap .members-list.grid .bp-ajax-message{background:rgba(255,255,255,.9);border:1px solid #eee;font-size:14px;right:2%;position:absolute;padding:.5em 1em;left:2%;top:30px}body.create-blog #buddypress .error,body.create-blog #buddypress .success{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;padding:10px 15px;background-color:#fff}body.create-blog #buddypress .error{border-right:4px solid #d33}body.create-blog #buddypress .success{border-right:4px solid #8a2}.buddypress.widget .item-options{font-size:12px;margin:0 0 1em;padding:1em 0}.buddypress.widget .bp-login-widget-user-avatar{float:right}.buddypress.widget .bp-login-widget-user-links{margin-right:70px}.buddypress.widget ul.item-list{list-style:none;margin:10px 0}.buddypress.widget ul.activity-list{padding:0}.buddypress.widget ul.activity-list blockquote{margin:0 0 1.5em;overflow:visible;padding:0 .75em .75em 0}.buddypress.widget ul.activity-list img{margin-bottom:.5em}.buddypress.widget ul.activity-list li{border-bottom:1px solid #ccc;margin-bottom:1em}.buddypress.widget ul.activity-list li .activity-header p{margin-bottom:.5em}.buddypress.widget ul.activity-list li:last-child{border-bottom:0}.buddypress.widget div.activity-list blockquote{padding:0;border:none}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){position:relative;box-shadow:-1px 0 4px rgba(0,0,0,.15);padding:0 1em}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after,.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{position:absolute;right:15px;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{bottom:-18px;border-top-color:rgba(0,0,0,.15);border-width:9px;right:14px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after{bottom:-16px;border-top-color:#fff;border-width:8px}.buddypress.widget div.activity-list blockquote .activity-item.mini .avatar{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-left:2px}.buddypress.widget div.activity-list footer{display:flex;align-items:center}.buddypress.widget div.activity-list footer img.avatar{display:inline-block;border:none;margin-left:.5em}.buddypress.widget div.activity-list footer .activity-time-since{font-size:90%}.buddypress.widget .avatar-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}.buddypress.widget .avatar-block img{margin:.5em}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#friends-list li:before,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#groups-list li:before,.buddypress.widget ul#members-list li:after,.buddypress.widget ul#members-list li:before{content:" ";display:table}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#members-list li:after{clear:both}.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{margin-bottom:1em}.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item-avatar{float:right;width:60px}.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#members-list li .item{margin-right:70px}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:32em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{border:1px solid #eee;align-items:stretch;-moz-flex:1 1 46%;-o-flex:1 1 46%;flex:1 1 46%;margin:2%}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 20%;-o-flex:0 1 20%;flex:0 1 20%}}.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar{padding:.5em;text-align:center}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item{padding:.5em}.buddypress-wrap .buddypress.widget ul#friends-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#groups-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#members-list li .item .item-meta{font-size:12px;overflow-wrap:break-word}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{margin:10px -2%;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto;margin:10px 2% 1%;width:46%}}.buddypress-wrap .buddypress.widget blockquote{margin:0 0 1.5em;overflow:visible;padding:0 .75em .75em 0}#buddypress-wrap *{transition:opacity .1s ease-in-out .1s}#buddypress-wrap a.button,#buddypress-wrap a.generic-button,#buddypress-wrap button,#buddypress-wrap input[type=reset],#buddypress-wrap input[type=submit]{transition:background .1s ease-in-out .1s,color .1s ease-in-out .1s,border-color .1s ease-in-out .1s}.buddypress-wrap a.loading,.buddypress-wrap input.loading{animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@keyframes loader-pulsate{from{border-color:#aaa;box-shadow:0 0 6px #ccc}to{border-color:#ccc;box-shadow:0 0 6px #f8f8f8}}.buddypress-wrap a.loading:hover,.buddypress-wrap input.loading:hover{color:#777}[data-bp-tooltip]{position:relative}[data-bp-tooltip]:after{background-color:#fff;display:none;opacity:0;position:absolute;transform:translate3d(0,0,0);visibility:hidden}[data-bp-tooltip]:after{border:1px solid #737373;border-radius:1px;box-shadow:-4px 4px 8px rgba(0,0,0,.2);color:#333;content:attr(data-bp-tooltip);font-family:"Helvetica Neue",helvetica,arial,san-serif;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.25;max-width:200px;padding:5px 8px;pointer-events:none;text-shadow:none;text-transform:none;transition:all 1.5s ease;white-space:nowrap;word-wrap:break-word;z-index:100000}[data-bp-tooltip]:active:after,[data-bp-tooltip]:focus:after,[data-bp-tooltip]:hover:after{display:block;opacity:1;overflow:visible;visibility:visible}[data-bp-tooltip=""]{display:none;opacity:0;visibility:hidden}.bp-tooltip:after{right:50%;margin-top:7px;top:110%;transform:translate(50%,0)}.user-list .bp-tooltip:after{right:0;transform:translate(0,0)}@media screen and (min-width:46.8em){.user-list .bp-tooltip:after{right:auto;left:0;transform:translate(0,0)}}.activity-list .bp-tooltip:after,.activity-meta-action .bp-tooltip:after,.avatar-block .item-avatar .bp-tooltip:after,.notification-actions .bp-tooltip:after,.participants-list .bp-tooltip:after{right:0;transform:translate(0,0)}.bp-invites-content .bp-tooltip:after,.message-metadata .actions .bp-tooltip:after,.single-message-thread-header .actions .bp-tooltip:after{right:auto;left:0;transform:translate(0,0)}.bp-invites-content #send-invites-editor .bp-tooltip:after{right:0;left:auto}#item-body,.single-screen-navs{box-sizing:border-box}.grid>li,.grid>li .generic-button a{box-sizing:border-box}.grid>li{border-bottom:0;padding-bottom:10px;padding-top:0}.grid>li .list-wrap{background:#fafafa;border:1px solid #eee;padding-bottom:15px;position:relative;overflow:hidden;padding-top:14px}.grid>li .list-wrap .list-title{padding:.5em}.grid>li .list-wrap .update{color:#737373;padding:.5em 2em}.grid>li .item-avatar{text-align:center}.grid>li .item-avatar .avatar{border-radius:50%;display:inline-block;width:50%}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:340px}.grid.members-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.members-group-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.groups-list .list-wrap{min-height:470px}.grid.groups-list .list-wrap .item-block{min-height:6rem}.grid.groups-list .list-wrap .group-desc{margin:15px auto 0;min-height:5em;overflow:hidden}.grid.groups-list .list-wrap .group-details,.grid.groups-list .list-wrap .item-desc,.grid.groups-list .list-wrap .last-activity{margin-bottom:0}.grid.groups-list .list-wrap .group-details p,.grid.groups-list .list-wrap .item-desc p,.grid.groups-list .list-wrap .last-activity p{margin-bottom:0}.grid.blogs-list .list-wrap{min-height:350px}.grid.blogs-list .list-wrap .item-block{margin:0 auto;min-height:7rem}}@media screen and (min-width:24em){.grid>li.item-entry{float:right;margin:0}.grid.two>li{padding-bottom:20px}}@media screen and (min-width:24em) and (min-width:75em){.grid.two>li .list-wrap{max-width:500px;margin:0 auto}}@media screen and (min-width:24em){.grid.three>li,.grid.two>li{width:50%}.grid.three>li:nth-child(odd),.grid.two>li:nth-child(odd){padding-left:10px}.grid.three>li:nth-child(2n),.grid.two>li:nth-child(2n){padding-right:10px}.grid.three>li .item,.grid.two>li .item{margin:1rem auto 0;width:80%}.grid.three>li .item .item-title,.grid.two>li .item .item-title{width:auto}}@media screen and (min-width:46.8em){.grid.three>li{padding-top:0;width:33.333333%;width:calc(100% / 3)}.grid.three>li:nth-child(1n+1){padding-right:5px;padding-left:5px}.grid.three>li:nth-child(3n+3){padding-right:5px;padding-left:0}.grid.three>li:nth-child(3n+1){padding-right:0;padding-left:5px}}@media screen and (min-width:46.8em){.grid.four>li{width:25%}.grid.four>li:nth-child(1n+1){padding-right:5px;padding-left:5px}.grid.four>li:nth-child(4n+4){padding-right:5px;padding-left:0}.grid.four>li:nth-child(4n+1){padding-right:0;padding-left:5px}}.buddypress-wrap .grid.bp-list{padding-top:1em}.buddypress-wrap .grid.bp-list>li{border-bottom:none}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:3em}.buddypress-wrap .grid.bp-list>li .item-avatar{margin:0;text-align:center;width:auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{display:inline-block;height:auto;width:50%}.buddypress-wrap .grid.bp-list>li .item-meta,.buddypress-wrap .grid.bp-list>li .list-title{float:none;text-align:center}.buddypress-wrap .grid.bp-list>li .list-title{font-size:inherit;line-height:1.1}.buddypress-wrap .grid.bp-list>li .item{font-size:18px;right:0;margin:0 auto;text-align:center;width:96%}@media screen and (min-width:46.8em){.buddypress-wrap .grid.bp-list>li .item{font-size:22px}}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{float:none;width:96%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:10px}.buddypress-wrap .grid.bp-list>li .item .last-activity{margin-top:5px}.buddypress-wrap .grid.bp-list>li .item .group-desc{clear:none}.buddypress-wrap .grid.bp-list>li .item .user-update{clear:both;text-align:right}.buddypress-wrap .grid.bp-list>li .item .activity-read-more a{display:inline}.buddypress-wrap .grid.bp-list>li .action{bottom:5px;float:none;height:auto;right:0;margin:0;padding:0 5px;position:absolute;text-align:center;top:auto;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{float:none;margin:5px 0 0;text-align:center;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button a,.buddypress-wrap .grid.bp-list>li .action .generic-button button{width:100%}.buddypress-wrap .grid.bp-list>li .avatar,.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item-avatar{float:none}.buddypress-wrap .blogs-list.grid.two>li .blogs-title{min-height:5em}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc{min-height:8em}.buddypress-wrap .blogs-list.grid.four>li,.buddypress-wrap .blogs-list.grid.three>li{min-height:350px}.buddypress-wrap .blogs-list.grid.four>li .last-activity,.buddypress-wrap .blogs-list.grid.three>li .last-activity{margin-bottom:0}.buddypress-wrap .blogs-list.grid.four>li .last-post,.buddypress-wrap .blogs-list.grid.three>li .last-post{margin-top:0}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:430px}.buddypress:not(.logged-in) .grid.members-list .list-wrap{min-height:300px}.buddypress:not(.logged-in) .grid.blogs-list .list-wrap{min-height:320px}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-navs.vertical{overflow:visible}.bp-single-vert-nav .bp-navs.vertical ul{border-left:1px solid #d6d6d6;border-bottom:0;float:right;margin-left:-1px;width:25%}.bp-single-vert-nav .bp-navs.vertical li{float:none;margin-left:0}.bp-single-vert-nav .bp-navs.vertical li.selected a{background:#ccc;color:#333}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:#ccc}.bp-single-vert-nav .bp-navs.vertical li span{background:#d6d6d6;border-radius:10%;float:left;margin-left:2px}.bp-single-vert-nav .bp-navs.vertical li:hover span{border-color:#eaeaea}.bp-single-vert-nav .bp-navs.vertical.tabbed-links li.selected a{padding-right:0}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}.bp-single-vert-nav .bp-wrap .group-nav-tabs.groups-nav ul li,.bp-single-vert-nav .bp-wrap .user-nav-tabs.users-nav ul li{right:1px;position:relative}.bp-single-vert-nav .item-body:not(#group-create-body){background:#fff;border-right:1px solid #d6d6d6;float:left;margin:0;min-height:400px;padding:0 1em 0 0;width:calc(75% + 1px)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){background:#eaeaea;margin:0 -5px 0 0;width:auto}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:16px;margin:10px 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{border-left:1px solid #ccc;padding:0 .5em}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:focus,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:hover{background:0 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{background:0 0;color:#333;text-decoration:underline}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:last-child a{border:none}.bp-dir-vert-nav .dir-navs{float:right;right:1px;position:relative;width:20%}.bp-dir-vert-nav .dir-navs ul li{float:none;overflow:hidden;width:auto}.bp-dir-vert-nav .dir-navs ul li.selected{border:1px solid #eee}.bp-dir-vert-nav .dir-navs ul li.selected a{background:#555;color:#fff}.bp-dir-vert-nav .dir-navs ul li.selected a span{background:#eaeaea;border-color:#ccc;color:#5087e5}.bp-dir-vert-nav .dir-navs ul li a:focus,.bp-dir-vert-nav .dir-navs ul li a:hover{background:#ccc;color:#333}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:1px solid #555}.bp-dir-vert-nav .screen-content{border-right:1px solid #d6d6d6;margin-right:20%;overflow:hidden;padding:0 1em 2em 0}.bp-dir-vert-nav .screen-content .subnav-filters{margin-top:0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:hover{background:0 0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected{background:0 0;border:1px solid #d6d6d6;border-left-color:#fff}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a{background:0 0;color:#333;font-weight:600}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span{background:#555;border:1px solid #d6d6d6;color:#fff}}
|
@@ -1139,6 +1139,26 @@ body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en
|
|
1139 |
box-shadow: 0 0 6px 0 #d6d6d6;
|
1140 |
}
|
1141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1142 |
.activity-update-form #whats-new-post-in-box {
|
1143 |
margin: 10px 0;
|
1144 |
}
|
1139 |
box-shadow: 0 0 6px 0 #d6d6d6;
|
1140 |
}
|
1141 |
|
1142 |
+
.activity-update-form #whats-new-buttons {
|
1143 |
+
max-width: 100%;
|
1144 |
+
padding: 0 0 1em 0;
|
1145 |
+
z-index: 1000;
|
1146 |
+
margin: 0 0 0.5em 55px;
|
1147 |
+
display: flex;
|
1148 |
+
gap: 0.6em;
|
1149 |
+
margin-left: 55px;
|
1150 |
+
}
|
1151 |
+
|
1152 |
+
.activity-update-form #whats-new-buttons > li {
|
1153 |
+
list-style: none;
|
1154 |
+
}
|
1155 |
+
|
1156 |
+
.activity-update-form #whats-new-buttons > li button {
|
1157 |
+
padding: 5px 10px;
|
1158 |
+
width: auto;
|
1159 |
+
height: auto;
|
1160 |
+
}
|
1161 |
+
|
1162 |
.activity-update-form #whats-new-post-in-box {
|
1163 |
margin: 10px 0;
|
1164 |
}
|
@@ -1 +1 @@
|
|
1 |
-
body #buddypress * a{box-shadow:none;text-decoration:none}body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li,body #buddypress select,body #buddypress textarea{border-radius:2px;background-clip:padding-box}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-left:0}body #buddypress .bp-list .action{box-sizing:border-box}@media screen and (min-width:46.8em){body.buddypress .entry-content:not(.alignwide):not(.alignfull),body.buddypress .entry-header:not(.alignwide):not(.alignfull),body.buddypress .site-content .entry-header:not(.alignwide):not(.alignfull){max-width:none}body.buddypress .entry-header{float:none}body.buddypress .entry-content{float:none}body.buddypress .site-content{padding-top:2.5em}body.buddypress #page #primary{max-width:none}body.buddypress #page #primary .entry-content,body.buddypress #page #primary .entry-header{float:none;width:auto}}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{clear:none;margin:1em 0;padding:0}body.buddypress .buddypress-wrap h2:before{display:none}.bp-wrap:after,.bp-wrap:before{content:" ";display:table}.bp-wrap:after{clear:both}.buddypress-wrap.round-avatars .avatar{border-radius:50%}body.buddypress article.page>.entry-header{margin-bottom:2em;padding:0}body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:28px;font-weight:inherit;color:#767676}@media screen and (min-width:46.8em){body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:34px}}.buddypress-wrap dt.section-title{font-size:18px}@media screen and (min-width:46.8em){.buddypress-wrap dt.section-title{font-size:22px}}.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:16px}}.buddypress-wrap .activity-header{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header{font-size:16px}}.buddypress-wrap .activity-inner{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-inner{font-size:18px}}.buddypress-wrap #whats-new-post-in{font-size:16px}.buddypress-wrap .acomment-meta,.buddypress-wrap .mini .activity-header{font-size:16px}.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:16px}}.buddypress-wrap .bp-tables-user th{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user th{font-size:16px}}.buddypress-wrap .bp-tables-user td{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user td{font-size:14px}}.buddypress-wrap .profile-fields th{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields th{font-size:18px}}.buddypress-wrap .profile-fields td{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields td{font-size:16px}}.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:14px}}.bp-navs{background:0 0;clear:both;overflow:hidden}.bp-navs ul{margin:0;padding:0}.bp-navs ul li{list-style:none;margin:0}.bp-navs ul li.last select{max-width:185px}.bp-navs ul li a,.bp-navs ul li span{border:0;display:block;padding:5px 10px;text-decoration:none}.bp-navs ul li .count{background:#eaeaea;border:1px solid #ccc;border-radius:50%;color:#555;display:inline;font-size:12px;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}.bp-navs ul li.current a,.bp-navs ul li.selected a{color:#333;opacity:1}.bp-navs.bp-invites-filters ul li a,.bp-navs.bp-messages-filters ul li a{border:1px solid #ccc;display:inline-block}.main-navs.dir-navs{margin-bottom:20px}.buddypress-wrap .bp-navs li a:hover a .count,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count{background-color:#ccc}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:#ccc;color:#333}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover{background:#555;color:#fafafa}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:#fff;color:#333;font-weight:600}.buddypress-wrap .main-navs.vertical li.current a,.buddypress-wrap .main-navs.vertical li.selected a{background:#555;color:#fafafa;text-decoration:none}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid #eee;border-top:1px solid #eee;box-shadow:0 2px 12px 0 #fafafa}}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.selected a{background:#fff;color:#333;font-weight:600}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:#eaeaea}}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:.5em calc(.5em + 2px)}.buddypress-wrap:not(.bp-single-vert-nav) .group-subnav#subsubnav,.buddypress-wrap:not(.bp-single-vert-nav) .user-subnav#subsubnav{background:0 0}.buddypress-wrap .bp-subnavs,.buddypress-wrap ul.subnav{width:100%}.buddypress-wrap .bp-subnavs{margin:10px 0;overflow:hidden}.buddypress-wrap .bp-subnavs ul li{margin-top:0}.buddypress-wrap .bp-subnavs ul li.current :focus,.buddypress-wrap .bp-subnavs ul li.current :hover,.buddypress-wrap .bp-subnavs ul li.selected :focus,.buddypress-wrap .bp-subnavs ul li.selected :hover{background:0 0;color:#333}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap .bp-navs.bp-invites-filters#subsubnav ul li.last,.buddypress-wrap .bp-navs.bp-invites-nav#subnav ul li.last,.buddypress-wrap .bp-navs.bp-messages-filters#subsubnav ul li.last{margin-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{border:1px solid #eee}.buddypress-wrap .single-screen-navs li{border-bottom:1px solid #eee}.buddypress-wrap .single-screen-navs li:last-child{border-bottom:none}.buddypress-wrap .bp-subnavs li a{font-size:14px}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:#555;color:#fff}}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:#fff}.buddypress-wrap .bp-navs li.dynamic a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count{background-color:#5087e5;border:0;color:#fafafa}.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count{background-color:#5087e5;border:0;color:#fff}.buddypress-wrap .bp-navs li a .count:empty,.buddypress_object_nav .bp-navs li a .count:empty{display:none}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current),.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current){color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:hover{background:0 0;color:#333}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li.current a,.buddypress_object_nav .bp-navs.group-create-links ul li.current a{text-align:center}@media screen and (min-width:46.8em){.buddypress-wrap .bp-navs li{float:left}.buddypress-wrap .subnav{float:left}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap #subsubnav .activity-search{float:left}.buddypress-wrap #subsubnav .filter{float:right}}.buddypress_object_nav .bp-navs li a .count{display:inline-block;float:right}@media screen and (min-width:46.8em){.bp-dir-vert-nav .bp-navs.dir-navs{background:0 0}.bp-dir-vert-nav .bp-navs.dir-navs a .count{float:right}}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol,.buddypress-wrap .tabbed-links ul{border-bottom:1px solid #ccc;float:none;margin:20px 0 10px}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ol:before,.buddypress-wrap .tabbed-links ul:after,.buddypress-wrap .tabbed-links ul:before{content:" ";display:block}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ul:after{clear:both}.buddypress-wrap .tabbed-links ol li,.buddypress-wrap .tabbed-links ul li{float:left;list-style:none;margin:0 10px 0 0}.buddypress-wrap .tabbed-links ol li a,.buddypress-wrap .tabbed-links ol li span:not(.count),.buddypress-wrap .tabbed-links ul li a,.buddypress-wrap .tabbed-links ul li span:not(.count){background:0 0;border:none;display:block;padding:4px 10px}.buddypress-wrap .tabbed-links ol li a:focus,.buddypress-wrap .tabbed-links ol li a:hover,.buddypress-wrap .tabbed-links ul li a:focus,.buddypress-wrap .tabbed-links ul li a:hover{background:0 0}.buddypress-wrap .tabbed-links ol li:not(.current),.buddypress-wrap .tabbed-links ul li:not(.current){margin-bottom:2px}.buddypress-wrap .tabbed-links ol li.current,.buddypress-wrap .tabbed-links ul li.current{border-color:#ccc #ccc #fff;border-style:solid;border-top-left-radius:4px;border-top-right-radius:4px;border-width:1px;margin-bottom:-1px;padding:0 .5em 1px}.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{background:0 0;color:#333}.buddypress-wrap .bp-subnavs.tabbed-links>ul{margin-top:0}.buddypress-wrap .bp-navs.tabbed-links{background:0 0;margin-top:2px}.buddypress-wrap .bp-navs.tabbed-links ul li a{border-right:0;font-size:inherit}.buddypress-wrap .bp-navs.tabbed-links ul li.last{float:right;margin:0}.buddypress-wrap .bp-navs.tabbed-links ul li.last a{margin-top:-.5em}.buddypress-wrap .bp-navs.tabbed-links ul li a,.buddypress-wrap .bp-navs.tabbed-links ul li a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li.current a,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:hover{background:0 0;border:0}.buddypress-wrap .bp-navs.tabbed-links ul li a:active,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:active{outline:0}}.buddypress-wrap .dir-component-filters .filter label{display:inline}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{content:" ";display:table}.buddypress-wrap .subnav-filters:after{clear:both}.buddypress-wrap .subnav-filters{background:0 0;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .subnav-filters div{margin:0}.buddypress-wrap .subnav-filters>ul{float:left;list-style:none}.buddypress-wrap .subnav-filters.bp-messages-filters ul{width:100%}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:1em}@media screen and (min-width:46.8em){.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0}}.buddypress-wrap .subnav-filters div{float:none}.buddypress-wrap .subnav-filters div input[type=search],.buddypress-wrap .subnav-filters div select{font-size:16px}.buddypress-wrap .subnav-filters div button.nouveau-search-submit{padding:5px .8em 6px}.buddypress-wrap .subnav-filters div button#user_messages_search_submit{padding:7px .8em}.buddypress-wrap .subnav-filters .component-filters{margin-top:10px}.buddypress-wrap .subnav-filters .feed{margin-right:15px}.buddypress-wrap .subnav-filters .last.filter label{display:inline}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:before{content:" ";display:table}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after{clear:both}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show{display:inline-block}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide{display:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap{border:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{outline:1px solid #d6d6d6}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions{float:left}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{display:inline-block;font-weight:300;margin-right:25px;padding:5px 0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{-webkit-appearance:textfield}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{border:0;border-radius:0;font-weight:400;line-height:1.8;margin:0 0 0 10px;padding:3px 5px;text-align:center;text-transform:none;width:auto}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{vertical-align:middle}@media screen and (min-width:32em){.buddypress-wrap .subnav-filters li{margin-bottom:0}.buddypress-wrap .subnav-filters .bp-search,.buddypress-wrap .subnav-filters .dir-search,.buddypress-wrap .subnav-filters .feed,.buddypress-wrap .subnav-filters .group-act-search,.buddypress-wrap .subnav-filters .group-invites-search,.buddypress-wrap .subnav-filters .subnav-search,.buddypress-wrap .subnav-filters .subnav-search form,.buddypress-wrap .subnav-filters .user-messages-bulk-actions,.buddypress-wrap .subnav-filters .user-messages-search{float:left}.buddypress-wrap .subnav-filters .component-filters,.buddypress-wrap .subnav-filters .last{float:right;margin-top:0;width:auto}.buddypress-wrap .subnav-filters .component-filters select,.buddypress-wrap .subnav-filters .last select{max-width:250px}.buddypress-wrap .subnav-filters .user-messages-search{float:right}}.buddypress-wrap .invitations-options-nav input#invitation-bulk-manage,.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:0;line-height:1.6}.buddypress-wrap .group-subnav-filters .group-invites-search{margin-bottom:1em}.buddypress-wrap .group-subnav-filters .last{text-align:center}.buddypress-wrap .bp-pagination{background:0 0;border:0;color:#767676;float:left;font-size:small;margin:0;padding:.5em 0;position:relative;width:100%}.buddypress-wrap .bp-pagination .pag-count{float:left}.buddypress-wrap .bp-pagination .bp-pagination-links{float:right;margin-right:10px}.buddypress-wrap .bp-pagination .bp-pagination-links a,.buddypress-wrap .bp-pagination .bp-pagination-links span{font-size:small;padding:0 5px}.buddypress-wrap .bp-pagination .bp-pagination-links a:focus,.buddypress-wrap .bp-pagination .bp-pagination-links a:hover{opacity:1}.buddypress-wrap .bp-pagination p{margin:0}.bp-list:after,.bp-list:before{content:" ";display:table}.bp-list:after{clear:both}.bp-list{box-sizing:border-box;border-top:1px solid #eaeaea;clear:both;list-style:none;margin:20px 0;padding:.5em 0;width:100%}.bp-list li:after,.bp-list li:before{content:" ";display:table}.bp-list li:after{clear:both}.bp-list>li{border-bottom:1px solid #eaeaea}.bp-list li{list-style:none;margin:10px 0;padding:.5em 0;position:relative}.bp-list li .item-avatar{text-align:center}.bp-list li .item-avatar img.avatar{display:inline-block;width:auto;height:auto}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:center}.bp-list li .item .list-title{clear:none;font-size:22px;font-weight:400;line-height:1.1;margin:0 auto}@media screen and (min-width:46.8em){.bp-list li .item .list-title{font-size:26px}}.bp-list li .item-meta,.bp-list li .meta{color:#737373;font-size:12px;margin-bottom:10px;margin-top:10px}.bp-list li .last-post{text-align:center}.bp-list li .action{margin:0;text-align:center}.bp-list li .action .generic-button{display:inline-block;font-size:12px;margin:0 10px 0 0}.bp-list li .action div.generic-button{margin:10px 0}@media screen and (min-width:46.8em){.bp-list li .item-avatar{float:left;margin-right:5%}.bp-list li .item{margin:0;overflow:hidden}.bp-list li .item .item-block{float:left;margin-right:2%;width:50%}.bp-list li .item .item-meta,.bp-list li .item .list-title{float:left;text-align:left}.bp-list li .item .group-details,.bp-list li .item .last-post{text-align:left}.bp-list li .group-desc,.bp-list li .last-post,.bp-list li .user-update{clear:none;overflow:hidden;width:auto}.bp-list li .action{clear:left;padding:0;text-align:left}.bp-list li .action li.generic-button{margin-right:0}.bp-list li .action div.generic-button{margin:0 0 10px}.bp-list li .generic-button{display:block;margin:0 0 5px 0}}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:1em}}.activity-list.bp-list{background:#fafafa;border:1px solid #eee}.activity-list.bp-list .activity-item{background:#fff;border:1px solid #b7b7b7;box-shadow:0 0 6px #d2d2d2;margin:20px 0}.activity-list.bp-list li:first-child{margin-top:0}.friends-list{list-style-type:none}.friends-request-list .item-title,.membership-requests-list .item-title{text-align:center}@media screen and (min-width:46.8em){.friends-request-list li,.membership-requests-list li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap}.friends-request-list li .item,.membership-requests-list li .item{-moz-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto}.friends-request-list li .action,.membership-requests-list li .action{text-align:right}.friends-request-list li .item-title,.membership-requests-list li .item-title{font-size:22px;text-align:left}.friends-request-list li .item-title h3,.membership-requests-list li .item-title h3{margin:0}}#notifications-user-list{clear:both;padding-top:1em}@media screen and (min-width:46.8em){body:not(.logged-in) .bp-list .item{margin-right:0}}.activity-permalink .item-list,.activity-permalink .item-list li.activity-item{border:0}.activity-update-form{padding:10px 10px 0}.item-body .activity-update-form .activity-form{margin:0;padding:0}.activity-update-form{border:1px solid #ccc;box-shadow:inset 0 0 6px #eee;margin:15px 0}.activity-update-form #whats-new-avatar{margin:10px 0;text-align:center}.activity-update-form #whats-new-avatar img{box-shadow:none;display:inline-block;height:auto;width:auto}.activity-update-form #whats-new-content{padding:0 0 20px 0}.activity-update-form #whats-new-textarea textarea{background:#fff;box-sizing:border-box;color:#333;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}.activity-update-form #whats-new-textarea textarea:focus{box-shadow:0 0 6px 0 #d6d6d6}.activity-update-form #whats-new-post-in-box{margin:10px 0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{list-style:none;margin:10px 0;padding-left:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin-bottom:10px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item{margin-left:10px;height:auto}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete{padding:.3em;width:100%}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object{display:flex;align-items:center;padding:.2em}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar{width:30px;height:30px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span{padding-left:10px;vertical-align:middle}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:focus,.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover{background:#eaeaea;cursor:pointer}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected{border:1px solid #d6d6d6}.activity-update-form #whats-new-submit{margin:15px 0 10px}.activity-update-form #whats-new-submit input{font-size:14px;line-height:inherit;margin-bottom:10px;margin-right:10px;padding:.2em 0;text-align:center;width:100%}@media screen and (min-width:46.8em){.activity-update-form #whats-new-avatar{display:block;float:left;margin:0}.activity-update-form #whats-new-content,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-left:55px}.activity-update-form #whats-new-submit input{margin-bottom:0;margin-right:10px;width:8em}}.activity-list{padding:.5em}.activity-list .activity-item:after,.activity-list .activity-item:before{content:" ";display:table}.activity-list .activity-item:after{clear:both}.activity-list .activity-item{list-style:none;padding:1em}.activity-list .activity-item.has-comments{padding-bottom:1em}.activity-list .activity-item div.item-avatar{margin:0 auto;text-align:center;width:auto}.activity-list .activity-item div.item-avatar img{height:auto;max-width:40%}@media screen and (min-width:46.8em){.activity-list .activity-item div.item-avatar{margin:0 2% 0 0;text-align:left;width:15%}.activity-list .activity-item div.item-avatar img{max-width:80%}}.activity-list .activity-item.mini{font-size:13px;position:relative}.activity-list .activity-item.mini .activity-avatar{margin-left:0;text-align:center;width:auto}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:15%}@media screen and (min-width:46.8em){.activity-list .activity-item.mini .activity-avatar{margin-left:15px;text-align:left;width:15%}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:60%}}.activity-list .activity-item.new_forum_post .activity-inner,.activity-list .activity-item.new_forum_topic .activity-inner{border-left:2px solid #eaeaea;margin-left:10px;padding-left:1em}.activity-list .activity-item.new_blog_post .activity-inner strong{display:block;margin-bottom:.8em}.activity-list .activity-item.new_blog_post .activity-inner img{max-width:100%;float:left;margin-right:.8em}.activity-list .activity-item.newest_blogs_activity,.activity-list .activity-item.newest_friends_activity,.activity-list .activity-item.newest_groups_activity,.activity-list .activity-item.newest_mentions_activity{background:rgba(31,179,221,.1)}.activity-list .activity-item .activity-inreplyto{color:#767676;font-size:13px}.activity-list .activity-item .activity-inreplyto>p{display:inline;margin:0}.activity-list .activity-item .activity-inreplyto .activity-inner,.activity-list .activity-item .activity-inreplyto blockquote{background:0 0;border:0;display:inline;margin:0;overflow:hidden;padding:0}.activity-list .activity-item .activity-header{margin:0 auto;width:80%}.activity-list .activity-item .activity-header a,.activity-list .activity-item .activity-header img{display:inline}.activity-list .activity-item .activity-header .avatar{display:inline-block;margin:0 5px;vertical-align:text-top;width:20px;height:20px}.activity-list .activity-item .activity-header .time-since{font-size:14px;color:#767676;text-decoration:none}.activity-list .activity-item .activity-header .time-since:hover{color:#767676;cursor:pointer;text-decoration:underline}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{color:#767676;margin-bottom:10px}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:#fafafa;margin:15px 0 10px;overflow:hidden;padding:1em}.activity-list .activity-item .activity-content p{margin:0}.activity-list .activity-item .activity-inner p{word-wrap:break-word}.activity-list .activity-item .activity-read-more{margin-left:1em;white-space:nowrap}.activity-list .activity-item ul.activity-meta{margin:0;padding-left:0}.activity-list .activity-item ul.activity-meta li{border:0;display:inline-block}.activity-list .activity-item .activity-meta.action{border:1px solid transparent;background:#fafafa;padding:2px;position:relative;text-align:left}.activity-list .activity-item .activity-meta.action div.generic-button{margin:0}.activity-list .activity-item .activity-meta.action .button{background:0 0;color:#555}.activity-list .activity-item .activity-meta.action a{padding:4px 8px}.activity-list .activity-item .activity-meta.action .button:focus,.activity-list .activity-item .activity-meta.action .button:hover{background:0 0}.activity-list .activity-item .activity-meta.action .button:before,.activity-list .activity-item .activity-meta.action .icons:before{font-family:dashicons;font-size:18px;vertical-align:middle}.activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\f101"}.activity-list .activity-item .activity-meta.action .view:before{content:"\f125"}.activity-list .activity-item .activity-meta.action .fav:before{content:"\f154"}.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f155"}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f153"}.activity-list .activity-item .activity-meta.action .delete-activity:hover{color:#800}.activity-list .activity-item .activity-meta.action .button{border:0;box-shadow:none}.activity-list .activity-item .activity-meta.action .button span{background:0 0;color:#555;font-weight:700}@media screen and (min-width:46.8em){.activity-list.bp-list{padding:30px}.activity-list .activity-item .activity-content{margin:0;position:relative}.activity-list .activity-item .activity-content:after{clear:both;content:"";display:table}.activity-list .activity-item .activity-header{margin:0 15px 0 0;width:auto}}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:#fafafa;border:1px solid #eee;font-size:110%;margin:15px 0;padding:0;text-align:center}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:#555;display:block;padding:.5em 0}.buddypress-wrap .activity-list .load-more a:focus,.buddypress-wrap .activity-list .load-more a:hover,.buddypress-wrap .activity-list .load-newest a:focus,.buddypress-wrap .activity-list .load-newest a:hover{background:#fff;color:#333}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border-color:#e1e1e1;box-shadow:0 0 6px 0 #eaeaea}body.activity-permalink .activity-list li{border-width:1px;padding:1em 0 0 0}body.activity-permalink .activity-list li:first-child{padding-top:0}body.activity-permalink .activity-list li.has-comments{padding-bottom:0}body.activity-permalink .activity-list .activity-avatar{width:auto}body.activity-permalink .activity-list .activity-avatar a{display:block}body.activity-permalink .activity-list .activity-avatar img{max-width:100%;background-color:#eaeaea}body.activity-permalink .activity-list .activity-content{border:0;font-size:100%;line-height:1.5;padding:0}body.activity-permalink .activity-list .activity-content .activity-header{margin:0;padding:.5em 0 0 0;text-align:center;width:100%}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-left:0;margin-top:10px}body.activity-permalink .activity-list .activity-meta{margin:10px 0 10px}body.activity-permalink .activity-list .activity-comments{margin-bottom:10px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{left:-20px;margin-right:0;position:relative;top:-20px}body.activity-permalink .activity-list .activity-avatar img{box-shadow:0 0 0 8px #fff}body.activity-permalink .activity-list .activity-content{margin-right:10px}body.activity-permalink .activity-list .activity-content .activity-header p{text-align:left}}.bp-group-preview-cover,.bp-member-preview-cover{position:relative;min-height:150px;background:#c5c5c5}.bp-group-preview-cover img,.bp-member-preview-cover img{background:#c5c5c5;-o-object-fit:cover;object-fit:cover;border:0;display:block;margin:0;padding:0;width:100%;z-index:1;height:150px}.bp-group-short-description,.bp-member-short-description{position:relative;text-align:center}.bp-group-avatar-content,.bp-member-avatar-content{width:120px;position:relative;z-index:2;margin:auto}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:solid 2px #fff;background:rgba(255,255,255,.8);height:80px;width:80px}.bp-group-avatar-content.has-cover-image,.bp-member-avatar-content.has-cover-image{width:200px;margin-top:-75px}.bp-group-avatar-content.has-cover-image img.group-photo,.bp-group-avatar-content.has-cover-image img.profile-photo,.bp-member-avatar-content.has-cover-image img.group-photo,.bp-member-avatar-content.has-cover-image img.profile-photo{height:inherit;width:inherit}.bp-group-short-description-title a,.bp-member-short-description-title a{font-weight:600}@media screen and (max-width:46.8em){.bp-group-avatar-content,.bp-member-avatar-content{width:100%;margin-bottom:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{margin:auto}.bp-profile-button{position:relative;margin-top:15px}}@media screen and (min-width:46.8em){.bp-profile-button{text-align:right}}.buddypress-wrap .activity-comments{clear:both;margin:0 5%;overflow:hidden;position:relative;width:auto}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .activity-comments ul li{border-top:1px solid #eee;border-bottom:0;padding:1em 0 0}.buddypress-wrap .activity-comments ul li ul{margin-left:5%}.buddypress-wrap .activity-comments ul li:first-child{border-top:0}.buddypress-wrap .activity-comments ul li:last-child{margin-bottom:0}.buddypress-wrap .activity-comments div.acomment-avatar{width:auto}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;max-width:none;width:25px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-meta{color:#555;overflow:hidden;padding-left:2%}.buddypress-wrap .activity-comments .acomment-content{border-left:1px solid #ccc;margin:15px 0 0 10%;padding:.5em 1em}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-options{float:left;margin:10px 0 10px 20px}.buddypress-wrap .activity-comments .acomment-options a{color:#767676;font-size:14px}.buddypress-wrap .activity-comments .acomment-options a:focus,.buddypress-wrap .activity-comments .acomment-options a:hover{color:inherit}.buddypress-wrap .activity-comments .activity-meta.action{background:0 0;margin-top:10px}.buddypress-wrap .activity-comments .activity-meta.action button{font-size:14px;font-weight:400;text-transform:none}.buddypress-wrap .activity-comments .show-all button{font-size:14px;text-decoration:underline;padding-left:.5em}.buddypress-wrap .activity-comments .show-all button span{text-decoration:none}.buddypress-wrap .activity-comments .show-all button:focus span,.buddypress-wrap .activity-comments .show-all button:hover span{color:#5087e5}.buddypress-wrap .mini .activity-comments{clear:both;margin-top:0}body.activity-permalink .activity-comments{background:0 0;width:auto}body.activity-permalink .activity-comments>ul{padding:0 .5em 0 1em}body.activity-permalink .activity-comments ul li>ul{margin-top:10px}form.ac-form{display:none;padding:1em}form.ac-form .ac-reply-avatar{float:left}form.ac-form .ac-reply-avatar img{border:1px solid #eee}form.ac-form .ac-reply-content{color:#767676;padding-left:1em}form.ac-form .ac-reply-content a{text-decoration:none}form.ac-form .ac-reply-content .ac-textarea{margin-bottom:15px;padding:0 .5em;overflow:hidden}form.ac-form .ac-reply-content .ac-textarea textarea{background:0 0;box-shadow:none;color:#555;font-family:inherit;font-size:100%;height:60px;margin:0;outline:0;padding:.5em;width:100%}form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:0 0 6px #d6d6d6}form.ac-form .ac-reply-content input{margin-top:10px}.activity-comments li form.ac-form{clear:both;margin-right:15px}.activity-comments form.root{margin-left:0}.buddypress-wrap .blogs-list li .item-avatar img.avatar-150{max-width:150px;max-height:150px}.buddypress-wrap .blogs-list li .item-avatar img.avatar-50{max-width:50px;max-height:50px}@media screen and (min-width:46.8em){.buddypress-wrap .blogs-list li .item-block{float:none;width:auto}.buddypress-wrap .blogs-list li .item-meta{clear:left;float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .bp-dir-vert-nav .blogs-list .list-title{width:auto}}.buddypress-wrap .groups-list li .list-title{text-align:center}.buddypress-wrap .groups-list li .group-details{clear:left}.buddypress-wrap .groups-list li .group-desc{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;font-size:13px;color:#737373;font-style:italic;margin:10px auto 0;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .group-desc{font-size:16px}}.buddypress-wrap .groups-list li p{margin:0 0 .5em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .item{margin-right:0}.buddypress-wrap .groups-list li .item-meta,.buddypress-wrap .groups-list li .list-title{text-align:left;width:auto}.buddypress-wrap .groups-list li .item-meta{margin-bottom:20px}.buddypress-wrap .groups-list li .last-activity{clear:left;margin-top:-20px}}.buddypress-wrap .groups-list li.group-no-avatar div.group-desc{margin-left:0}.buddypress-wrap .mygroups .groups-list.grid .wrap{min-height:450px;padding-bottom:0}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list.grid.four .group-desc,.buddypress-wrap .groups-list.grid.three .group-desc{font-size:14px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:3%;width:15%}}.buddypress-wrap .members-list li .member-name{margin-bottom:10px}.buddypress-wrap .members-list li .item-extra-content{clear:both;font-size:14px}.buddypress-wrap .members-list li .user-update{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;color:#737373;font-style:italic;font-size:13px;margin:15px auto;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .user-update{font-size:16px}}.buddypress-wrap .members-list li .user-update .activity-read-more{display:block;font-size:12px;font-style:normal;margin-top:10px;padding-left:2px}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .last-activity{clear:left;margin-top:-10px}}@media screen and (min-width:46.8em){.buddypress-wrap .members-group-list li .joined{clear:left;float:none}}@media screen and (min-width:32em){body:not(.logged-in) .members-list .user-update{width:96%}}.register-page .register-section{box-sizing:border-box}.register-page .signup-form{margin-top:20px}.register-page .signup-form .default-profile input{margin-bottom:20px}.register-page .signup-form label,.register-page .signup-form legend{margin:10px 0 0}.register-page .signup-form .editfield{margin:15px 0}.register-page .signup-form .editfield fieldset{border:0;padding:0}.register-page .signup-form .editfield fieldset legend{margin:0 0 5px;text-indent:0}.register-page .signup-form .editfield .field-visibility-settings{padding:.5em}.register-page .signup-form .editfield .field-visibility-settings fieldset{margin:0 0 10px}.register-page .signup-form #signup-avatar img{margin:0 15px 10px 0}.register-page .signup-form .wp-pwd button{vertical-align:middle}.register-page .signup-form #pass-strength-result,.register-page .signup-form #pass1,.register-page .signup-form #pass1-text{width:10em}.register-page .signup-form #pass1{display:inline-block;margin-bottom:inherit}.register-page .signup-form #pass1-text,.register-page .signup-form .pw-weak{display:none}.register-page .signup-form .show-password #pass1-text{display:inline-block;margin-bottom:inherit}.register-page .signup-form .show-password #pass1{display:none}.register-page .signup-form .description.indicator-hint{font-size:14px}.register-page .signup-form #submit:disabled{color:#767676;opacity:.4}.register-page .signup-form .password-entry,.register-page .signup-form .password-entry-confirm{border:1px solid #eee}body.buddypress.register.js .user-pass2-wrap{display:none}body.buddypress.register.no-js .wp-hide-pw{display:none}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:flex;flex-flow:row wrap;justify-content:space-around}.buddypress-wrap .register-page .layout-wrap .default-profile{flex:1;padding-right:2em}.buddypress-wrap .register-page .layout-wrap .blog-details{flex:1;padding-left:2em}.buddypress-wrap .register-page .submit{clear:both}}@media screen and (min-width:46.8em){.buddypress-wrap.extended-default-reg .register-page .default-profile{min-width:14em;flex:1;padding-right:1em}.buddypress-wrap.extended-default-reg .register-page .extended-profile{flex:2;padding-left:1em}.buddypress-wrap.extended-default-reg .register-page .blog-details{flex:1 100%}}#group-create-body{padding:.5em}#group-create-body .creation-step-name{text-align:center}#group-create-body img.avatar{width:auto;height:auto}#group-create-body .avatar-nav-items{margin-top:15px}.single-headers:after,.single-headers:before{content:" ";display:table}.single-headers:after{clear:both}.single-headers{margin-bottom:15px}.single-headers #item-header-avatar a{display:block;text-align:center}.single-headers #item-header-avatar a img{float:none;width:auto;height:auto}.single-headers div#item-header-content{float:none}@media screen and (min-width:46.8em){.single-headers #item-header-avatar a{text-align:left}.single-headers #item-header-avatar a img{float:left}.single-headers #item-header-content{padding-left:2em}}.single-headers .activity,.single-headers .group-status{display:inline}.single-headers .group-status{font-size:18px;color:#333;padding-right:1em}.single-headers .activity{display:inline-block;font-size:12px;padding:0}.single-headers #sitewide-notice p,.single-headers div#message p{background-color:#ffd;border:1px solid #cb2;color:#440;font-weight:400;margin-top:3px;text-decoration:none}.single-headers h2{line-height:1.2;margin:0 0 5px}.single-headers h2 a{color:#767676;text-decoration:none}.single-headers h2 span.highlight{display:inline-block;font-size:60%;font-weight:400;line-height:1.7;vertical-align:middle}.single-headers h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-size:80%;font-weight:700;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}.single-headers img.avatar{float:left;margin:0 15px 19px 0}.single-headers .item-meta{color:#767676;font-size:14px;margin:15px 0 5px;padding-bottom:.5em}.single-headers ul{margin-bottom:15px}.single-headers ul li{float:right;list-style:none}.single-headers div.generic-button{text-align:center}.single-headers li.generic-button{display:inline-block;text-align:center}@media screen and (min-width:46.8em){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:left}}.single-headers a.button,.single-headers div.generic-button{margin:10px 10px 0 0}.single-headers li.generic-button{margin:2px 10px}.single-headers li.generic-button:first-child{margin-left:0}.single-headers div#message.info{line-height:.8}body.no-js .single-item-header .js-self-profile-button{display:none}#cover-image-container{position:relative}#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}#item-header-cover-image{position:relative;z-index:2}#item-header-cover-image #item-header-avatar{padding:0 1em}.groups-header .bp-group-type-list{font-size:18px;margin:0;color:#333;display:flex}.groups-header .bp-group-type-list strong{padding-right:1em;white-space:nowrap}.groups-header .bp-feedback{clear:both}.groups-header .group-item-actions{float:left;margin:0 0 15px 15px;padding-top:0;width:100%}.groups-header .moderators-lists{margin-top:0}.groups-header .moderators-lists .moderators-title{font-size:14px}.groups-header .moderators-lists .user-list{margin:0 0 5px}.groups-header .moderators-lists .user-list ul:after{clear:both;content:"";display:table}.groups-header .moderators-lists .user-list li{display:inline-block;float:none;margin-left:4px;padding:4px}.groups-header .moderators-lists img.avatar{box-shadow:none;float:none;height:30px;margin:0;max-width:100%;width:30px}@media screen and (min-width:46.8em){.groups-header div#item-header-content{float:left;margin-left:10%;text-align:left;padding-top:15px;width:42%}.groups-header .group-item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}.groups-header .groups-meta{clear:both}}.groups-header .desc-wrap{background:#eaeaea;border:1px solid #d6d6d6;margin:0 0 15px;padding:1em;text-align:center}.groups-header .desc-wrap .group-description{background:#fafafa;box-shadow:inset 0 0 9px #ccc;padding:1em;text-align:left}.groups-header .desc-wrap .group-description p{margin:0;padding:0}body.buddypress.bp-user .buddypress-wrap .users-header h2.user-nicename{margin-top:0;margin-bottom:5px}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{padding-bottom:.5em;font-size:18px;margin:0;color:#333;display:flex}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list strong{padding-right:1em;white-space:nowrap}body.buddypress.bp-user .buddypress-wrap .member-header-actions{overflow:hidden;padding-left:0}body.buddypress.bp-user .buddypress-wrap .member-header-actions *>*{display:block}.buddypress-wrap .item-body{margin:20px 0}.buddypress-wrap .item-body .screen-heading{font-size:20px;font-weight:400}.buddypress-wrap .item-body .button-tabs{margin:30px 0 15px;list-style:none}.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry{padding-left:.5em}.single-item.group-members .item-body .filters:not(.no-subnav){border-top:5px solid #eaeaea;padding-top:1em}.single-item.group-members .item-body .filters{margin-top:0}.buddypress-wrap .group-status-type ul{margin:0 0 20px 20px}.groups-manage-members-list{padding:.5em 0}.groups-manage-members-list dd{margin:0;padding:1em 0}.groups-manage-members-list .section-title{background:#eaeaea;padding-left:.3em}.groups-manage-members-list ul{list-style:none;margin-bottom:0}.groups-manage-members-list ul li{border-bottom:1px solid #eee;margin-bottom:10px;padding:.5em .3em .3em}.groups-manage-members-list ul li:last-child,.groups-manage-members-list ul li:only-child{border-bottom:0}.groups-manage-members-list ul li:nth-child(2n){background:#fafafa}.groups-manage-members-list ul li.banned-user{background:#fad3d3}.groups-manage-members-list ul .member-name{margin-bottom:0;text-align:center}.groups-manage-members-list ul img{display:block;margin:0 auto;width:20%}@media screen and (min-width:32em){.groups-manage-members-list ul .member-name{text-align:left}.groups-manage-members-list ul img{display:inline;width:50px}}.groups-manage-members-list ul .members-manage-buttons:after,.groups-manage-members-list ul .members-manage-buttons:before{content:" ";display:table}.groups-manage-members-list ul .members-manage-buttons:after{clear:both}.groups-manage-members-list ul .members-manage-buttons{margin:15px 0 5px}.groups-manage-members-list ul .members-manage-buttons a.button{color:#767676;display:block;font-size:13px}@media screen and (min-width:32em){.groups-manage-members-list ul .members-manage-buttons a.button{display:inline-block}}.groups-manage-members-list ul .members-manage-buttons.text-links-list{margin-bottom:0}@media screen and (max-width:32em){.groups-manage-members-list ul .members-manage-buttons.text-links-list a.button{background:#fafafa;border:1px solid #eee;display:block;margin-bottom:10px}}.groups-manage-members-list ul .action:not(.text-links-list) a.button{font-size:12px}@media screen and (min-width:46.8em){.groups-manage-members-list ul li .avatar,.groups-manage-members-list ul li .member-name{float:left}.groups-manage-members-list ul li .avatar{margin-right:15px}.groups-manage-members-list ul li .action{clear:both;float:left}}#group-manage-members-ui #group-members-search-form button[type=submit]{float:right;font-size:inherit;font-weight:400;line-height:1.5;text-align:center;text-transform:none}#group-manage-members-ui #group-members-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}#group-manage-members-ui #group-members-pagination button:last-child{margin-right:2em}#group-manage-members-ui #bp-no-group-members td{border:none}.buddypress .bp-invites-content ul.item-list{border-top:0}.buddypress .bp-invites-content ul.item-list li{border:1px solid #eaeaea;margin:0 0 1%;padding-left:5px;padding-right:5px;position:relative;width:auto}.buddypress .bp-invites-content ul.item-list li .list-title{margin:0 auto;width:80%}.buddypress .bp-invites-content ul.item-list li .action{position:absolute;top:10px;right:10px}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button{border:0}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:focus,.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:hover{color:#1fb3dd}.buddypress .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 12px 0 rgba(237,187,52,.2)}.buddypress .bp-invites-content .group-inviters li,.buddypress .bp-invites-content .item-list .item-meta span{color:#767676}.buddypress .bp-invites-content li ul.group-inviters{clear:both;margin:0}.buddypress .bp-invites-content li ul.group-inviters li{border:0;float:left;font-size:20px;width:inherit}.buddypress .bp-invites-content li .status{font-size:20px;font-style:italic;clear:both;color:#555;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul:after,.buddypress .bp-invites-content #send-invites-editor ul:before{content:" ";display:table}.buddypress .bp-invites-content #send-invites-editor ul:after{clear:both}.buddypress .bp-invites-content #send-invites-editor textarea{width:100%}.buddypress .bp-invites-content #send-invites-editor ul{clear:both;list-style:none;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul li{float:left;margin:.5%;max-height:50px;max-width:50px}.buddypress .bp-invites-content #send-invites-editor #bp-send-invites-form{clear:both;margin-top:10px}.buddypress .bp-invites-content #send-invites-editor .action{margin-top:10px;padding-top:10px}.buddypress .bp-invites-content #send-invites-editor.bp-hide{display:none}@media screen and (min-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{box-sizing:border-box;border:1px solid #eaeaea;float:left;padding-left:.5em;padding-right:.5em;width:49.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(odd){margin-right:.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(2n){margin-left:.5%}.buddypress .bp-invites-content ul.item-list ul.group-inviters{float:left;width:auto}}@media screen and (min-width:46.8em){:not(.vertical)+.item-body #group-invites-container{display:grid;grid-template-columns:25% auto;grid-template-areas:"group-invites-nav group-invites-column"}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav{-ms-grid-row:1;-ms-grid-column:1;grid-area:group-invites-nav}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav li{display:block;float:none}:not(.vertical)+.item-body #group-invites-container .group-invites-column{-ms-grid-row:1;-ms-grid-column:2;grid-area:group-invites-column}}.buddypress.groups .activity-update-form{margin-top:0}.buddypress-wrap .profile{margin-top:30px}.buddypress-wrap .public .profile-fields td.label{width:30%}.buddypress-wrap .profile.edit ul.button-nav{list-style:none;margin:30px 0 10px;padding-left:0}.buddypress-wrap .profile.edit ul.button-nav li{display:inline-block;margin-right:10px}.buddypress-wrap .profile.edit ul.button-nav li a{padding:.5em}.buddypress-wrap .profile.edit .editfield{background:#fafafa;border:1px solid #eee;margin:15px 0;padding:1em}.buddypress-wrap .profile.edit .editfield fieldset{border:0}.buddypress-wrap .profile.edit .editfield fieldset label{font-weight:400}.buddypress-wrap .profile.edit .editfield fieldset label.xprofile-field-label{display:inline}.buddypress-wrap .profile.edit .editfield{display:flex;flex-direction:column}.buddypress-wrap .profile.edit .editfield .description{margin-top:10px;order:2}.buddypress-wrap .profile.edit .editfield>fieldset{order:1}.buddypress-wrap .profile.edit .editfield .field-visibility-settings,.buddypress-wrap .profile.edit .editfield .field-visibility-settings-toggle{order:3}body.no-js .buddypress-wrap .field-visibility-settings-close,body.no-js .buddypress-wrap .field-visibility-settings-toggle{display:none}body.no-js .buddypress-wrap .field-visibility-settings{display:block}.buddypress-wrap .field-visibility-settings{margin:10px 0}.buddypress-wrap .current-visibility-level{font-style:normal;font-weight:700}.buddypress-wrap .field-visibility-settings,.buddypress-wrap .field-visibility-settings-header{color:#737373}.buddypress-wrap .field-visibility-settings fieldset{margin:5px 0}.buddypress-wrap .standard-form .editfield fieldset{margin:0}.buddypress-wrap .standard-form .field-visibility-settings label{font-weight:400;margin:0}.buddypress-wrap .standard-form .field-visibility-settings .radio{list-style:none;margin-bottom:0}.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close{font-size:12px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedede}.buddypress-wrap .standard-form .wp-editor-container textarea{background:#fff;width:100%}.buddypress-wrap .standard-form .description{background:#fafafa;font-size:inherit}.buddypress-wrap .standard-form .field-visibility-settings legend,.buddypress-wrap .standard-form .field-visibility-settings-header{font-style:italic}.buddypress-wrap .standard-form .field-visibility-settings-header{font-size:14px}.buddypress-wrap .standard-form .field-visibility-settings label,.buddypress-wrap .standard-form .field-visibility-settings legend{font-size:14px}.buddypress-wrap .standard-form .field-visibility select{margin:0}.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid #ccc}body.register .buddypress-wrap .page ul{list-style:none}.buddypress-wrap .profile .bp-avatar-nav{margin-top:20px}.message-action-delete:before,.message-action-exit:before,.message-action-star:before,.message-action-unstar:before,.message-action-view:before{font-family:dashicons;font-size:18px}.message-action-star:before{color:#aaa;content:"\f154"}.message-action-unstar:before{color:#fcdd77;content:"\f155"}.message-action-view:before{content:"\f473"}.message-action-delete:before{content:"\f153"}.message-action-exit:before{content:"\f14a"}.message-action-delete:hover:before{color:#a00}.preview-content .actions a{text-decoration:none}.bp-messages-content{margin:15px 0}.bp-messages-content .avatar{box-shadow:none}.bp-messages-content .thread-participants{list-style:none}.bp-messages-content .thread-participants dd{margin-left:0}.bp-messages-content time{color:#737373;font-size:12px}#message-threads{border-top:1px solid #eaeaea;clear:both;list-style:none;margin:0;max-height:220px;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}#message-threads li{border-bottom:1px solid #eaeaea;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;overflow:hidden;padding:.5em 0}#message-threads li .thread-cb{display:flex;align-items:center;-moz-flex:1 2 5%;-o-flex:1 2 5%;flex:1 2 5%}#message-threads li .thread-from,#message-threads li .thread-to{-moz-flex:1 2 20%;-o-flex:1 2 20%;flex:1 2 20%}#message-threads li .thread-from img.avatar,#message-threads li .thread-to img.avatar{float:left;margin:0 10px 0 0}#message-threads li .thread-from .user-name,#message-threads li .thread-to .user-name{display:inline-block;line-height:1.1}#message-threads li .thread-from .num-recipients,#message-threads li .thread-to .num-recipients{color:#737373;font-weight:400;font-size:12px;margin:0}#message-threads li .thread-content{-moz-flex:1 2 60%;-o-flex:1 2 60%;flex:1 2 60%}#message-threads li .thread-date{-moz-flex:1 2 15%;-o-flex:1 2 15%;flex:1 2 15%}#message-threads li.selected{background-color:#fafafa}#message-threads li.selected .thread-subject .subject{color:#5087e5}#message-threads li.unread{font-weight:700}#message-threads li .thread-content .excerpt{color:#737373;font-size:12px;margin:0}#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:13px}@media screen and (min-width:46.8em){#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:16px}}#message-threads li .thread-content .thread-subject{vertical-align:top}#message-threads li .thread-content .thread-subject .excerpt{font-weight:400}#message-threads li .thread-date{padding-right:5px;text-align:right}.bp-messages-content .actions{float:right;max-width:30%;line-height:1}.bp-messages-content .actions .bp-icons:not(.bp-hide){display:inline-block;margin:0;padding:.3em .5em}.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:26px}.bp-messages-content #thread-preview{border:1px solid #eaeaea;margin-top:20px}.bp-messages-content #thread-preview .preview-message{overflow:hidden}.bp-messages-content #thread-preview .preview-content{margin:.5em}.bp-messages-content #thread-preview .preview-content .preview-message{background:#fafafa;margin:10px 0;padding:1em .3em .3em}.bp-messages-content #bp-message-thread-list{border-top:1px solid #eaeaea;clear:both;list-style:none;padding:1em 0 .3em}.bp-messages-content #bp-message-thread-list li{padding:.5em}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:#fafafa}.bp-messages-content #bp-message-thread-list .message-metadata{border-bottom:1px solid #ccc;box-shadow:-2px 1px 9px 0 #eee;display:table;padding:.2em;width:100%}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:30px}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{display:block;font-size:13px;float:left}@media screen and (min-width:46.8em){.bp-messages-content #bp-message-thread-list .message-metadata .user-link{font-size:16px}}.bp-messages-content #bp-message-thread-list .message-metadata time{color:#737373;font-size:12px;padding:0 .5em}.bp-messages-content #bp-message-thread-list .message-metadata button{padding:0 .3em}.bp-messages-content #bp-message-thread-list .message-metadata button:before{font-size:20px}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:90%}.bp-messages-content #bp-message-thread-list img.avatar{float:left;margin:0 10px 0 0}.bp-messages-content #bp-message-thread-list .actions a:before{font-size:18px}.bp-messages-content form.send-reply .avatar-box{padding:.5em 0}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{border-bottom:1px solid #eaeaea}.bp-messages-content .preview-pane-header:after,.bp-messages-content .single-message-thread-header:after{clear:both;content:"";display:table}.bp-messages-content .preview-thread-title,.bp-messages-content .single-thread-title{font-size:16px}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:2em}.bp-messages-content .thread-participants{float:left;margin:5px 0;width:70%}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:10px}.bp-messages-content .thread-participants ul{list-style:none}.bp-messages-content .thread-participants ul:after{clear:both;content:"";display:table}.bp-messages-content .thread-participants li{float:left;margin-left:5px}.bp-messages-content .thread-participants img{width:30px;height:30px}.bp-messages-content #bp-message-thread-list li .message-content blockquote,.bp-messages-content #bp-message-thread-list li .message-content ol,.bp-messages-content #bp-message-thread-list li .message-content ul,.bp-messages-content #thread-preview .preview-message blockquote,.bp-messages-content #thread-preview .preview-message ol,.bp-messages-content #thread-preview .preview-message ul{list-style-position:inside;margin-left:0}.bp-messages-content #thread-preview:empty,.bp-messages-content ul#message-threads:empty{display:none}.bp-messages-content #bp-message-thread-header h2:first-child,.bp-messages-content #thread-preview h2:first-child{background-color:#eaeaea;color:#555;font-weight:700;margin:0;padding:.5em}.bp-messages-content #bp-message-thread-list li a.user-link,.bp-messages-content #message-threads .thread-content a{border:0;text-decoration:none}.bp-messages-content .standard-form #subject{margin-bottom:20px}div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions{margin-right:15px;max-width:42.5%}.buddypress.settings .profile-settings.bp-tables-user select{width:100%}body.buddypress.settings .wp-pwd button{vertical-align:middle}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1,body.buddypress.settings #pass1-text{width:16em}body.buddypress.settings #pass1{display:inline-block;margin-bottom:inherit}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1-text,body.buddypress.settings .pw-weak{display:none}body.buddypress.settings .show-password #pass1-text{display:inline-block;margin-bottom:inherit}body.buddypress.settings .show-password #pass1{display:none}body.buddypress.settings #your-profile #submit:disabled{color:#767676;opacity:.4}body.buddypress.settings.js .user-pass2-wrap,body.buddypress.settings.js .wp-pwd{display:none}body.buddypress.settings.no-js .wp-cancel-pw,body.buddypress.settings.no-js .wp-generate-pw,body.buddypress.settings.no-js .wp-hide-pw{display:none}body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a{text-decoration:underline}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #d6d6d6}.buddypress-wrap input.action[disabled]{cursor:pointer;opacity:.4}.buddypress-wrap #invitation-bulk-manage[disabled],.buddypress-wrap #notification-bulk-manage[disabled]{display:none}.buddypress-wrap fieldset legend{font-size:inherit;font-weight:600}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{box-shadow:0 0 8px #eaeaea}.buddypress-wrap select{height:auto}.buddypress-wrap textarea{resize:vertical}.buddypress-wrap .standard-form .bp-controls-wrap{margin:1em 0}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{box-shadow:none;border-width:2px;outline:0}.buddypress-wrap .standard-form input[required]:invalid,.buddypress-wrap .standard-form select[required]:invalid,.buddypress-wrap .standard-form textarea[required]:invalid{border-color:#b71717}.buddypress-wrap .standard-form input[required]:valid,.buddypress-wrap .standard-form select[required]:valid,.buddypress-wrap .standard-form textarea[required]:valid{border-color:#91cc2c}.buddypress-wrap .standard-form input[required]:focus,.buddypress-wrap .standard-form select[required]:focus,.buddypress-wrap .standard-form textarea[required]:focus{border-color:#d6d6d6;border-width:1px}.buddypress-wrap .standard-form input.invalid[required],.buddypress-wrap .standard-form select.invalid[required],.buddypress-wrap .standard-form textarea.invalid[required]{border-color:#b71717}.buddypress-wrap .standard-form input:not(.small),.buddypress-wrap .standard-form textarea{width:100%}.buddypress-wrap .standard-form input[type=checkbox],.buddypress-wrap .standard-form input[type=radio]{margin-right:5px;width:auto}.buddypress-wrap .standard-form select{padding:3px}.buddypress-wrap .standard-form textarea{height:120px}.buddypress-wrap .standard-form textarea#message_content{height:200px}.buddypress-wrap .standard-form input[type=password]{margin-bottom:5px}.buddypress-wrap .standard-form input:focus,.buddypress-wrap .standard-form select:focus,.buddypress-wrap .standard-form textarea:focus{background-color:#fafafa;color:#555;outline:0}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:block;font-weight:600;margin:15px 0 5px;width:auto}.buddypress-wrap .standard-form a.clear-value{display:block;margin-top:5px;outline:0}.buddypress-wrap .standard-form .submit{clear:both;padding:15px 0 0}.buddypress-wrap .standard-form p.submit{margin-bottom:0}.buddypress-wrap .standard-form div.submit input{margin-right:15px}.buddypress-wrap .standard-form #invite-list label,.buddypress-wrap .standard-form p label{font-weight:400;margin:auto}.buddypress-wrap .standard-form p.description{color:#737373;margin:5px 0}.buddypress-wrap .standard-form div.checkbox label:nth-child(n+2),.buddypress-wrap .standard-form div.radio div label{color:#737373;font-size:100%;font-weight:400;margin:5px 0 0}.buddypress-wrap .standard-form#send-reply textarea{width:97.5%}.buddypress-wrap .standard-form#sidebar-login-form label{margin-top:5px}.buddypress-wrap .standard-form#sidebar-login-form input[type=password],.buddypress-wrap .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff}@media screen and (min-width:46.8em){.buddypress-wrap .standard-form .left-menu{float:left}.buddypress-wrap .standard-form #invite-list ul{list-style:none;margin:1%}.buddypress-wrap .standard-form #invite-list ul li{margin:0 0 0 1%}.buddypress-wrap .standard-form .main-column{margin-left:190px}.buddypress-wrap .standard-form .main-column ul#friend-list{clear:none;float:left}.buddypress-wrap .standard-form .main-column ul#friend-list h4{clear:none}}.buddypress-wrap .standard-form .bp-tables-user label{margin:0}.buddypress-wrap .signup-form label,.buddypress-wrap .signup-form legend{font-weight:400}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-wrap .wp-editor-wrap .wp-editor-wrap button,.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=button],.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=submit],.buddypress-wrap .wp-editor-wrap a.button,.buddypress-wrap .wp-editor-wrap input[type=reset]{padding:0 8px 1px}.buddypress-wrap .select-wrap{border:1px solid #eee}.buddypress-wrap .select-wrap label{display:inline}.buddypress-wrap .select-wrap select::-ms-expand{display:none}.buddypress-wrap .select-wrap select{-webkit-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;margin-right:-25px;padding:6px 25px 6px 10px;position:relative;text-indent:-2px;z-index:1;width:auto}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background:0 0}.buddypress-wrap .select-wrap span.select-arrow{display:inline-block;position:relative;z-index:0}.buddypress-wrap .select-wrap span.select-arrow:before{color:#ccc;content:"\25BC"}.buddypress-wrap .select-wrap:focus .select-arrow:before,.buddypress-wrap .select-wrap:hover .select-arrow:before{color:#a6a6a6}.buddypress-wrap .bp-search form:focus,.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:focus,.buddypress-wrap .select-wrap:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}@media screen and (min-width:32em){.buddypress-wrap .invitations-options-nav .select-wrap,.buddypress-wrap .notifications-options-nav .select-wrap{float:left}}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after,.buddypress-wrap .bp-messages-search-form:before{content:" ";display:table}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after{clear:both}.buddypress-wrap form#group-members-search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-messages-search-form,.buddypress-wrap form[data-bp-search].bp-invites-search-form{border:1px solid #eee;width:100%}.buddypress-wrap form#group-members-search label,.buddypress-wrap form.bp-dir-search-form label,.buddypress-wrap form.bp-messages-search-form label,.buddypress-wrap form[data-bp-search].bp-invites-search-form label{margin:0}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{background:0 0;border:0;border-radius:0;background-clip:padding-box}.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{float:left;line-height:2;padding:3px 10px;width:78%}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{float:right;font-size:inherit;font-weight:400;line-height:1.5;padding:3px .7em;text-align:center;text-transform:none;width:20%}.buddypress-wrap form#group-members-search button[type=submit] span,.buddypress-wrap form.bp-dir-search-form button[type=submit] span,.buddypress-wrap form.bp-messages-search-form button[type=submit] span,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}.buddypress-wrap form#group-members-search button[type=submit].bp-show,.buddypress-wrap form.bp-dir-search-form button[type=submit].bp-show,.buddypress-wrap form.bp-messages-search-form button[type=submit].bp-show,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit].bp-show{height:auto;left:0;overflow:visible;position:static;top:0}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-button,.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-decoration{display:none}.buddypress-wrap form#group-members-search:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}.buddypress-wrap ul.filters li form label input{line-height:1.4;padding:.1em .7em}.buddypress-wrap .current-group-type,.buddypress-wrap .current-member-type{font-style:italic}.buddypress-wrap .dir-form{clear:both}.budypress.no-js form.bp-dir-search-form button[type=submit]{height:auto;left:0;overflow:visible;position:static;top:0}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text]{padding:6px 10px 7px}.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{width:100%}.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:2px solid #ccc}.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:#fafafa}.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:.5em;vertical-align:middle}.buddypress-wrap .bp-tables-user tr td.label,.buddypress-wrap table.forum tr td.label,.buddypress-wrap table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:600;width:25%}.buddypress-wrap .bp-tables-user tr.alt td,.buddypress-wrap table.wp-profile-fields tr.alt td{background:#fafafa}.buddypress-wrap table.profile-fields .data{padding:.5em 1em}.buddypress-wrap table.profile-fields tr:last-child{border-bottom:none}.buddypress-wrap table.notifications td{padding:1em .5em}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{width:7%}.buddypress-wrap table.notifications .bulk-select-check{vertical-align:middle}.buddypress-wrap table.notifications .date,.buddypress-wrap table.notifications .notification-description,.buddypress-wrap table.notifications .notification-since,.buddypress-wrap table.notifications .title{width:39%}.buddypress-wrap table.notifications .actions,.buddypress-wrap table.notifications .notification-actions{width:15%}.buddypress-wrap table.notification-settings th.title,.buddypress-wrap table.profile-settings th.title{width:80%}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-read{display:inline-block}.buddypress-wrap table.notification-settings{margin-bottom:15px;text-align:left}.buddypress-wrap #groups-notification-settings{margin-bottom:0}.buddypress-wrap table.notification-settings td:first-child,.buddypress-wrap table.notification-settings th.icon,.buddypress-wrap table.notifications td:first-child,.buddypress-wrap table.notifications th.icon{display:none}.buddypress-wrap table.notification-settings .no,.buddypress-wrap table.notification-settings .yes{text-align:center;width:40px;vertical-align:middle}.buddypress-wrap table#message-threads{clear:both}.buddypress-wrap table#message-threads .thread-info{min-width:40%}.buddypress-wrap table#message-threads .thread-info p{margin:0}.buddypress-wrap table#message-threads .thread-info p.thread-excerpt{color:#737373;font-size:12px;margin-top:3px}.buddypress-wrap table.profile-fields{margin-bottom:20px}.buddypress-wrap table.profile-fields:last-child{margin-bottom:0}.buddypress-wrap table.profile-fields p{margin:0}.buddypress-wrap table.profile-fields p:last-child{margin-top:0}.bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-vert{display:flex;align-items:center}.bp-hide{display:none}.bp-show{height:auto;left:0;overflow:visible;position:static;top:0}.buddypress .buddypress-wrap .activity-read-more a,.buddypress .buddypress-wrap .comment-reply-link,.buddypress .buddypress-wrap .generic-button a,.buddypress .buddypress-wrap a.bp-title-button,.buddypress .buddypress-wrap a.button,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap input[type=button],.buddypress .buddypress-wrap input[type=reset],.buddypress .buddypress-wrap input[type=submit],.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a{background:#fff;border-color:#ccc;border-style:solid;border-width:1px;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1}.buddypress .buddypress-wrap a.button.dashicons,.buddypress .buddypress-wrap button.dashicons{font-family:dashicons}.buddypress .buddypress-wrap .button-small[type=button]{padding:0 8px 1px}.buddypress .buddypress-wrap .activity-read-more a:focus,.buddypress .buddypress-wrap .activity-read-more a:hover,.buddypress .buddypress-wrap .button-nav li a:focus,.buddypress .buddypress-wrap .button-nav li a:hover,.buddypress .buddypress-wrap .button-nav li.current a,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}.buddypress .buddypress-wrap a.disabled,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap button.pending,.buddypress .buddypress-wrap div.pending a,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=button].pending,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=reset].pending,.buddypress .buddypress-wrap input[type=submit].pending,.buddypress .buddypress-wrap input[type=submit]:disabled,.buddypress .buddypress-wrap input[type=submit][disabled=disabled]{border-color:#eee;color:#767676;cursor:default}.buddypress .buddypress-wrap a.disabled:hover,.buddypress .buddypress-wrap button.disabled:hover,.buddypress .buddypress-wrap button.pending:hover,.buddypress .buddypress-wrap div.pending a:hover,.buddypress .buddypress-wrap input[type=button]:hover.disabled,.buddypress .buddypress-wrap input[type=button]:hover.pending,.buddypress .buddypress-wrap input[type=reset]:hover.disabled,.buddypress .buddypress-wrap input[type=reset]:hover.pending,.buddypress .buddypress-wrap input[type=submit]:hover.disabled,.buddypress .buddypress-wrap input[type=submit]:hover.pending{border-color:#eee;color:#767676}.buddypress .buddypress-wrap button.text-button,.buddypress .buddypress-wrap input.text-button{background:0 0;border:0;box-shadow:none;color:#767676}.buddypress .buddypress-wrap button.text-button.small,.buddypress .buddypress-wrap input.text-button.small{font-size:13px}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:underline}.buddypress .buddypress-wrap .activity-list a.button{border:none}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover{color:#1fb3dd}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.invite-button:hover{color:#a00}.buddypress .buddypress-wrap #item-buttons:empty{display:none}.buddypress .buddypress-wrap input:disabled:focus,.buddypress .buddypress-wrap input:disabled:hover{background:0 0}.buddypress .buddypress-wrap .text-links-list a.button{background:0 0;border:none;border-right:1px solid #eee;color:#737373;display:inline-block;padding:.3em 1em}.buddypress .buddypress-wrap .text-links-list a.button:visited{color:#d6d6d6}.buddypress .buddypress-wrap .text-links-list a.button:focus,.buddypress .buddypress-wrap .text-links-list a.button:hover{color:#5087e5}.buddypress .buddypress-wrap .text-links-list a:first-child{padding-left:0}.buddypress .buddypress-wrap .text-links-list a:last-child{border-right:none}.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button{border:1px solid #ccc;display:block;margin:0}.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover{background:#ededed}.buddypress #buddypress .create-button{background:0 0;text-align:center}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{text-decoration:underline}@media screen and (min-width:46.8em){.buddypress #buddypress .create-button{float:right}}.buddypress #buddypress .create-button a{border:1px solid #ccc;border-radius:5px;background-clip:padding-box;box-shadow:inset 0 0 6px 0 #eaeaea;margin:.2em 0;width:auto}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{background:0 0;border-color:#ccc;box-shadow:inset 0 0 12px 0 #eaeaea}@media screen and (min-width:46.8em){.buddypress #buddypress.bp-dir-vert-nav .create-button{float:none;padding-top:2em}.buddypress #buddypress.bp-dir-vert-nav .create-button a{margin-right:.5em}}.buddypress #buddypress.bp-dir-hori-nav .create-button{float:left}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{background:0 0;border:0;box-shadow:none;margin:0}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0;border:0}.buddypress-wrap button.bp-icons:focus,.buddypress-wrap button.bp-icons:hover{background:0 0}.buddypress-wrap button.ac-reply-cancel:focus,.buddypress-wrap button.ac-reply-cancel:hover{background:0 0;text-decoration:underline}.buddypress-wrap .bp-invites-content li .invite-button span.icons:before,.buddypress-wrap .bp-invites-filters .invite-button span.icons:before,.buddypress-wrap .bp-messages-filters li a.messages-button:before,.buddypress-wrap .feed a:before,.buddypress-wrap .filter label:before{font-family:dashicons;font-size:18px}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:27px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:32px}}.buddypress-wrap .bp-list a.button.invite-button:focus,.buddypress-wrap .bp-list a.button.invite-button:hover{background:0 0}.buddypress-wrap .filter label:before{content:"\f536"}.buddypress-wrap div.feed a:before,.buddypress-wrap li.feed a:before{content:"\f303"}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\f502"}.buddypress-wrap ul.item-list li .group-remove-invite-button span.icons:before,.buddypress-wrap ul.item-list li.selected .invite-button span.icons:before{content:"\f153"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page:before{content:"\f345"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page:before{content:"\f341"}.buddypress-wrap .warn{color:#b71717}.buddypress-wrap .bp-messages{border:1px solid #ccc;margin:0 0 15px}.buddypress-wrap .bp-messages .sitewide-notices{display:block;margin:5px;padding:.5em}.buddypress-wrap .bp-messages.info{margin-bottom:0}.buddypress-wrap .bp-messages.updated{clear:both;display:block}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background:#0b80a4;border:0;box-shadow:0 0 3px 0 rgba(0,0,0,.2);color:#fff}.buddypress-wrap .bp-feedback:not(.custom-homepage-info){display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;align-items:stretch;align-items:center}.buddypress-wrap .bp-feedback{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;margin:10px 0;position:relative}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback span.bp-icon{color:#fff;display:block;font-family:dashicons;left:0;margin-right:10px;position:relative;padding:0 .5em}.buddypress-wrap .bp-feedback .bp-help-text{font-style:italic}.buddypress-wrap .bp-feedback .text{font-size:14px;margin:0;padding:.5em 0}.buddypress-wrap .bp-feedback.no-icon{padding:.5em}.buddypress-wrap .bp-feedback.small:before{line-height:inherit}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:32px}.buddypress-wrap a[data-bp-close],.buddypress-wrap button[data-bp-close]{border:0;position:absolute;top:10px;right:10px;width:32px}.buddypress-wrap .bp-feedback.no-icon a[data-bp-close],.buddypress-wrap .bp-feedback.no-icon button[data-bp-close]{top:-6px;right:6px}.buddypress-wrap button[data-bp-close]:hover{background-color:transparent}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback .bp-icon{font-size:20px;padding:0 2px}.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon,.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{display:flex;align-items:center;align-self:stretch}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon{background-color:#0b80a4}.buddypress-wrap .bp-feedback.help .bp-icon:before,.buddypress-wrap .bp-feedback.info .bp-icon:before{content:"\f348"}.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{background-color:#d33}.buddypress-wrap .bp-feedback.error .bp-icon:before,.buddypress-wrap .bp-feedback.warning .bp-icon:before{content:"\f534"}.buddypress-wrap .bp-feedback.loading .bp-icon{background-color:#ffd087}.buddypress-wrap .bp-feedback.loading .bp-icon:before{content:"\f469"}.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon{background-color:#8a2}.buddypress-wrap .bp-feedback.success .bp-icon:before,.buddypress-wrap .bp-feedback.updated .bp-icon:before{content:"\f147"}.buddypress-wrap .bp-feedback.help .bp-icon:before{content:"\f468"}.buddypress-wrap #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;font-weight:700;margin:10px 0 10px 0;padding:.5em;text-align:center;width:auto}.buddypress-wrap #pass-strength-result.show{display:block}.buddypress-wrap #pass-strength-result.mismatch{background-color:#333;border-color:transparent;color:#fff}.buddypress-wrap #pass-strength-result.bad,.buddypress-wrap #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c;color:#333}.buddypress-wrap #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040;color:#333}.buddypress-wrap #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0;color:#333}.buddypress-wrap #pass-strength-result.strong{background-color:#66d66e;border-color:#438c48;color:#333}.buddypress-wrap .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px 0;padding:.5em;width:90%}.buddypress-wrap .accept,.buddypress-wrap .reject{float:left;margin-left:10px}.buddypress-wrap .members-list.grid .bp-ajax-message{background:rgba(255,255,255,.9);border:1px solid #eee;font-size:14px;left:2%;position:absolute;padding:.5em 1em;right:2%;top:30px}body.create-blog #buddypress .error,body.create-blog #buddypress .success{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;padding:10px 15px;background-color:#fff}body.create-blog #buddypress .error{border-left:4px solid #d33}body.create-blog #buddypress .success{border-left:4px solid #8a2}.buddypress.widget .item-options{font-size:12px;margin:0 0 1em;padding:1em 0}.buddypress.widget .bp-login-widget-user-avatar{float:left}.buddypress.widget .bp-login-widget-user-links{margin-left:70px}.buddypress.widget ul.item-list{list-style:none;margin:10px 0}.buddypress.widget ul.activity-list{padding:0}.buddypress.widget ul.activity-list blockquote{margin:0 0 1.5em;overflow:visible;padding:0 0 .75em .75em}.buddypress.widget ul.activity-list img{margin-bottom:.5em}.buddypress.widget ul.activity-list li{border-bottom:1px solid #ccc;margin-bottom:1em}.buddypress.widget ul.activity-list li .activity-header p{margin-bottom:.5em}.buddypress.widget ul.activity-list li:last-child{border-bottom:0}.buddypress.widget div.activity-list blockquote{padding:0;border:none}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){position:relative;box-shadow:1px 0 4px rgba(0,0,0,.15);padding:0 1em}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after,.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{position:absolute;left:15px;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{bottom:-18px;border-top-color:rgba(0,0,0,.15);border-width:9px;left:14px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after{bottom:-16px;border-top-color:#fff;border-width:8px}.buddypress.widget div.activity-list blockquote .activity-item.mini .avatar{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:2px}.buddypress.widget div.activity-list footer{display:flex;align-items:center}.buddypress.widget div.activity-list footer img.avatar{display:inline-block;border:none;margin-right:.5em}.buddypress.widget div.activity-list footer .activity-time-since{font-size:90%}.buddypress.widget .avatar-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}.buddypress.widget .avatar-block img{margin:.5em}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#friends-list li:before,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#groups-list li:before,.buddypress.widget ul#members-list li:after,.buddypress.widget ul#members-list li:before{content:" ";display:table}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#members-list li:after{clear:both}.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{margin-bottom:1em}.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item-avatar{float:left;width:60px}.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#members-list li .item{margin-left:70px}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:32em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{border:1px solid #eee;align-items:stretch;-moz-flex:1 1 46%;-o-flex:1 1 46%;flex:1 1 46%;margin:2%}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 20%;-o-flex:0 1 20%;flex:0 1 20%}}.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar{padding:.5em;text-align:center}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item{padding:.5em}.buddypress-wrap .buddypress.widget ul#friends-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#groups-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#members-list li .item .item-meta{font-size:12px;overflow-wrap:break-word}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{margin:10px -2%;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto;margin:10px 2% 1%;width:46%}}.buddypress-wrap .buddypress.widget blockquote{margin:0 0 1.5em;overflow:visible;padding:0 0 .75em .75em}#buddypress-wrap *{transition:opacity .1s ease-in-out .1s}#buddypress-wrap a.button,#buddypress-wrap a.generic-button,#buddypress-wrap button,#buddypress-wrap input[type=reset],#buddypress-wrap input[type=submit]{transition:background .1s ease-in-out .1s,color .1s ease-in-out .1s,border-color .1s ease-in-out .1s}.buddypress-wrap a.loading,.buddypress-wrap input.loading{animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@keyframes loader-pulsate{from{border-color:#aaa;box-shadow:0 0 6px #ccc}to{border-color:#ccc;box-shadow:0 0 6px #f8f8f8}}.buddypress-wrap a.loading:hover,.buddypress-wrap input.loading:hover{color:#777}[data-bp-tooltip]{position:relative}[data-bp-tooltip]:after{background-color:#fff;display:none;opacity:0;position:absolute;transform:translate3d(0,0,0);visibility:hidden}[data-bp-tooltip]:after{border:1px solid #737373;border-radius:1px;box-shadow:4px 4px 8px rgba(0,0,0,.2);color:#333;content:attr(data-bp-tooltip);font-family:"Helvetica Neue",helvetica,arial,san-serif;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.25;max-width:200px;padding:5px 8px;pointer-events:none;text-shadow:none;text-transform:none;transition:all 1.5s ease;white-space:nowrap;word-wrap:break-word;z-index:100000}[data-bp-tooltip]:active:after,[data-bp-tooltip]:focus:after,[data-bp-tooltip]:hover:after{display:block;opacity:1;overflow:visible;visibility:visible}[data-bp-tooltip=""]{display:none;opacity:0;visibility:hidden}.bp-tooltip:after{left:50%;margin-top:7px;top:110%;transform:translate(-50%,0)}.user-list .bp-tooltip:after{left:0;transform:translate(0,0)}@media screen and (min-width:46.8em){.user-list .bp-tooltip:after{left:auto;right:0;transform:translate(0,0)}}.activity-list .bp-tooltip:after,.activity-meta-action .bp-tooltip:after,.avatar-block .item-avatar .bp-tooltip:after,.notification-actions .bp-tooltip:after,.participants-list .bp-tooltip:after{left:0;transform:translate(0,0)}.bp-invites-content .bp-tooltip:after,.message-metadata .actions .bp-tooltip:after,.single-message-thread-header .actions .bp-tooltip:after{left:auto;right:0;transform:translate(0,0)}.bp-invites-content #send-invites-editor .bp-tooltip:after{left:0;right:auto}#item-body,.single-screen-navs{box-sizing:border-box}.grid>li,.grid>li .generic-button a{box-sizing:border-box}.grid>li{border-bottom:0;padding-bottom:10px;padding-top:0}.grid>li .list-wrap{background:#fafafa;border:1px solid #eee;padding-bottom:15px;position:relative;overflow:hidden;padding-top:14px}.grid>li .list-wrap .list-title{padding:.5em}.grid>li .list-wrap .update{color:#737373;padding:.5em 2em}.grid>li .item-avatar{text-align:center}.grid>li .item-avatar .avatar{border-radius:50%;display:inline-block;width:50%}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:340px}.grid.members-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.members-group-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.groups-list .list-wrap{min-height:470px}.grid.groups-list .list-wrap .item-block{min-height:6rem}.grid.groups-list .list-wrap .group-desc{margin:15px auto 0;min-height:5em;overflow:hidden}.grid.groups-list .list-wrap .group-details,.grid.groups-list .list-wrap .item-desc,.grid.groups-list .list-wrap .last-activity{margin-bottom:0}.grid.groups-list .list-wrap .group-details p,.grid.groups-list .list-wrap .item-desc p,.grid.groups-list .list-wrap .last-activity p{margin-bottom:0}.grid.blogs-list .list-wrap{min-height:350px}.grid.blogs-list .list-wrap .item-block{margin:0 auto;min-height:7rem}}@media screen and (min-width:24em){.grid>li.item-entry{float:left;margin:0}.grid.two>li{padding-bottom:20px}}@media screen and (min-width:24em) and (min-width:75em){.grid.two>li .list-wrap{max-width:500px;margin:0 auto}}@media screen and (min-width:24em){.grid.three>li,.grid.two>li{width:50%}.grid.three>li:nth-child(odd),.grid.two>li:nth-child(odd){padding-right:10px}.grid.three>li:nth-child(2n),.grid.two>li:nth-child(2n){padding-left:10px}.grid.three>li .item,.grid.two>li .item{margin:1rem auto 0;width:80%}.grid.three>li .item .item-title,.grid.two>li .item .item-title{width:auto}}@media screen and (min-width:46.8em){.grid.three>li{padding-top:0;width:33.333333%;width:calc(100% / 3)}.grid.three>li:nth-child(1n+1){padding-left:5px;padding-right:5px}.grid.three>li:nth-child(3n+3){padding-left:5px;padding-right:0}.grid.three>li:nth-child(3n+1){padding-left:0;padding-right:5px}}@media screen and (min-width:46.8em){.grid.four>li{width:25%}.grid.four>li:nth-child(1n+1){padding-left:5px;padding-right:5px}.grid.four>li:nth-child(4n+4){padding-left:5px;padding-right:0}.grid.four>li:nth-child(4n+1){padding-left:0;padding-right:5px}}.buddypress-wrap .grid.bp-list{padding-top:1em}.buddypress-wrap .grid.bp-list>li{border-bottom:none}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:3em}.buddypress-wrap .grid.bp-list>li .item-avatar{margin:0;text-align:center;width:auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{display:inline-block;height:auto;width:50%}.buddypress-wrap .grid.bp-list>li .item-meta,.buddypress-wrap .grid.bp-list>li .list-title{float:none;text-align:center}.buddypress-wrap .grid.bp-list>li .list-title{font-size:inherit;line-height:1.1}.buddypress-wrap .grid.bp-list>li .item{font-size:18px;left:0;margin:0 auto;text-align:center;width:96%}@media screen and (min-width:46.8em){.buddypress-wrap .grid.bp-list>li .item{font-size:22px}}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{float:none;width:96%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:10px}.buddypress-wrap .grid.bp-list>li .item .last-activity{margin-top:5px}.buddypress-wrap .grid.bp-list>li .item .group-desc{clear:none}.buddypress-wrap .grid.bp-list>li .item .user-update{clear:both;text-align:left}.buddypress-wrap .grid.bp-list>li .item .activity-read-more a{display:inline}.buddypress-wrap .grid.bp-list>li .action{bottom:5px;float:none;height:auto;left:0;margin:0;padding:0 5px;position:absolute;text-align:center;top:auto;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{float:none;margin:5px 0 0;text-align:center;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button a,.buddypress-wrap .grid.bp-list>li .action .generic-button button{width:100%}.buddypress-wrap .grid.bp-list>li .avatar,.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item-avatar{float:none}.buddypress-wrap .blogs-list.grid.two>li .blogs-title{min-height:5em}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc{min-height:8em}.buddypress-wrap .blogs-list.grid.four>li,.buddypress-wrap .blogs-list.grid.three>li{min-height:350px}.buddypress-wrap .blogs-list.grid.four>li .last-activity,.buddypress-wrap .blogs-list.grid.three>li .last-activity{margin-bottom:0}.buddypress-wrap .blogs-list.grid.four>li .last-post,.buddypress-wrap .blogs-list.grid.three>li .last-post{margin-top:0}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:430px}.buddypress:not(.logged-in) .grid.members-list .list-wrap{min-height:300px}.buddypress:not(.logged-in) .grid.blogs-list .list-wrap{min-height:320px}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-navs.vertical{overflow:visible}.bp-single-vert-nav .bp-navs.vertical ul{border-right:1px solid #d6d6d6;border-bottom:0;float:left;margin-right:-1px;width:25%}.bp-single-vert-nav .bp-navs.vertical li{float:none;margin-right:0}.bp-single-vert-nav .bp-navs.vertical li.selected a{background:#ccc;color:#333}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:#ccc}.bp-single-vert-nav .bp-navs.vertical li span{background:#d6d6d6;border-radius:10%;float:right;margin-right:2px}.bp-single-vert-nav .bp-navs.vertical li:hover span{border-color:#eaeaea}.bp-single-vert-nav .bp-navs.vertical.tabbed-links li.selected a{padding-left:0}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}.bp-single-vert-nav .bp-wrap .group-nav-tabs.groups-nav ul li,.bp-single-vert-nav .bp-wrap .user-nav-tabs.users-nav ul li{left:1px;position:relative}.bp-single-vert-nav .item-body:not(#group-create-body){background:#fff;border-left:1px solid #d6d6d6;float:right;margin:0;min-height:400px;padding:0 0 0 1em;width:calc(75% + 1px)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){background:#eaeaea;margin:0 0 0 -5px;width:auto}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:16px;margin:10px 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{border-right:1px solid #ccc;padding:0 .5em}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:focus,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:hover{background:0 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{background:0 0;color:#333;text-decoration:underline}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:last-child a{border:none}.bp-dir-vert-nav .dir-navs{float:left;left:1px;position:relative;width:20%}.bp-dir-vert-nav .dir-navs ul li{float:none;overflow:hidden;width:auto}.bp-dir-vert-nav .dir-navs ul li.selected{border:1px solid #eee}.bp-dir-vert-nav .dir-navs ul li.selected a{background:#555;color:#fff}.bp-dir-vert-nav .dir-navs ul li.selected a span{background:#eaeaea;border-color:#ccc;color:#5087e5}.bp-dir-vert-nav .dir-navs ul li a:focus,.bp-dir-vert-nav .dir-navs ul li a:hover{background:#ccc;color:#333}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:1px solid #555}.bp-dir-vert-nav .screen-content{border-left:1px solid #d6d6d6;margin-left:20%;overflow:hidden;padding:0 0 2em 1em}.bp-dir-vert-nav .screen-content .subnav-filters{margin-top:0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:hover{background:0 0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected{background:0 0;border:1px solid #d6d6d6;border-right-color:#fff}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a{background:0 0;color:#333;font-weight:600}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span{background:#555;border:1px solid #d6d6d6;color:#fff}}
|
1 |
+
body #buddypress * a{box-shadow:none;text-decoration:none}body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li,body #buddypress select,body #buddypress textarea{border-radius:2px;background-clip:padding-box}body #buddypress #item-body blockquote,body #buddypress .bp-lists blockquote{margin-left:0}body #buddypress .bp-list .action{box-sizing:border-box}@media screen and (min-width:46.8em){body.buddypress .entry-content:not(.alignwide):not(.alignfull),body.buddypress .entry-header:not(.alignwide):not(.alignfull),body.buddypress .site-content .entry-header:not(.alignwide):not(.alignfull){max-width:none}body.buddypress .entry-header{float:none}body.buddypress .entry-content{float:none}body.buddypress .site-content{padding-top:2.5em}body.buddypress #page #primary{max-width:none}body.buddypress #page #primary .entry-content,body.buddypress #page #primary .entry-header{float:none;width:auto}}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{clear:none;margin:1em 0;padding:0}body.buddypress .buddypress-wrap h2:before{display:none}.bp-wrap:after,.bp-wrap:before{content:" ";display:table}.bp-wrap:after{clear:both}.buddypress-wrap.round-avatars .avatar{border-radius:50%}body.buddypress article.page>.entry-header{margin-bottom:2em;padding:0}body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:28px;font-weight:inherit;color:#767676}@media screen and (min-width:46.8em){body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{font-size:34px}}.buddypress-wrap dt.section-title{font-size:18px}@media screen and (min-width:46.8em){.buddypress-wrap dt.section-title{font-size:22px}}.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-label-text,.buddypress-wrap .message-threads{font-size:16px}}.buddypress-wrap .activity-header{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-header{font-size:16px}}.buddypress-wrap .activity-inner{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .activity-inner{font-size:18px}}.buddypress-wrap #whats-new-post-in{font-size:16px}.buddypress-wrap .acomment-meta,.buddypress-wrap .mini .activity-header{font-size:16px}.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .dir-component-filters #activity-filter-by{font-size:16px}}.buddypress-wrap .bp-tables-user th{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user th{font-size:16px}}.buddypress-wrap .bp-tables-user td{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-tables-user td{font-size:14px}}.buddypress-wrap .profile-fields th{font-size:15px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields th{font-size:18px}}.buddypress-wrap .profile-fields td{font-size:13px}@media screen and (min-width:46.8em){.buddypress-wrap .profile-fields td{font-size:16px}}.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:12px}@media screen and (min-width:46.8em){.buddypress-wrap #invitation-select,.buddypress-wrap #notification-select{font-size:14px}}.bp-navs{background:0 0;clear:both;overflow:hidden}.bp-navs ul{margin:0;padding:0}.bp-navs ul li{list-style:none;margin:0}.bp-navs ul li.last select{max-width:185px}.bp-navs ul li a,.bp-navs ul li span{border:0;display:block;padding:5px 10px;text-decoration:none}.bp-navs ul li .count{background:#eaeaea;border:1px solid #ccc;border-radius:50%;color:#555;display:inline;font-size:12px;margin-left:2px;padding:3px 6px;text-align:center;vertical-align:middle}.bp-navs ul li.current a,.bp-navs ul li.selected a{color:#333;opacity:1}.bp-navs.bp-invites-filters ul li a,.bp-navs.bp-messages-filters ul li a{border:1px solid #ccc;display:inline-block}.main-navs.dir-navs{margin-bottom:20px}.buddypress-wrap .bp-navs li a:hover a .count,.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count{background-color:#ccc}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{background:#ccc;color:#333}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover{background:#555;color:#fafafa}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:#fff;color:#333;font-weight:600}.buddypress-wrap .main-navs.vertical li.current a,.buddypress-wrap .main-navs.vertical li.selected a{background:#555;color:#fafafa;text-decoration:none}.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid #eee;border-top:1px solid #eee;box-shadow:0 2px 12px 0 #fafafa}}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.selected a{background:#fff;color:#333;font-weight:600}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:#eaeaea}}.buddypress-wrap:not(.bp-single-vert-nav) .main-navs>ul>li>a{padding:.5em calc(.5em + 2px)}.buddypress-wrap:not(.bp-single-vert-nav) .group-subnav#subsubnav,.buddypress-wrap:not(.bp-single-vert-nav) .user-subnav#subsubnav{background:0 0}.buddypress-wrap .bp-subnavs,.buddypress-wrap ul.subnav{width:100%}.buddypress-wrap .bp-subnavs{margin:10px 0;overflow:hidden}.buddypress-wrap .bp-subnavs ul li{margin-top:0}.buddypress-wrap .bp-subnavs ul li.current :focus,.buddypress-wrap .bp-subnavs ul li.current :hover,.buddypress-wrap .bp-subnavs ul li.selected :focus,.buddypress-wrap .bp-subnavs ul li.selected :hover{background:0 0;color:#333}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap .bp-navs.bp-invites-filters#subsubnav ul li.last,.buddypress-wrap .bp-navs.bp-invites-nav#subnav ul li.last,.buddypress-wrap .bp-navs.bp-messages-filters#subsubnav ul li.last{margin-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{border:1px solid #eee}.buddypress-wrap .single-screen-navs li{border-bottom:1px solid #eee}.buddypress-wrap .single-screen-navs li:last-child{border-bottom:none}.buddypress-wrap .bp-subnavs li a{font-size:14px}.buddypress-wrap .bp-subnavs li.current a,.buddypress-wrap .bp-subnavs li.current a:focus,.buddypress-wrap .bp-subnavs li.current a:hover,.buddypress-wrap .bp-subnavs li.selected a,.buddypress-wrap .bp-subnavs li.selected a:focus,.buddypress-wrap .bp-subnavs li.selected a:hover{background:#555;color:#fff}}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:#fff}.buddypress-wrap .bp-navs li.dynamic a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.dynamic.selected a .count,.buddypress_object_nav .bp-navs li.dynamic a .count,.buddypress_object_nav .bp-navs li.dynamic.current a .count,.buddypress_object_nav .bp-navs li.dynamic.selected a .count{background-color:#5087e5;border:0;color:#fafafa}.buddypress-wrap .bp-navs li.dynamic a:hover .count,.buddypress_object_nav .bp-navs li.dynamic a:hover .count{background-color:#5087e5;border:0;color:#fff}.buddypress-wrap .bp-navs li a .count:empty,.buddypress_object_nav .bp-navs li a .count:empty{display:none}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current),.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current){color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a:hover{background:0 0;color:#333}.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress-wrap .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:focus,.buddypress_object_nav .bp-navs.group-create-links ul li:not(.current) a[disabled]:hover{color:#767676}.buddypress-wrap .bp-navs.group-create-links ul li.current a,.buddypress_object_nav .bp-navs.group-create-links ul li.current a{text-align:center}@media screen and (min-width:46.8em){.buddypress-wrap .bp-navs li{float:left}.buddypress-wrap .subnav{float:left}.buddypress-wrap ul.subnav{width:auto}.buddypress-wrap #subsubnav .activity-search{float:left}.buddypress-wrap #subsubnav .filter{float:right}}.buddypress_object_nav .bp-navs li a .count{display:inline-block;float:right}@media screen and (min-width:46.8em){.bp-dir-vert-nav .bp-navs.dir-navs{background:0 0}.bp-dir-vert-nav .bp-navs.dir-navs a .count{float:right}}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol,.buddypress-wrap .tabbed-links ul{border-bottom:1px solid #ccc;float:none;margin:20px 0 10px}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ol:before,.buddypress-wrap .tabbed-links ul:after,.buddypress-wrap .tabbed-links ul:before{content:" ";display:block}.buddypress-wrap .tabbed-links ol:after,.buddypress-wrap .tabbed-links ul:after{clear:both}.buddypress-wrap .tabbed-links ol li,.buddypress-wrap .tabbed-links ul li{float:left;list-style:none;margin:0 10px 0 0}.buddypress-wrap .tabbed-links ol li a,.buddypress-wrap .tabbed-links ol li span:not(.count),.buddypress-wrap .tabbed-links ul li a,.buddypress-wrap .tabbed-links ul li span:not(.count){background:0 0;border:none;display:block;padding:4px 10px}.buddypress-wrap .tabbed-links ol li a:focus,.buddypress-wrap .tabbed-links ol li a:hover,.buddypress-wrap .tabbed-links ul li a:focus,.buddypress-wrap .tabbed-links ul li a:hover{background:0 0}.buddypress-wrap .tabbed-links ol li:not(.current),.buddypress-wrap .tabbed-links ul li:not(.current){margin-bottom:2px}.buddypress-wrap .tabbed-links ol li.current,.buddypress-wrap .tabbed-links ul li.current{border-color:#ccc #ccc #fff;border-style:solid;border-top-left-radius:4px;border-top-right-radius:4px;border-width:1px;margin-bottom:-1px;padding:0 .5em 1px}.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{background:0 0;color:#333}.buddypress-wrap .bp-subnavs.tabbed-links>ul{margin-top:0}.buddypress-wrap .bp-navs.tabbed-links{background:0 0;margin-top:2px}.buddypress-wrap .bp-navs.tabbed-links ul li a{border-right:0;font-size:inherit}.buddypress-wrap .bp-navs.tabbed-links ul li.last{float:right;margin:0}.buddypress-wrap .bp-navs.tabbed-links ul li.last a{margin-top:-.5em}.buddypress-wrap .bp-navs.tabbed-links ul li a,.buddypress-wrap .bp-navs.tabbed-links ul li a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li.current a,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:focus,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:hover{background:0 0;border:0}.buddypress-wrap .bp-navs.tabbed-links ul li a:active,.buddypress-wrap .bp-navs.tabbed-links ul li.current a:active{outline:0}}.buddypress-wrap .dir-component-filters .filter label{display:inline}.buddypress-wrap .subnav-filters:after,.buddypress-wrap .subnav-filters:before{content:" ";display:table}.buddypress-wrap .subnav-filters:after{clear:both}.buddypress-wrap .subnav-filters{background:0 0;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .subnav-filters div{margin:0}.buddypress-wrap .subnav-filters>ul{float:left;list-style:none}.buddypress-wrap .subnav-filters.bp-messages-filters ul{width:100%}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:1em}@media screen and (min-width:46.8em){.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0}}.buddypress-wrap .subnav-filters div{float:none}.buddypress-wrap .subnav-filters div input[type=search],.buddypress-wrap .subnav-filters div select{font-size:16px}.buddypress-wrap .subnav-filters div button.nouveau-search-submit{padding:5px .8em 6px}.buddypress-wrap .subnav-filters div button#user_messages_search_submit{padding:7px .8em}.buddypress-wrap .subnav-filters .component-filters{margin-top:10px}.buddypress-wrap .subnav-filters .feed{margin-right:15px}.buddypress-wrap .subnav-filters .last.filter label{display:inline}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:before{content:" ";display:table}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap:after{clear:both}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show{display:inline-block}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide{display:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap{border:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{outline:1px solid #d6d6d6}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions{float:left}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{display:inline-block;font-weight:300;margin-right:25px;padding:5px 0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{-webkit-appearance:textfield}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{border:0;border-radius:0;font-weight:400;line-height:1.8;margin:0 0 0 10px;padding:3px 5px;text-align:center;text-transform:none;width:auto}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply span{vertical-align:middle}@media screen and (min-width:32em){.buddypress-wrap .subnav-filters li{margin-bottom:0}.buddypress-wrap .subnav-filters .bp-search,.buddypress-wrap .subnav-filters .dir-search,.buddypress-wrap .subnav-filters .feed,.buddypress-wrap .subnav-filters .group-act-search,.buddypress-wrap .subnav-filters .group-invites-search,.buddypress-wrap .subnav-filters .subnav-search,.buddypress-wrap .subnav-filters .subnav-search form,.buddypress-wrap .subnav-filters .user-messages-bulk-actions,.buddypress-wrap .subnav-filters .user-messages-search{float:left}.buddypress-wrap .subnav-filters .component-filters,.buddypress-wrap .subnav-filters .last{float:right;margin-top:0;width:auto}.buddypress-wrap .subnav-filters .component-filters select,.buddypress-wrap .subnav-filters .last select{max-width:250px}.buddypress-wrap .subnav-filters .user-messages-search{float:right}}.buddypress-wrap .invitations-options-nav input#invitation-bulk-manage,.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border:0;border-radius:0;line-height:1.6}.buddypress-wrap .group-subnav-filters .group-invites-search{margin-bottom:1em}.buddypress-wrap .group-subnav-filters .last{text-align:center}.buddypress-wrap .bp-pagination{background:0 0;border:0;color:#767676;float:left;font-size:small;margin:0;padding:.5em 0;position:relative;width:100%}.buddypress-wrap .bp-pagination .pag-count{float:left}.buddypress-wrap .bp-pagination .bp-pagination-links{float:right;margin-right:10px}.buddypress-wrap .bp-pagination .bp-pagination-links a,.buddypress-wrap .bp-pagination .bp-pagination-links span{font-size:small;padding:0 5px}.buddypress-wrap .bp-pagination .bp-pagination-links a:focus,.buddypress-wrap .bp-pagination .bp-pagination-links a:hover{opacity:1}.buddypress-wrap .bp-pagination p{margin:0}.bp-list:after,.bp-list:before{content:" ";display:table}.bp-list:after{clear:both}.bp-list{box-sizing:border-box;border-top:1px solid #eaeaea;clear:both;list-style:none;margin:20px 0;padding:.5em 0;width:100%}.bp-list li:after,.bp-list li:before{content:" ";display:table}.bp-list li:after{clear:both}.bp-list>li{border-bottom:1px solid #eaeaea}.bp-list li{list-style:none;margin:10px 0;padding:.5em 0;position:relative}.bp-list li .item-avatar{text-align:center}.bp-list li .item-avatar img.avatar{display:inline-block;width:auto;height:auto}.bp-list li .item .group-details,.bp-list li .item .item-avatar,.bp-list li .item .item-meta,.bp-list li .item .list-title{text-align:center}.bp-list li .item .list-title{clear:none;font-size:22px;font-weight:400;line-height:1.1;margin:0 auto}@media screen and (min-width:46.8em){.bp-list li .item .list-title{font-size:26px}}.bp-list li .item-meta,.bp-list li .meta{color:#737373;font-size:12px;margin-bottom:10px;margin-top:10px}.bp-list li .last-post{text-align:center}.bp-list li .action{margin:0;text-align:center}.bp-list li .action .generic-button{display:inline-block;font-size:12px;margin:0 10px 0 0}.bp-list li .action div.generic-button{margin:10px 0}@media screen and (min-width:46.8em){.bp-list li .item-avatar{float:left;margin-right:5%}.bp-list li .item{margin:0;overflow:hidden}.bp-list li .item .item-block{float:left;margin-right:2%;width:50%}.bp-list li .item .item-meta,.bp-list li .item .list-title{float:left;text-align:left}.bp-list li .item .group-details,.bp-list li .item .last-post{text-align:left}.bp-list li .group-desc,.bp-list li .last-post,.bp-list li .user-update{clear:none;overflow:hidden;width:auto}.bp-list li .action{clear:left;padding:0;text-align:left}.bp-list li .action li.generic-button{margin-right:0}.bp-list li .action div.generic-button{margin:0 0 10px}.bp-list li .generic-button{display:block;margin:0 0 5px 0}}@media screen and (min-width:32em){#activity-stream{clear:both;padding-top:1em}}.activity-list.bp-list{background:#fafafa;border:1px solid #eee}.activity-list.bp-list .activity-item{background:#fff;border:1px solid #b7b7b7;box-shadow:0 0 6px #d2d2d2;margin:20px 0}.activity-list.bp-list li:first-child{margin-top:0}.friends-list{list-style-type:none}.friends-request-list .item-title,.membership-requests-list .item-title{text-align:center}@media screen and (min-width:46.8em){.friends-request-list li,.membership-requests-list li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap}.friends-request-list li .item,.membership-requests-list li .item{-moz-flex:1 1 auto;-o-flex:1 1 auto;flex:1 1 auto}.friends-request-list li .action,.membership-requests-list li .action{text-align:right}.friends-request-list li .item-title,.membership-requests-list li .item-title{font-size:22px;text-align:left}.friends-request-list li .item-title h3,.membership-requests-list li .item-title h3{margin:0}}#notifications-user-list{clear:both;padding-top:1em}@media screen and (min-width:46.8em){body:not(.logged-in) .bp-list .item{margin-right:0}}.activity-permalink .item-list,.activity-permalink .item-list li.activity-item{border:0}.activity-update-form{padding:10px 10px 0}.item-body .activity-update-form .activity-form{margin:0;padding:0}.activity-update-form{border:1px solid #ccc;box-shadow:inset 0 0 6px #eee;margin:15px 0}.activity-update-form #whats-new-avatar{margin:10px 0;text-align:center}.activity-update-form #whats-new-avatar img{box-shadow:none;display:inline-block;height:auto;width:auto}.activity-update-form #whats-new-content{padding:0 0 20px 0}.activity-update-form #whats-new-textarea textarea{background:#fff;box-sizing:border-box;color:#333;font-family:inherit;font-size:medium;height:2.2em;line-height:1.4;padding:6px;width:100%}.activity-update-form #whats-new-textarea textarea:focus{box-shadow:0 0 6px 0 #d6d6d6}.activity-update-form #whats-new-buttons{max-width:100%;padding:0 0 1em 0;z-index:1000;margin:0 0 .5em 55px;display:flex;gap:.6em;margin-left:55px}.activity-update-form #whats-new-buttons>li{list-style:none}.activity-update-form #whats-new-buttons>li button{padding:5px 10px;width:auto;height:auto}.activity-update-form #whats-new-post-in-box{margin:10px 0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{list-style:none;margin:10px 0;padding-left:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin-bottom:10px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item{margin-left:10px;height:auto}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete{padding:.3em;width:100%}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object{display:flex;align-items:center;padding:.2em}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar{width:30px;height:30px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span{padding-left:10px;vertical-align:middle}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:focus,.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object:hover{background:#eaeaea;cursor:pointer}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object.selected{border:1px solid #d6d6d6}.activity-update-form #whats-new-submit{margin:15px 0 10px}.activity-update-form #whats-new-submit input{font-size:14px;line-height:inherit;margin-bottom:10px;margin-right:10px;padding:.2em 0;text-align:center;width:100%}@media screen and (min-width:46.8em){.activity-update-form #whats-new-avatar{display:block;float:left;margin:0}.activity-update-form #whats-new-content,.activity-update-form #whats-new-post-in-box,.activity-update-form #whats-new-submit{margin-left:55px}.activity-update-form #whats-new-submit input{margin-bottom:0;margin-right:10px;width:8em}}.activity-list{padding:.5em}.activity-list .activity-item:after,.activity-list .activity-item:before{content:" ";display:table}.activity-list .activity-item:after{clear:both}.activity-list .activity-item{list-style:none;padding:1em}.activity-list .activity-item.has-comments{padding-bottom:1em}.activity-list .activity-item div.item-avatar{margin:0 auto;text-align:center;width:auto}.activity-list .activity-item div.item-avatar img{height:auto;max-width:40%}@media screen and (min-width:46.8em){.activity-list .activity-item div.item-avatar{margin:0 2% 0 0;text-align:left;width:15%}.activity-list .activity-item div.item-avatar img{max-width:80%}}.activity-list .activity-item.mini{font-size:13px;position:relative}.activity-list .activity-item.mini .activity-avatar{margin-left:0;text-align:center;width:auto}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:15%}@media screen and (min-width:46.8em){.activity-list .activity-item.mini .activity-avatar{margin-left:15px;text-align:left;width:15%}.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item.mini .activity-avatar img.avatar{max-width:60%}}.activity-list .activity-item.new_forum_post .activity-inner,.activity-list .activity-item.new_forum_topic .activity-inner{border-left:2px solid #eaeaea;margin-left:10px;padding-left:1em}.activity-list .activity-item.new_blog_post .activity-inner strong{display:block;margin-bottom:.8em}.activity-list .activity-item.new_blog_post .activity-inner img{max-width:100%;float:left;margin-right:.8em}.activity-list .activity-item.newest_blogs_activity,.activity-list .activity-item.newest_friends_activity,.activity-list .activity-item.newest_groups_activity,.activity-list .activity-item.newest_mentions_activity{background:rgba(31,179,221,.1)}.activity-list .activity-item .activity-inreplyto{color:#767676;font-size:13px}.activity-list .activity-item .activity-inreplyto>p{display:inline;margin:0}.activity-list .activity-item .activity-inreplyto .activity-inner,.activity-list .activity-item .activity-inreplyto blockquote{background:0 0;border:0;display:inline;margin:0;overflow:hidden;padding:0}.activity-list .activity-item .activity-header{margin:0 auto;width:80%}.activity-list .activity-item .activity-header a,.activity-list .activity-item .activity-header img{display:inline}.activity-list .activity-item .activity-header .avatar{display:inline-block;margin:0 5px;vertical-align:text-top;width:20px;height:20px}.activity-list .activity-item .activity-header .time-since{font-size:14px;color:#767676;text-decoration:none}.activity-list .activity-item .activity-header .time-since:hover{color:#767676;cursor:pointer;text-decoration:underline}.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header{color:#767676;margin-bottom:10px}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:#fafafa;margin:15px 0 10px;overflow:hidden;padding:1em}.activity-list .activity-item .activity-content p{margin:0}.activity-list .activity-item .activity-inner p{word-wrap:break-word}.activity-list .activity-item .activity-read-more{margin-left:1em;white-space:nowrap}.activity-list .activity-item ul.activity-meta{margin:0;padding-left:0}.activity-list .activity-item ul.activity-meta li{border:0;display:inline-block}.activity-list .activity-item .activity-meta.action{border:1px solid transparent;background:#fafafa;padding:2px;position:relative;text-align:left}.activity-list .activity-item .activity-meta.action div.generic-button{margin:0}.activity-list .activity-item .activity-meta.action .button{background:0 0;color:#555}.activity-list .activity-item .activity-meta.action a{padding:4px 8px}.activity-list .activity-item .activity-meta.action .button:focus,.activity-list .activity-item .activity-meta.action .button:hover{background:0 0}.activity-list .activity-item .activity-meta.action .button:before,.activity-list .activity-item .activity-meta.action .icons:before{font-family:dashicons;font-size:18px;vertical-align:middle}.activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\f101"}.activity-list .activity-item .activity-meta.action .view:before{content:"\f125"}.activity-list .activity-item .activity-meta.action .fav:before{content:"\f154"}.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f155"}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f153"}.activity-list .activity-item .activity-meta.action .delete-activity:hover{color:#800}.activity-list .activity-item .activity-meta.action .button{border:0;box-shadow:none}.activity-list .activity-item .activity-meta.action .button span{background:0 0;color:#555;font-weight:700}@media screen and (min-width:46.8em){.activity-list.bp-list{padding:30px}.activity-list .activity-item .activity-content{margin:0;position:relative}.activity-list .activity-item .activity-content:after{clear:both;content:"";display:table}.activity-list .activity-item .activity-header{margin:0 15px 0 0;width:auto}}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:#fafafa;border:1px solid #eee;font-size:110%;margin:15px 0;padding:0;text-align:center}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:#555;display:block;padding:.5em 0}.buddypress-wrap .activity-list .load-more a:focus,.buddypress-wrap .activity-list .load-more a:hover,.buddypress-wrap .activity-list .load-newest a:focus,.buddypress-wrap .activity-list .load-newest a:hover{background:#fff;color:#333}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border-color:#e1e1e1;box-shadow:0 0 6px 0 #eaeaea}body.activity-permalink .activity-list li{border-width:1px;padding:1em 0 0 0}body.activity-permalink .activity-list li:first-child{padding-top:0}body.activity-permalink .activity-list li.has-comments{padding-bottom:0}body.activity-permalink .activity-list .activity-avatar{width:auto}body.activity-permalink .activity-list .activity-avatar a{display:block}body.activity-permalink .activity-list .activity-avatar img{max-width:100%;background-color:#eaeaea}body.activity-permalink .activity-list .activity-content{border:0;font-size:100%;line-height:1.5;padding:0}body.activity-permalink .activity-list .activity-content .activity-header{margin:0;padding:.5em 0 0 0;text-align:center;width:100%}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-left:0;margin-top:10px}body.activity-permalink .activity-list .activity-meta{margin:10px 0 10px}body.activity-permalink .activity-list .activity-comments{margin-bottom:10px}@media screen and (min-width:46.8em){body.activity-permalink .activity-list .activity-avatar{left:-20px;margin-right:0;position:relative;top:-20px}body.activity-permalink .activity-list .activity-avatar img{box-shadow:0 0 0 8px #fff}body.activity-permalink .activity-list .activity-content{margin-right:10px}body.activity-permalink .activity-list .activity-content .activity-header p{text-align:left}}.bp-group-preview-cover,.bp-member-preview-cover{position:relative;min-height:150px;background:#c5c5c5}.bp-group-preview-cover img,.bp-member-preview-cover img{background:#c5c5c5;-o-object-fit:cover;object-fit:cover;border:0;display:block;margin:0;padding:0;width:100%;z-index:1;height:150px}.bp-group-short-description,.bp-member-short-description{position:relative;text-align:center}.bp-group-avatar-content,.bp-member-avatar-content{width:120px;position:relative;z-index:2;margin:auto}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{border:solid 2px #fff;background:rgba(255,255,255,.8);height:80px;width:80px}.bp-group-avatar-content.has-cover-image,.bp-member-avatar-content.has-cover-image{width:200px;margin-top:-75px}.bp-group-avatar-content.has-cover-image img.group-photo,.bp-group-avatar-content.has-cover-image img.profile-photo,.bp-member-avatar-content.has-cover-image img.group-photo,.bp-member-avatar-content.has-cover-image img.profile-photo{height:inherit;width:inherit}.bp-group-short-description-title a,.bp-member-short-description-title a{font-weight:600}@media screen and (max-width:46.8em){.bp-group-avatar-content,.bp-member-avatar-content{width:100%;margin-bottom:15px}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo{margin:auto}.bp-profile-button{position:relative;margin-top:15px}}@media screen and (min-width:46.8em){.bp-profile-button{text-align:right}}.buddypress-wrap .activity-comments{clear:both;margin:0 5%;overflow:hidden;position:relative;width:auto}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:15px 0 0;padding:0}.buddypress-wrap .activity-comments ul li{border-top:1px solid #eee;border-bottom:0;padding:1em 0 0}.buddypress-wrap .activity-comments ul li ul{margin-left:5%}.buddypress-wrap .activity-comments ul li:first-child{border-top:0}.buddypress-wrap .activity-comments ul li:last-child{margin-bottom:0}.buddypress-wrap .activity-comments div.acomment-avatar{width:auto}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:1px;float:left;height:25px;max-width:none;width:25px}.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-meta{color:#555;overflow:hidden;padding-left:2%}.buddypress-wrap .activity-comments .acomment-content{border-left:1px solid #ccc;margin:15px 0 0 10%;padding:.5em 1em}.buddypress-wrap .activity-comments .acomment-content p{margin-bottom:.5em}.buddypress-wrap .activity-comments .acomment-options{float:left;margin:10px 0 10px 20px}.buddypress-wrap .activity-comments .acomment-options a{color:#767676;font-size:14px}.buddypress-wrap .activity-comments .acomment-options a:focus,.buddypress-wrap .activity-comments .acomment-options a:hover{color:inherit}.buddypress-wrap .activity-comments .activity-meta.action{background:0 0;margin-top:10px}.buddypress-wrap .activity-comments .activity-meta.action button{font-size:14px;font-weight:400;text-transform:none}.buddypress-wrap .activity-comments .show-all button{font-size:14px;text-decoration:underline;padding-left:.5em}.buddypress-wrap .activity-comments .show-all button span{text-decoration:none}.buddypress-wrap .activity-comments .show-all button:focus span,.buddypress-wrap .activity-comments .show-all button:hover span{color:#5087e5}.buddypress-wrap .mini .activity-comments{clear:both;margin-top:0}body.activity-permalink .activity-comments{background:0 0;width:auto}body.activity-permalink .activity-comments>ul{padding:0 .5em 0 1em}body.activity-permalink .activity-comments ul li>ul{margin-top:10px}form.ac-form{display:none;padding:1em}form.ac-form .ac-reply-avatar{float:left}form.ac-form .ac-reply-avatar img{border:1px solid #eee}form.ac-form .ac-reply-content{color:#767676;padding-left:1em}form.ac-form .ac-reply-content a{text-decoration:none}form.ac-form .ac-reply-content .ac-textarea{margin-bottom:15px;padding:0 .5em;overflow:hidden}form.ac-form .ac-reply-content .ac-textarea textarea{background:0 0;box-shadow:none;color:#555;font-family:inherit;font-size:100%;height:60px;margin:0;outline:0;padding:.5em;width:100%}form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:0 0 6px #d6d6d6}form.ac-form .ac-reply-content input{margin-top:10px}.activity-comments li form.ac-form{clear:both;margin-right:15px}.activity-comments form.root{margin-left:0}.buddypress-wrap .blogs-list li .item-avatar img.avatar-150{max-width:150px;max-height:150px}.buddypress-wrap .blogs-list li .item-avatar img.avatar-50{max-width:50px;max-height:50px}@media screen and (min-width:46.8em){.buddypress-wrap .blogs-list li .item-block{float:none;width:auto}.buddypress-wrap .blogs-list li .item-meta{clear:left;float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .bp-dir-vert-nav .blogs-list .list-title{width:auto}}.buddypress-wrap .groups-list li .list-title{text-align:center}.buddypress-wrap .groups-list li .group-details{clear:left}.buddypress-wrap .groups-list li .group-desc{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;font-size:13px;color:#737373;font-style:italic;margin:10px auto 0;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .group-desc{font-size:16px}}.buddypress-wrap .groups-list li p{margin:0 0 .5em}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list li .item{margin-right:0}.buddypress-wrap .groups-list li .item-meta,.buddypress-wrap .groups-list li .list-title{text-align:left;width:auto}.buddypress-wrap .groups-list li .item-meta{margin-bottom:20px}.buddypress-wrap .groups-list li .last-activity{clear:left;margin-top:-20px}}.buddypress-wrap .groups-list li.group-no-avatar div.group-desc{margin-left:0}.buddypress-wrap .mygroups .groups-list.grid .wrap{min-height:450px;padding-bottom:0}@media screen and (min-width:46.8em){.buddypress-wrap .groups-list.grid.four .group-desc,.buddypress-wrap .groups-list.grid.three .group-desc{font-size:14px}}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:3%;width:15%}}.buddypress-wrap .members-list li .member-name{margin-bottom:10px}.buddypress-wrap .members-list li .item-extra-content{clear:both;font-size:14px}.buddypress-wrap .members-list li .user-update{border:1px solid #eaeaea;border-radius:10px;background-clip:padding-box;color:#737373;font-style:italic;font-size:13px;margin:15px auto;padding:1em}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .user-update{font-size:16px}}.buddypress-wrap .members-list li .user-update .activity-read-more{display:block;font-size:12px;font-style:normal;margin-top:10px;padding-left:2px}@media screen and (min-width:46.8em){.buddypress-wrap .members-list li .last-activity{clear:left;margin-top:-10px}}@media screen and (min-width:46.8em){.buddypress-wrap .members-group-list li .joined{clear:left;float:none}}@media screen and (min-width:32em){body:not(.logged-in) .members-list .user-update{width:96%}}.register-page .register-section{box-sizing:border-box}.register-page .signup-form{margin-top:20px}.register-page .signup-form .default-profile input{margin-bottom:20px}.register-page .signup-form label,.register-page .signup-form legend{margin:10px 0 0}.register-page .signup-form .editfield{margin:15px 0}.register-page .signup-form .editfield fieldset{border:0;padding:0}.register-page .signup-form .editfield fieldset legend{margin:0 0 5px;text-indent:0}.register-page .signup-form .editfield .field-visibility-settings{padding:.5em}.register-page .signup-form .editfield .field-visibility-settings fieldset{margin:0 0 10px}.register-page .signup-form #signup-avatar img{margin:0 15px 10px 0}.register-page .signup-form .wp-pwd button{vertical-align:middle}.register-page .signup-form #pass-strength-result,.register-page .signup-form #pass1,.register-page .signup-form #pass1-text{width:10em}.register-page .signup-form #pass1{display:inline-block;margin-bottom:inherit}.register-page .signup-form #pass1-text,.register-page .signup-form .pw-weak{display:none}.register-page .signup-form .show-password #pass1-text{display:inline-block;margin-bottom:inherit}.register-page .signup-form .show-password #pass1{display:none}.register-page .signup-form .description.indicator-hint{font-size:14px}.register-page .signup-form #submit:disabled{color:#767676;opacity:.4}.register-page .signup-form .password-entry,.register-page .signup-form .password-entry-confirm{border:1px solid #eee}body.buddypress.register.js .user-pass2-wrap{display:none}body.buddypress.register.no-js .wp-hide-pw{display:none}@media screen and (min-width:46.8em){.buddypress-wrap .register-page .layout-wrap{display:flex;flex-flow:row wrap;justify-content:space-around}.buddypress-wrap .register-page .layout-wrap .default-profile{flex:1;padding-right:2em}.buddypress-wrap .register-page .layout-wrap .blog-details{flex:1;padding-left:2em}.buddypress-wrap .register-page .submit{clear:both}}@media screen and (min-width:46.8em){.buddypress-wrap.extended-default-reg .register-page .default-profile{min-width:14em;flex:1;padding-right:1em}.buddypress-wrap.extended-default-reg .register-page .extended-profile{flex:2;padding-left:1em}.buddypress-wrap.extended-default-reg .register-page .blog-details{flex:1 100%}}#group-create-body{padding:.5em}#group-create-body .creation-step-name{text-align:center}#group-create-body img.avatar{width:auto;height:auto}#group-create-body .avatar-nav-items{margin-top:15px}.single-headers:after,.single-headers:before{content:" ";display:table}.single-headers:after{clear:both}.single-headers{margin-bottom:15px}.single-headers #item-header-avatar a{display:block;text-align:center}.single-headers #item-header-avatar a img{float:none;width:auto;height:auto}.single-headers div#item-header-content{float:none}@media screen and (min-width:46.8em){.single-headers #item-header-avatar a{text-align:left}.single-headers #item-header-avatar a img{float:left}.single-headers #item-header-content{padding-left:2em}}.single-headers .activity,.single-headers .group-status{display:inline}.single-headers .group-status{font-size:18px;color:#333;padding-right:1em}.single-headers .activity{display:inline-block;font-size:12px;padding:0}.single-headers #sitewide-notice p,.single-headers div#message p{background-color:#ffd;border:1px solid #cb2;color:#440;font-weight:400;margin-top:3px;text-decoration:none}.single-headers h2{line-height:1.2;margin:0 0 5px}.single-headers h2 a{color:#767676;text-decoration:none}.single-headers h2 span.highlight{display:inline-block;font-size:60%;font-weight:400;line-height:1.7;vertical-align:middle}.single-headers h2 span.highlight span{background:#a1dcfa;color:#fff;cursor:pointer;font-size:80%;font-weight:700;margin-bottom:2px;padding:1px 4px;position:relative;right:-2px;top:-2px;vertical-align:middle}.single-headers img.avatar{float:left;margin:0 15px 19px 0}.single-headers .item-meta{color:#767676;font-size:14px;margin:15px 0 5px;padding-bottom:.5em}.single-headers ul{margin-bottom:15px}.single-headers ul li{float:right;list-style:none}.single-headers div.generic-button{text-align:center}.single-headers li.generic-button{display:inline-block;text-align:center}@media screen and (min-width:46.8em){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:left}}.single-headers a.button,.single-headers div.generic-button{margin:10px 10px 0 0}.single-headers li.generic-button{margin:2px 10px}.single-headers li.generic-button:first-child{margin-left:0}.single-headers div#message.info{line-height:.8}body.no-js .single-item-header .js-self-profile-button{display:none}#cover-image-container{position:relative}#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}#item-header-cover-image{position:relative;z-index:2}#item-header-cover-image #item-header-avatar{padding:0 1em}.groups-header .bp-group-type-list{font-size:18px;margin:0;color:#333;display:flex}.groups-header .bp-group-type-list strong{padding-right:1em;white-space:nowrap}.groups-header .bp-feedback{clear:both}.groups-header .group-item-actions{float:left;margin:0 0 15px 15px;padding-top:0;width:100%}.groups-header .moderators-lists{margin-top:0}.groups-header .moderators-lists .moderators-title{font-size:14px}.groups-header .moderators-lists .user-list{margin:0 0 5px}.groups-header .moderators-lists .user-list ul:after{clear:both;content:"";display:table}.groups-header .moderators-lists .user-list li{display:inline-block;float:none;margin-left:4px;padding:4px}.groups-header .moderators-lists img.avatar{box-shadow:none;float:none;height:30px;margin:0;max-width:100%;width:30px}@media screen and (min-width:46.8em){.groups-header div#item-header-content{float:left;margin-left:10%;text-align:left;padding-top:15px;width:42%}.groups-header .group-item-actions{float:right;margin:0 0 15px 15px;text-align:right;width:20%}.groups-header .groups-meta{clear:both}}.groups-header .desc-wrap{background:#eaeaea;border:1px solid #d6d6d6;margin:0 0 15px;padding:1em;text-align:center}.groups-header .desc-wrap .group-description{background:#fafafa;box-shadow:inset 0 0 9px #ccc;padding:1em;text-align:left}.groups-header .desc-wrap .group-description p{margin:0;padding:0}body.buddypress.bp-user .buddypress-wrap .users-header h2.user-nicename{margin-top:0;margin-bottom:5px}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{padding-bottom:.5em;font-size:18px;margin:0;color:#333;display:flex}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list strong{padding-right:1em;white-space:nowrap}body.buddypress.bp-user .buddypress-wrap .member-header-actions{overflow:hidden;padding-left:0}body.buddypress.bp-user .buddypress-wrap .member-header-actions *>*{display:block}.buddypress-wrap .item-body{margin:20px 0}.buddypress-wrap .item-body .screen-heading{font-size:20px;font-weight:400}.buddypress-wrap .item-body .button-tabs{margin:30px 0 15px;list-style:none}.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry{padding-left:.5em}.single-item.group-members .item-body .filters:not(.no-subnav){border-top:5px solid #eaeaea;padding-top:1em}.single-item.group-members .item-body .filters{margin-top:0}.buddypress-wrap .group-status-type ul{margin:0 0 20px 20px}.groups-manage-members-list{padding:.5em 0}.groups-manage-members-list dd{margin:0;padding:1em 0}.groups-manage-members-list .section-title{background:#eaeaea;padding-left:.3em}.groups-manage-members-list ul{list-style:none;margin-bottom:0}.groups-manage-members-list ul li{border-bottom:1px solid #eee;margin-bottom:10px;padding:.5em .3em .3em}.groups-manage-members-list ul li:last-child,.groups-manage-members-list ul li:only-child{border-bottom:0}.groups-manage-members-list ul li:nth-child(2n){background:#fafafa}.groups-manage-members-list ul li.banned-user{background:#fad3d3}.groups-manage-members-list ul .member-name{margin-bottom:0;text-align:center}.groups-manage-members-list ul img{display:block;margin:0 auto;width:20%}@media screen and (min-width:32em){.groups-manage-members-list ul .member-name{text-align:left}.groups-manage-members-list ul img{display:inline;width:50px}}.groups-manage-members-list ul .members-manage-buttons:after,.groups-manage-members-list ul .members-manage-buttons:before{content:" ";display:table}.groups-manage-members-list ul .members-manage-buttons:after{clear:both}.groups-manage-members-list ul .members-manage-buttons{margin:15px 0 5px}.groups-manage-members-list ul .members-manage-buttons a.button{color:#767676;display:block;font-size:13px}@media screen and (min-width:32em){.groups-manage-members-list ul .members-manage-buttons a.button{display:inline-block}}.groups-manage-members-list ul .members-manage-buttons.text-links-list{margin-bottom:0}@media screen and (max-width:32em){.groups-manage-members-list ul .members-manage-buttons.text-links-list a.button{background:#fafafa;border:1px solid #eee;display:block;margin-bottom:10px}}.groups-manage-members-list ul .action:not(.text-links-list) a.button{font-size:12px}@media screen and (min-width:46.8em){.groups-manage-members-list ul li .avatar,.groups-manage-members-list ul li .member-name{float:left}.groups-manage-members-list ul li .avatar{margin-right:15px}.groups-manage-members-list ul li .action{clear:both;float:left}}#group-manage-members-ui #group-members-search-form button[type=submit]{float:right;font-size:inherit;font-weight:400;line-height:1.5;text-align:center;text-transform:none}#group-manage-members-ui #group-members-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}#group-manage-members-ui #group-members-pagination button:last-child{margin-right:2em}#group-manage-members-ui #bp-no-group-members td{border:none}.buddypress .bp-invites-content ul.item-list{border-top:0}.buddypress .bp-invites-content ul.item-list li{border:1px solid #eaeaea;margin:0 0 1%;padding-left:5px;padding-right:5px;position:relative;width:auto}.buddypress .bp-invites-content ul.item-list li .list-title{margin:0 auto;width:80%}.buddypress .bp-invites-content ul.item-list li .action{position:absolute;top:10px;right:10px}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button{border:0}.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:focus,.buddypress .bp-invites-content ul.item-list li .action a.button.invite-button:hover{color:#1fb3dd}.buddypress .bp-invites-content ul.item-list li.selected{box-shadow:inset 0 0 12px 0 rgba(237,187,52,.2)}.buddypress .bp-invites-content .group-inviters li,.buddypress .bp-invites-content .item-list .item-meta span{color:#767676}.buddypress .bp-invites-content li ul.group-inviters{clear:both;margin:0}.buddypress .bp-invites-content li ul.group-inviters li{border:0;float:left;font-size:20px;width:inherit}.buddypress .bp-invites-content li .status{font-size:20px;font-style:italic;clear:both;color:#555;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul:after,.buddypress .bp-invites-content #send-invites-editor ul:before{content:" ";display:table}.buddypress .bp-invites-content #send-invites-editor ul:after{clear:both}.buddypress .bp-invites-content #send-invites-editor textarea{width:100%}.buddypress .bp-invites-content #send-invites-editor ul{clear:both;list-style:none;margin:10px 0}.buddypress .bp-invites-content #send-invites-editor ul li{float:left;margin:.5%;max-height:50px;max-width:50px}.buddypress .bp-invites-content #send-invites-editor #bp-send-invites-form{clear:both;margin-top:10px}.buddypress .bp-invites-content #send-invites-editor .action{margin-top:10px;padding-top:10px}.buddypress .bp-invites-content #send-invites-editor.bp-hide{display:none}@media screen and (min-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{box-sizing:border-box;border:1px solid #eaeaea;float:left;padding-left:.5em;padding-right:.5em;width:49.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(odd){margin-right:.5%}.buddypress .bp-invites-content ul.item-list>li:nth-child(2n){margin-left:.5%}.buddypress .bp-invites-content ul.item-list ul.group-inviters{float:left;width:auto}}@media screen and (min-width:46.8em){:not(.vertical)+.item-body #group-invites-container{display:grid;grid-template-columns:25% auto;grid-template-areas:"group-invites-nav group-invites-column"}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav{-ms-grid-row:1;-ms-grid-column:1;grid-area:group-invites-nav}:not(.vertical)+.item-body #group-invites-container .bp-invites-nav li{display:block;float:none}:not(.vertical)+.item-body #group-invites-container .group-invites-column{-ms-grid-row:1;-ms-grid-column:2;grid-area:group-invites-column}}.buddypress.groups .activity-update-form{margin-top:0}.buddypress-wrap .profile{margin-top:30px}.buddypress-wrap .public .profile-fields td.label{width:30%}.buddypress-wrap .profile.edit ul.button-nav{list-style:none;margin:30px 0 10px;padding-left:0}.buddypress-wrap .profile.edit ul.button-nav li{display:inline-block;margin-right:10px}.buddypress-wrap .profile.edit ul.button-nav li a{padding:.5em}.buddypress-wrap .profile.edit .editfield{background:#fafafa;border:1px solid #eee;margin:15px 0;padding:1em}.buddypress-wrap .profile.edit .editfield fieldset{border:0}.buddypress-wrap .profile.edit .editfield fieldset label{font-weight:400}.buddypress-wrap .profile.edit .editfield fieldset label.xprofile-field-label{display:inline}.buddypress-wrap .profile.edit .editfield{display:flex;flex-direction:column}.buddypress-wrap .profile.edit .editfield .description{margin-top:10px;order:2}.buddypress-wrap .profile.edit .editfield>fieldset{order:1}.buddypress-wrap .profile.edit .editfield .field-visibility-settings,.buddypress-wrap .profile.edit .editfield .field-visibility-settings-toggle{order:3}body.no-js .buddypress-wrap .field-visibility-settings-close,body.no-js .buddypress-wrap .field-visibility-settings-toggle{display:none}body.no-js .buddypress-wrap .field-visibility-settings{display:block}.buddypress-wrap .field-visibility-settings{margin:10px 0}.buddypress-wrap .current-visibility-level{font-style:normal;font-weight:700}.buddypress-wrap .field-visibility-settings,.buddypress-wrap .field-visibility-settings-header{color:#737373}.buddypress-wrap .field-visibility-settings fieldset{margin:5px 0}.buddypress-wrap .standard-form .editfield fieldset{margin:0}.buddypress-wrap .standard-form .field-visibility-settings label{font-weight:400;margin:0}.buddypress-wrap .standard-form .field-visibility-settings .radio{list-style:none;margin-bottom:0}.buddypress-wrap .standard-form .field-visibility-settings .field-visibility-settings-close{font-size:12px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid #dedede}.buddypress-wrap .standard-form .wp-editor-container textarea{background:#fff;width:100%}.buddypress-wrap .standard-form .description{background:#fafafa;font-size:inherit}.buddypress-wrap .standard-form .field-visibility-settings legend,.buddypress-wrap .standard-form .field-visibility-settings-header{font-style:italic}.buddypress-wrap .standard-form .field-visibility-settings-header{font-size:14px}.buddypress-wrap .standard-form .field-visibility-settings label,.buddypress-wrap .standard-form .field-visibility-settings legend{font-size:14px}.buddypress-wrap .standard-form .field-visibility select{margin:0}.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid #ccc}body.register .buddypress-wrap .page ul{list-style:none}.buddypress-wrap .profile .bp-avatar-nav{margin-top:20px}.message-action-delete:before,.message-action-exit:before,.message-action-star:before,.message-action-unstar:before,.message-action-view:before{font-family:dashicons;font-size:18px}.message-action-star:before{color:#aaa;content:"\f154"}.message-action-unstar:before{color:#fcdd77;content:"\f155"}.message-action-view:before{content:"\f473"}.message-action-delete:before{content:"\f153"}.message-action-exit:before{content:"\f14a"}.message-action-delete:hover:before{color:#a00}.preview-content .actions a{text-decoration:none}.bp-messages-content{margin:15px 0}.bp-messages-content .avatar{box-shadow:none}.bp-messages-content .thread-participants{list-style:none}.bp-messages-content .thread-participants dd{margin-left:0}.bp-messages-content time{color:#737373;font-size:12px}#message-threads{border-top:1px solid #eaeaea;clear:both;list-style:none;margin:0;max-height:220px;overflow-x:hidden;overflow-y:auto;padding:0;width:100%}#message-threads li{border-bottom:1px solid #eaeaea;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;margin:0;overflow:hidden;padding:.5em 0}#message-threads li .thread-cb{display:flex;align-items:center;-moz-flex:1 2 5%;-o-flex:1 2 5%;flex:1 2 5%}#message-threads li .thread-from,#message-threads li .thread-to{-moz-flex:1 2 20%;-o-flex:1 2 20%;flex:1 2 20%}#message-threads li .thread-from img.avatar,#message-threads li .thread-to img.avatar{float:left;margin:0 10px 0 0}#message-threads li .thread-from .user-name,#message-threads li .thread-to .user-name{display:inline-block;line-height:1.1}#message-threads li .thread-from .num-recipients,#message-threads li .thread-to .num-recipients{color:#737373;font-weight:400;font-size:12px;margin:0}#message-threads li .thread-content{-moz-flex:1 2 60%;-o-flex:1 2 60%;flex:1 2 60%}#message-threads li .thread-date{-moz-flex:1 2 15%;-o-flex:1 2 15%;flex:1 2 15%}#message-threads li.selected{background-color:#fafafa}#message-threads li.selected .thread-subject .subject{color:#5087e5}#message-threads li.unread{font-weight:700}#message-threads li .thread-content .excerpt{color:#737373;font-size:12px;margin:0}#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:13px}@media screen and (min-width:46.8em){#message-threads li .thread-content .thread-from,#message-threads li .thread-content .thread-subject,#message-threads li .thread-content .thread-to{font-size:16px}}#message-threads li .thread-content .thread-subject{vertical-align:top}#message-threads li .thread-content .thread-subject .excerpt{font-weight:400}#message-threads li .thread-date{padding-right:5px;text-align:right}.bp-messages-content .actions{float:right;max-width:30%;line-height:1}.bp-messages-content .actions .bp-icons:not(.bp-hide){display:inline-block;margin:0;padding:.3em .5em}.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:26px}.bp-messages-content #thread-preview{border:1px solid #eaeaea;margin-top:20px}.bp-messages-content #thread-preview .preview-message{overflow:hidden}.bp-messages-content #thread-preview .preview-content{margin:.5em}.bp-messages-content #thread-preview .preview-content .preview-message{background:#fafafa;margin:10px 0;padding:1em .3em .3em}.bp-messages-content #bp-message-thread-list{border-top:1px solid #eaeaea;clear:both;list-style:none;padding:1em 0 .3em}.bp-messages-content #bp-message-thread-list li{padding:.5em}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:#fafafa}.bp-messages-content #bp-message-thread-list .message-metadata{border-bottom:1px solid #ccc;box-shadow:-2px 1px 9px 0 #eee;display:table;padding:.2em;width:100%}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:30px}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{display:block;font-size:13px;float:left}@media screen and (min-width:46.8em){.bp-messages-content #bp-message-thread-list .message-metadata .user-link{font-size:16px}}.bp-messages-content #bp-message-thread-list .message-metadata time{color:#737373;font-size:12px;padding:0 .5em}.bp-messages-content #bp-message-thread-list .message-metadata button{padding:0 .3em}.bp-messages-content #bp-message-thread-list .message-metadata button:before{font-size:20px}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:90%}.bp-messages-content #bp-message-thread-list img.avatar{float:left;margin:0 10px 0 0}.bp-messages-content #bp-message-thread-list .actions a:before{font-size:18px}.bp-messages-content form.send-reply .avatar-box{padding:.5em 0}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{border-bottom:1px solid #eaeaea}.bp-messages-content .preview-pane-header:after,.bp-messages-content .single-message-thread-header:after{clear:both;content:"";display:table}.bp-messages-content .preview-thread-title,.bp-messages-content .single-thread-title{font-size:16px}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:2em}.bp-messages-content .thread-participants{float:left;margin:5px 0;width:70%}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:10px}.bp-messages-content .thread-participants ul{list-style:none}.bp-messages-content .thread-participants ul:after{clear:both;content:"";display:table}.bp-messages-content .thread-participants li{float:left;margin-left:5px}.bp-messages-content .thread-participants img{width:30px;height:30px}.bp-messages-content #bp-message-thread-list li .message-content blockquote,.bp-messages-content #bp-message-thread-list li .message-content ol,.bp-messages-content #bp-message-thread-list li .message-content ul,.bp-messages-content #thread-preview .preview-message blockquote,.bp-messages-content #thread-preview .preview-message ol,.bp-messages-content #thread-preview .preview-message ul{list-style-position:inside;margin-left:0}.bp-messages-content #thread-preview:empty,.bp-messages-content ul#message-threads:empty{display:none}.bp-messages-content #bp-message-thread-header h2:first-child,.bp-messages-content #thread-preview h2:first-child{background-color:#eaeaea;color:#555;font-weight:700;margin:0;padding:.5em}.bp-messages-content #bp-message-thread-list li a.user-link,.bp-messages-content #message-threads .thread-content a{border:0;text-decoration:none}.bp-messages-content .standard-form #subject{margin-bottom:20px}div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions{margin-right:15px;max-width:42.5%}.buddypress.settings .profile-settings.bp-tables-user select{width:100%}body.buddypress.settings .wp-pwd button{vertical-align:middle}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1,body.buddypress.settings #pass1-text{width:16em}body.buddypress.settings #pass1{display:inline-block;margin-bottom:inherit}body.buddypress.settings #pass-strength-result,body.buddypress.settings #pass1-text,body.buddypress.settings .pw-weak{display:none}body.buddypress.settings .show-password #pass1-text{display:inline-block;margin-bottom:inherit}body.buddypress.settings .show-password #pass1{display:none}body.buddypress.settings #your-profile #submit:disabled{color:#767676;opacity:.4}body.buddypress.settings.js .user-pass2-wrap,body.buddypress.settings.js .wp-pwd{display:none}body.buddypress.settings.no-js .wp-cancel-pw,body.buddypress.settings.no-js .wp-generate-pw,body.buddypress.settings.no-js .wp-hide-pw{display:none}body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a{text-decoration:underline}.buddypress-wrap #whats-new-post-in-box select,.buddypress-wrap .filter select{border:1px solid #d6d6d6}.buddypress-wrap input.action[disabled]{cursor:pointer;opacity:.4}.buddypress-wrap #invitation-bulk-manage[disabled],.buddypress-wrap #notification-bulk-manage[disabled]{display:none}.buddypress-wrap fieldset legend{font-size:inherit;font-weight:600}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus{box-shadow:0 0 8px #eaeaea}.buddypress-wrap select{height:auto}.buddypress-wrap textarea{resize:vertical}.buddypress-wrap .standard-form .bp-controls-wrap{margin:1em 0}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{box-shadow:none;border-width:2px;outline:0}.buddypress-wrap .standard-form input[required]:invalid,.buddypress-wrap .standard-form select[required]:invalid,.buddypress-wrap .standard-form textarea[required]:invalid{border-color:#b71717}.buddypress-wrap .standard-form input[required]:valid,.buddypress-wrap .standard-form select[required]:valid,.buddypress-wrap .standard-form textarea[required]:valid{border-color:#91cc2c}.buddypress-wrap .standard-form input[required]:focus,.buddypress-wrap .standard-form select[required]:focus,.buddypress-wrap .standard-form textarea[required]:focus{border-color:#d6d6d6;border-width:1px}.buddypress-wrap .standard-form input.invalid[required],.buddypress-wrap .standard-form select.invalid[required],.buddypress-wrap .standard-form textarea.invalid[required]{border-color:#b71717}.buddypress-wrap .standard-form input:not(.small),.buddypress-wrap .standard-form textarea{width:100%}.buddypress-wrap .standard-form input[type=checkbox],.buddypress-wrap .standard-form input[type=radio]{margin-right:5px;width:auto}.buddypress-wrap .standard-form select{padding:3px}.buddypress-wrap .standard-form textarea{height:120px}.buddypress-wrap .standard-form textarea#message_content{height:200px}.buddypress-wrap .standard-form input[type=password]{margin-bottom:5px}.buddypress-wrap .standard-form input:focus,.buddypress-wrap .standard-form select:focus,.buddypress-wrap .standard-form textarea:focus{background-color:#fafafa;color:#555;outline:0}.buddypress-wrap .standard-form label,.buddypress-wrap .standard-form span.label{display:block;font-weight:600;margin:15px 0 5px;width:auto}.buddypress-wrap .standard-form a.clear-value{display:block;margin-top:5px;outline:0}.buddypress-wrap .standard-form .submit{clear:both;padding:15px 0 0}.buddypress-wrap .standard-form p.submit{margin-bottom:0}.buddypress-wrap .standard-form div.submit input{margin-right:15px}.buddypress-wrap .standard-form #invite-list label,.buddypress-wrap .standard-form p label{font-weight:400;margin:auto}.buddypress-wrap .standard-form p.description{color:#737373;margin:5px 0}.buddypress-wrap .standard-form div.checkbox label:nth-child(n+2),.buddypress-wrap .standard-form div.radio div label{color:#737373;font-size:100%;font-weight:400;margin:5px 0 0}.buddypress-wrap .standard-form#send-reply textarea{width:97.5%}.buddypress-wrap .standard-form#sidebar-login-form label{margin-top:5px}.buddypress-wrap .standard-form#sidebar-login-form input[type=password],.buddypress-wrap .standard-form#sidebar-login-form input[type=text]{padding:4px;width:95%}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff}@media screen and (min-width:46.8em){.buddypress-wrap .standard-form .left-menu{float:left}.buddypress-wrap .standard-form #invite-list ul{list-style:none;margin:1%}.buddypress-wrap .standard-form #invite-list ul li{margin:0 0 0 1%}.buddypress-wrap .standard-form .main-column{margin-left:190px}.buddypress-wrap .standard-form .main-column ul#friend-list{clear:none;float:left}.buddypress-wrap .standard-form .main-column ul#friend-list h4{clear:none}}.buddypress-wrap .standard-form .bp-tables-user label{margin:0}.buddypress-wrap .signup-form label,.buddypress-wrap .signup-form legend{font-weight:400}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-wrap .wp-editor-wrap .wp-editor-wrap button,.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=button],.buddypress-wrap .wp-editor-wrap .wp-editor-wrap input[type=submit],.buddypress-wrap .wp-editor-wrap a.button,.buddypress-wrap .wp-editor-wrap input[type=reset]{padding:0 8px 1px}.buddypress-wrap .select-wrap{border:1px solid #eee}.buddypress-wrap .select-wrap label{display:inline}.buddypress-wrap .select-wrap select::-ms-expand{display:none}.buddypress-wrap .select-wrap select{-webkit-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;margin-right:-25px;padding:6px 25px 6px 10px;position:relative;text-indent:-2px;z-index:1;width:auto}.buddypress-wrap .select-wrap select,.buddypress-wrap .select-wrap select:active,.buddypress-wrap .select-wrap select:focus{background:0 0}.buddypress-wrap .select-wrap span.select-arrow{display:inline-block;position:relative;z-index:0}.buddypress-wrap .select-wrap span.select-arrow:before{color:#ccc;content:"\25BC"}.buddypress-wrap .select-wrap:focus .select-arrow:before,.buddypress-wrap .select-wrap:hover .select-arrow:before{color:#a6a6a6}.buddypress-wrap .bp-search form:focus,.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:focus,.buddypress-wrap .select-wrap:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}@media screen and (min-width:32em){.buddypress-wrap .invitations-options-nav .select-wrap,.buddypress-wrap .notifications-options-nav .select-wrap{float:left}}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after,.buddypress-wrap .bp-messages-search-form:before{content:" ";display:table}.buddypress-wrap .bp-dir-search-form,.buddypress-wrap .bp-messages-search-form:after{clear:both}.buddypress-wrap form#group-members-search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-messages-search-form,.buddypress-wrap form[data-bp-search].bp-invites-search-form{border:1px solid #eee;width:100%}.buddypress-wrap form#group-members-search label,.buddypress-wrap form.bp-dir-search-form label,.buddypress-wrap form.bp-messages-search-form label,.buddypress-wrap form[data-bp-search].bp-invites-search-form label{margin:0}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{background:0 0;border:0;border-radius:0;background-clip:padding-box}.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text]{float:left;line-height:2;padding:3px 10px;width:78%}.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{float:right;font-size:inherit;font-weight:400;line-height:1.5;padding:3px .7em;text-align:center;text-transform:none;width:20%}.buddypress-wrap form#group-members-search button[type=submit] span,.buddypress-wrap form.bp-dir-search-form button[type=submit] span,.buddypress-wrap form.bp-messages-search-form button[type=submit] span,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit] span{font-family:dashicons;font-size:18px;line-height:1.6}.buddypress-wrap form#group-members-search button[type=submit].bp-show,.buddypress-wrap form.bp-dir-search-form button[type=submit].bp-show,.buddypress-wrap form.bp-messages-search-form button[type=submit].bp-show,.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit].bp-show{height:auto;left:0;overflow:visible;position:static;top:0}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-cancel-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button}.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-button,.buddypress-wrap form#group-members-search input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-dir-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form.bp-messages-search-form input[type=search]::-webkit-search-results-decoration,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-button,.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search]::-webkit-search-results-decoration{display:none}.buddypress-wrap form#group-members-search:hover{border:1px solid #d5d4d4;box-shadow:inset 0 0 3px #eee}.buddypress-wrap ul.filters li form label input{line-height:1.4;padding:.1em .7em}.buddypress-wrap .current-group-type,.buddypress-wrap .current-member-type{font-style:italic}.buddypress-wrap .dir-form{clear:both}.budypress.no-js form.bp-dir-search-form button[type=submit]{height:auto;left:0;overflow:visible;position:static;top:0}.bp-user [data-bp-search] form input[type=search],.bp-user [data-bp-search] form input[type=text]{padding:6px 10px 7px}.buddypress-wrap .bp-tables-user,.buddypress-wrap table.forum,.buddypress-wrap table.wp-profile-fields{width:100%}.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{background:0 0;border-bottom:2px solid #ccc}.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:#fafafa}.buddypress-wrap .bp-tables-user tr td,.buddypress-wrap .bp-tables-user tr th,.buddypress-wrap table.forum tr td,.buddypress-wrap table.forum tr th,.buddypress-wrap table.wp-profile-fields tr td,.buddypress-wrap table.wp-profile-fields tr th{padding:.5em;vertical-align:middle}.buddypress-wrap .bp-tables-user tr td.label,.buddypress-wrap table.forum tr td.label,.buddypress-wrap table.wp-profile-fields tr td.label{border-right:1px solid #eaeaea;font-weight:600;width:25%}.buddypress-wrap .bp-tables-user tr.alt td,.buddypress-wrap table.wp-profile-fields tr.alt td{background:#fafafa}.buddypress-wrap table.profile-fields .data{padding:.5em 1em}.buddypress-wrap table.profile-fields tr:last-child{border-bottom:none}.buddypress-wrap table.notifications td{padding:1em .5em}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{width:7%}.buddypress-wrap table.notifications .bulk-select-check{vertical-align:middle}.buddypress-wrap table.notifications .date,.buddypress-wrap table.notifications .notification-description,.buddypress-wrap table.notifications .notification-since,.buddypress-wrap table.notifications .title{width:39%}.buddypress-wrap table.notifications .actions,.buddypress-wrap table.notifications .notification-actions{width:15%}.buddypress-wrap table.notification-settings th.title,.buddypress-wrap table.profile-settings th.title{width:80%}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-read{display:inline-block}.buddypress-wrap table.notification-settings{margin-bottom:15px;text-align:left}.buddypress-wrap #groups-notification-settings{margin-bottom:0}.buddypress-wrap table.notification-settings td:first-child,.buddypress-wrap table.notification-settings th.icon,.buddypress-wrap table.notifications td:first-child,.buddypress-wrap table.notifications th.icon{display:none}.buddypress-wrap table.notification-settings .no,.buddypress-wrap table.notification-settings .yes{text-align:center;width:40px;vertical-align:middle}.buddypress-wrap table#message-threads{clear:both}.buddypress-wrap table#message-threads .thread-info{min-width:40%}.buddypress-wrap table#message-threads .thread-info p{margin:0}.buddypress-wrap table#message-threads .thread-info p.thread-excerpt{color:#737373;font-size:12px;margin-top:3px}.buddypress-wrap table.profile-fields{margin-bottom:20px}.buddypress-wrap table.profile-fields:last-child{margin-bottom:0}.buddypress-wrap table.profile-fields p{margin:0}.buddypress-wrap table.profile-fields p:last-child{margin-top:0}.bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-vert{display:flex;align-items:center}.bp-hide{display:none}.bp-show{height:auto;left:0;overflow:visible;position:static;top:0}.buddypress .buddypress-wrap .activity-read-more a,.buddypress .buddypress-wrap .comment-reply-link,.buddypress .buddypress-wrap .generic-button a,.buddypress .buddypress-wrap a.bp-title-button,.buddypress .buddypress-wrap a.button,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap input[type=button],.buddypress .buddypress-wrap input[type=reset],.buddypress .buddypress-wrap input[type=submit],.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a{background:#fff;border-color:#ccc;border-style:solid;border-width:1px;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1}.buddypress .buddypress-wrap a.button.dashicons,.buddypress .buddypress-wrap button.dashicons{font-family:dashicons}.buddypress .buddypress-wrap .button-small[type=button]{padding:0 8px 1px}.buddypress .buddypress-wrap .activity-read-more a:focus,.buddypress .buddypress-wrap .activity-read-more a:hover,.buddypress .buddypress-wrap .button-nav li a:focus,.buddypress .buddypress-wrap .button-nav li a:hover,.buddypress .buddypress-wrap .button-nav li.current a,.buddypress .buddypress-wrap .comment-reply-link:focus,.buddypress .buddypress-wrap .comment-reply-link:hover,.buddypress .buddypress-wrap .generic-button a:focus,.buddypress .buddypress-wrap .generic-button a:hover,.buddypress .buddypress-wrap a.button:focus,.buddypress .buddypress-wrap a.button:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap input[type=button]:focus,.buddypress .buddypress-wrap input[type=button]:hover,.buddypress .buddypress-wrap input[type=reset]:focus,.buddypress .buddypress-wrap input[type=reset]:hover,.buddypress .buddypress-wrap input[type=submit]:focus,.buddypress .buddypress-wrap input[type=submit]:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}.buddypress .buddypress-wrap a.disabled,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap button.pending,.buddypress .buddypress-wrap div.pending a,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=button].pending,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=reset].pending,.buddypress .buddypress-wrap input[type=submit].pending,.buddypress .buddypress-wrap input[type=submit]:disabled,.buddypress .buddypress-wrap input[type=submit][disabled=disabled]{border-color:#eee;color:#767676;cursor:default}.buddypress .buddypress-wrap a.disabled:hover,.buddypress .buddypress-wrap button.disabled:hover,.buddypress .buddypress-wrap button.pending:hover,.buddypress .buddypress-wrap div.pending a:hover,.buddypress .buddypress-wrap input[type=button]:hover.disabled,.buddypress .buddypress-wrap input[type=button]:hover.pending,.buddypress .buddypress-wrap input[type=reset]:hover.disabled,.buddypress .buddypress-wrap input[type=reset]:hover.pending,.buddypress .buddypress-wrap input[type=submit]:hover.disabled,.buddypress .buddypress-wrap input[type=submit]:hover.pending{border-color:#eee;color:#767676}.buddypress .buddypress-wrap button.text-button,.buddypress .buddypress-wrap input.text-button{background:0 0;border:0;box-shadow:none;color:#767676}.buddypress .buddypress-wrap button.text-button.small,.buddypress .buddypress-wrap input.text-button.small{font-size:13px}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:underline}.buddypress .buddypress-wrap .activity-list a.button{border:none}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover{color:#1fb3dd}.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li a.invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.group-remove-invite-button:hover,.buddypress .buddypress-wrap .bp-invites-content ul.bp-list li.selected a.invite-button:hover{color:#a00}.buddypress .buddypress-wrap #item-buttons:empty{display:none}.buddypress .buddypress-wrap input:disabled:focus,.buddypress .buddypress-wrap input:disabled:hover{background:0 0}.buddypress .buddypress-wrap .text-links-list a.button{background:0 0;border:none;border-right:1px solid #eee;color:#737373;display:inline-block;padding:.3em 1em}.buddypress .buddypress-wrap .text-links-list a.button:visited{color:#d6d6d6}.buddypress .buddypress-wrap .text-links-list a.button:focus,.buddypress .buddypress-wrap .text-links-list a.button:hover{color:#5087e5}.buddypress .buddypress-wrap .text-links-list a:first-child{padding-left:0}.buddypress .buddypress-wrap .text-links-list a:last-child{border-right:none}.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button{border:1px solid #ccc;display:block;margin:0}.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover{background:#ededed}.buddypress #buddypress .create-button{background:0 0;text-align:center}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{text-decoration:underline}@media screen and (min-width:46.8em){.buddypress #buddypress .create-button{float:right}}.buddypress #buddypress .create-button a{border:1px solid #ccc;border-radius:5px;background-clip:padding-box;box-shadow:inset 0 0 6px 0 #eaeaea;margin:.2em 0;width:auto}.buddypress #buddypress .create-button a:focus,.buddypress #buddypress .create-button a:hover{background:0 0;border-color:#ccc;box-shadow:inset 0 0 12px 0 #eaeaea}@media screen and (min-width:46.8em){.buddypress #buddypress.bp-dir-vert-nav .create-button{float:none;padding-top:2em}.buddypress #buddypress.bp-dir-vert-nav .create-button a{margin-right:.5em}}.buddypress #buddypress.bp-dir-hori-nav .create-button{float:left}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{background:0 0;border:0;box-shadow:none;margin:0}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0;border:0}.buddypress-wrap button.bp-icons:focus,.buddypress-wrap button.bp-icons:hover{background:0 0}.buddypress-wrap button.ac-reply-cancel:focus,.buddypress-wrap button.ac-reply-cancel:hover{background:0 0;text-decoration:underline}.buddypress-wrap .bp-invites-content li .invite-button span.icons:before,.buddypress-wrap .bp-invites-filters .invite-button span.icons:before,.buddypress-wrap .bp-messages-filters li a.messages-button:before,.buddypress-wrap .feed a:before,.buddypress-wrap .filter label:before{font-family:dashicons;font-size:18px}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:27px}@media screen and (min-width:46.8em){.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:32px}}.buddypress-wrap .bp-list a.button.invite-button:focus,.buddypress-wrap .bp-list a.button.invite-button:hover{background:0 0}.buddypress-wrap .filter label:before{content:"\f536"}.buddypress-wrap div.feed a:before,.buddypress-wrap li.feed a:before{content:"\f303"}.buddypress-wrap ul.item-list li .invite-button:not(.group-remove-invite-button) span.icons:before{content:"\f502"}.buddypress-wrap ul.item-list li .group-remove-invite-button span.icons:before,.buddypress-wrap ul.item-list li.selected .invite-button span.icons:before{content:"\f153"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-next-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-next-page:before{content:"\f345"}.buddypress-wrap .bp-invites-filters ul li #bp-invites-prev-page:before,.buddypress-wrap .bp-messages-filters ul li #bp-messages-prev-page:before{content:"\f341"}.buddypress-wrap .warn{color:#b71717}.buddypress-wrap .bp-messages{border:1px solid #ccc;margin:0 0 15px}.buddypress-wrap .bp-messages .sitewide-notices{display:block;margin:5px;padding:.5em}.buddypress-wrap .bp-messages.info{margin-bottom:0}.buddypress-wrap .bp-messages.updated{clear:both;display:block}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0}.buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background:#0b80a4;border:0;box-shadow:0 0 3px 0 rgba(0,0,0,.2);color:#fff}.buddypress-wrap .bp-feedback:not(.custom-homepage-info){display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row nowrap;flex-flow:row nowrap;align-items:stretch;align-items:center}.buddypress-wrap .bp-feedback{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;margin:10px 0;position:relative}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback span.bp-icon{color:#fff;display:block;font-family:dashicons;left:0;margin-right:10px;position:relative;padding:0 .5em}.buddypress-wrap .bp-feedback .bp-help-text{font-style:italic}.buddypress-wrap .bp-feedback .text{font-size:14px;margin:0;padding:.5em 0}.buddypress-wrap .bp-feedback.no-icon{padding:.5em}.buddypress-wrap .bp-feedback.small:before{line-height:inherit}.buddypress-wrap a[data-bp-close] span:before,.buddypress-wrap button[data-bp-close] span:before{font-size:32px}.buddypress-wrap a[data-bp-close],.buddypress-wrap button[data-bp-close]{border:0;position:absolute;top:10px;right:10px;width:32px}.buddypress-wrap .bp-feedback.no-icon a[data-bp-close],.buddypress-wrap .bp-feedback.no-icon button[data-bp-close]{top:-6px;right:6px}.buddypress-wrap button[data-bp-close]:hover{background-color:transparent}.buddypress-wrap .bp-feedback p{margin:0}.buddypress-wrap .bp-feedback .bp-icon{font-size:20px;padding:0 2px}.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon,.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{display:flex;align-items:center;align-self:stretch}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon{background-color:#0b80a4}.buddypress-wrap .bp-feedback.help .bp-icon:before,.buddypress-wrap .bp-feedback.info .bp-icon:before{content:"\f348"}.buddypress-wrap .bp-feedback.error .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon{background-color:#d33}.buddypress-wrap .bp-feedback.error .bp-icon:before,.buddypress-wrap .bp-feedback.warning .bp-icon:before{content:"\f534"}.buddypress-wrap .bp-feedback.loading .bp-icon{background-color:#ffd087}.buddypress-wrap .bp-feedback.loading .bp-icon:before{content:"\f469"}.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon{background-color:#8a2}.buddypress-wrap .bp-feedback.success .bp-icon:before,.buddypress-wrap .bp-feedback.updated .bp-icon:before{content:"\f147"}.buddypress-wrap .bp-feedback.help .bp-icon:before{content:"\f468"}.buddypress-wrap #pass-strength-result{background-color:#eee;border-color:#ddd;border-style:solid;border-width:1px;display:none;font-weight:700;margin:10px 0 10px 0;padding:.5em;text-align:center;width:auto}.buddypress-wrap #pass-strength-result.show{display:block}.buddypress-wrap #pass-strength-result.mismatch{background-color:#333;border-color:transparent;color:#fff}.buddypress-wrap #pass-strength-result.bad,.buddypress-wrap #pass-strength-result.error{background-color:#ffb78c;border-color:#ff853c;color:#333}.buddypress-wrap #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040;color:#333}.buddypress-wrap #pass-strength-result.good{background-color:#ffec8b;border-color:#fc0;color:#333}.buddypress-wrap #pass-strength-result.strong{background-color:#66d66e;border-color:#438c48;color:#333}.buddypress-wrap .standard-form#signup_form div div.error{background:#faa;color:#a00;margin:0 0 10px 0;padding:.5em;width:90%}.buddypress-wrap .accept,.buddypress-wrap .reject{float:left;margin-left:10px}.buddypress-wrap .members-list.grid .bp-ajax-message{background:rgba(255,255,255,.9);border:1px solid #eee;font-size:14px;left:2%;position:absolute;padding:.5em 1em;right:2%;top:30px}body.create-blog #buddypress .error,body.create-blog #buddypress .success{background:#fff;color:#807f7f;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);color:#737373;padding:10px 15px;background-color:#fff}body.create-blog #buddypress .error{border-left:4px solid #d33}body.create-blog #buddypress .success{border-left:4px solid #8a2}.buddypress.widget .item-options{font-size:12px;margin:0 0 1em;padding:1em 0}.buddypress.widget .bp-login-widget-user-avatar{float:left}.buddypress.widget .bp-login-widget-user-links{margin-left:70px}.buddypress.widget ul.item-list{list-style:none;margin:10px 0}.buddypress.widget ul.activity-list{padding:0}.buddypress.widget ul.activity-list blockquote{margin:0 0 1.5em;overflow:visible;padding:0 0 .75em .75em}.buddypress.widget ul.activity-list img{margin-bottom:.5em}.buddypress.widget ul.activity-list li{border-bottom:1px solid #ccc;margin-bottom:1em}.buddypress.widget ul.activity-list li .activity-header p{margin-bottom:.5em}.buddypress.widget ul.activity-list li:last-child{border-bottom:0}.buddypress.widget div.activity-list blockquote{padding:0;border:none}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){position:relative;box-shadow:1px 0 4px rgba(0,0,0,.15);padding:0 1em}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after,.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{position:absolute;left:15px;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):before{bottom:-18px;border-top-color:rgba(0,0,0,.15);border-width:9px;left:14px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini):after{bottom:-16px;border-top-color:#fff;border-width:8px}.buddypress.widget div.activity-list blockquote .activity-item.mini .avatar{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:2px}.buddypress.widget div.activity-list footer{display:flex;align-items:center}.buddypress.widget div.activity-list footer img.avatar{display:inline-block;border:none;margin-right:.5em}.buddypress.widget div.activity-list footer .activity-time-since{font-size:90%}.buddypress.widget .avatar-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}.buddypress.widget .avatar-block img{margin:.5em}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#friends-list li:before,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#groups-list li:before,.buddypress.widget ul#members-list li:after,.buddypress.widget ul#members-list li:before{content:" ";display:table}.buddypress.widget ul#friends-list li:after,.buddypress.widget ul#groups-list li:after,.buddypress.widget ul#members-list li:after{clear:both}.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{margin-bottom:1em}.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item-avatar{float:left;width:60px}.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#members-list li .item{margin-left:70px}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:column nowrap;flex-flow:column nowrap}@media screen and (min-width:32em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-o-flex-flow:row wrap;flex-flow:row wrap}}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{border:1px solid #eee;align-items:stretch;-moz-flex:1 1 46%;-o-flex:1 1 46%;flex:1 1 46%;margin:2%}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 20%;-o-flex:0 1 20%;flex:0 1 20%}}.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar{padding:.5em;text-align:center}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item{padding:.5em}.buddypress-wrap .buddypress.widget ul#friends-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#groups-list li .item .item-meta,.buddypress-wrap .buddypress.widget ul#members-list li .item .item-meta{font-size:12px;overflow-wrap:break-word}@media screen and (min-width:75em){.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list{margin:10px -2%;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li{-moz-flex:0 1 auto;-o-flex:0 1 auto;flex:0 1 auto;margin:10px 2% 1%;width:46%}}.buddypress-wrap .buddypress.widget blockquote{margin:0 0 1.5em;overflow:visible;padding:0 0 .75em .75em}#buddypress-wrap *{transition:opacity .1s ease-in-out .1s}#buddypress-wrap a.button,#buddypress-wrap a.generic-button,#buddypress-wrap button,#buddypress-wrap input[type=reset],#buddypress-wrap input[type=submit]{transition:background .1s ease-in-out .1s,color .1s ease-in-out .1s,border-color .1s ease-in-out .1s}.buddypress-wrap a.loading,.buddypress-wrap input.loading{animation:loader-pulsate .5s infinite ease-in-out alternate;border-color:#aaa}@keyframes loader-pulsate{from{border-color:#aaa;box-shadow:0 0 6px #ccc}to{border-color:#ccc;box-shadow:0 0 6px #f8f8f8}}.buddypress-wrap a.loading:hover,.buddypress-wrap input.loading:hover{color:#777}[data-bp-tooltip]{position:relative}[data-bp-tooltip]:after{background-color:#fff;display:none;opacity:0;position:absolute;transform:translate3d(0,0,0);visibility:hidden}[data-bp-tooltip]:after{border:1px solid #737373;border-radius:1px;box-shadow:4px 4px 8px rgba(0,0,0,.2);color:#333;content:attr(data-bp-tooltip);font-family:"Helvetica Neue",helvetica,arial,san-serif;font-size:12px;font-weight:400;letter-spacing:normal;line-height:1.25;max-width:200px;padding:5px 8px;pointer-events:none;text-shadow:none;text-transform:none;transition:all 1.5s ease;white-space:nowrap;word-wrap:break-word;z-index:100000}[data-bp-tooltip]:active:after,[data-bp-tooltip]:focus:after,[data-bp-tooltip]:hover:after{display:block;opacity:1;overflow:visible;visibility:visible}[data-bp-tooltip=""]{display:none;opacity:0;visibility:hidden}.bp-tooltip:after{left:50%;margin-top:7px;top:110%;transform:translate(-50%,0)}.user-list .bp-tooltip:after{left:0;transform:translate(0,0)}@media screen and (min-width:46.8em){.user-list .bp-tooltip:after{left:auto;right:0;transform:translate(0,0)}}.activity-list .bp-tooltip:after,.activity-meta-action .bp-tooltip:after,.avatar-block .item-avatar .bp-tooltip:after,.notification-actions .bp-tooltip:after,.participants-list .bp-tooltip:after{left:0;transform:translate(0,0)}.bp-invites-content .bp-tooltip:after,.message-metadata .actions .bp-tooltip:after,.single-message-thread-header .actions .bp-tooltip:after{left:auto;right:0;transform:translate(0,0)}.bp-invites-content #send-invites-editor .bp-tooltip:after{left:0;right:auto}#item-body,.single-screen-navs{box-sizing:border-box}.grid>li,.grid>li .generic-button a{box-sizing:border-box}.grid>li{border-bottom:0;padding-bottom:10px;padding-top:0}.grid>li .list-wrap{background:#fafafa;border:1px solid #eee;padding-bottom:15px;position:relative;overflow:hidden;padding-top:14px}.grid>li .list-wrap .list-title{padding:.5em}.grid>li .list-wrap .update{color:#737373;padding:.5em 2em}.grid>li .item-avatar{text-align:center}.grid>li .item-avatar .avatar{border-radius:50%;display:inline-block;width:50%}@media screen and (min-width:24em){.grid.members-list .list-wrap{min-height:340px}.grid.members-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.members-group-list .list-wrap .item-block{margin:0 auto;min-height:7rem}.grid.groups-list .list-wrap{min-height:470px}.grid.groups-list .list-wrap .item-block{min-height:6rem}.grid.groups-list .list-wrap .group-desc{margin:15px auto 0;min-height:5em;overflow:hidden}.grid.groups-list .list-wrap .group-details,.grid.groups-list .list-wrap .item-desc,.grid.groups-list .list-wrap .last-activity{margin-bottom:0}.grid.groups-list .list-wrap .group-details p,.grid.groups-list .list-wrap .item-desc p,.grid.groups-list .list-wrap .last-activity p{margin-bottom:0}.grid.blogs-list .list-wrap{min-height:350px}.grid.blogs-list .list-wrap .item-block{margin:0 auto;min-height:7rem}}@media screen and (min-width:24em){.grid>li.item-entry{float:left;margin:0}.grid.two>li{padding-bottom:20px}}@media screen and (min-width:24em) and (min-width:75em){.grid.two>li .list-wrap{max-width:500px;margin:0 auto}}@media screen and (min-width:24em){.grid.three>li,.grid.two>li{width:50%}.grid.three>li:nth-child(odd),.grid.two>li:nth-child(odd){padding-right:10px}.grid.three>li:nth-child(2n),.grid.two>li:nth-child(2n){padding-left:10px}.grid.three>li .item,.grid.two>li .item{margin:1rem auto 0;width:80%}.grid.three>li .item .item-title,.grid.two>li .item .item-title{width:auto}}@media screen and (min-width:46.8em){.grid.three>li{padding-top:0;width:33.333333%;width:calc(100% / 3)}.grid.three>li:nth-child(1n+1){padding-left:5px;padding-right:5px}.grid.three>li:nth-child(3n+3){padding-left:5px;padding-right:0}.grid.three>li:nth-child(3n+1){padding-left:0;padding-right:5px}}@media screen and (min-width:46.8em){.grid.four>li{width:25%}.grid.four>li:nth-child(1n+1){padding-left:5px;padding-right:5px}.grid.four>li:nth-child(4n+4){padding-left:5px;padding-right:0}.grid.four>li:nth-child(4n+1){padding-left:0;padding-right:5px}}.buddypress-wrap .grid.bp-list{padding-top:1em}.buddypress-wrap .grid.bp-list>li{border-bottom:none}.buddypress-wrap .grid.bp-list>li .list-wrap{padding-bottom:3em}.buddypress-wrap .grid.bp-list>li .item-avatar{margin:0;text-align:center;width:auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{display:inline-block;height:auto;width:50%}.buddypress-wrap .grid.bp-list>li .item-meta,.buddypress-wrap .grid.bp-list>li .list-title{float:none;text-align:center}.buddypress-wrap .grid.bp-list>li .list-title{font-size:inherit;line-height:1.1}.buddypress-wrap .grid.bp-list>li .item{font-size:18px;left:0;margin:0 auto;text-align:center;width:96%}@media screen and (min-width:46.8em){.buddypress-wrap .grid.bp-list>li .item{font-size:22px}}.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{float:none;width:96%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:10px}.buddypress-wrap .grid.bp-list>li .item .last-activity{margin-top:5px}.buddypress-wrap .grid.bp-list>li .item .group-desc{clear:none}.buddypress-wrap .grid.bp-list>li .item .user-update{clear:both;text-align:left}.buddypress-wrap .grid.bp-list>li .item .activity-read-more a{display:inline}.buddypress-wrap .grid.bp-list>li .action{bottom:5px;float:none;height:auto;left:0;margin:0;padding:0 5px;position:absolute;text-align:center;top:auto;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{float:none;margin:5px 0 0;text-align:center;width:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button a,.buddypress-wrap .grid.bp-list>li .action .generic-button button{width:100%}.buddypress-wrap .grid.bp-list>li .avatar,.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item-avatar{float:none}.buddypress-wrap .blogs-list.grid.two>li .blogs-title{min-height:5em}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc{min-height:8em}.buddypress-wrap .blogs-list.grid.four>li,.buddypress-wrap .blogs-list.grid.three>li{min-height:350px}.buddypress-wrap .blogs-list.grid.four>li .last-activity,.buddypress-wrap .blogs-list.grid.three>li .last-activity{margin-bottom:0}.buddypress-wrap .blogs-list.grid.four>li .last-post,.buddypress-wrap .blogs-list.grid.three>li .last-post{margin-top:0}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:5px}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:430px}.buddypress:not(.logged-in) .grid.members-list .list-wrap{min-height:300px}.buddypress:not(.logged-in) .grid.blogs-list .list-wrap{min-height:320px}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-navs.vertical{overflow:visible}.bp-single-vert-nav .bp-navs.vertical ul{border-right:1px solid #d6d6d6;border-bottom:0;float:left;margin-right:-1px;width:25%}.bp-single-vert-nav .bp-navs.vertical li{float:none;margin-right:0}.bp-single-vert-nav .bp-navs.vertical li.selected a{background:#ccc;color:#333}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:#ccc}.bp-single-vert-nav .bp-navs.vertical li span{background:#d6d6d6;border-radius:10%;float:right;margin-right:2px}.bp-single-vert-nav .bp-navs.vertical li:hover span{border-color:#eaeaea}.bp-single-vert-nav .bp-navs.vertical.tabbed-links li.selected a{padding-left:0}.bp-single-vert-nav .bp-wrap{margin-bottom:15px}.bp-single-vert-nav .bp-wrap .group-nav-tabs.groups-nav ul li,.bp-single-vert-nav .bp-wrap .user-nav-tabs.users-nav ul li{left:1px;position:relative}.bp-single-vert-nav .item-body:not(#group-create-body){background:#fff;border-left:1px solid #d6d6d6;float:right;margin:0;min-height:400px;padding:0 0 0 1em;width:calc(75% + 1px)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){background:#eaeaea;margin:0 0 0 -5px;width:auto}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:16px;margin:10px 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{border-right:1px solid #ccc;padding:0 .5em}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:focus,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:hover{background:0 0}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{background:0 0;color:#333;text-decoration:underline}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:last-child a{border:none}.bp-dir-vert-nav .dir-navs{float:left;left:1px;position:relative;width:20%}.bp-dir-vert-nav .dir-navs ul li{float:none;overflow:hidden;width:auto}.bp-dir-vert-nav .dir-navs ul li.selected{border:1px solid #eee}.bp-dir-vert-nav .dir-navs ul li.selected a{background:#555;color:#fff}.bp-dir-vert-nav .dir-navs ul li.selected a span{background:#eaeaea;border-color:#ccc;color:#5087e5}.bp-dir-vert-nav .dir-navs ul li a:focus,.bp-dir-vert-nav .dir-navs ul li a:hover{background:#ccc;color:#333}.bp-dir-vert-nav .dir-navs ul li a:focus span,.bp-dir-vert-nav .dir-navs ul li a:hover span{border:1px solid #555}.bp-dir-vert-nav .screen-content{border-left:1px solid #d6d6d6;margin-left:20%;overflow:hidden;padding:0 0 2em 1em}.bp-dir-vert-nav .screen-content .subnav-filters{margin-top:0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li:not(.selected) a:hover,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:focus,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li:not(.selected) a:hover{background:0 0}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected{background:0 0;border:1px solid #d6d6d6;border-right-color:#fff}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a{background:0 0;color:#333;font-weight:600}.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span{background:#555;border:1px solid #d6d6d6;color:#fff}}
|
@@ -506,14 +506,6 @@ function bp_nouveau_ajax_post_update() {
|
|
506 |
wp_send_json_error();
|
507 |
}
|
508 |
|
509 |
-
if ( empty( $_POST['content'] ) ) {
|
510 |
-
wp_send_json_error(
|
511 |
-
array(
|
512 |
-
'message' => __( 'Please enter some content to post.', 'buddypress' ),
|
513 |
-
)
|
514 |
-
);
|
515 |
-
}
|
516 |
-
|
517 |
$activity_id = 0;
|
518 |
$item_id = 0;
|
519 |
$object = '';
|
@@ -536,15 +528,21 @@ function bp_nouveau_ajax_post_update() {
|
|
536 |
}
|
537 |
|
538 |
if ( 'user' === $object && bp_is_active( 'activity' ) ) {
|
539 |
-
$activity_id = bp_activity_post_update(
|
|
|
|
|
|
|
|
|
|
|
540 |
|
541 |
} elseif ( 'group' === $object ) {
|
542 |
if ( $item_id && bp_is_active( 'groups' ) ) {
|
543 |
// This function is setting the current group!
|
544 |
$activity_id = groups_post_update(
|
545 |
array(
|
546 |
-
'content'
|
547 |
-
'group_id'
|
|
|
548 |
)
|
549 |
);
|
550 |
|
@@ -565,7 +563,13 @@ function bp_nouveau_ajax_post_update() {
|
|
565 |
$activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] );
|
566 |
}
|
567 |
|
568 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
|
|
569 |
wp_send_json_error(
|
570 |
array(
|
571 |
'message' => __( 'There was a problem posting your update. Please try again.', 'buddypress' ),
|
506 |
wp_send_json_error();
|
507 |
}
|
508 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
$activity_id = 0;
|
510 |
$item_id = 0;
|
511 |
$object = '';
|
528 |
}
|
529 |
|
530 |
if ( 'user' === $object && bp_is_active( 'activity' ) ) {
|
531 |
+
$activity_id = bp_activity_post_update(
|
532 |
+
array(
|
533 |
+
'content' => $_POST['content'],
|
534 |
+
'error_type' => 'wp_error',
|
535 |
+
)
|
536 |
+
);
|
537 |
|
538 |
} elseif ( 'group' === $object ) {
|
539 |
if ( $item_id && bp_is_active( 'groups' ) ) {
|
540 |
// This function is setting the current group!
|
541 |
$activity_id = groups_post_update(
|
542 |
array(
|
543 |
+
'content' => $_POST['content'],
|
544 |
+
'group_id' => $item_id,
|
545 |
+
'error_type' => 'wp_error',
|
546 |
)
|
547 |
);
|
548 |
|
563 |
$activity_id = apply_filters( 'bp_activity_custom_update', false, $object, $item_id, $_POST['content'] );
|
564 |
}
|
565 |
|
566 |
+
if ( is_wp_error( $activity_id ) ) {
|
567 |
+
wp_send_json_error(
|
568 |
+
array(
|
569 |
+
'message' => $activity_id->get_error_message(),
|
570 |
+
)
|
571 |
+
);
|
572 |
+
} elseif ( empty( $activity_id ) ) {
|
573 |
wp_send_json_error(
|
574 |
array(
|
575 |
'message' => __( 'There was a problem posting your update. Please try again.', 'buddypress' ),
|
@@ -763,6 +763,10 @@ function bp_nouveau_theme_cover_image( $params = array() ) {
|
|
763 |
$top_offset = bp_core_avatar_full_height() - 10;
|
764 |
$left_offset = bp_core_avatar_full_width() + 20;
|
765 |
|
|
|
|
|
|
|
|
|
766 |
$cover_image = isset( $params['cover_image'] ) ? 'background-image: url( ' . $params['cover_image'] . ' );' : '';
|
767 |
$hide_avatar_style = '';
|
768 |
|
763 |
$top_offset = bp_core_avatar_full_height() - 10;
|
764 |
$left_offset = bp_core_avatar_full_width() + 20;
|
765 |
|
766 |
+
if ( ! bp_is_active( 'activity' ) || ! bp_activity_do_mentions() ) {
|
767 |
+
$top_offset -= 40;
|
768 |
+
}
|
769 |
+
|
770 |
$cover_image = isset( $params['cover_image'] ) ? 'background-image: url( ' . $params['cover_image'] . ' );' : '';
|
771 |
$hide_avatar_style = '';
|
772 |
|
@@ -669,6 +669,11 @@ window.bp = window.bp || {};
|
|
669 |
// Reset the model
|
670 |
this.model.clear();
|
671 |
this.model.set( this.resetModel.attributes );
|
|
|
|
|
|
|
|
|
|
|
672 |
},
|
673 |
|
674 |
cleanFeedback: function() {
|
669 |
// Reset the model
|
670 |
this.model.clear();
|
671 |
this.model.set( this.resetModel.attributes );
|
672 |
+
|
673 |
+
// Inform all custom buttons the form has been reset.
|
674 |
+
_.each( bp.Nouveau.Activity.postForm.buttons.models, function( model ) {
|
675 |
+
bp.Nouveau.Activity.postForm.buttons.trigger( 'resetForm:' + model.get( 'id' ), model );
|
676 |
+
} );
|
677 |
},
|
678 |
|
679 |
cleanFeedback: function() {
|
@@ -1 +1 @@
|
|
1 |
-
window.wp=window.wp||{},window.bp=window.bp||{},function(n,c){n.Nouveau=n.Nouveau||{},void 0!==n.Nouveau.Activity&&"undefined"!=typeof BP_Nouveau&&(_.extend(n,_.pick(wp,"Backbone","ajax","template")),n.Models=n.Models||{},n.Collections=n.Collections||{},n.Views=n.Views||{},n.Nouveau.Activity.postForm={start:function(){this.views=new Backbone.Collection,this.ActivityObjects=new n.Collections.ActivityObjects,this.buttons=new Backbone.Collection,this.postFormView()},postFormView:function(){var e;c("#bp-nouveau-activity-form").length&&(e=new n.Views.PostForm,this.views.add({id:"post_form",view:e}),e.inject("#bp-nouveau-activity-form"))}},void 0===n.View&&(n.View=n.Backbone.View.extend({inject:function(e){this.render(),c(e).html(this.el),this.views.ready()},prepare:function(){return!_.isUndefined(this.model)&&_.isFunction(this.model.toJSON)?this.model.toJSON():{}}})),n.Models.Activity=Backbone.Model.extend({defaults:{user_id:0,item_id:0,object:"",content:""}}),n.Models.ActivityObject=Backbone.Model.extend({defaults:{id:0,name:"",avatar_url:"",object_type:"group"}}),n.Collections.ActivityObjects=Backbone.Collection.extend({model:n.Models.ActivityObject,sync:function(e,t,i){if("read"===e)return(i=i||{}).context=this,i.data=_.extend(i.data||{},{action:"bp_nouveau_get_activity_objects"}),n.ajax.send(i)},parse:function(e){return e=_.isArray(e)?e:[e]}}),n.Views.activityFeedback=n.View.extend({tagName:"div",id:"message",template:n.template("activity-post-form-feedback"),initialize:function(){this.model=new Backbone.Model,this.options.value&&this.model.set("message",this.options.value,{silent:!0}),this.type="info",_.isUndefined(this.options.type)||"info"===this.options.type||(this.type=this.options.type),this.el.className="bp-messages bp-feedback "+this.type}}),n.Views.ActivityInput=n.View.extend({tagName:"input",attributes:{type:"text"},initialize:function(){_.isObject(this.options)&&_.each(this.options,function(e,t){this.$el.prop(t,e)},this)}}),n.Views.WhatsNew=n.View.extend({tagName:"textarea",className:"bp-suggestions",id:"whats-new",attributes:{name:"whats-new",cols:"50",rows:"4",placeholder:BP_Nouveau.activity.strings.whatsnewPlaceholder,"aria-label":BP_Nouveau.activity.strings.whatsnewLabel},initialize:function(){this.on("ready",this.adjustContent,this),this.options.activity.on("change:content",this.resetContent,this)},adjustContent:function(){this.$el.css({resize:"none",height:"50px"});var e=n.Nouveau.getLinkParams(null,"r")||null;_.isNull(e)||(this.$el.text("@"+_.escape(e)+" "),this.$el.focus())},resetContent:function(e){_.isUndefined(e)||this.$el.val(e.get("content"))}}),n.Views.WhatsNewPostIn=n.View.extend({tagName:"select",id:"whats-new-post-in",attributes:{name:"whats-new-post-in","aria-label":BP_Nouveau.activity.strings.whatsnewpostinLabel},events:{change:"change"},keys:[],initialize:function(){this.model=new Backbone.Model,this.filters=this.options.filters||{},this.$el.html(_.chain(this.filters).map(function(e,t){return{el:c("<option></option>").val(t).html(e.text)[0],priority:e.priority||50}},this).sortBy("priority").pluck("el").value())},change:function(){var e=this.filters[this.el.value];e&&this.model.set({selected:this.el.value,placeholder:e.autocomplete_placeholder})}}),n.Views.Item=n.View.extend({tagName:"li",className:"bp-activity-object",template:n.template("activity-target-item"),attributes:{role:"checkbox"},initialize:function(){this.model.get("selected")&&(this.el.className+=" selected")},events:{click:"setObject"},setObject:function(e){e.preventDefault(),!0===this.model.get("selected")?this.model.clear():this.model.set("selected",!0)}}),n.Views.AutoComplete=n.View.extend({tagName:"ul",id:"whats-new-post-in-box-items",events:{keyup:"autoComplete"},initialize:function(){var e=new n.Views.ActivityInput({type:"text",id:"activity-autocomplete",placeholder:this.options.placeholder||""}).render();this.$el.prepend(c("<li></li>").html(e.$el)),this.on("ready",this.setFocus,this),this.collection.on("add",this.addItemView,this),this.collection.on("reset",this.cleanView,this)},setFocus:function(){this.$el.find("#activity-autocomplete").focus()},addItemView:function(e){this.views.add(new n.Views.Item({model:e}))},autoComplete:function(){var e=c("#activity-autocomplete").val();this.collection.reset(),e.length<2||this.collection.fetch({data:{type:this.options.type,search:e,nonce:BP_Nouveau.nonces.activity},success:_.bind(this.itemFetched,this),error:_.bind(this.itemFetched,this)})},itemFetched:function(e){e.length||this.cleanView()},cleanView:function(){_.each(this.views._views[""],function(e){e.remove()})}}),n.Views.FormAvatar=n.View.extend({tagName:"div",id:"whats-new-avatar",template:n.template("activity-post-form-avatar"),initialize:function(){this.model=new Backbone.Model(_.pick(BP_Nouveau.activity.params,["user_id","avatar_url","avatar_width","avatar_height","avatar_alt","user_domain"])),this.model.has("avatar_url")&&this.model.set("display_avatar",!0)}}),n.Views.FormContent=n.View.extend({tagName:"div",id:"whats-new-content",initialize:function(){this.$el.html(c("<div></div>").prop("id","whats-new-textarea")),this.views.set("#whats-new-textarea",new n.Views.WhatsNew({activity:this.options.activity}))}}),n.Views.FormOptions=n.View.extend({tagName:"div",id:"whats-new-options",template:n.template("activity-post-form-options")}),n.Views.BeforeFormInputs=n.View.extend({tagName:"div",template:n.template("activity-before-post-form-inputs")}),n.Views.FormTarget=n.View.extend({tagName:"div",id:"whats-new-post-in-box",className:"in-profile",initialize:function(){var e=new n.Views.WhatsNewPostIn({filters:BP_Nouveau.activity.params.objects});this.views.add(e),e.model.on("change",this.attachAutocomplete,this),n.Nouveau.Activity.postForm.ActivityObjects.on("change:selected",this.postIn,this)},attachAutocomplete:function(e){0!==n.Nouveau.Activity.postForm.ActivityObjects.models.length&&n.Nouveau.Activity.postForm.ActivityObjects.reset(),_.each(this.views._views[""],function(e){_.isUndefined(e.collection)||e.remove()}),"profile"!==e.get("selected")?(this.views.add(new n.Views.AutoComplete({collection:n.Nouveau.Activity.postForm.ActivityObjects,type:e.get("selected"),placeholder:e.get("placeholder")})),this.model.set("object",e.get("selected"))):this.model.set({object:"user",item_id:0}),this.updateDisplay()},postIn:function(e){_.isUndefined(e.get("id"))?(this.model.set("item_id",0),this.attachAutocomplete(new Backbone.Model({selected:this.model.get("object")}))):(this.model.set("item_id",e.get("id")),this.views.set("#whats-new-post-in-box-items",new n.Views.Item({model:e})))},updateDisplay:function(){"user"!==this.model.get("object")?this.$el.removeClass():this.$el.hasClass("in-profile")||this.$el.addClass("in-profile")}}),n.Views.FormButtons=n.View.extend({tagName:"div",id:"whats-new-actions",initialize:function(){this.views.add(new n.View({tagName:"ul",id:"whats-new-buttons"})),_.each(this.collection.models,function(e){this.addItemView(e)},this),this.collection.on("change:active",this.isActive,this)},addItemView:function(e){this.views.add("#whats-new-buttons",new n.Views.FormButton({model:e}))},isActive:function(t){_.each(this.views._views[""],function(e,t){0!==t&&e.remove()}),!0===t.get("active")?(_.each(this.views._views["#whats-new-buttons"],function(e){e.model.get("id")!==t.get("id")&&(e.model.set("active",!1,{silent:!0}),e.$el.removeClass("active"),this.collection.trigger("reset:"+e.model.get("id"),this.model))},this),this.collection.trigger("display:"+t.get("id"),this)):this.collection.trigger("reset:"+t.get("id"),this.model)}}),n.Views.FormButton=n.View.extend({tagName:"li",className:"whats-new-button",template:n.template("activity-post-form-buttons"),events:{click:"setActive"},setActive:function(e){var t=this.model.get("active")||!1;e.preventDefault(),!1===t?(this.$el.addClass("active"),this.model.set("active",!0)):(this.$el.removeClass("active"),this.model.set("active",!1))}}),n.Views.FormSubmit=n.View.extend({tagName:"div",id:"whats-new-submit",className:"in-profile",initialize:function(){var e=new n.Views.ActivityInput({type:"reset",id:"aw-whats-new-reset",className:"text-button small",value:BP_Nouveau.activity.strings.cancelButton}),t=new n.Views.ActivityInput({type:"submit",id:"aw-whats-new-submit",className:"button",name:"aw-whats-new-submit",value:BP_Nouveau.activity.strings.postUpdateButton});this.views.set([t,e]),this.model.on("change:object",this.updateDisplay,this)},updateDisplay:function(e){_.isUndefined(e)||("user"!==e.get("object")?this.$el.removeClass("in-profile"):this.$el.hasClass("in-profile")||this.$el.addClass("in-profile"))}}),n.Views.PostForm=n.View.extend({tagName:"form",className:"activity-form",id:"whats-new-form",attributes:{name:"whats-new-form",method:"post"},events:{"focus #whats-new":"displayFull",reset:"resetForm",submit:"postUpdate",keydown:"postUpdate"},initialize:function(){this.model=new n.Models.Activity(_.pick(BP_Nouveau.activity.params,["user_id","item_id","object"])),this.options.backcompat=BP_Nouveau.activity.params.backcompat;var e=[new n.Views.FormAvatar,new n.Views.FormContent({activity:this.model})];!0===this.options.backcompat.before_post_form&&e.unshift(new n.Views.BeforeFormInputs),this.resetModel=this.model.clone(),this.views.set(e),this.model.on("change:errors",this.displayFeedback,this)},displayFull:function(e){var t=!0===this.options.backcompat.before_post_form?3:2;this.cleanFeedback(),t===this.views._views[""].length&&(c(e.target).css({resize:"vertical",height:"auto"}),this.$el.addClass("activity-form-expanded"),!0===this.options.backcompat.post_form_options?this.views.add(new n.Views.FormOptions({model:this.model})):this.views.add(new n.View({id:"whats-new-options"})),_.isUndefined(BP_Nouveau.activity.params.buttons)||(n.Nouveau.Activity.postForm.buttons.set(BP_Nouveau.activity.params.buttons),this.views.add("#whats-new-options",new n.Views.FormButtons({collection:n.Nouveau.Activity.postForm.buttons,model:this.model}))),!_.isUndefined(BP_Nouveau.activity.params.objects)&&1<_.keys(BP_Nouveau.activity.params.objects).length&&this.views.add("#whats-new-options",new n.Views.FormTarget({model:this.model})),this.views.add("#whats-new-options",new n.Views.FormSubmit({model:this.model})))},resetForm:function(){var i=this.options.backcompat.before_post_form?2:1;_.each(this.views._views[""],function(e,t){i<t&&e.remove()}),c("#whats-new").css({resize:"none",height:"50px"}),this.$el.removeClass("activity-form-expanded"),this.model.clear(),this.model.set(this.resetModel.attributes)},cleanFeedback:function(){this.model.unset("errors",{silent:!0}),_.each(this.views._views[""],function(e){"message"===e.$el.prop("id")&&e.remove()})},displayFeedback:function(e){_.isUndefined(this.model.get("errors"))?this.cleanFeedback():this.views.add(new n.Views.activityFeedback(e.get("errors")))},postUpdate:function(e){var o=this,t={};if(e){if("keydown"===e.type&&(13!==e.keyCode||!e.ctrlKey))return e;e.preventDefault()}_.each(this.$el.serializeArray(),function(e){e.name=e.name.replace("[]",""),"whats-new"===e.name?o.model.set("content",e.value):-1===_.indexOf(["aw-whats-new-submit","whats-new-post-in"],e.name)&&(_.isUndefined(t[e.name])?t[e.name]=e.value:(_.isArray(t[e.name])||(t[e.name]=[t[e.name]]),t[e.name].push(e.value)))}),this.model.set(t,{silent:!0});e={_wpnonce_post_update:BP_Nouveau.activity.params.post_nonce};c("#_bp_as_nonce").val()&&(e._bp_as_nonce=c("#_bp_as_nonce").val()),n.ajax.post("post_update",_.extend(e,this.model.attributes)).done(function(e){var t=n.Nouveau.getStorage("bp-activity"),i=c('[data-bp-search="activity"] input[type="search"]').val(),s={},a=!1;i&&(i=new RegExp(i,"im"),s=e.activity.match(i)),(a=i&&!s?a:!t.filter||0===parseInt(t.filter,10)||"activity_update"===t.filter)&&e.is_directory&&(a="all"===t.scope&&("user"===o.model.get("object")||!1===e.is_private)||o.model.get("object")+"s"===t.scope),o.resetForm(),a?c("#activity-"+e.id).length||(c("#activity-stream ul.activity-list").length||c("#activity-stream").html(c("<ul></ul>").addClass("activity-list item-list bp-list")),n.Nouveau.inject("#activity-stream ul.activity-list",e.activity,"prepend")):o.views.add(new n.Views.activityFeedback({value:e.message,type:"updated"}))}).fail(function(e){o.model.set("errors",{type:"error",value:e.message})})}}),n.Nouveau.Activity.postForm.start())}(window.bp,jQuery);
|
1 |
+
window.wp=window.wp||{},window.bp=window.bp||{},function(n,c){n.Nouveau=n.Nouveau||{},void 0!==n.Nouveau.Activity&&"undefined"!=typeof BP_Nouveau&&(_.extend(n,_.pick(wp,"Backbone","ajax","template")),n.Models=n.Models||{},n.Collections=n.Collections||{},n.Views=n.Views||{},n.Nouveau.Activity.postForm={start:function(){this.views=new Backbone.Collection,this.ActivityObjects=new n.Collections.ActivityObjects,this.buttons=new Backbone.Collection,this.postFormView()},postFormView:function(){var e;c("#bp-nouveau-activity-form").length&&(e=new n.Views.PostForm,this.views.add({id:"post_form",view:e}),e.inject("#bp-nouveau-activity-form"))}},void 0===n.View&&(n.View=n.Backbone.View.extend({inject:function(e){this.render(),c(e).html(this.el),this.views.ready()},prepare:function(){return!_.isUndefined(this.model)&&_.isFunction(this.model.toJSON)?this.model.toJSON():{}}})),n.Models.Activity=Backbone.Model.extend({defaults:{user_id:0,item_id:0,object:"",content:""}}),n.Models.ActivityObject=Backbone.Model.extend({defaults:{id:0,name:"",avatar_url:"",object_type:"group"}}),n.Collections.ActivityObjects=Backbone.Collection.extend({model:n.Models.ActivityObject,sync:function(e,t,i){if("read"===e)return(i=i||{}).context=this,i.data=_.extend(i.data||{},{action:"bp_nouveau_get_activity_objects"}),n.ajax.send(i)},parse:function(e){return e=_.isArray(e)?e:[e]}}),n.Views.activityFeedback=n.View.extend({tagName:"div",id:"message",template:n.template("activity-post-form-feedback"),initialize:function(){this.model=new Backbone.Model,this.options.value&&this.model.set("message",this.options.value,{silent:!0}),this.type="info",_.isUndefined(this.options.type)||"info"===this.options.type||(this.type=this.options.type),this.el.className="bp-messages bp-feedback "+this.type}}),n.Views.ActivityInput=n.View.extend({tagName:"input",attributes:{type:"text"},initialize:function(){_.isObject(this.options)&&_.each(this.options,function(e,t){this.$el.prop(t,e)},this)}}),n.Views.WhatsNew=n.View.extend({tagName:"textarea",className:"bp-suggestions",id:"whats-new",attributes:{name:"whats-new",cols:"50",rows:"4",placeholder:BP_Nouveau.activity.strings.whatsnewPlaceholder,"aria-label":BP_Nouveau.activity.strings.whatsnewLabel},initialize:function(){this.on("ready",this.adjustContent,this),this.options.activity.on("change:content",this.resetContent,this)},adjustContent:function(){this.$el.css({resize:"none",height:"50px"});var e=n.Nouveau.getLinkParams(null,"r")||null;_.isNull(e)||(this.$el.text("@"+_.escape(e)+" "),this.$el.focus())},resetContent:function(e){_.isUndefined(e)||this.$el.val(e.get("content"))}}),n.Views.WhatsNewPostIn=n.View.extend({tagName:"select",id:"whats-new-post-in",attributes:{name:"whats-new-post-in","aria-label":BP_Nouveau.activity.strings.whatsnewpostinLabel},events:{change:"change"},keys:[],initialize:function(){this.model=new Backbone.Model,this.filters=this.options.filters||{},this.$el.html(_.chain(this.filters).map(function(e,t){return{el:c("<option></option>").val(t).html(e.text)[0],priority:e.priority||50}},this).sortBy("priority").pluck("el").value())},change:function(){var e=this.filters[this.el.value];e&&this.model.set({selected:this.el.value,placeholder:e.autocomplete_placeholder})}}),n.Views.Item=n.View.extend({tagName:"li",className:"bp-activity-object",template:n.template("activity-target-item"),attributes:{role:"checkbox"},initialize:function(){this.model.get("selected")&&(this.el.className+=" selected")},events:{click:"setObject"},setObject:function(e){e.preventDefault(),!0===this.model.get("selected")?this.model.clear():this.model.set("selected",!0)}}),n.Views.AutoComplete=n.View.extend({tagName:"ul",id:"whats-new-post-in-box-items",events:{keyup:"autoComplete"},initialize:function(){var e=new n.Views.ActivityInput({type:"text",id:"activity-autocomplete",placeholder:this.options.placeholder||""}).render();this.$el.prepend(c("<li></li>").html(e.$el)),this.on("ready",this.setFocus,this),this.collection.on("add",this.addItemView,this),this.collection.on("reset",this.cleanView,this)},setFocus:function(){this.$el.find("#activity-autocomplete").focus()},addItemView:function(e){this.views.add(new n.Views.Item({model:e}))},autoComplete:function(){var e=c("#activity-autocomplete").val();this.collection.reset(),e.length<2||this.collection.fetch({data:{type:this.options.type,search:e,nonce:BP_Nouveau.nonces.activity},success:_.bind(this.itemFetched,this),error:_.bind(this.itemFetched,this)})},itemFetched:function(e){e.length||this.cleanView()},cleanView:function(){_.each(this.views._views[""],function(e){e.remove()})}}),n.Views.FormAvatar=n.View.extend({tagName:"div",id:"whats-new-avatar",template:n.template("activity-post-form-avatar"),initialize:function(){this.model=new Backbone.Model(_.pick(BP_Nouveau.activity.params,["user_id","avatar_url","avatar_width","avatar_height","avatar_alt","user_domain"])),this.model.has("avatar_url")&&this.model.set("display_avatar",!0)}}),n.Views.FormContent=n.View.extend({tagName:"div",id:"whats-new-content",initialize:function(){this.$el.html(c("<div></div>").prop("id","whats-new-textarea")),this.views.set("#whats-new-textarea",new n.Views.WhatsNew({activity:this.options.activity}))}}),n.Views.FormOptions=n.View.extend({tagName:"div",id:"whats-new-options",template:n.template("activity-post-form-options")}),n.Views.BeforeFormInputs=n.View.extend({tagName:"div",template:n.template("activity-before-post-form-inputs")}),n.Views.FormTarget=n.View.extend({tagName:"div",id:"whats-new-post-in-box",className:"in-profile",initialize:function(){var e=new n.Views.WhatsNewPostIn({filters:BP_Nouveau.activity.params.objects});this.views.add(e),e.model.on("change",this.attachAutocomplete,this),n.Nouveau.Activity.postForm.ActivityObjects.on("change:selected",this.postIn,this)},attachAutocomplete:function(e){0!==n.Nouveau.Activity.postForm.ActivityObjects.models.length&&n.Nouveau.Activity.postForm.ActivityObjects.reset(),_.each(this.views._views[""],function(e){_.isUndefined(e.collection)||e.remove()}),"profile"!==e.get("selected")?(this.views.add(new n.Views.AutoComplete({collection:n.Nouveau.Activity.postForm.ActivityObjects,type:e.get("selected"),placeholder:e.get("placeholder")})),this.model.set("object",e.get("selected"))):this.model.set({object:"user",item_id:0}),this.updateDisplay()},postIn:function(e){_.isUndefined(e.get("id"))?(this.model.set("item_id",0),this.attachAutocomplete(new Backbone.Model({selected:this.model.get("object")}))):(this.model.set("item_id",e.get("id")),this.views.set("#whats-new-post-in-box-items",new n.Views.Item({model:e})))},updateDisplay:function(){"user"!==this.model.get("object")?this.$el.removeClass():this.$el.hasClass("in-profile")||this.$el.addClass("in-profile")}}),n.Views.FormButtons=n.View.extend({tagName:"div",id:"whats-new-actions",initialize:function(){this.views.add(new n.View({tagName:"ul",id:"whats-new-buttons"})),_.each(this.collection.models,function(e){this.addItemView(e)},this),this.collection.on("change:active",this.isActive,this)},addItemView:function(e){this.views.add("#whats-new-buttons",new n.Views.FormButton({model:e}))},isActive:function(t){_.each(this.views._views[""],function(e,t){0!==t&&e.remove()}),!0===t.get("active")?(_.each(this.views._views["#whats-new-buttons"],function(e){e.model.get("id")!==t.get("id")&&(e.model.set("active",!1,{silent:!0}),e.$el.removeClass("active"),this.collection.trigger("reset:"+e.model.get("id"),this.model))},this),this.collection.trigger("display:"+t.get("id"),this)):this.collection.trigger("reset:"+t.get("id"),this.model)}}),n.Views.FormButton=n.View.extend({tagName:"li",className:"whats-new-button",template:n.template("activity-post-form-buttons"),events:{click:"setActive"},setActive:function(e){var t=this.model.get("active")||!1;e.preventDefault(),!1===t?(this.$el.addClass("active"),this.model.set("active",!0)):(this.$el.removeClass("active"),this.model.set("active",!1))}}),n.Views.FormSubmit=n.View.extend({tagName:"div",id:"whats-new-submit",className:"in-profile",initialize:function(){var e=new n.Views.ActivityInput({type:"reset",id:"aw-whats-new-reset",className:"text-button small",value:BP_Nouveau.activity.strings.cancelButton}),t=new n.Views.ActivityInput({type:"submit",id:"aw-whats-new-submit",className:"button",name:"aw-whats-new-submit",value:BP_Nouveau.activity.strings.postUpdateButton});this.views.set([t,e]),this.model.on("change:object",this.updateDisplay,this)},updateDisplay:function(e){_.isUndefined(e)||("user"!==e.get("object")?this.$el.removeClass("in-profile"):this.$el.hasClass("in-profile")||this.$el.addClass("in-profile"))}}),n.Views.PostForm=n.View.extend({tagName:"form",className:"activity-form",id:"whats-new-form",attributes:{name:"whats-new-form",method:"post"},events:{"focus #whats-new":"displayFull",reset:"resetForm",submit:"postUpdate",keydown:"postUpdate"},initialize:function(){this.model=new n.Models.Activity(_.pick(BP_Nouveau.activity.params,["user_id","item_id","object"])),this.options.backcompat=BP_Nouveau.activity.params.backcompat;var e=[new n.Views.FormAvatar,new n.Views.FormContent({activity:this.model})];!0===this.options.backcompat.before_post_form&&e.unshift(new n.Views.BeforeFormInputs),this.resetModel=this.model.clone(),this.views.set(e),this.model.on("change:errors",this.displayFeedback,this)},displayFull:function(e){var t=!0===this.options.backcompat.before_post_form?3:2;this.cleanFeedback(),t===this.views._views[""].length&&(c(e.target).css({resize:"vertical",height:"auto"}),this.$el.addClass("activity-form-expanded"),!0===this.options.backcompat.post_form_options?this.views.add(new n.Views.FormOptions({model:this.model})):this.views.add(new n.View({id:"whats-new-options"})),_.isUndefined(BP_Nouveau.activity.params.buttons)||(n.Nouveau.Activity.postForm.buttons.set(BP_Nouveau.activity.params.buttons),this.views.add("#whats-new-options",new n.Views.FormButtons({collection:n.Nouveau.Activity.postForm.buttons,model:this.model}))),!_.isUndefined(BP_Nouveau.activity.params.objects)&&1<_.keys(BP_Nouveau.activity.params.objects).length&&this.views.add("#whats-new-options",new n.Views.FormTarget({model:this.model})),this.views.add("#whats-new-options",new n.Views.FormSubmit({model:this.model})))},resetForm:function(){var i=this.options.backcompat.before_post_form?2:1;_.each(this.views._views[""],function(e,t){i<t&&e.remove()}),c("#whats-new").css({resize:"none",height:"50px"}),this.$el.removeClass("activity-form-expanded"),this.model.clear(),this.model.set(this.resetModel.attributes),_.each(n.Nouveau.Activity.postForm.buttons.models,function(e){n.Nouveau.Activity.postForm.buttons.trigger("resetForm:"+e.get("id"),e)})},cleanFeedback:function(){this.model.unset("errors",{silent:!0}),_.each(this.views._views[""],function(e){"message"===e.$el.prop("id")&&e.remove()})},displayFeedback:function(e){_.isUndefined(this.model.get("errors"))?this.cleanFeedback():this.views.add(new n.Views.activityFeedback(e.get("errors")))},postUpdate:function(e){var o=this,t={};if(e){if("keydown"===e.type&&(13!==e.keyCode||!e.ctrlKey))return e;e.preventDefault()}_.each(this.$el.serializeArray(),function(e){e.name=e.name.replace("[]",""),"whats-new"===e.name?o.model.set("content",e.value):-1===_.indexOf(["aw-whats-new-submit","whats-new-post-in"],e.name)&&(_.isUndefined(t[e.name])?t[e.name]=e.value:(_.isArray(t[e.name])||(t[e.name]=[t[e.name]]),t[e.name].push(e.value)))}),this.model.set(t,{silent:!0});e={_wpnonce_post_update:BP_Nouveau.activity.params.post_nonce};c("#_bp_as_nonce").val()&&(e._bp_as_nonce=c("#_bp_as_nonce").val()),n.ajax.post("post_update",_.extend(e,this.model.attributes)).done(function(e){var t=n.Nouveau.getStorage("bp-activity"),i=c('[data-bp-search="activity"] input[type="search"]').val(),s={},a=!1;i&&(i=new RegExp(i,"im"),s=e.activity.match(i)),(a=i&&!s?a:!t.filter||0===parseInt(t.filter,10)||"activity_update"===t.filter)&&e.is_directory&&(a="all"===t.scope&&("user"===o.model.get("object")||!1===e.is_private)||o.model.get("object")+"s"===t.scope),o.resetForm(),a?c("#activity-"+e.id).length||(c("#activity-stream ul.activity-list").length||c("#activity-stream").html(c("<ul></ul>").addClass("activity-list item-list bp-list")),n.Nouveau.inject("#activity-stream ul.activity-list",e.activity,"prepend")):o.views.add(new n.Views.activityFeedback({value:e.message,type:"updated"}))}).fail(function(e){o.model.set("errors",{type:"error",value:e.message})})}}),n.Nouveau.Activity.postForm.start())}(window.bp,jQuery);
|
@@ -703,6 +703,7 @@ window.bp = window.bp || {};
|
|
703 |
event.preventDefault();
|
704 |
|
705 |
this.model.set( this.resetModel );
|
|
|
706 |
}
|
707 |
} );
|
708 |
|
703 |
event.preventDefault();
|
704 |
|
705 |
this.model.set( this.resetModel );
|
706 |
+
bp.Nouveau.Messages.views.trigger( 'compose:resetForm' );
|
707 |
}
|
708 |
} );
|
709 |
|
@@ -1 +1 @@
|
|
1 |
-
window.wp=window.wp||{},window.bp=window.bp||{},function(c,u){"undefined"!=typeof BP_Nouveau&&(_.extend(c,_.pick(wp,"Backbone","ajax","template")),c.Models=c.Models||{},c.Collections=c.Collections||{},c.Views=c.Views||{},c.Nouveau=c.Nouveau||{},c.Nouveau.Messages={start:function(){this.views=new Backbone.Collection,this.threads=new c.Collections.Threads,this.messages=new c.Collections.Messages,this.router=new c.Nouveau.Messages.Router,this.box="inbox",this.supportedRoutes=BP_Nouveau.messages.supportedRoutes,this.setupNav(),Backbone.history.start({pushState:!0,root:BP_Nouveau.messages.rootUrl})},setupNav:function(){var a=this;u("#compose-personal-li").addClass("last"),u("#subnav a").on("click",function(e){var s=u(e.target).prop("id"),t=_.keys(a.supportedRoutes);if(-1===_.indexOf(t,s)||"unsupported"===a.box)return e;e.preventDefault(),a.removeTinyMCE(),"compose"===s?_.isUndefined(a.views.get("compose"))?a.router.navigate(a.supportedRoutes.compose+"/",{trigger:!0}):((t=a.views.get("compose")).get("view").remove(),a.views.remove({id:"compose",view:t}),"single"===a.box&&(a.box="inbox"),a.router.navigate(a.supportedRoutes[a.box]+"/",{trigger:!0})):a.box===s&&_.isUndefined(a.views.get("compose"))||(a.clearViews(),a.router.navigate(a.supportedRoutes[s]+"/",{trigger:!0}))})},updateNav:function(e){var s=this.box;e&&(s=e),u("#subnav ul li").each(function(e,s){u(s).removeClass("current selected")}),u("#subnav a#"+s).closest("li").addClass("current selected")},removeTinyMCE:function(){"undefined"!=typeof tinymce&&null!==tinymce.get("message_content")&&tinymce.EditorManager.execCommand("mceRemoveEditor",!0,"message_content")},tinyMCEinit:function(){void 0===window.tinyMCE||null===window.tinyMCE.activeEditor||void 0===window.tinyMCE.activeEditor||_.isEmpty(c.mentions)||u(window.tinyMCE.activeEditor.contentDocument.activeElement).atwho("setIframe",u("#message_content_ifr")[0]).bp_mentions({data:[],suffix:" "})},removeFeedback:function(){var e;_.isUndefined(this.views.get("feedback"))||((e=this.views.get("feedback")).get("view").remove(),this.views.remove({id:"feedback",view:e}))},displayFeedback:function(e,s){this.removeFeedback(),e&&(e=new c.Views.Feedback({value:e,type:s||"info"}),this.views.add({id:"feedback",view:e}),e.inject(".bp-messages-feedback"))},clearViews:function(){_.isUndefined(this.views.models)||(_.each(this.views.models,function(e){e.get("view").remove()},this),this.views.reset())},composeView:function(){this.clearViews(),this.updateNav("compose");var e=new c.Views.messageForm({model:new c.Models.Message});this.views.add({id:"compose",view:e}),e.inject(".bp-messages-content")},threadsView:function(){this.updateNav();var e=new c.Views.userThreads({collection:this.threads,box:this.box});this.views.add({id:"threads",view:e}),e.inject(".bp-messages-content"),this.displayFilters(this.threads)},displayFilters:function(e){this.filters=new Backbone.Model({page:1,total_page:0,search_terms:"",box:this.box}),e=new c.Views.messageFilters({model:this.filters,threads:e}),this.views.add({id:"filters",view:e}),e.inject(".bp-messages-filters")},singleView:function(e){this.clearViews(),this.box="single";e=new c.Views.userMessages({collection:this.messages,thread:e});this.views.add({id:"single",view:e}),e.inject(".bp-messages-content")}},c.Models.Message=Backbone.Model.extend({defaults:{send_to:[],subject:"",message_content:"",meta:{}},sendMessage:function(){return c.ajax.post("messages_send_message",_.extend({nonce:BP_Nouveau.messages.nonces.send},this.attributes))}}),c.Models.Thread=Backbone.Model.extend({defaults:{id:0,message_id:0,subject:"",excerpt:"",content:"",unread:!0,sender_name:"",sender_link:"",sender_avatar:"",count:0,date:0,display_date:"",recipients:[]},updateReadState:function(e){return(e=e||{}).data=_.extend(_.pick(this.attributes,["id","message_id"]),{action:"messages_thread_read",nonce:BP_Nouveau.nonces.messages}),c.ajax.send(e)}}),c.Models.messageThread=Backbone.Model.extend({defaults:{id:0,content:"",sender_id:0,sender_name:"",sender_link:"",sender_avatar:"",date:0,display_date:""}}),c.Collections.Threads=Backbone.Collection.extend({model:c.Models.Thread,initialize:function(){this.options={page:1,total_page:0}},sync:function(e,s,t){if((t=t||{}).context=this,t.data=t.data||{},t.data.nonce=BP_Nouveau.nonces.messages,"read"===e)return t.data=_.extend(t.data,{action:"messages_get_user_message_threads"}),c.ajax.send(t)},parse:function(t){return _.isArray(t.threads)||(t.threads=[t.threads]),_.each(t.threads,function(e,s){_.isNull(e)||(t.threads[s].id=e.id,t.threads[s].message_id=e.message_id,t.threads[s].subject=e.subject,t.threads[s].excerpt=e.excerpt,t.threads[s].content=e.content,t.threads[s].unread=e.unread,t.threads[s].sender_name=e.sender_name,t.threads[s].sender_link=e.sender_link,t.threads[s].sender_avatar=e.sender_avatar,t.threads[s].count=e.count,t.threads[s].date=new Date(e.date),t.threads[s].display_date=e.display_date,t.threads[s].recipients=e.recipients,t.threads[s].star_link=e.star_link,t.threads[s].is_starred=e.is_starred)}),_.isUndefined(t.meta)||(this.options.page=t.meta.page,this.options.total_page=t.meta.total_page),c.Nouveau.Messages.box&&(this.options.box=c.Nouveau.Messages.box),_.isUndefined(t.extraContent)||_.extend(this.options,_.pick(t.extraContent,["beforeLoop","afterLoop"])),t.threads},doAction:function(e,s,t){return(t=t||{}).context=this,t.data=t.data||{},t.data=_.extend(t.data,{action:"messages_"+e,nonce:BP_Nouveau.nonces.messages,id:s}),c.ajax.send(t)}}),c.Collections.Messages=Backbone.Collection.extend({model:c.Models.messageThread,options:{},sync:function(e,s,t){return(t=t||{}).context=this,t.data=t.data||{},t.data.nonce=BP_Nouveau.nonces.messages,"read"===e?(t.data=_.extend(t.data,{action:"messages_get_thread_messages"}),c.ajax.send(t)):"create"===e?(t.data=_.extend(t.data,{action:"messages_send_reply",nonce:BP_Nouveau.messages.nonces.send},s||{}),c.ajax.send(t)):void 0},parse:function(t){return _.isArray(t.messages)||(t.messages=[t.messages]),_.each(t.messages,function(e,s){_.isNull(e)||(t.messages[s].id=e.id,t.messages[s].content=e.content,t.messages[s].sender_id=e.sender_id,t.messages[s].sender_name=e.sender_name,t.messages[s].sender_link=e.sender_link,t.messages[s].sender_avatar=e.sender_avatar,t.messages[s].date=new Date(e.date),t.messages[s].display_date=e.display_date,t.messages[s].star_link=e.star_link,t.messages[s].is_starred=e.is_starred)}),_.isUndefined(t.thread)||(this.options.thread_id=t.thread.id,this.options.thread_subject=t.thread.subject,this.options.recipients=t.thread.recipients),t.messages}}),c.Nouveau.Messages.View=c.Backbone.View.extend({inject:function(e){this.render(),u(e).html(this.el),this.views.ready()},prepare:function(){return!_.isUndefined(this.model)&&_.isFunction(this.model.toJSON)?this.model.toJSON():{}}}),c.Views.Feedback=c.Nouveau.Messages.View.extend({tagName:"div",className:"bp-messages bp-user-messages-feedback",template:c.template("bp-messages-feedback"),initialize:function(){this.model=new Backbone.Model({type:this.options.type||"info",message:this.options.value})}}),c.Views.Hook=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-hook"),initialize:function(){this.model=new Backbone.Model({extraContent:this.options.extraContent}),this.el.className="bp-messages-hook",this.options.className&&(this.el.className+=" "+this.options.className)}}),c.Views.messageEditor=c.Nouveau.Messages.View.extend({template:c.template("bp-messages-editor"),initialize:function(){this.on("ready",this.activateTinyMce,this)},activateTinyMce:function(){"undefined"!=typeof tinymce&&tinymce.EditorManager.execCommand("mceAddEditor",!0,"message_content")}}),c.Views.messageForm=c.Nouveau.Messages.View.extend({tagName:"form",id:"send_message_form",className:"standard-form",template:c.template("bp-messages-form"),events:{"click #bp-messages-send":"sendMessage","click #bp-messages-reset":"resetForm"},initialize:function(){this.resetModel=this.model.clone(),this.views.add("#bp-message-content",new c.Views.messageEditor),this.model.on("change",this.resetFields,this),this.on("ready",this.addMentions,this)},addMentions:function(){var e=u(this.el).find("#send-to-input"),s=c.Nouveau.getLinkParams(null,"r")||null;e.bp_mentions({data:[],suffix:" "}),_.isNull(s)||(e.val("@"+_.escape(s)+" "),e.trigger("focus"))},resetFields:function(e){_.each(e.previousAttributes(),function(e,s){"message_content"===s?void 0!==tinyMCE.activeEditor&&null!==tinyMCE.activeEditor&&tinyMCE.activeEditor.setContent(""):"meta"!==s&&!1!==e&&u('input[name="'+s+'"]').val("")}),u(this.el).trigger("message:reset",_.pick(e.previousAttributes(),"meta"))},sendMessage:function(e){var s,t={},a=[],i=this,n=e.currentTarget;e.preventDefault(),c.Nouveau.Messages.removeFeedback(),u(n).addClass("disabled").prop("disabled",!0),_.each(this.$el.serializeArray(),function(e){var s;e.name=e.name.replace("[]",""),-1===_.indexOf(["send_to","subject","message_content"],e.name)?_.isUndefined(t[e.name])?t[e.name]=e.value:(_.isArray(t[e.name])||(t[e.name]=[t[e.name]]),t[e.name].push(e.value)):"send_to"===e.name?(s=e.value.match(/(^|[^@\w\-])@([a-zA-Z0-9_\-]{1,50})\b/g))?((s=s.map(function(e){return e=e.trim()}))&&_.isArray(s)||a.push("send_to"),this.model.set("send_to",s,{silent:!0})):a.push("send_to"):("message_content"===e.name&&void 0!==tinyMCE.activeEditor&&(e.value=tinyMCE.activeEditor.getContent()),e.value?this.model.set(e.name,e.value,{silent:!0}):a.push(e.name))},this),a.length?(s="",_.each(a,function(e){s+=BP_Nouveau.messages.errors[e]+"<br/>"}),c.Nouveau.Messages.displayFeedback(s,"error")):!0!==this.model.get("sending")&&(this.model.set({sending:!0,meta:t},{silent:!0}),this.model.sendMessage().done(function(e){i.model.set(i.resetModel),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),c.Nouveau.Messages.removeTinyMCE();e=c.Nouveau.Messages.views.get("compose");e.get("view").remove(),c.Nouveau.Messages.views.remove({id:"compose",view:e}),c.Nouveau.Messages.router.navigate(c.Nouveau.Messages.supportedRoutes.sentbox+"/",{trigger:!0})}).fail(function(e){e.feedback&&c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}).always(function(){i.model.set("sending",!1,{silent:!0}),u(n).removeClass("disabled").prop("disabled",!1)}))},resetForm:function(e){e.preventDefault(),this.model.set(this.resetModel)}}),c.Views.userThreads=c.Nouveau.Messages.View.extend({tagName:"div",events:{"click .subject":"changePreview"},initialize:function(){var e=[new c.Nouveau.Messages.View({tagName:"ul",id:"message-threads",className:"message-lists"}),new c.Views.previewThread({collection:this.collection})];_.each(e,function(e){this.views.add(e)},this),this.requestThreads(),this.collection.on("reset",this.cleanContent,this),this.collection.on("add",this.addThread,this)},requestThreads:function(){this.collection.reset(),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),this.collection.fetch({data:_.pick(this.options,"box"),success:_.bind(this.threadsFetched,this),error:this.threadsFetchError})},threadsFetched:function(){c.Nouveau.Messages.removeFeedback(),this.collection.options.afterLoop&&this.views.add(new c.Views.Hook({extraContent:this.collection.options.afterLoop,className:"after-messages-loop"}),{at:1}),this.collection.options.beforeLoop&&this.views.add(new c.Views.Hook({extraContent:this.collection.options.beforeLoop,className:"before-messages-loop"}),{at:0}),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howto,"info")},threadsFetchError:function(e,s){c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},cleanContent:function(){_.each(this.views._views["#message-threads"],function(e){e.remove()})},addThread:function(e){var s=this.collection.findWhere({active:!0});_.isUndefined(s)&&e.set("active",!0),this.views.add("#message-threads",new c.Views.userThread({model:e}))},setActiveThread:function(s){s&&_.each(this.collection.models,function(e){e.id===s?e.set("active",!0):e.unset("active")},this)},changePreview:function(e){var s=u(e.currentTarget);e.preventDefault(),c.Nouveau.Messages.removeFeedback(),s.closest(".thread-item").hasClass("selected")?c.Nouveau.Messages.router.navigate("view/"+s.closest(".thread-content").data("thread-id")+"/",{trigger:!0}):(this.setActiveThread(s.closest(".thread-content").data("thread-id")),u(".message-action-view").focus())}}),c.Views.userThread=c.Nouveau.Messages.View.extend({tagName:"li",template:c.template("bp-messages-thread"),className:"thread-item",events:{"click .message-check":"singleSelect"},initialize:function(){var e,s;this.model.get("active")&&(this.el.className+=" selected"),this.model.get("unread")&&(this.el.className+=" unread"),"sentbox"===c.Nouveau.Messages.box?(s="",2===(e=this.model.get("recipients").length)?s=BP_Nouveau.messages.toOthers.one:2<e&&(s=BP_Nouveau.messages.toOthers.more.replace("%d",Number(e-1))),this.model.set({recipientsCount:e,toOthers:s},{silent:!0})):this.model.get("recipientsCount")&&this.model.unset("recipientsCount",{silent:!0}),this.model.on("change:active",this.toggleClass,this),this.model.on("change:unread",this.updateReadState,this),this.model.on("change:checked",this.bulkSelect,this),this.model.on("remove",this.cleanView,this)},toggleClass:function(e){!0===e.get("active")?u(this.el).addClass("selected"):u(this.el).removeClass("selected")},updateReadState:function(e,s){!1===s?u(this.el).removeClass("unread"):u(this.el).addClass("unread")},bulkSelect:function(e){u("#bp-message-thread-"+e.get("id")).length&&u("#bp-message-thread-"+e.get("id")).prop("checked",e.get("checked"))},singleSelect:function(e){var e=u(e.currentTarget).prop("checked"),s=(this.model.set("checked",e,{silent:!0}),!1);_.each(this.model.collection.models,function(e){!0===e.get("checked")&&(s=!0)}),s?(u("#user-messages-bulk-actions").closest(".bulk-actions-wrap").removeClass("bp-hide"),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howtoBulk,"info")):(u("#user-messages-bulk-actions").closest(".bulk-actions-wrap").addClass("bp-hide"),c.Nouveau.Messages.removeFeedback())},cleanView:function(){this.views.view.remove()}}),c.Views.previewThread=c.Nouveau.Messages.View.extend({tagName:"div",id:"thread-preview",template:c.template("bp-messages-preview"),events:{"click .actions button":"doAction","click .actions a":"doAction"},initialize:function(){this.collection.on("change:active",this.setPreview,this),this.collection.on("change:is_starred",this.updatePreview,this),this.collection.on("reset",this.emptyPreview,this),this.collection.on("remove",this.emptyPreview,this)},render:function(){_.isUndefined(this.model)||!0!==this.model.get("active")||c.Nouveau.Messages.View.prototype.render.apply(this,arguments)},setPreview:function(e){var s=this;!0===(this.model=e).get("unread")&&this.model.updateReadState().done(function(){s.model.set("unread",!1)}),this.render()},updatePreview:function(e){!0===e.get("active")&&this.render()},emptyPreview:function(){u(this.el).html("")},doAction:function(e){var s=u(e.currentTarget).data("bp-action"),t=this,a={},i=BP_Nouveau.messages.doingAction;if(!s)return e;e.preventDefault();var n=this.collection.findWhere({active:!0});n.get("id")&&(e=n.get("id"),"view"===s?c.Nouveau.Messages.router.navigate("view/"+e+"/",{trigger:!0}):("star"!==s&&"unstar"!==s||(a.data={star_nonce:n.get("star_nonce")},e=n.get("starred_id")),_.isUndefined(i[s])||c.Nouveau.Messages.displayFeedback(i[s],"loading"),this.collection.doAction(s,e,a).done(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),"delete"===s||"exit"===s||"starred"===t.collection.options.box&&"unstar"===s?(t.collection.remove(n.get("id")),t.collection.fetch({data:_.pick(t.collection.options,["box","search_terms","page"])})):"unstar"===s||"star"===s?(_.each(e.messages,function(e){n.set(e)}),n.set(_.first(e.messages))):e.messages&&n.set(_.first(e.messages))}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)})))}}),c.Views.Pagination=c.Nouveau.Messages.View.extend({tagName:"li",className:"last filter",template:c.template("bp-messages-paginate")}),c.Views.BulkActions=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-bulk-actions"),events:{"click #user_messages_select_all":"bulkSelect","click .bulk-apply":"doBulkAction"},bulkSelect:function(e){var s=u(e.currentTarget).prop("checked");s?(u(this.el).find(".bulk-actions-wrap").removeClass("bp-hide").addClass("bp-show"),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howtoBulk,"info")):(u(this.el).find(".bulk-actions-wrap").addClass("bp-hide"),c.Nouveau.Messages.removeFeedback()),_.each(this.collection.models,function(e){e.set("checked",s)})},doBulkAction:function(e){var s,t,a,i=this,n={},o="id",d=BP_Nouveau.messages.doingAction,r=(e.preventDefault(),u("#user-messages-bulk-actions").val());r&&(e=this.collection.where({checked:!0}),t=s=_.map(e,function(e){return e.get("id")}),"star"!==r&&"unstar"!==r||(1===(t=_.map(e,function(e){return e.get("starred_id")})).length&&(n.data={star_nonce:e[0].get("star_nonce")}),o="starred_id"),a=_.object(_.map(e,function(e){return[e.get(o),e.get("id")]})),_.isUndefined(d[r])||c.Nouveau.Messages.displayFeedback(d[r],"loading"),this.collection.doAction(r,t,n).done(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),"delete"===r||"exit"===r||"starred"===i.collection.options.box&&"unstar"===r?(i.collection.remove(s),i.collection.fetch({data:_.pick(i.collection.options,["box","search_terms","page"])})):e.messages&&_.each(e.messages,function(e,s){i.collection.get(a[s]).set(e)})}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}))}}),c.Views.messageFilters=c.Nouveau.Messages.View.extend({tagName:"ul",template:c.template("bp-messages-filters"),events:{"search #user_messages_search":"resetSearchTerms","submit #user_messages_search_form":"setSearchTerms","click #bp-messages-next-page":"nextPage","click #bp-messages-prev-page":"prevPage"},initialize:function(){this.model.on("change",this.filterThreads,this),this.options.threads.on("sync",this.addPaginatation,this)},addPaginatation:function(e){_.each(this.views._views,function(e){_.isUndefined(e)||_.first(e).remove()}),this.views.add(new c.Views.Pagination({model:new Backbone.Model(e.options)})),this.views.add(".user-messages-bulk-actions",new c.Views.BulkActions({model:new Backbone.Model(BP_Nouveau.messages.bulk_actions),collection:e}))},filterThreads:function(){c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),this.options.threads.reset(),_.extend(this.options.threads.options,_.pick(this.model.attributes,["box","search_terms"])),this.options.threads.fetch({data:_.pick(this.model.attributes,["box","search_terms","page"]),success:this.threadsFiltered,error:this.threadsFilterError})},threadsFiltered:function(){c.Nouveau.Messages.removeFeedback()},threadsFilterError:function(e,s){c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},resetSearchTerms:function(e){e.preventDefault(),u(e.target).val()?u(e.target).closest("form").find("[type=submit]").addClass("bp-show").removeClass("bp-hide"):u(e.target).closest("form").submit()},setSearchTerms:function(e){e.preventDefault(),this.model.set({search_terms:u(e.target).find("input[type=search]").val()||"",page:1})},nextPage:function(e){e.preventDefault(),this.model.set("page",this.model.get("page")+1)},prevPage:function(e){e.preventDefault(),this.model.set("page",this.model.get("page")-1)}}),c.Views.userMessagesHeader=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-single-header"),events:{"click .actions a":"doAction","click .actions button":"doAction"},doAction:function(e){var s=u(e.currentTarget).data("bp-action"),t=this,a={},i=BP_Nouveau.messages.doingAction;if(!s)return e;e.preventDefault(),this.model.get("id")&&("star"!==s&&"unstar"!==s||(a.data={star_nonce:this.model.get("star_nonce")},u(e.currentTarget).addClass("bp-hide"),u(e.currentTarget).parent().find('[data-bp-action="'+{star:"unstar",unstar:"star"}[s]+'"]').removeClass("bp-hide")),_.isUndefined(i[s])||c.Nouveau.Messages.displayFeedback(i[s],"loading"),c.Nouveau.Messages.threads.doAction(s,this.model.get("id"),a).done(function(e){"delete"===s||"exit"===s?c.Nouveau.Messages.clearViews():e.messages&&t.model.set(_.first(e.messages)),c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}))}}),c.Views.userMessagesEntry=c.Views.userMessagesHeader.extend({tagName:"li",template:c.template("bp-messages-single-list"),events:{"click [data-bp-action]":"doAction"},initialize:function(){this.model.on("change:is_starred",this.updateMessage,this)},updateMessage:function(e){this.model.get("id")===e.get("id")&&this.render()}}),c.Views.userMessages=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-single"),initialize:function(){this.requestMessages(),this.reply=new c.Models.messageThread,this.collection.on("add",this.addMessage,this),this.views.add("#bp-message-content",new c.Views.messageEditor)},events:{"click #send_reply_button":"sendReply"},requestMessages:function(){var e={};this.collection.reset(),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),_.isUndefined(this.options.thread.attributes)?e.id=this.options.thread.id:(e.id=this.options.thread.get("id"),e.js_thread=!_.isEmpty(this.options.thread.get("subject"))),this.collection.fetch({data:e,success:_.bind(this.messagesFetched,this),error:this.messagesFetchError})},messagesFetched:function(e,s){_.isUndefined(s.thread)||(this.options.thread=new Backbone.Model(s.thread)),c.Nouveau.Messages.removeFeedback(),this.views.add("#bp-message-thread-header",new c.Views.userMessagesHeader({model:this.options.thread}))},messagesFetchError:function(e,s){s.feedback&&s.type&&c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},addMessage:function(e){this.views.add("#bp-message-thread-list",new c.Views.userMessagesEntry({model:e}))},addEditor:function(){this.views.add("#bp-message-content",new c.Views.messageEditor)},sendReply:function(e){e.preventDefault(),!0!==this.reply.get("sending")&&(this.reply.set({thread_id:this.options.thread.get("id"),content:tinyMCE.activeEditor.getContent(),sending:!0}),this.collection.sync("create",_.pick(this.reply.attributes,["thread_id","content"]),{success:_.bind(this.replySent,this),error:_.bind(this.replyError,this)}))},replySent:function(e){e=this.collection.parse(e);tinyMCE.activeEditor.setContent(""),this.reply.set("sending",!1),this.collection.add(_.first(e))},replyError:function(e){e.feedback&&e.type&&c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}}),c.Nouveau.Messages.Router=Backbone.Router.extend({routes:{"view/:id/":"viewMessage","":"inboxView","*unSupported":"unSupported"},initialize:function(){var t=this;_.each(BP_Nouveau.messages.supportedRoutes,function(e,s){t.route(e+"/",s+"Route",function(){"compose"===s?t.composeMessage():"sentbox"===s?t.sentboxView():"starred"===s?t.starredView():"inbox"===s&&t.inboxView()})})},composeMessage:function(){c.Nouveau.Messages.composeView()},viewMessage:function(e){var s;e&&(void 0===(s=c.Nouveau.Messages.threads.get(e))&&((s={}).id=e),c.Nouveau.Messages.singleView(s))},sentboxView:function(){c.Nouveau.Messages.box="sentbox",c.Nouveau.Messages.threadsView()},starredView:function(){c.Nouveau.Messages.box="starred",c.Nouveau.Messages.threadsView()},unSupported:function(){c.Nouveau.Messages.box="unsupported"},inboxView:function(){c.Nouveau.Messages.box="inbox",c.Nouveau.Messages.threadsView()}}),c.Nouveau.Messages.start())}(window.bp,jQuery);
|
1 |
+
window.wp=window.wp||{},window.bp=window.bp||{},function(c,u){"undefined"!=typeof BP_Nouveau&&(_.extend(c,_.pick(wp,"Backbone","ajax","template")),c.Models=c.Models||{},c.Collections=c.Collections||{},c.Views=c.Views||{},c.Nouveau=c.Nouveau||{},c.Nouveau.Messages={start:function(){this.views=new Backbone.Collection,this.threads=new c.Collections.Threads,this.messages=new c.Collections.Messages,this.router=new c.Nouveau.Messages.Router,this.box="inbox",this.supportedRoutes=BP_Nouveau.messages.supportedRoutes,this.setupNav(),Backbone.history.start({pushState:!0,root:BP_Nouveau.messages.rootUrl})},setupNav:function(){var a=this;u("#compose-personal-li").addClass("last"),u("#subnav a").on("click",function(e){var s=u(e.target).prop("id"),t=_.keys(a.supportedRoutes);if(-1===_.indexOf(t,s)||"unsupported"===a.box)return e;e.preventDefault(),a.removeTinyMCE(),"compose"===s?_.isUndefined(a.views.get("compose"))?a.router.navigate(a.supportedRoutes.compose+"/",{trigger:!0}):((t=a.views.get("compose")).get("view").remove(),a.views.remove({id:"compose",view:t}),"single"===a.box&&(a.box="inbox"),a.router.navigate(a.supportedRoutes[a.box]+"/",{trigger:!0})):a.box===s&&_.isUndefined(a.views.get("compose"))||(a.clearViews(),a.router.navigate(a.supportedRoutes[s]+"/",{trigger:!0}))})},updateNav:function(e){var s=this.box;e&&(s=e),u("#subnav ul li").each(function(e,s){u(s).removeClass("current selected")}),u("#subnav a#"+s).closest("li").addClass("current selected")},removeTinyMCE:function(){"undefined"!=typeof tinymce&&null!==tinymce.get("message_content")&&tinymce.EditorManager.execCommand("mceRemoveEditor",!0,"message_content")},tinyMCEinit:function(){void 0===window.tinyMCE||null===window.tinyMCE.activeEditor||void 0===window.tinyMCE.activeEditor||_.isEmpty(c.mentions)||u(window.tinyMCE.activeEditor.contentDocument.activeElement).atwho("setIframe",u("#message_content_ifr")[0]).bp_mentions({data:[],suffix:" "})},removeFeedback:function(){var e;_.isUndefined(this.views.get("feedback"))||((e=this.views.get("feedback")).get("view").remove(),this.views.remove({id:"feedback",view:e}))},displayFeedback:function(e,s){this.removeFeedback(),e&&(e=new c.Views.Feedback({value:e,type:s||"info"}),this.views.add({id:"feedback",view:e}),e.inject(".bp-messages-feedback"))},clearViews:function(){_.isUndefined(this.views.models)||(_.each(this.views.models,function(e){e.get("view").remove()},this),this.views.reset())},composeView:function(){this.clearViews(),this.updateNav("compose");var e=new c.Views.messageForm({model:new c.Models.Message});this.views.add({id:"compose",view:e}),e.inject(".bp-messages-content")},threadsView:function(){this.updateNav();var e=new c.Views.userThreads({collection:this.threads,box:this.box});this.views.add({id:"threads",view:e}),e.inject(".bp-messages-content"),this.displayFilters(this.threads)},displayFilters:function(e){this.filters=new Backbone.Model({page:1,total_page:0,search_terms:"",box:this.box}),e=new c.Views.messageFilters({model:this.filters,threads:e}),this.views.add({id:"filters",view:e}),e.inject(".bp-messages-filters")},singleView:function(e){this.clearViews(),this.box="single";e=new c.Views.userMessages({collection:this.messages,thread:e});this.views.add({id:"single",view:e}),e.inject(".bp-messages-content")}},c.Models.Message=Backbone.Model.extend({defaults:{send_to:[],subject:"",message_content:"",meta:{}},sendMessage:function(){return c.ajax.post("messages_send_message",_.extend({nonce:BP_Nouveau.messages.nonces.send},this.attributes))}}),c.Models.Thread=Backbone.Model.extend({defaults:{id:0,message_id:0,subject:"",excerpt:"",content:"",unread:!0,sender_name:"",sender_link:"",sender_avatar:"",count:0,date:0,display_date:"",recipients:[]},updateReadState:function(e){return(e=e||{}).data=_.extend(_.pick(this.attributes,["id","message_id"]),{action:"messages_thread_read",nonce:BP_Nouveau.nonces.messages}),c.ajax.send(e)}}),c.Models.messageThread=Backbone.Model.extend({defaults:{id:0,content:"",sender_id:0,sender_name:"",sender_link:"",sender_avatar:"",date:0,display_date:""}}),c.Collections.Threads=Backbone.Collection.extend({model:c.Models.Thread,initialize:function(){this.options={page:1,total_page:0}},sync:function(e,s,t){if((t=t||{}).context=this,t.data=t.data||{},t.data.nonce=BP_Nouveau.nonces.messages,"read"===e)return t.data=_.extend(t.data,{action:"messages_get_user_message_threads"}),c.ajax.send(t)},parse:function(t){return _.isArray(t.threads)||(t.threads=[t.threads]),_.each(t.threads,function(e,s){_.isNull(e)||(t.threads[s].id=e.id,t.threads[s].message_id=e.message_id,t.threads[s].subject=e.subject,t.threads[s].excerpt=e.excerpt,t.threads[s].content=e.content,t.threads[s].unread=e.unread,t.threads[s].sender_name=e.sender_name,t.threads[s].sender_link=e.sender_link,t.threads[s].sender_avatar=e.sender_avatar,t.threads[s].count=e.count,t.threads[s].date=new Date(e.date),t.threads[s].display_date=e.display_date,t.threads[s].recipients=e.recipients,t.threads[s].star_link=e.star_link,t.threads[s].is_starred=e.is_starred)}),_.isUndefined(t.meta)||(this.options.page=t.meta.page,this.options.total_page=t.meta.total_page),c.Nouveau.Messages.box&&(this.options.box=c.Nouveau.Messages.box),_.isUndefined(t.extraContent)||_.extend(this.options,_.pick(t.extraContent,["beforeLoop","afterLoop"])),t.threads},doAction:function(e,s,t){return(t=t||{}).context=this,t.data=t.data||{},t.data=_.extend(t.data,{action:"messages_"+e,nonce:BP_Nouveau.nonces.messages,id:s}),c.ajax.send(t)}}),c.Collections.Messages=Backbone.Collection.extend({model:c.Models.messageThread,options:{},sync:function(e,s,t){return(t=t||{}).context=this,t.data=t.data||{},t.data.nonce=BP_Nouveau.nonces.messages,"read"===e?(t.data=_.extend(t.data,{action:"messages_get_thread_messages"}),c.ajax.send(t)):"create"===e?(t.data=_.extend(t.data,{action:"messages_send_reply",nonce:BP_Nouveau.messages.nonces.send},s||{}),c.ajax.send(t)):void 0},parse:function(t){return _.isArray(t.messages)||(t.messages=[t.messages]),_.each(t.messages,function(e,s){_.isNull(e)||(t.messages[s].id=e.id,t.messages[s].content=e.content,t.messages[s].sender_id=e.sender_id,t.messages[s].sender_name=e.sender_name,t.messages[s].sender_link=e.sender_link,t.messages[s].sender_avatar=e.sender_avatar,t.messages[s].date=new Date(e.date),t.messages[s].display_date=e.display_date,t.messages[s].star_link=e.star_link,t.messages[s].is_starred=e.is_starred)}),_.isUndefined(t.thread)||(this.options.thread_id=t.thread.id,this.options.thread_subject=t.thread.subject,this.options.recipients=t.thread.recipients),t.messages}}),c.Nouveau.Messages.View=c.Backbone.View.extend({inject:function(e){this.render(),u(e).html(this.el),this.views.ready()},prepare:function(){return!_.isUndefined(this.model)&&_.isFunction(this.model.toJSON)?this.model.toJSON():{}}}),c.Views.Feedback=c.Nouveau.Messages.View.extend({tagName:"div",className:"bp-messages bp-user-messages-feedback",template:c.template("bp-messages-feedback"),initialize:function(){this.model=new Backbone.Model({type:this.options.type||"info",message:this.options.value})}}),c.Views.Hook=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-hook"),initialize:function(){this.model=new Backbone.Model({extraContent:this.options.extraContent}),this.el.className="bp-messages-hook",this.options.className&&(this.el.className+=" "+this.options.className)}}),c.Views.messageEditor=c.Nouveau.Messages.View.extend({template:c.template("bp-messages-editor"),initialize:function(){this.on("ready",this.activateTinyMce,this)},activateTinyMce:function(){"undefined"!=typeof tinymce&&tinymce.EditorManager.execCommand("mceAddEditor",!0,"message_content")}}),c.Views.messageForm=c.Nouveau.Messages.View.extend({tagName:"form",id:"send_message_form",className:"standard-form",template:c.template("bp-messages-form"),events:{"click #bp-messages-send":"sendMessage","click #bp-messages-reset":"resetForm"},initialize:function(){this.resetModel=this.model.clone(),this.views.add("#bp-message-content",new c.Views.messageEditor),this.model.on("change",this.resetFields,this),this.on("ready",this.addMentions,this)},addMentions:function(){var e=u(this.el).find("#send-to-input"),s=c.Nouveau.getLinkParams(null,"r")||null;e.bp_mentions({data:[],suffix:" "}),_.isNull(s)||(e.val("@"+_.escape(s)+" "),e.trigger("focus"))},resetFields:function(e){_.each(e.previousAttributes(),function(e,s){"message_content"===s?void 0!==tinyMCE.activeEditor&&null!==tinyMCE.activeEditor&&tinyMCE.activeEditor.setContent(""):"meta"!==s&&!1!==e&&u('input[name="'+s+'"]').val("")}),u(this.el).trigger("message:reset",_.pick(e.previousAttributes(),"meta"))},sendMessage:function(e){var s,t={},a=[],i=this,n=e.currentTarget;e.preventDefault(),c.Nouveau.Messages.removeFeedback(),u(n).addClass("disabled").prop("disabled",!0),_.each(this.$el.serializeArray(),function(e){var s;e.name=e.name.replace("[]",""),-1===_.indexOf(["send_to","subject","message_content"],e.name)?_.isUndefined(t[e.name])?t[e.name]=e.value:(_.isArray(t[e.name])||(t[e.name]=[t[e.name]]),t[e.name].push(e.value)):"send_to"===e.name?(s=e.value.match(/(^|[^@\w\-])@([a-zA-Z0-9_\-]{1,50})\b/g))?((s=s.map(function(e){return e=e.trim()}))&&_.isArray(s)||a.push("send_to"),this.model.set("send_to",s,{silent:!0})):a.push("send_to"):("message_content"===e.name&&void 0!==tinyMCE.activeEditor&&(e.value=tinyMCE.activeEditor.getContent()),e.value?this.model.set(e.name,e.value,{silent:!0}):a.push(e.name))},this),a.length?(s="",_.each(a,function(e){s+=BP_Nouveau.messages.errors[e]+"<br/>"}),c.Nouveau.Messages.displayFeedback(s,"error")):!0!==this.model.get("sending")&&(this.model.set({sending:!0,meta:t},{silent:!0}),this.model.sendMessage().done(function(e){i.model.set(i.resetModel),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),c.Nouveau.Messages.removeTinyMCE();e=c.Nouveau.Messages.views.get("compose");e.get("view").remove(),c.Nouveau.Messages.views.remove({id:"compose",view:e}),c.Nouveau.Messages.router.navigate(c.Nouveau.Messages.supportedRoutes.sentbox+"/",{trigger:!0})}).fail(function(e){e.feedback&&c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}).always(function(){i.model.set("sending",!1,{silent:!0}),u(n).removeClass("disabled").prop("disabled",!1)}))},resetForm:function(e){e.preventDefault(),this.model.set(this.resetModel),c.Nouveau.Messages.views.trigger("compose:resetForm")}}),c.Views.userThreads=c.Nouveau.Messages.View.extend({tagName:"div",events:{"click .subject":"changePreview"},initialize:function(){var e=[new c.Nouveau.Messages.View({tagName:"ul",id:"message-threads",className:"message-lists"}),new c.Views.previewThread({collection:this.collection})];_.each(e,function(e){this.views.add(e)},this),this.requestThreads(),this.collection.on("reset",this.cleanContent,this),this.collection.on("add",this.addThread,this)},requestThreads:function(){this.collection.reset(),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),this.collection.fetch({data:_.pick(this.options,"box"),success:_.bind(this.threadsFetched,this),error:this.threadsFetchError})},threadsFetched:function(){c.Nouveau.Messages.removeFeedback(),this.collection.options.afterLoop&&this.views.add(new c.Views.Hook({extraContent:this.collection.options.afterLoop,className:"after-messages-loop"}),{at:1}),this.collection.options.beforeLoop&&this.views.add(new c.Views.Hook({extraContent:this.collection.options.beforeLoop,className:"before-messages-loop"}),{at:0}),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howto,"info")},threadsFetchError:function(e,s){c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},cleanContent:function(){_.each(this.views._views["#message-threads"],function(e){e.remove()})},addThread:function(e){var s=this.collection.findWhere({active:!0});_.isUndefined(s)&&e.set("active",!0),this.views.add("#message-threads",new c.Views.userThread({model:e}))},setActiveThread:function(s){s&&_.each(this.collection.models,function(e){e.id===s?e.set("active",!0):e.unset("active")},this)},changePreview:function(e){var s=u(e.currentTarget);e.preventDefault(),c.Nouveau.Messages.removeFeedback(),s.closest(".thread-item").hasClass("selected")?c.Nouveau.Messages.router.navigate("view/"+s.closest(".thread-content").data("thread-id")+"/",{trigger:!0}):(this.setActiveThread(s.closest(".thread-content").data("thread-id")),u(".message-action-view").focus())}}),c.Views.userThread=c.Nouveau.Messages.View.extend({tagName:"li",template:c.template("bp-messages-thread"),className:"thread-item",events:{"click .message-check":"singleSelect"},initialize:function(){var e,s;this.model.get("active")&&(this.el.className+=" selected"),this.model.get("unread")&&(this.el.className+=" unread"),"sentbox"===c.Nouveau.Messages.box?(s="",2===(e=this.model.get("recipients").length)?s=BP_Nouveau.messages.toOthers.one:2<e&&(s=BP_Nouveau.messages.toOthers.more.replace("%d",Number(e-1))),this.model.set({recipientsCount:e,toOthers:s},{silent:!0})):this.model.get("recipientsCount")&&this.model.unset("recipientsCount",{silent:!0}),this.model.on("change:active",this.toggleClass,this),this.model.on("change:unread",this.updateReadState,this),this.model.on("change:checked",this.bulkSelect,this),this.model.on("remove",this.cleanView,this)},toggleClass:function(e){!0===e.get("active")?u(this.el).addClass("selected"):u(this.el).removeClass("selected")},updateReadState:function(e,s){!1===s?u(this.el).removeClass("unread"):u(this.el).addClass("unread")},bulkSelect:function(e){u("#bp-message-thread-"+e.get("id")).length&&u("#bp-message-thread-"+e.get("id")).prop("checked",e.get("checked"))},singleSelect:function(e){var e=u(e.currentTarget).prop("checked"),s=(this.model.set("checked",e,{silent:!0}),!1);_.each(this.model.collection.models,function(e){!0===e.get("checked")&&(s=!0)}),s?(u("#user-messages-bulk-actions").closest(".bulk-actions-wrap").removeClass("bp-hide"),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howtoBulk,"info")):(u("#user-messages-bulk-actions").closest(".bulk-actions-wrap").addClass("bp-hide"),c.Nouveau.Messages.removeFeedback())},cleanView:function(){this.views.view.remove()}}),c.Views.previewThread=c.Nouveau.Messages.View.extend({tagName:"div",id:"thread-preview",template:c.template("bp-messages-preview"),events:{"click .actions button":"doAction","click .actions a":"doAction"},initialize:function(){this.collection.on("change:active",this.setPreview,this),this.collection.on("change:is_starred",this.updatePreview,this),this.collection.on("reset",this.emptyPreview,this),this.collection.on("remove",this.emptyPreview,this)},render:function(){_.isUndefined(this.model)||!0!==this.model.get("active")||c.Nouveau.Messages.View.prototype.render.apply(this,arguments)},setPreview:function(e){var s=this;!0===(this.model=e).get("unread")&&this.model.updateReadState().done(function(){s.model.set("unread",!1)}),this.render()},updatePreview:function(e){!0===e.get("active")&&this.render()},emptyPreview:function(){u(this.el).html("")},doAction:function(e){var s=u(e.currentTarget).data("bp-action"),t=this,a={},i=BP_Nouveau.messages.doingAction;if(!s)return e;e.preventDefault();var n=this.collection.findWhere({active:!0});n.get("id")&&(e=n.get("id"),"view"===s?c.Nouveau.Messages.router.navigate("view/"+e+"/",{trigger:!0}):("star"!==s&&"unstar"!==s||(a.data={star_nonce:n.get("star_nonce")},e=n.get("starred_id")),_.isUndefined(i[s])||c.Nouveau.Messages.displayFeedback(i[s],"loading"),this.collection.doAction(s,e,a).done(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),"delete"===s||"exit"===s||"starred"===t.collection.options.box&&"unstar"===s?(t.collection.remove(n.get("id")),t.collection.fetch({data:_.pick(t.collection.options,["box","search_terms","page"])})):"unstar"===s||"star"===s?(_.each(e.messages,function(e){n.set(e)}),n.set(_.first(e.messages))):e.messages&&n.set(_.first(e.messages))}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)})))}}),c.Views.Pagination=c.Nouveau.Messages.View.extend({tagName:"li",className:"last filter",template:c.template("bp-messages-paginate")}),c.Views.BulkActions=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-bulk-actions"),events:{"click #user_messages_select_all":"bulkSelect","click .bulk-apply":"doBulkAction"},bulkSelect:function(e){var s=u(e.currentTarget).prop("checked");s?(u(this.el).find(".bulk-actions-wrap").removeClass("bp-hide").addClass("bp-show"),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.howtoBulk,"info")):(u(this.el).find(".bulk-actions-wrap").addClass("bp-hide"),c.Nouveau.Messages.removeFeedback()),_.each(this.collection.models,function(e){e.set("checked",s)})},doBulkAction:function(e){var s,t,a,i=this,n={},o="id",d=BP_Nouveau.messages.doingAction,r=(e.preventDefault(),u("#user-messages-bulk-actions").val());r&&(e=this.collection.where({checked:!0}),t=s=_.map(e,function(e){return e.get("id")}),"star"!==r&&"unstar"!==r||(1===(t=_.map(e,function(e){return e.get("starred_id")})).length&&(n.data={star_nonce:e[0].get("star_nonce")}),o="starred_id"),a=_.object(_.map(e,function(e){return[e.get(o),e.get("id")]})),_.isUndefined(d[r])||c.Nouveau.Messages.displayFeedback(d[r],"loading"),this.collection.doAction(r,t,n).done(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type),"delete"===r||"exit"===r||"starred"===i.collection.options.box&&"unstar"===r?(i.collection.remove(s),i.collection.fetch({data:_.pick(i.collection.options,["box","search_terms","page"])})):e.messages&&_.each(e.messages,function(e,s){i.collection.get(a[s]).set(e)})}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}))}}),c.Views.messageFilters=c.Nouveau.Messages.View.extend({tagName:"ul",template:c.template("bp-messages-filters"),events:{"search #user_messages_search":"resetSearchTerms","submit #user_messages_search_form":"setSearchTerms","click #bp-messages-next-page":"nextPage","click #bp-messages-prev-page":"prevPage"},initialize:function(){this.model.on("change",this.filterThreads,this),this.options.threads.on("sync",this.addPaginatation,this)},addPaginatation:function(e){_.each(this.views._views,function(e){_.isUndefined(e)||_.first(e).remove()}),this.views.add(new c.Views.Pagination({model:new Backbone.Model(e.options)})),this.views.add(".user-messages-bulk-actions",new c.Views.BulkActions({model:new Backbone.Model(BP_Nouveau.messages.bulk_actions),collection:e}))},filterThreads:function(){c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),this.options.threads.reset(),_.extend(this.options.threads.options,_.pick(this.model.attributes,["box","search_terms"])),this.options.threads.fetch({data:_.pick(this.model.attributes,["box","search_terms","page"]),success:this.threadsFiltered,error:this.threadsFilterError})},threadsFiltered:function(){c.Nouveau.Messages.removeFeedback()},threadsFilterError:function(e,s){c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},resetSearchTerms:function(e){e.preventDefault(),u(e.target).val()?u(e.target).closest("form").find("[type=submit]").addClass("bp-show").removeClass("bp-hide"):u(e.target).closest("form").submit()},setSearchTerms:function(e){e.preventDefault(),this.model.set({search_terms:u(e.target).find("input[type=search]").val()||"",page:1})},nextPage:function(e){e.preventDefault(),this.model.set("page",this.model.get("page")+1)},prevPage:function(e){e.preventDefault(),this.model.set("page",this.model.get("page")-1)}}),c.Views.userMessagesHeader=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-single-header"),events:{"click .actions a":"doAction","click .actions button":"doAction"},doAction:function(e){var s=u(e.currentTarget).data("bp-action"),t=this,a={},i=BP_Nouveau.messages.doingAction;if(!s)return e;e.preventDefault(),this.model.get("id")&&("star"!==s&&"unstar"!==s||(a.data={star_nonce:this.model.get("star_nonce")},u(e.currentTarget).addClass("bp-hide"),u(e.currentTarget).parent().find('[data-bp-action="'+{star:"unstar",unstar:"star"}[s]+'"]').removeClass("bp-hide")),_.isUndefined(i[s])||c.Nouveau.Messages.displayFeedback(i[s],"loading"),c.Nouveau.Messages.threads.doAction(s,this.model.get("id"),a).done(function(e){"delete"===s||"exit"===s?c.Nouveau.Messages.clearViews():e.messages&&t.model.set(_.first(e.messages)),c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}).fail(function(e){c.Nouveau.Messages.removeFeedback(),c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}))}}),c.Views.userMessagesEntry=c.Views.userMessagesHeader.extend({tagName:"li",template:c.template("bp-messages-single-list"),events:{"click [data-bp-action]":"doAction"},initialize:function(){this.model.on("change:is_starred",this.updateMessage,this)},updateMessage:function(e){this.model.get("id")===e.get("id")&&this.render()}}),c.Views.userMessages=c.Nouveau.Messages.View.extend({tagName:"div",template:c.template("bp-messages-single"),initialize:function(){this.requestMessages(),this.reply=new c.Models.messageThread,this.collection.on("add",this.addMessage,this),this.views.add("#bp-message-content",new c.Views.messageEditor)},events:{"click #send_reply_button":"sendReply"},requestMessages:function(){var e={};this.collection.reset(),c.Nouveau.Messages.displayFeedback(BP_Nouveau.messages.loading,"loading"),_.isUndefined(this.options.thread.attributes)?e.id=this.options.thread.id:(e.id=this.options.thread.get("id"),e.js_thread=!_.isEmpty(this.options.thread.get("subject"))),this.collection.fetch({data:e,success:_.bind(this.messagesFetched,this),error:this.messagesFetchError})},messagesFetched:function(e,s){_.isUndefined(s.thread)||(this.options.thread=new Backbone.Model(s.thread)),c.Nouveau.Messages.removeFeedback(),this.views.add("#bp-message-thread-header",new c.Views.userMessagesHeader({model:this.options.thread}))},messagesFetchError:function(e,s){s.feedback&&s.type&&c.Nouveau.Messages.displayFeedback(s.feedback,s.type)},addMessage:function(e){this.views.add("#bp-message-thread-list",new c.Views.userMessagesEntry({model:e}))},addEditor:function(){this.views.add("#bp-message-content",new c.Views.messageEditor)},sendReply:function(e){e.preventDefault(),!0!==this.reply.get("sending")&&(this.reply.set({thread_id:this.options.thread.get("id"),content:tinyMCE.activeEditor.getContent(),sending:!0}),this.collection.sync("create",_.pick(this.reply.attributes,["thread_id","content"]),{success:_.bind(this.replySent,this),error:_.bind(this.replyError,this)}))},replySent:function(e){e=this.collection.parse(e);tinyMCE.activeEditor.setContent(""),this.reply.set("sending",!1),this.collection.add(_.first(e))},replyError:function(e){e.feedback&&e.type&&c.Nouveau.Messages.displayFeedback(e.feedback,e.type)}}),c.Nouveau.Messages.Router=Backbone.Router.extend({routes:{"view/:id/":"viewMessage","":"inboxView","*unSupported":"unSupported"},initialize:function(){var t=this;_.each(BP_Nouveau.messages.supportedRoutes,function(e,s){t.route(e+"/",s+"Route",function(){"compose"===s?t.composeMessage():"sentbox"===s?t.sentboxView():"starred"===s?t.starredView():"inbox"===s&&t.inboxView()})})},composeMessage:function(){c.Nouveau.Messages.composeView()},viewMessage:function(e){var s;e&&(void 0===(s=c.Nouveau.Messages.threads.get(e))&&((s={}).id=e),c.Nouveau.Messages.singleView(s))},sentboxView:function(){c.Nouveau.Messages.box="sentbox",c.Nouveau.Messages.threadsView()},starredView:function(){c.Nouveau.Messages.box="starred",c.Nouveau.Messages.threadsView()},unSupported:function(){c.Nouveau.Messages.box="unsupported"},inboxView:function(){c.Nouveau.Messages.box="inbox",c.Nouveau.Messages.threadsView()}}),c.Nouveau.Messages.start())}(window.bp,jQuery);
|
@@ -64,7 +64,7 @@ class BP_XProfile_Field_Type_Checkbox_Acceptance extends BP_XProfile_Field_Type
|
|
64 |
*
|
65 |
* @since 8.0.0
|
66 |
*
|
67 |
-
* @param BP_XProfile_Field_Type_Checkbox_Acceptance $
|
68 |
*/
|
69 |
do_action( 'bp_xprofile_field_type_checkbox_acceptance', $this );
|
70 |
|
64 |
*
|
65 |
* @since 8.0.0
|
66 |
*
|
67 |
+
* @param BP_XProfile_Field_Type_Checkbox_Acceptance $field_type Current instance of the field type class.
|
68 |
*/
|
69 |
do_action( 'bp_xprofile_field_type_checkbox_acceptance', $this );
|
70 |
|
@@ -39,8 +39,7 @@ class BP_XProfile_Field_Type_Checkbox extends BP_XProfile_Field_Type {
|
|
39 |
*
|
40 |
* @since 2.0.0
|
41 |
*
|
42 |
-
* @param BP_XProfile_Field_Type_Checkbox $
|
43 |
-
* the field type checkbox.
|
44 |
*/
|
45 |
do_action( 'bp_xprofile_field_type_checkbox', $this );
|
46 |
}
|
39 |
*
|
40 |
* @since 2.0.0
|
41 |
*
|
42 |
+
* @param BP_XProfile_Field_Type_Checkbox $field_type Current instance of the field type class.
|
|
|
43 |
*/
|
44 |
do_action( 'bp_xprofile_field_type_checkbox', $this );
|
45 |
}
|
@@ -37,8 +37,7 @@ class BP_XProfile_Field_Type_Datebox extends BP_XProfile_Field_Type {
|
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
-
* @param BP_XProfile_Field_Type_Datebox $
|
41 |
-
* the field type datebox.
|
42 |
*/
|
43 |
do_action( 'bp_xprofile_field_type_datebox', $this );
|
44 |
}
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
+
* @param BP_XProfile_Field_Type_Datebox $field_type Current instance of the field type class.
|
|
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_datebox', $this );
|
43 |
}
|
@@ -39,8 +39,7 @@ class BP_XProfile_Field_Type_Multiselectbox extends BP_XProfile_Field_Type {
|
|
39 |
*
|
40 |
* @since 2.0.0
|
41 |
*
|
42 |
-
* @param BP_XProfile_Field_Type_Multiselectbox $
|
43 |
-
* the field type multiple select box.
|
44 |
*/
|
45 |
do_action( 'bp_xprofile_field_type_multiselectbox', $this );
|
46 |
}
|
39 |
*
|
40 |
* @since 2.0.0
|
41 |
*
|
42 |
+
* @param BP_XProfile_Field_Type_Multiselectbox $field_type Current instance of the field type class.
|
|
|
43 |
*/
|
44 |
do_action( 'bp_xprofile_field_type_multiselectbox', $this );
|
45 |
}
|
@@ -35,8 +35,7 @@ class BP_XProfile_Field_Type_Number extends BP_XProfile_Field_Type {
|
|
35 |
*
|
36 |
* @since 2.0.0
|
37 |
*
|
38 |
-
* @param BP_XProfile_Field_Type_Number $
|
39 |
-
* the field type number.
|
40 |
*/
|
41 |
do_action( 'bp_xprofile_field_type_number', $this );
|
42 |
}
|
35 |
*
|
36 |
* @since 2.0.0
|
37 |
*
|
38 |
+
* @param BP_XProfile_Field_Type_Number $field_type Current instance of the field type class.
|
|
|
39 |
*/
|
40 |
do_action( 'bp_xprofile_field_type_number', $this );
|
41 |
}
|
@@ -37,8 +37,7 @@ class BP_XProfile_Field_Type_Radiobutton extends BP_XProfile_Field_Type {
|
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
-
* @param BP_XProfile_Field_Type_Radiobutton $
|
41 |
-
* the field type radio button.
|
42 |
*/
|
43 |
do_action( 'bp_xprofile_field_type_radiobutton', $this );
|
44 |
}
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
+
* @param BP_XProfile_Field_Type_Radiobutton $field_type Current instance of the field type class.
|
|
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_radiobutton', $this );
|
43 |
}
|
@@ -37,8 +37,7 @@ class BP_XProfile_Field_Type_Selectbox extends BP_XProfile_Field_Type {
|
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
-
* @param BP_XProfile_Field_Type_Selectbox $
|
41 |
-
* the field type select box.
|
42 |
*/
|
43 |
do_action( 'bp_xprofile_field_type_selectbox', $this );
|
44 |
}
|
37 |
*
|
38 |
* @since 2.0.0
|
39 |
*
|
40 |
+
* @param BP_XProfile_Field_Type_Selectbox $field_type Current instance of the field type class.
|
|
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_selectbox', $this );
|
43 |
}
|
@@ -35,7 +35,7 @@ class BP_XProfile_Field_Type_Telephone extends BP_XProfile_Field_Type {
|
|
35 |
*
|
36 |
* @since 3.0.0
|
37 |
*
|
38 |
-
* @param BP_XProfile_Field_Type_Telephone $
|
39 |
*/
|
40 |
do_action( 'bp_xprofile_field_type_telephone', $this );
|
41 |
}
|
35 |
*
|
36 |
* @since 3.0.0
|
37 |
*
|
38 |
+
* @param BP_XProfile_Field_Type_Telephone $field_type Current instance of the field type class.
|
39 |
*/
|
40 |
do_action( 'bp_xprofile_field_type_telephone', $this );
|
41 |
}
|
@@ -36,8 +36,7 @@ class BP_XProfile_Field_Type_Textarea extends BP_XProfile_Field_Type {
|
|
36 |
*
|
37 |
* @since 2.0.0
|
38 |
*
|
39 |
-
* @param BP_XProfile_Field_Type_Textarea $
|
40 |
-
* the field type textarea.
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_textarea', $this );
|
43 |
}
|
36 |
*
|
37 |
* @since 2.0.0
|
38 |
*
|
39 |
+
* @param BP_XProfile_Field_Type_Textarea $field_type Current instance of the field type class.
|
|
|
40 |
*/
|
41 |
do_action( 'bp_xprofile_field_type_textarea', $this );
|
42 |
}
|
@@ -35,8 +35,7 @@ class BP_XProfile_Field_Type_Textbox extends BP_XProfile_Field_Type {
|
|
35 |
*
|
36 |
* @since 2.0.0
|
37 |
*
|
38 |
-
* @param BP_XProfile_Field_Type_Textbox $
|
39 |
-
* the field type text box.
|
40 |
*/
|
41 |
do_action( 'bp_xprofile_field_type_textbox', $this );
|
42 |
}
|
35 |
*
|
36 |
* @since 2.0.0
|
37 |
*
|
38 |
+
* @param BP_XProfile_Field_Type_Textbox $field_type Current instance of the field type class.
|
|
|
39 |
*/
|
40 |
do_action( 'bp_xprofile_field_type_textbox', $this );
|
41 |
}
|
@@ -45,8 +45,7 @@ class BP_XProfile_Field_Type_URL extends BP_XProfile_Field_Type {
|
|
45 |
*
|
46 |
* @since 2.0.0
|
47 |
*
|
48 |
-
* @param BP_XProfile_Field_Type_URL $
|
49 |
-
* the field type URL.
|
50 |
*/
|
51 |
do_action( 'bp_xprofile_field_type_url', $this );
|
52 |
}
|
45 |
*
|
46 |
* @since 2.0.0
|
47 |
*
|
48 |
+
* @param BP_XProfile_Field_Type_URL $field_type Current instance of the field type class.
|
|
|
49 |
*/
|
50 |
do_action( 'bp_xprofile_field_type_url', $this );
|
51 |
}
|
@@ -37,7 +37,7 @@ class BP_XProfile_Field_Type_WordPress_Biography extends BP_XProfile_Field_Type_
|
|
37 |
*
|
38 |
* @since 8.0.0
|
39 |
*
|
40 |
-
* @param BP_XProfile_Field_Type_WordPress_Biography $
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_wordpress_biography', $this );
|
43 |
}
|
37 |
*
|
38 |
* @since 8.0.0
|
39 |
*
|
40 |
+
* @param BP_XProfile_Field_Type_WordPress_Biography $field_type Current instance of the field type class.
|
41 |
*/
|
42 |
do_action( 'bp_xprofile_field_type_wordpress_biography', $this );
|
43 |
}
|
@@ -38,7 +38,7 @@ class BP_XProfile_Field_Type_WordPress_Textbox extends BP_XProfile_Field_Type_Wo
|
|
38 |
*
|
39 |
* @since 8.0.0
|
40 |
*
|
41 |
-
* @param BP_XProfile_Field_Type_WordPress_Textbox $
|
42 |
*/
|
43 |
do_action( 'bp_xprofile_field_type_wordpress_textbox', $this );
|
44 |
|
38 |
*
|
39 |
* @since 8.0.0
|
40 |
*
|
41 |
+
* @param BP_XProfile_Field_Type_WordPress_Textbox $field_type Current instance of the field type class.
|
42 |
*/
|
43 |
do_action( 'bp_xprofile_field_type_wordpress_textbox', $this );
|
44 |
|
@@ -72,7 +72,7 @@ abstract class BP_XProfile_Field_Type_WordPress extends BP_XProfile_Field_Type {
|
|
72 |
*
|
73 |
* @since 8.0.0
|
74 |
*
|
75 |
-
* @param BP_XProfile_Field_Type_WordPress $
|
76 |
*/
|
77 |
do_action( 'bp_xprofile_field_type_wordpress', $this );
|
78 |
|
72 |
*
|
73 |
* @since 8.0.0
|
74 |
*
|
75 |
+
* @param BP_XProfile_Field_Type_WordPress $field_type Current instance of the field type class.
|
76 |
*/
|
77 |
do_action( 'bp_xprofile_field_type_wordpress', $this );
|
78 |
|
@@ -110,8 +110,7 @@ abstract class BP_XProfile_Field_Type {
|
|
110 |
*
|
111 |
* @since 2.0.0
|
112 |
*
|
113 |
-
* @param BP_XProfile_Field_Type $
|
114 |
-
* the field type class.
|
115 |
*/
|
116 |
do_action( 'bp_xprofile_field_type', $this );
|
117 |
}
|
@@ -139,7 +138,7 @@ abstract class BP_XProfile_Field_Type {
|
|
139 |
* @param string $format Regex string.
|
140 |
* @param string $replace_format Optional replace format If "replace", replaces the
|
141 |
* format instead of adding to it. Defaults to "add".
|
142 |
-
* @param BP_XProfile_Field_Type $
|
143 |
*/
|
144 |
$format = apply_filters( 'bp_xprofile_field_type_set_format', $format, $replace_format, $this );
|
145 |
|
@@ -186,9 +185,9 @@ abstract class BP_XProfile_Field_Type {
|
|
186 |
* @since 2.0.0
|
187 |
* @deprecated 7.0.0 Use 'bp_xprofile_field_type_set_allowed_values' instead.
|
188 |
*
|
189 |
-
* @param string $value
|
190 |
-
* @param array $values
|
191 |
-
* @param BP_XProfile_Field_Type $
|
192 |
*/
|
193 |
$this->validation_allowed_values[] = apply_filters_deprecated( 'bp_xprofile_field_type_set_whitelist_values', array( $value, $values, $this ), '7.0.0', 'bp_xprofile_field_type_set_allowed_values' );
|
194 |
|
@@ -197,9 +196,9 @@ abstract class BP_XProfile_Field_Type {
|
|
197 |
*
|
198 |
* @since 7.0.0
|
199 |
*
|
200 |
-
* @param string $value
|
201 |
-
* @param array $values
|
202 |
-
* @param BP_XProfile_Field_Type $
|
203 |
*/
|
204 |
$this->validation_allowed_values[] = apply_filters( 'bp_xprofile_field_type_set_allowed_values', $value, $values, $this );
|
205 |
}
|
@@ -255,9 +254,9 @@ abstract class BP_XProfile_Field_Type {
|
|
255 |
*
|
256 |
* @since 2.0.0
|
257 |
*
|
258 |
-
* @param bool $validated
|
259 |
-
* @param string|array $values
|
260 |
-
* @param BP_XProfile_Field_Type $
|
261 |
*/
|
262 |
return (bool) apply_filters( 'bp_xprofile_field_type_is_valid', $validated, $values, $this );
|
263 |
}
|
110 |
*
|
111 |
* @since 2.0.0
|
112 |
*
|
113 |
+
* @param BP_XProfile_Field_Type $field_type Current instance of the field type class.
|
|
|
114 |
*/
|
115 |
do_action( 'bp_xprofile_field_type', $this );
|
116 |
}
|
138 |
* @param string $format Regex string.
|
139 |
* @param string $replace_format Optional replace format If "replace", replaces the
|
140 |
* format instead of adding to it. Defaults to "add".
|
141 |
+
* @param BP_XProfile_Field_Type $field_type Current instance of the field type class.
|
142 |
*/
|
143 |
$format = apply_filters( 'bp_xprofile_field_type_set_format', $format, $replace_format, $this );
|
144 |
|
185 |
* @since 2.0.0
|
186 |
* @deprecated 7.0.0 Use 'bp_xprofile_field_type_set_allowed_values' instead.
|
187 |
*
|
188 |
+
* @param string $value Field value.
|
189 |
+
* @param array $values Original array of values.
|
190 |
+
* @param BP_XProfile_Field_Type $field_type Current instance of the field type class.
|
191 |
*/
|
192 |
$this->validation_allowed_values[] = apply_filters_deprecated( 'bp_xprofile_field_type_set_whitelist_values', array( $value, $values, $this ), '7.0.0', 'bp_xprofile_field_type_set_allowed_values' );
|
193 |
|
196 |
*
|
197 |
* @since 7.0.0
|
198 |
*
|
199 |
+
* @param string $value Field value.
|
200 |
+
* @param array $values Original array of values.
|
201 |
+
* @param BP_XProfile_Field_Type $field_type Current instance of the field type class.
|
202 |
*/
|
203 |
$this->validation_allowed_values[] = apply_filters( 'bp_xprofile_field_type_set_allowed_values', $value, $values, $this );
|
204 |
}
|
254 |
*
|
255 |
* @since 2.0.0
|
256 |
*
|
257 |
+
* @param bool $validated Whether or not the field type is valid.
|
258 |
+
* @param string|array $values Value to check against the registered formats.
|
259 |
+
* @param BP_XProfile_Field_Type $field_type Current instance of the field type class.
|
260 |
*/
|
261 |
return (bool) apply_filters( 'bp_xprofile_field_type_is_valid', $validated, $values, $this );
|
262 |
}
|
@@ -196,7 +196,7 @@ class BP_XProfile_Field {
|
|
196 |
*
|
197 |
* @since 8.0.0
|
198 |
*
|
199 |
-
* @param BP_XProfile_Field $
|
200 |
*/
|
201 |
do_action( 'bp_xprofile_field', $this );
|
202 |
}
|
@@ -366,7 +366,7 @@ class BP_XProfile_Field {
|
|
366 |
*
|
367 |
* @since 3.0.0
|
368 |
*
|
369 |
-
* @param BP_XProfile_Field $
|
370 |
* @param bool $delete_data Whether or not to delete data.
|
371 |
*/
|
372 |
do_action_ref_array( 'xprofile_field_before_delete', array( &$this, $delete_data ) );
|
@@ -391,7 +391,7 @@ class BP_XProfile_Field {
|
|
391 |
*
|
392 |
* @since 3.0.0
|
393 |
*
|
394 |
-
* @param BP_XProfile_Field $
|
395 |
* @param bool $delete_data Whether or not to delete data.
|
396 |
*/
|
397 |
do_action_ref_array( 'xprofile_field_after_delete', array( &$this, $delete_data ) );
|
@@ -432,7 +432,7 @@ class BP_XProfile_Field {
|
|
432 |
*
|
433 |
* @since 1.0.0
|
434 |
*
|
435 |
-
* @param BP_XProfile_Field $
|
436 |
*/
|
437 |
do_action_ref_array( 'xprofile_field_before_save', array( $this ) );
|
438 |
|
@@ -483,20 +483,20 @@ class BP_XProfile_Field {
|
|
483 |
*
|
484 |
* @since 1.5.0
|
485 |
*
|
486 |
-
* @param string
|
487 |
-
* @param
|
488 |
*/
|
489 |
-
$options
|
490 |
|
491 |
/**
|
492 |
* Filters the default field option value before saved.
|
493 |
*
|
494 |
* @since 1.5.0
|
495 |
*
|
496 |
-
* @param string
|
497 |
-
* @param
|
498 |
*/
|
499 |
-
$defaults
|
500 |
|
501 |
$counter = 1;
|
502 |
if ( !empty( $options ) ) {
|
@@ -530,7 +530,7 @@ class BP_XProfile_Field {
|
|
530 |
*
|
531 |
* @since 1.0.0
|
532 |
*
|
533 |
-
* @param BP_XProfile_Field $
|
534 |
*/
|
535 |
do_action_ref_array( 'xprofile_field_after_save', array( $this ) );
|
536 |
|
@@ -593,7 +593,7 @@ class BP_XProfile_Field {
|
|
593 |
* Filters the found children for a field.
|
594 |
*
|
595 |
* @since 1.2.5
|
596 |
-
* @since 3.0.0 Added the `$
|
597 |
*
|
598 |
* @param array $children Found children for a field.
|
599 |
* @param bool $for_editing Whether or not the field is for editing.
|
@@ -739,7 +739,7 @@ class BP_XProfile_Field {
|
|
739 |
*
|
740 |
* @since 2.4.0
|
741 |
*
|
742 |
-
* @param BP_XProfile_Field $
|
743 |
*/
|
744 |
do_action( 'bp_xprofile_field_set_member_type', $this );
|
745 |
|
@@ -909,7 +909,7 @@ class BP_XProfile_Field {
|
|
909 |
* @since 6.0.0
|
910 |
*
|
911 |
* @param bool $do_autolink The autolink property of the field.
|
912 |
-
* @param BP_XProfile_Field $
|
913 |
*/
|
914 |
return apply_filters( 'bp_xprofile_field_do_autolink', $this->do_autolink, $this );
|
915 |
}
|
@@ -1317,7 +1317,7 @@ class BP_XProfile_Field {
|
|
1317 |
*
|
1318 |
* @since 2.2.0
|
1319 |
*
|
1320 |
-
* @param BP_XProfile_Field $
|
1321 |
*/
|
1322 |
do_action( 'xprofile_field_after_sidebarbox', $this ); ?>
|
1323 |
|
@@ -1332,7 +1332,7 @@ class BP_XProfile_Field {
|
|
1332 |
*
|
1333 |
* @since 2.3.0
|
1334 |
*
|
1335 |
-
* @param BP_XProfile_Field $
|
1336 |
*/
|
1337 |
do_action( 'xprofile_field_before_contentbox', $this );
|
1338 |
|
@@ -1347,7 +1347,7 @@ class BP_XProfile_Field {
|
|
1347 |
*
|
1348 |
* @since 2.2.0
|
1349 |
*
|
1350 |
-
* @param BP_XProfile_Field $
|
1351 |
*/
|
1352 |
do_action( 'xprofile_field_after_contentbox', $this ); ?>
|
1353 |
|
@@ -1436,7 +1436,7 @@ class BP_XProfile_Field {
|
|
1436 |
*
|
1437 |
* @since 2.1.0
|
1438 |
*
|
1439 |
-
* @param BP_XProfile_Field $
|
1440 |
*/
|
1441 |
do_action( 'xprofile_field_before_submitbox', $this ); ?>
|
1442 |
|
@@ -1453,7 +1453,7 @@ class BP_XProfile_Field {
|
|
1453 |
*
|
1454 |
* @since 2.1.0
|
1455 |
*
|
1456 |
-
* @param BP_XProfile_Field $
|
1457 |
*/
|
1458 |
do_action( 'xprofile_field_submitbox_start', $this ); ?>
|
1459 |
|
@@ -1490,7 +1490,7 @@ class BP_XProfile_Field {
|
|
1490 |
*
|
1491 |
* @since 2.1.0
|
1492 |
*
|
1493 |
-
* @param BP_XProfile_Field $
|
1494 |
*/
|
1495 |
do_action( 'xprofile_field_after_submitbox', $this );
|
1496 |
}
|
196 |
*
|
197 |
* @since 8.0.0
|
198 |
*
|
199 |
+
* @param BP_XProfile_Field $field The xProfile field object.
|
200 |
*/
|
201 |
do_action( 'bp_xprofile_field', $this );
|
202 |
}
|
366 |
*
|
367 |
* @since 3.0.0
|
368 |
*
|
369 |
+
* @param BP_XProfile_Field $field Current instance of the field being deleted. Passed by reference.
|
370 |
* @param bool $delete_data Whether or not to delete data.
|
371 |
*/
|
372 |
do_action_ref_array( 'xprofile_field_before_delete', array( &$this, $delete_data ) );
|
391 |
*
|
392 |
* @since 3.0.0
|
393 |
*
|
394 |
+
* @param BP_XProfile_Field $field Current instance of the field being deleted. Passed by reference.
|
395 |
* @param bool $delete_data Whether or not to delete data.
|
396 |
*/
|
397 |
do_action_ref_array( 'xprofile_field_after_delete', array( &$this, $delete_data ) );
|
432 |
*
|
433 |
* @since 1.0.0
|
434 |
*
|
435 |
+
* @param BP_XProfile_Field $field Current instance of the field being saved.
|
436 |
*/
|
437 |
do_action_ref_array( 'xprofile_field_before_save', array( $this ) );
|
438 |
|
483 |
*
|
484 |
* @since 1.5.0
|
485 |
*
|
486 |
+
* @param string $post_option Submitted option value.
|
487 |
+
* @param string $type Current field type being saved for.
|
488 |
*/
|
489 |
+
$options = apply_filters( 'xprofile_field_options_before_save', $post_option, $this->type );
|
490 |
|
491 |
/**
|
492 |
* Filters the default field option value before saved.
|
493 |
*
|
494 |
* @since 1.5.0
|
495 |
*
|
496 |
+
* @param string $post_default Default option value.
|
497 |
+
* @param string $type Current field type being saved for.
|
498 |
*/
|
499 |
+
$defaults = apply_filters( 'xprofile_field_default_before_save', $post_default, $this->type );
|
500 |
|
501 |
$counter = 1;
|
502 |
if ( !empty( $options ) ) {
|
530 |
*
|
531 |
* @since 1.0.0
|
532 |
*
|
533 |
+
* @param BP_XProfile_Field $field Current instance of the field being saved.
|
534 |
*/
|
535 |
do_action_ref_array( 'xprofile_field_after_save', array( $this ) );
|
536 |
|
593 |
* Filters the found children for a field.
|
594 |
*
|
595 |
* @since 1.2.5
|
596 |
+
* @since 3.0.0 Added the `$field_object` parameter.
|
597 |
*
|
598 |
* @param array $children Found children for a field.
|
599 |
* @param bool $for_editing Whether or not the field is for editing.
|
739 |
*
|
740 |
* @since 2.4.0
|
741 |
*
|
742 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
743 |
*/
|
744 |
do_action( 'bp_xprofile_field_set_member_type', $this );
|
745 |
|
909 |
* @since 6.0.0
|
910 |
*
|
911 |
* @param bool $do_autolink The autolink property of the field.
|
912 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
913 |
*/
|
914 |
return apply_filters( 'bp_xprofile_field_do_autolink', $this->do_autolink, $this );
|
915 |
}
|
1317 |
*
|
1318 |
* @since 2.2.0
|
1319 |
*
|
1320 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1321 |
*/
|
1322 |
do_action( 'xprofile_field_after_sidebarbox', $this ); ?>
|
1323 |
|
1332 |
*
|
1333 |
* @since 2.3.0
|
1334 |
*
|
1335 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1336 |
*/
|
1337 |
do_action( 'xprofile_field_before_contentbox', $this );
|
1338 |
|
1347 |
*
|
1348 |
* @since 2.2.0
|
1349 |
*
|
1350 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1351 |
*/
|
1352 |
do_action( 'xprofile_field_after_contentbox', $this ); ?>
|
1353 |
|
1436 |
*
|
1437 |
* @since 2.1.0
|
1438 |
*
|
1439 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1440 |
*/
|
1441 |
do_action( 'xprofile_field_before_submitbox', $this ); ?>
|
1442 |
|
1453 |
*
|
1454 |
* @since 2.1.0
|
1455 |
*
|
1456 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1457 |
*/
|
1458 |
do_action( 'xprofile_field_submitbox_start', $this ); ?>
|
1459 |
|
1490 |
*
|
1491 |
* @since 2.1.0
|
1492 |
*
|
1493 |
+
* @param BP_XProfile_Field $field Current instance of the field.
|
1494 |
*/
|
1495 |
do_action( 'xprofile_field_after_submitbox', $this );
|
1496 |
}
|
@@ -134,7 +134,7 @@ class BP_XProfile_Group {
|
|
134 |
*
|
135 |
* @since 1.0.0
|
136 |
*
|
137 |
-
* @param BP_XProfile_Group $
|
138 |
*/
|
139 |
do_action_ref_array( 'xprofile_group_before_save', array( &$this ) );
|
140 |
|
@@ -165,7 +165,7 @@ class BP_XProfile_Group {
|
|
165 |
*
|
166 |
* @since 1.0.0
|
167 |
*
|
168 |
-
* @param BP_XProfile_Group $
|
169 |
*/
|
170 |
do_action_ref_array( 'xprofile_group_after_save', array( &$this ) );
|
171 |
|
@@ -194,7 +194,7 @@ class BP_XProfile_Group {
|
|
194 |
*
|
195 |
* @since 2.0.0
|
196 |
*
|
197 |
-
* @param BP_XProfile_Group $
|
198 |
*/
|
199 |
do_action_ref_array( 'xprofile_group_before_delete', array( &$this ) );
|
200 |
|
@@ -223,7 +223,7 @@ class BP_XProfile_Group {
|
|
223 |
*
|
224 |
* @since 2.0.0
|
225 |
*
|
226 |
-
* @param BP_XProfile_Group $
|
227 |
*/
|
228 |
do_action_ref_array( 'xprofile_group_after_delete', array( &$this ) );
|
229 |
|
@@ -910,7 +910,7 @@ class BP_XProfile_Group {
|
|
910 |
*
|
911 |
* @since 2.6.0
|
912 |
*
|
913 |
-
* @param BP_XProfile_Group $
|
914 |
*/
|
915 |
do_action( 'xprofile_group_admin_after_description', $this ); ?>
|
916 |
|
@@ -925,7 +925,7 @@ class BP_XProfile_Group {
|
|
925 |
*
|
926 |
* @since 2.1.0
|
927 |
*
|
928 |
-
* @param BP_XProfile_Group $
|
929 |
*/
|
930 |
do_action( 'xprofile_group_before_submitbox', $this ); ?>
|
931 |
|
@@ -945,7 +945,7 @@ class BP_XProfile_Group {
|
|
945 |
*
|
946 |
* @since 2.1.0
|
947 |
*
|
948 |
-
* @param BP_XProfile_Group $
|
949 |
*/
|
950 |
do_action( 'xprofile_group_submitbox_start', $this ); ?>
|
951 |
|
@@ -973,7 +973,7 @@ class BP_XProfile_Group {
|
|
973 |
*
|
974 |
* @since 2.1.0
|
975 |
*
|
976 |
-
* @param BP_XProfile_Group $
|
977 |
*/
|
978 |
do_action( 'xprofile_group_after_submitbox', $this ); ?>
|
979 |
|
134 |
*
|
135 |
* @since 1.0.0
|
136 |
*
|
137 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group being saved. Passed by reference.
|
138 |
*/
|
139 |
do_action_ref_array( 'xprofile_group_before_save', array( &$this ) );
|
140 |
|
165 |
*
|
166 |
* @since 1.0.0
|
167 |
*
|
168 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group being saved. Passed by reference.
|
169 |
*/
|
170 |
do_action_ref_array( 'xprofile_group_after_save', array( &$this ) );
|
171 |
|
194 |
*
|
195 |
* @since 2.0.0
|
196 |
*
|
197 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group being deleted. Passed by reference.
|
198 |
*/
|
199 |
do_action_ref_array( 'xprofile_group_before_delete', array( &$this ) );
|
200 |
|
223 |
*
|
224 |
* @since 2.0.0
|
225 |
*
|
226 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group being deleted. Passed by reference.
|
227 |
*/
|
228 |
do_action_ref_array( 'xprofile_group_after_delete', array( &$this ) );
|
229 |
|
910 |
*
|
911 |
* @since 2.6.0
|
912 |
*
|
913 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group.
|
914 |
*/
|
915 |
do_action( 'xprofile_group_admin_after_description', $this ); ?>
|
916 |
|
925 |
*
|
926 |
* @since 2.1.0
|
927 |
*
|
928 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group.
|
929 |
*/
|
930 |
do_action( 'xprofile_group_before_submitbox', $this ); ?>
|
931 |
|
945 |
*
|
946 |
* @since 2.1.0
|
947 |
*
|
948 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group.
|
949 |
*/
|
950 |
do_action( 'xprofile_group_submitbox_start', $this ); ?>
|
951 |
|
973 |
*
|
974 |
* @since 2.1.0
|
975 |
*
|
976 |
+
* @param BP_XProfile_Group $field_group Current instance of the field group.
|
977 |
*/
|
978 |
do_action( 'xprofile_group_after_submitbox', $this ); ?>
|
979 |
|
@@ -130,7 +130,7 @@ class BP_XProfile_ProfileData {
|
|
130 |
if ( $cached && ! empty( $cached->id ) ) {
|
131 |
$retval = true;
|
132 |
} else {
|
133 |
-
$bp
|
134 |
$retval = $wpdb->get_row( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_data} WHERE user_id = %d AND field_id = %d", $this->user_id, $this->field_id ) );
|
135 |
}
|
136 |
|
@@ -139,8 +139,8 @@ class BP_XProfile_ProfileData {
|
|
139 |
*
|
140 |
* @since 1.2.7
|
141 |
*
|
142 |
-
* @param bool $retval
|
143 |
-
* @param BP_XProfile_ProfileData $
|
144 |
*/
|
145 |
return apply_filters_ref_array( 'xprofile_data_exists', array( (bool)$retval, $this ) );
|
146 |
}
|
@@ -157,8 +157,7 @@ class BP_XProfile_ProfileData {
|
|
157 |
public function is_valid_field() {
|
158 |
global $wpdb;
|
159 |
|
160 |
-
$bp
|
161 |
-
|
162 |
$retval = $wpdb->get_row( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_fields} WHERE id = %d", $this->field_id ) );
|
163 |
|
164 |
/**
|
@@ -166,8 +165,8 @@ class BP_XProfile_ProfileData {
|
|
166 |
*
|
167 |
* @since 1.2.7
|
168 |
*
|
169 |
-
* @param bool $retval
|
170 |
-
* @param BP_XProfile_ProfileData $
|
171 |
*/
|
172 |
return apply_filters_ref_array( 'xprofile_data_is_valid_field', array( (bool)$retval, $this ) );
|
173 |
}
|
@@ -210,10 +209,10 @@ class BP_XProfile_ProfileData {
|
|
210 |
* @since 1.0.0
|
211 |
* @since 2.1.0 Added `$reserialize` and `$this` parameters.
|
212 |
*
|
213 |
-
* @param string $field_value
|
214 |
-
* @param int $data_id
|
215 |
-
* @param bool $reserialize
|
216 |
-
* @param BP_XProfile_ProfileData $
|
217 |
*/
|
218 |
$this->value = apply_filters( 'xprofile_data_value_before_save', $this->value, $this->id, true, $this );
|
219 |
|
@@ -234,7 +233,7 @@ class BP_XProfile_ProfileData {
|
|
234 |
*
|
235 |
* @since 1.0.0
|
236 |
*
|
237 |
-
* @param BP_XProfile_ProfileData $
|
238 |
*/
|
239 |
do_action_ref_array( 'xprofile_data_before_save', array( $this ) );
|
240 |
|
@@ -260,7 +259,7 @@ class BP_XProfile_ProfileData {
|
|
260 |
*
|
261 |
* @since 1.0.0
|
262 |
*
|
263 |
-
* @param BP_XProfile_ProfileData $
|
264 |
*/
|
265 |
do_action_ref_array( 'xprofile_data_after_save', array( $this ) );
|
266 |
|
@@ -289,7 +288,7 @@ class BP_XProfile_ProfileData {
|
|
289 |
*
|
290 |
* @since 1.9.0
|
291 |
*
|
292 |
-
* @param BP_XProfile_ProfileData $
|
293 |
*/
|
294 |
do_action_ref_array( 'xprofile_data_before_delete', array( $this ) );
|
295 |
|
@@ -303,7 +302,7 @@ class BP_XProfile_ProfileData {
|
|
303 |
*
|
304 |
* @since 1.9.0
|
305 |
*
|
306 |
-
* @param BP_XProfile_ProfileData $
|
307 |
*/
|
308 |
do_action_ref_array( 'xprofile_data_after_delete', array( $this ) );
|
309 |
|
130 |
if ( $cached && ! empty( $cached->id ) ) {
|
131 |
$retval = true;
|
132 |
} else {
|
133 |
+
$bp = buddypress();
|
134 |
$retval = $wpdb->get_row( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_data} WHERE user_id = %d AND field_id = %d", $this->user_id, $this->field_id ) );
|
135 |
}
|
136 |
|
139 |
*
|
140 |
* @since 1.2.7
|
141 |
*
|
142 |
+
* @param bool $retval Whether or not data already exists.
|
143 |
+
* @param BP_XProfile_ProfileData $profile_data Instance of the current BP_XProfile_ProfileData class.
|
144 |
*/
|
145 |
return apply_filters_ref_array( 'xprofile_data_exists', array( (bool)$retval, $this ) );
|
146 |
}
|
157 |
public function is_valid_field() {
|
158 |
global $wpdb;
|
159 |
|
160 |
+
$bp = buddypress();
|
|
|
161 |
$retval = $wpdb->get_row( $wpdb->prepare( "SELECT id FROM {$bp->profile->table_name_fields} WHERE id = %d", $this->field_id ) );
|
162 |
|
163 |
/**
|
165 |
*
|
166 |
* @since 1.2.7
|
167 |
*
|
168 |
+
* @param bool $retval Whether or not data is valid.
|
169 |
+
* @param BP_XProfile_ProfileData $profile_data Instance of the current BP_XProfile_ProfileData class.
|
170 |
*/
|
171 |
return apply_filters_ref_array( 'xprofile_data_is_valid_field', array( (bool)$retval, $this ) );
|
172 |
}
|
209 |
* @since 1.0.0
|
210 |
* @since 2.1.0 Added `$reserialize` and `$this` parameters.
|
211 |
*
|
212 |
+
* @param string $field_value The field value.
|
213 |
+
* @param int $data_id The field data ID.
|
214 |
+
* @param bool $reserialize Whether to reserialize arrays before returning. Defaults to true.
|
215 |
+
* @param BP_XProfile_ProfileData $profile_data Current instance of the profile data being saved.
|
216 |
*/
|
217 |
$this->value = apply_filters( 'xprofile_data_value_before_save', $this->value, $this->id, true, $this );
|
218 |
|
233 |
*
|
234 |
* @since 1.0.0
|
235 |
*
|
236 |
+
* @param BP_XProfile_ProfileData $profile_data Current instance of the profile data being saved.
|
237 |
*/
|
238 |
do_action_ref_array( 'xprofile_data_before_save', array( $this ) );
|
239 |
|
259 |
*
|
260 |
* @since 1.0.0
|
261 |
*
|
262 |
+
* @param BP_XProfile_ProfileData $profile_data Current instance of the profile data being saved.
|
263 |
*/
|
264 |
do_action_ref_array( 'xprofile_data_after_save', array( $this ) );
|
265 |
|
288 |
*
|
289 |
* @since 1.9.0
|
290 |
*
|
291 |
+
* @param BP_XProfile_ProfileData $profile_data Current instance of the profile data being deleted.
|
292 |
*/
|
293 |
do_action_ref_array( 'xprofile_data_before_delete', array( $this ) );
|
294 |
|
302 |
*
|
303 |
* @since 1.9.0
|
304 |
*
|
305 |
+
* @param BP_XProfile_ProfileData $profile_data Current instance of the profile data being deleted.
|
306 |
*/
|
307 |
do_action_ref_array( 'xprofile_data_after_delete', array( $this ) );
|
308 |
|
@@ -9,7 +9,7 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-11-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: buddypress\n"
|
@@ -115,10 +115,10 @@ msgid "Activity feed of %s's favorites."
|
|
115 |
msgstr ""
|
116 |
|
117 |
#: bp-activity/actions/post.php:60
|
118 |
-
#: bp-activity/bp-activity-functions.php:
|
119 |
#: bp-activity/classes/class-bp-activity-activity.php:294
|
|
|
120 |
#: bp-templates/bp-legacy/buddypress-functions.php:977
|
121 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:512
|
122 |
msgid "Please enter some content to post."
|
123 |
msgstr ""
|
124 |
|
@@ -557,7 +557,7 @@ msgid "Edit Activity"
|
|
557 |
msgstr ""
|
558 |
|
559 |
#: bp-activity/bp-activity-blocks.php:27
|
560 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
561 |
#: bp-templates/bp-nouveau/includes/activity/widgets.php:64
|
562 |
#: bp-templates/bp-nouveau/includes/activity/widgets.php:177
|
563 |
#: bp-activity/js/blocks/latest-activities.js:173
|
@@ -567,7 +567,7 @@ msgstr ""
|
|
567 |
#: bp-activity/bp-activity-blocks.php:94
|
568 |
#: bp-templates/bp-legacy/buddypress/activity/activity-loop.php:48
|
569 |
#: bp-templates/bp-nouveau/includes/activity/ajax.php:157
|
570 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
571 |
msgid "Sorry, there was no activity found. Please try a different filter."
|
572 |
msgstr ""
|
573 |
|
@@ -688,46 +688,47 @@ msgctxt "Activity Custom Post Type post comment action"
|
|
688 |
msgid "%1$s commented on the %2$s"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: bp-activity/bp-activity-functions.php:
|
|
|
692 |
msgid "User account has not yet been activated."
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: bp-activity/bp-activity-functions.php:
|
696 |
#: bp-templates/bp-legacy/buddypress-functions.php:1066
|
697 |
#: bp-templates/bp-nouveau/includes/activity/ajax.php:356
|
698 |
msgid "There was an error posting your reply. Please try again."
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: bp-activity/bp-activity-functions.php:
|
702 |
msgid "The item you were replying to no longer exists."
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: bp-activity/bp-activity-functions.php:
|
706 |
msgid "Thumbnail"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: bp-activity/bp-activity-functions.php:
|
710 |
#: bp-core/bp-core-template.php:886
|
711 |
msgid " […]"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: bp-activity/bp-activity-functions.php:
|
715 |
msgid "Activity Date"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: bp-activity/bp-activity-functions.php:
|
719 |
msgid "Activity Description"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: bp-activity/bp-activity-functions.php:
|
723 |
msgid "Activity URL"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: bp-activity/bp-activity-functions.php:
|
727 |
msgid "Activity Content"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: bp-activity/bp-activity-functions.php:
|
731 |
#: bp-activity/bp-activity-notifications.php:401
|
732 |
#: bp-activity/classes/class-bp-activity-oembed-extension.php:138
|
733 |
#: bp-activity/classes/class-bp-activity-theme-compat.php:161
|
@@ -792,7 +793,7 @@ msgstr ""
|
|
792 |
#: bp-messages/bp-messages-notifications.php:319
|
793 |
#: bp-settings/bp-settings-functions.php:135
|
794 |
#: bp-templates/bp-legacy/buddypress/members/register.php:319
|
795 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
796 |
#: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php:372
|
797 |
msgid "Yes"
|
798 |
msgstr ""
|
@@ -810,7 +811,7 @@ msgstr ""
|
|
810 |
#: bp-messages/bp-messages-notifications.php:320
|
811 |
#: bp-settings/bp-settings-functions.php:136
|
812 |
#: bp-templates/bp-legacy/buddypress/members/register.php:320
|
813 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
814 |
#: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php:362
|
815 |
msgid "No"
|
816 |
msgstr ""
|
@@ -875,7 +876,7 @@ msgstr ""
|
|
875 |
#: bp-activity/bp-activity-template.php:1078
|
876 |
#: bp-activity/bp-activity-template.php:1259
|
877 |
#: bp-activity/bp-activity-template.php:1271
|
878 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
879 |
#: bp-blogs/classes/class-bp-blogs-component.php:340
|
880 |
#: bp-friends/bp-friends-blocks.php:203
|
881 |
#: bp-friends/classes/class-bp-friends-component.php:312
|
@@ -950,7 +951,7 @@ msgstr ""
|
|
950 |
#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:51
|
951 |
#: bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/recycle.php:30
|
952 |
#: bp-xprofile/bp-xprofile-cssjs.php:63
|
953 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
954 |
#: bp-xprofile/classes/class-bp-xprofile-field.php:1472
|
955 |
msgid "Delete"
|
956 |
msgstr ""
|
@@ -1020,82 +1021,82 @@ msgstr ""
|
|
1020 |
msgid "Activity Streams"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1024 |
msgid "Search Activity..."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1028 |
msgctxt "Profile activity screen nav"
|
1029 |
msgid "Activity"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1033 |
msgctxt "Profile activity screen sub nav"
|
1034 |
msgid "Personal"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1038 |
msgctxt "Profile activity screen sub nav"
|
1039 |
msgid "Mentions"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1043 |
msgctxt "Profile activity screen sub nav"
|
1044 |
msgid "Favorites"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1048 |
msgctxt "Profile activity screen sub nav"
|
1049 |
msgid "Friends"
|
1050 |
msgstr ""
|
1051 |
|
1052 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1053 |
msgctxt "Profile activity screen sub nav"
|
1054 |
msgid "Groups"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
#. translators: %s: Unread mention count for the current user
|
1058 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1059 |
msgctxt "Toolbar Mention logged in user"
|
1060 |
msgid "Mentions %s"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1064 |
msgctxt "Toolbar Mention logged in user"
|
1065 |
msgid "Mentions"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1069 |
msgctxt "My Account Activity sub nav"
|
1070 |
msgid "Activity"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1074 |
msgctxt "My Account Activity sub nav"
|
1075 |
msgid "Personal"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1079 |
msgctxt "My Account Activity sub nav"
|
1080 |
msgid "Favorites"
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1084 |
msgctxt "My Account Activity sub nav"
|
1085 |
msgid "Friends"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1089 |
msgctxt "My Account Activity sub nav"
|
1090 |
msgid "Groups"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1094 |
msgctxt "Page and <title>"
|
1095 |
msgid "My Activity"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: bp-activity/classes/class-bp-activity-component.php:
|
1099 |
msgctxt "page label"
|
1100 |
msgid "BP Activity Page"
|
1101 |
msgstr ""
|
@@ -1275,7 +1276,7 @@ msgstr ""
|
|
1275 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:71
|
1276 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:105
|
1277 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1320
|
1278 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1279 |
msgid "A unique numeric ID for the activity."
|
1280 |
msgstr ""
|
1281 |
|
@@ -1364,12 +1365,12 @@ msgid "Allowed HTML content for the activity."
|
|
1364 |
msgstr ""
|
1365 |
|
1366 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1383
|
1367 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1368 |
msgid "Content for the activity, as it exists in the database."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1388
|
1372 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1373 |
msgid "HTML content for the activity, transformed for display."
|
1374 |
msgstr ""
|
1375 |
|
@@ -1405,7 +1406,7 @@ msgstr ""
|
|
1405 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1451
|
1406 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:738
|
1407 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1365
|
1408 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1409 |
msgid "Avatar URL with full image size (%1$d x %2$d pixels)."
|
1410 |
msgstr ""
|
1411 |
|
@@ -1413,7 +1414,7 @@ msgstr ""
|
|
1413 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1459
|
1414 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:746
|
1415 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1373
|
1416 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1417 |
msgid "Avatar URL with thumb image size (%1$d x %2$d pixels)."
|
1418 |
msgstr ""
|
1419 |
|
@@ -1422,13 +1423,13 @@ msgid "Avatar URLs for the author of the activity."
|
|
1422 |
msgstr ""
|
1423 |
|
1424 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1497
|
1425 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1426 |
msgid "Ensure result set excludes specific IDs."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1506
|
1430 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:795
|
1431 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
1432 |
#: bp-members/classes/class-bp-rest-signup-endpoint.php:1028
|
1433 |
msgid "Ensure result set includes specific IDs."
|
1434 |
msgstr ""
|
@@ -2925,7 +2926,7 @@ msgid "Upload stopped."
|
|
2925 |
msgstr ""
|
2926 |
|
2927 |
#: bp-core/bp-core-attachments.php:690
|
2928 |
-
#: bp-core/classes/class-bp-admin.php:
|
2929 |
msgid "Dismiss"
|
2930 |
msgstr ""
|
2931 |
|
@@ -3069,7 +3070,7 @@ msgstr ""
|
|
3069 |
#: bp-members/classes/class-bp-members-list-table.php:152
|
3070 |
#: bp-members/classes/class-bp-members-ms-list-table.php:144
|
3071 |
#: bp-templates/bp-legacy/buddypress/members/register.php:85
|
3072 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
3073 |
msgid "Username"
|
3074 |
msgstr ""
|
3075 |
|
@@ -3103,11 +3104,72 @@ msgstr ""
|
|
3103 |
msgid "You must log in to access the page you requested."
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: bp-core/bp-core-cssjs.php:
|
3107 |
#: bp-templates/bp-nouveau/buddypress-functions.php:473
|
3108 |
msgid "Are you sure?"
|
3109 |
msgstr ""
|
3110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3111 |
#: bp-core/bp-core-customizer-email.php:26
|
3112 |
msgid "Customize the appearance of emails sent by BuddyPress."
|
3113 |
msgstr ""
|
@@ -3284,11 +3346,6 @@ msgid_plural "%s seconds"
|
|
3284 |
msgstr[0] ""
|
3285 |
msgstr[1] ""
|
3286 |
|
3287 |
-
#. translators: %s: the human time diff.
|
3288 |
-
#: bp-core/bp-core-functions.php:1481
|
3289 |
-
msgid "%s ago"
|
3290 |
-
msgstr ""
|
3291 |
-
|
3292 |
#: bp-core/bp-core-functions.php:1491
|
3293 |
msgid "right now"
|
3294 |
msgstr ""
|
@@ -4249,16 +4306,16 @@ msgstr ""
|
|
4249 |
msgid "Go to website's home page."
|
4250 |
msgstr ""
|
4251 |
|
4252 |
-
#: bp-core/bp-core-moderation.php:
|
4253 |
msgid "You have posted too many links"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
-
#: bp-core/bp-core-moderation.php:
|
4257 |
msgctxt "Comment moderation"
|
4258 |
msgid "You have posted an inappropriate word."
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: bp-core/bp-core-moderation.php:
|
4262 |
msgctxt "Comment disallowed key"
|
4263 |
msgid "You have posted an inappropriate word."
|
4264 |
msgstr ""
|
@@ -4801,7 +4858,7 @@ msgid "The BP Search Block is a first example of this second category of add-ons
|
|
4801 |
msgstr ""
|
4802 |
|
4803 |
#: bp-core/classes/class-bp-admin.php:847
|
4804 |
-
#: bp-core/classes/class-bp-admin.php:
|
4805 |
msgid "BuddyPress Add-ons"
|
4806 |
msgstr ""
|
4807 |
|
@@ -4924,32 +4981,32 @@ msgstr ""
|
|
4924 |
msgid "With our thanks to these Open Source projects"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: bp-core/classes/class-bp-admin.php:
|
4928 |
msgid "Contributor Emeriti"
|
4929 |
msgstr ""
|
4930 |
|
4931 |
-
#: bp-core/classes/class-bp-admin.php:
|
4932 |
msgid "Project Founder"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
-
#: bp-core/classes/class-bp-admin.php:
|
4936 |
msgctxt "Email post type"
|
4937 |
msgid "Situations"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: bp-core/classes/class-bp-admin.php:
|
4941 |
msgid "Dismiss the welcome panel"
|
4942 |
msgstr ""
|
4943 |
|
4944 |
-
#: bp-core/classes/class-bp-admin.php:
|
4945 |
msgid "Hello BuddyPress Add-ons!"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
-
#: bp-core/classes/class-bp-admin.php:
|
4949 |
msgid "Add-ons are features as Plugins or Blocks maintained by the BuddyPress development team & hosted on the WordPress.org plugins directory."
|
4950 |
msgstr ""
|
4951 |
|
4952 |
-
#: bp-core/classes/class-bp-admin.php:
|
4953 |
msgid "Thanks to this new tab inside your Dashboard screen to add plugins, you’ll be able to find them faster and eventually contribute to beta features early to give the BuddyPress development team your feedbacks."
|
4954 |
msgstr ""
|
4955 |
|
@@ -5218,7 +5275,7 @@ msgctxt "email post type description"
|
|
5218 |
msgid "BuddyPress emails"
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#: bp-core/classes/class-bp-email.php:
|
5222 |
msgid "The email recipient has opted out from receiving communication from this site."
|
5223 |
msgstr ""
|
5224 |
|
@@ -5537,7 +5594,7 @@ msgstr ""
|
|
5537 |
#: bp-friends/bp-friends-blocks.php:99
|
5538 |
#: bp-friends/classes/class-bp-core-friends-widget.php:143
|
5539 |
#: bp-templates/bp-legacy/buddypress/members/members-loop.php:143
|
5540 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
5541 |
#: bp-friends/js/friends.js:54
|
5542 |
msgid "Sorry, no members were found."
|
5543 |
msgstr ""
|
@@ -5673,7 +5730,7 @@ msgstr ""
|
|
5673 |
#: bp-groups/bp-groups-functions.php:3430
|
5674 |
#: bp-groups/bp-groups-functions.php:3500
|
5675 |
#: bp-groups/bp-groups-functions.php:3570
|
5676 |
-
#: bp-messages/bp-messages-functions.php:
|
5677 |
msgid "Date Sent"
|
5678 |
msgstr ""
|
5679 |
|
@@ -6123,7 +6180,7 @@ msgstr ""
|
|
6123 |
|
6124 |
#. translators: 1: the user link. 2: the group link.
|
6125 |
#: bp-groups/bp-groups-activity.php:141
|
6126 |
-
#: bp-groups/bp-groups-activity.php:
|
6127 |
msgid "%1$s joined the group %2$s"
|
6128 |
msgstr ""
|
6129 |
|
@@ -6157,6 +6214,10 @@ msgstr ""
|
|
6157 |
msgid "%1$s posted an update in the group %2$s"
|
6158 |
msgstr ""
|
6159 |
|
|
|
|
|
|
|
|
|
6160 |
#: bp-groups/bp-groups-admin.php:35
|
6161 |
#: bp-groups/bp-groups-admin.php:82
|
6162 |
msgctxt "Admin Groups page title"
|
@@ -6532,10 +6593,10 @@ msgstr ""
|
|
6532 |
#: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:113
|
6533 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:47
|
6534 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:40
|
6535 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
6536 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
6537 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
6538 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
6539 |
#: bp-templates/bp-nouveau/includes/groups/template-tags.php:412
|
6540 |
msgid "Save Changes"
|
6541 |
msgstr ""
|
@@ -7713,6 +7774,7 @@ msgstr ""
|
|
7713 |
#: bp-members/classes/class-bp-rest-attachments-member-cover-endpoint.php:155
|
7714 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:266
|
7715 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:344
|
|
|
7716 |
#: bp-messages/classes/class-bp-rest-messages-endpoint.php:205
|
7717 |
#: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:158
|
7718 |
#: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:288
|
@@ -8181,7 +8243,7 @@ msgid "Avatar URLs for the group."
|
|
8181 |
msgstr ""
|
8182 |
|
8183 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1412
|
8184 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
8185 |
msgid "Shorthand for certain orderby/order combinations."
|
8186 |
msgstr ""
|
8187 |
|
@@ -8486,7 +8548,7 @@ msgstr ""
|
|
8486 |
|
8487 |
#: bp-members/bp-members-admin.php:183
|
8488 |
#: bp-templates/bp-legacy/buddypress/members/register.php:297
|
8489 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
8490 |
msgid "Site Title"
|
8491 |
msgstr ""
|
8492 |
|
@@ -8540,7 +8602,7 @@ msgstr ""
|
|
8540 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/delete-account.php:44
|
8541 |
#: bp-templates/bp-nouveau/buddypress/members/single/settings/data.php:81
|
8542 |
#: bp-templates/bp-nouveau/buddypress/members/single/settings/delete-account.php:12
|
8543 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
8544 |
msgid "Delete Account"
|
8545 |
msgstr ""
|
8546 |
|
@@ -9821,7 +9883,7 @@ msgid "Select invitation: %s"
|
|
9821 |
msgstr ""
|
9822 |
|
9823 |
#: bp-members/classes/class-bp-members-invitations-list-table.php:365
|
9824 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
9825 |
msgid "Send"
|
9826 |
msgstr ""
|
9827 |
|
@@ -9892,7 +9954,7 @@ msgid "Account Activated"
|
|
9892 |
msgstr ""
|
9893 |
|
9894 |
#: bp-members/classes/class-bp-rest-attachments-member-avatar-endpoint.php:70
|
9895 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9896 |
msgid "A unique numeric ID for the Member."
|
9897 |
msgstr ""
|
9898 |
|
@@ -9956,137 +10018,135 @@ msgstr ""
|
|
9956 |
msgid "Sorry, you are not allowed to view members."
|
9957 |
msgstr ""
|
9958 |
|
9959 |
-
|
9960 |
-
|
9961 |
-
msgid "'%s' Transport Method not implemented."
|
9962 |
msgstr ""
|
9963 |
|
9964 |
-
|
9965 |
-
|
9966 |
-
msgid "'%s' Transport method not implemented."
|
9967 |
msgstr ""
|
9968 |
|
9969 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9970 |
msgid "No extended profile data available as the component is inactive"
|
9971 |
msgstr ""
|
9972 |
|
9973 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9974 |
msgid "The data for the user was not found."
|
9975 |
msgstr ""
|
9976 |
|
9977 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9978 |
msgid "Assign a member type to a member, use a comma separated list of member types to assign more than one."
|
9979 |
msgstr ""
|
9980 |
|
9981 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9982 |
msgid "The email address for the member."
|
9983 |
msgstr ""
|
9984 |
|
9985 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9986 |
msgid "Display name for the member."
|
9987 |
msgstr ""
|
9988 |
|
9989 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9990 |
msgid "The name used for that user in @-mentions."
|
9991 |
msgstr ""
|
9992 |
|
9993 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9994 |
msgid "Profile URL of the member."
|
9995 |
msgstr ""
|
9996 |
|
9997 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
9998 |
msgid "An alphanumeric identifier for the Member."
|
9999 |
msgstr ""
|
10000 |
|
10001 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10002 |
msgid "Member types associated with the member."
|
10003 |
msgstr ""
|
10004 |
|
10005 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10006 |
msgid "Registration date for the member, in the site's timezone."
|
10007 |
msgstr ""
|
10008 |
|
10009 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10010 |
msgid "Registration date for the member, as GMT."
|
10011 |
msgstr ""
|
10012 |
|
10013 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10014 |
msgid "Elapsed time since the member registered."
|
10015 |
msgstr ""
|
10016 |
|
10017 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10018 |
msgid "Password for the member (never included)."
|
10019 |
msgstr ""
|
10020 |
|
10021 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10022 |
msgid "Roles assigned to the member."
|
10023 |
msgstr ""
|
10024 |
|
10025 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10026 |
msgid "All capabilities assigned to the user."
|
10027 |
msgstr ""
|
10028 |
|
10029 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10030 |
msgid "Any extra capabilities assigned to the user."
|
10031 |
msgstr ""
|
10032 |
|
10033 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10034 |
msgid "Member XProfile groups and its fields."
|
10035 |
msgstr ""
|
10036 |
|
10037 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10038 |
msgid "Friendship relation with, current, logged in user."
|
10039 |
msgstr ""
|
10040 |
|
10041 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10042 |
msgid "Slug of the friendship status with current logged in user."
|
10043 |
msgstr ""
|
10044 |
|
10045 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10046 |
msgid "Last date the member was active on the site."
|
10047 |
msgstr ""
|
10048 |
|
10049 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10050 |
msgid "English-language representation of the date."
|
10051 |
msgstr ""
|
10052 |
|
10053 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10054 |
msgid "Date in the site's timezone."
|
10055 |
msgstr ""
|
10056 |
|
10057 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10058 |
msgid "Date as GMT."
|
10059 |
msgstr ""
|
10060 |
|
10061 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10062 |
msgid "The content of the latest activity posted by the member."
|
10063 |
msgstr ""
|
10064 |
|
10065 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10066 |
msgid "Total number of friends for the member."
|
10067 |
msgstr ""
|
10068 |
|
10069 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10070 |
msgid "Avatar URLs for the member."
|
10071 |
msgstr ""
|
10072 |
|
10073 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10074 |
msgid "Limit results to friends of a user."
|
10075 |
msgstr ""
|
10076 |
|
10077 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10078 |
msgid "Pass IDs of users to limit result set."
|
10079 |
msgstr ""
|
10080 |
|
10081 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10082 |
msgid "Whether to fetch extra BP data about the returned members."
|
10083 |
msgstr ""
|
10084 |
|
10085 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10086 |
msgid "Limit results set to certain type(s)."
|
10087 |
msgstr ""
|
10088 |
|
10089 |
-
#: bp-members/classes/class-bp-rest-members-endpoint.php:
|
10090 |
msgid "Limit results set to a certain XProfile field."
|
10091 |
msgstr ""
|
10092 |
|
@@ -10426,23 +10486,23 @@ msgstr ""
|
|
10426 |
msgid "Message was not sent. Please try again."
|
10427 |
msgstr ""
|
10428 |
|
10429 |
-
#: bp-messages/bp-messages-functions.php:
|
10430 |
msgid "Message Subject"
|
10431 |
msgstr ""
|
10432 |
|
10433 |
-
#: bp-messages/bp-messages-functions.php:
|
10434 |
msgid "Message Content"
|
10435 |
msgstr ""
|
10436 |
|
10437 |
-
#: bp-messages/bp-messages-functions.php:
|
10438 |
msgid "Recipients"
|
10439 |
msgstr ""
|
10440 |
|
10441 |
-
#: bp-messages/bp-messages-functions.php:
|
10442 |
msgid "Thread URL"
|
10443 |
msgstr ""
|
10444 |
|
10445 |
-
#: bp-messages/bp-messages-functions.php:
|
10446 |
#: bp-messages/classes/class-bp-messages-component.php:39
|
10447 |
msgid "Private Messages"
|
10448 |
msgstr ""
|
@@ -10553,8 +10613,8 @@ msgstr ""
|
|
10553 |
|
10554 |
#. translators: accessibility text
|
10555 |
#: bp-messages/bp-messages-template.php:1054
|
10556 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:
|
10557 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:
|
10558 |
msgid "Select"
|
10559 |
msgstr ""
|
10560 |
|
@@ -11571,7 +11631,7 @@ msgid "Your password is too weak, please use a stronger password."
|
|
11571 |
msgstr ""
|
11572 |
|
11573 |
#: bp-templates/bp-legacy/buddypress-functions.php:1013
|
11574 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:
|
11575 |
msgid "There was a problem posting your update. Please try again."
|
11576 |
msgstr ""
|
11577 |
|
@@ -11799,8 +11859,8 @@ msgstr ""
|
|
11799 |
|
11800 |
#: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/camera.php:26
|
11801 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/capabilities.php:30
|
11802 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
11803 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
11804 |
#: bp-xprofile/classes/class-bp-xprofile-field.php:1236
|
11805 |
#: bp-xprofile/classes/class-bp-xprofile-group.php:846
|
11806 |
msgid "Save"
|
@@ -11830,7 +11890,7 @@ msgstr ""
|
|
11830 |
#: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:43
|
11831 |
#: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:30
|
11832 |
#: bp-templates/bp-nouveau/buddypress/groups/single/admin/group-avatar.php:61
|
11833 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
11834 |
msgid "If you'd like to remove the existing group profile photo but not upload a new one, please use the delete group profile photo button."
|
11835 |
msgstr ""
|
11836 |
|
@@ -11901,7 +11961,7 @@ msgid "Select your File"
|
|
11901 |
msgstr ""
|
11902 |
|
11903 |
#: bp-templates/bp-legacy/buddypress/blogs/blogs-loop.php:121
|
11904 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
11905 |
msgid "Sorry, there were no sites found."
|
11906 |
msgstr ""
|
11907 |
|
@@ -12324,7 +12384,7 @@ msgid "Reject"
|
|
12324 |
msgstr ""
|
12325 |
|
12326 |
#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:96
|
12327 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12328 |
msgid "There are no pending membership requests."
|
12329 |
msgstr ""
|
12330 |
|
@@ -12389,7 +12449,7 @@ msgid "User registration is currently not allowed."
|
|
12389 |
msgstr ""
|
12390 |
|
12391 |
#: bp-templates/bp-legacy/buddypress/members/register.php:68
|
12392 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12393 |
msgid "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."
|
12394 |
msgstr ""
|
12395 |
|
@@ -12411,7 +12471,7 @@ msgid "(required)"
|
|
12411 |
msgstr ""
|
12412 |
|
12413 |
#: bp-templates/bp-legacy/buddypress/members/register.php:96
|
12414 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12415 |
msgid "Email Address"
|
12416 |
msgstr ""
|
12417 |
|
@@ -12466,22 +12526,22 @@ msgid "Privacy: I would like my site to appear in search engines, and in public
|
|
12466 |
msgstr ""
|
12467 |
|
12468 |
#: bp-templates/bp-legacy/buddypress/members/register.php:359
|
12469 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12470 |
msgid "Complete Sign Up"
|
12471 |
msgstr ""
|
12472 |
|
12473 |
#: bp-templates/bp-legacy/buddypress/members/register.php:401
|
12474 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12475 |
msgid "You have successfully submitted your membership request! Our site moderators will review your submission and send you an activation email if your request is approved."
|
12476 |
msgstr ""
|
12477 |
|
12478 |
#: bp-templates/bp-legacy/buddypress/members/register.php:403
|
12479 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12480 |
msgid "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."
|
12481 |
msgstr ""
|
12482 |
|
12483 |
#: bp-templates/bp-legacy/buddypress/members/register.php:405
|
12484 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12485 |
msgid "You have successfully created your account! Please log in using the username and password you have just created."
|
12486 |
msgstr ""
|
12487 |
|
@@ -12509,7 +12569,7 @@ msgid "Friendship requests"
|
|
12509 |
msgstr ""
|
12510 |
|
12511 |
#: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:108
|
12512 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12513 |
msgid "You have no pending friendship requests."
|
12514 |
msgstr ""
|
12515 |
|
@@ -12538,7 +12598,7 @@ msgstr[0] ""
|
|
12538 |
msgstr[1] ""
|
12539 |
|
12540 |
#: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:81
|
12541 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12542 |
msgid "You have no outstanding group invites."
|
12543 |
msgstr ""
|
12544 |
|
@@ -12568,7 +12628,7 @@ msgid "Select this invitation"
|
|
12568 |
msgstr ""
|
12569 |
|
12570 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/list-invites.php:44
|
12571 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12572 |
msgid "There are no invitations to display."
|
12573 |
msgstr ""
|
12574 |
|
@@ -12578,7 +12638,7 @@ msgid "Send Invitations"
|
|
12578 |
msgstr ""
|
12579 |
|
12580 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/send-invites.php:20
|
12581 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12582 |
msgid "Fill out the form below to invite a new user to join this site. Upon submission of the form, an email will be sent to the invitee containing a link to accept your invitation. You may also add a custom message to the email."
|
12583 |
msgstr ""
|
12584 |
|
@@ -12598,7 +12658,7 @@ msgid "Send Invitation"
|
|
12598 |
msgstr ""
|
12599 |
|
12600 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/send-invites.php:41
|
12601 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12602 |
msgid "Sorry, you are not allowed to send invitations."
|
12603 |
msgstr ""
|
12604 |
|
@@ -12715,22 +12775,22 @@ msgid "Send Reply"
|
|
12715 |
msgstr ""
|
12716 |
|
12717 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:17
|
12718 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12719 |
msgid "You have no unread notifications."
|
12720 |
msgstr ""
|
12721 |
|
12722 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:21
|
12723 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12724 |
msgid "This member has no unread notifications."
|
12725 |
msgstr ""
|
12726 |
|
12727 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:29
|
12728 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12729 |
msgid "You have no notifications."
|
12730 |
msgstr ""
|
12731 |
|
12732 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:33
|
12733 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12734 |
msgid "This member has no notifications."
|
12735 |
msgstr ""
|
12736 |
|
@@ -12892,7 +12952,7 @@ msgid "You may delete your account by visiting the %s page."
|
|
12892 |
msgstr ""
|
12893 |
|
12894 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/delete-account.php:17
|
12895 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
12896 |
msgid "Deleting your account will delete all of the content you have created. It will be completely irrecoverable."
|
12897 |
msgstr ""
|
12898 |
|
@@ -13567,19 +13627,19 @@ msgstr ""
|
|
13567 |
msgid "No activities were found."
|
13568 |
msgstr ""
|
13569 |
|
13570 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:
|
13571 |
msgid "Update posted."
|
13572 |
msgstr ""
|
13573 |
|
13574 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:
|
13575 |
msgid "View activity."
|
13576 |
msgstr ""
|
13577 |
|
13578 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:
|
13579 |
msgid "There was a problem marking this activity as spam. Please try again."
|
13580 |
msgstr ""
|
13581 |
|
13582 |
-
#: bp-templates/bp-nouveau/includes/activity/ajax.php:
|
13583 |
msgid "This activity has been marked as spam and is no longer visible."
|
13584 |
msgstr ""
|
13585 |
|
@@ -13884,142 +13944,142 @@ msgstr ""
|
|
13884 |
msgid "Four columns"
|
13885 |
msgstr ""
|
13886 |
|
13887 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13888 |
msgid "Member registration is currently not allowed."
|
13889 |
msgstr ""
|
13890 |
|
13891 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13892 |
msgid "Loading the community updates. Please wait."
|
13893 |
msgstr ""
|
13894 |
|
13895 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13896 |
msgid "Loading the update. Please wait."
|
13897 |
msgstr ""
|
13898 |
|
13899 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13900 |
msgid "Site registration is currently disabled."
|
13901 |
msgstr ""
|
13902 |
|
13903 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13904 |
msgid "Loading the sites of the network. Please wait."
|
13905 |
msgstr ""
|
13906 |
|
13907 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13908 |
msgid "Loading the groups of the community. Please wait."
|
13909 |
msgstr ""
|
13910 |
|
13911 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13912 |
msgid "Sorry, there were no groups found."
|
13913 |
msgstr ""
|
13914 |
|
13915 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13916 |
msgid "Loading the group updates. Please wait."
|
13917 |
msgstr ""
|
13918 |
|
13919 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13920 |
msgid "Requesting the group members. Please wait."
|
13921 |
msgstr ""
|
13922 |
|
13923 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13924 |
msgid "Sorry, there were no group members found."
|
13925 |
msgstr ""
|
13926 |
|
13927 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13928 |
msgid "Sorry, there was no member of that name found in this group."
|
13929 |
msgstr ""
|
13930 |
|
13931 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13932 |
msgid "This group has no members."
|
13933 |
msgstr ""
|
13934 |
|
13935 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13936 |
msgid "Loading the members who requested to join the group. Please wait."
|
13937 |
msgstr ""
|
13938 |
|
13939 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13940 |
msgid "WARNING: Deleting this group will completely remove ALL content associated with it. There is no way back. Please be careful with this option."
|
13941 |
msgstr ""
|
13942 |
|
13943 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13944 |
msgid "Loading the members of your community. Please wait."
|
13945 |
msgstr ""
|
13946 |
|
13947 |
#. translators: %s: member name
|
13948 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13949 |
msgid "%s did not save any profile information yet."
|
13950 |
msgstr ""
|
13951 |
|
13952 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13953 |
msgid "Deleting this account will delete all of the content it has created. It will be completely unrecoverable."
|
13954 |
msgstr ""
|
13955 |
|
13956 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13957 |
msgid "Loading the member's updates. Please wait."
|
13958 |
msgstr ""
|
13959 |
|
13960 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13961 |
msgid "Loading the member's blogs. Please wait."
|
13962 |
msgstr ""
|
13963 |
|
13964 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13965 |
msgid "Loading the member's friends. Please wait."
|
13966 |
msgstr ""
|
13967 |
|
13968 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13969 |
msgid "Loading the member's groups. Please wait."
|
13970 |
msgstr ""
|
13971 |
|
13972 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13973 |
msgid "Loading notifications. Please wait."
|
13974 |
msgstr ""
|
13975 |
|
13976 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13977 |
msgid "Currently every member of the community can invite you to join their groups. If you are not comfortable with it, you can always restrict group invites to your friends only."
|
13978 |
msgstr ""
|
13979 |
|
13980 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13981 |
msgid "Currently only your friends can invite you to groups. Uncheck the box to allow any member to send invites."
|
13982 |
msgstr ""
|
13983 |
|
13984 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13985 |
msgid "Loading your updates. Please wait."
|
13986 |
msgstr ""
|
13987 |
|
13988 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13989 |
msgid "Loading your blogs. Please wait."
|
13990 |
msgstr ""
|
13991 |
|
13992 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13993 |
msgid "Loading your friends. Please wait."
|
13994 |
msgstr ""
|
13995 |
|
13996 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
13997 |
msgid "Loading your groups. Please wait."
|
13998 |
msgstr ""
|
13999 |
|
14000 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14001 |
msgid "Site URL"
|
14002 |
msgstr ""
|
14003 |
|
14004 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14005 |
msgctxt "button"
|
14006 |
msgid "Post"
|
14007 |
msgstr ""
|
14008 |
|
14009 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14010 |
msgid "Default width"
|
14011 |
msgstr ""
|
14012 |
|
14013 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14014 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14015 |
msgid "Wide width"
|
14016 |
msgstr ""
|
14017 |
|
14018 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14019 |
msgid "Full width"
|
14020 |
msgstr ""
|
14021 |
|
14022 |
-
#: bp-templates/bp-nouveau/includes/functions.php:
|
14023 |
msgid "Content width"
|
14024 |
msgstr ""
|
14025 |
|
@@ -14702,7 +14762,7 @@ msgid "Other"
|
|
14702 |
msgstr ""
|
14703 |
|
14704 |
#: bp-xprofile/bp-xprofile-cssjs.php:62
|
14705 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
14706 |
msgid "Default Value"
|
14707 |
msgstr ""
|
14708 |
|
@@ -15184,157 +15244,157 @@ msgctxt "xprofile field type"
|
|
15184 |
msgid "Date Selector"
|
15185 |
msgstr ""
|
15186 |
|
15187 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15188 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15189 |
msgid "Day"
|
15190 |
msgstr ""
|
15191 |
|
15192 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15193 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15194 |
msgid "Month"
|
15195 |
msgstr ""
|
15196 |
|
15197 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15198 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15199 |
msgid "Year"
|
15200 |
msgstr ""
|
15201 |
|
15202 |
#. translators: no option picked in select box
|
15203 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15204 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15205 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15206 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:
|
15207 |
msgid "----"
|
15208 |
msgstr ""
|
15209 |
|
15210 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15211 |
msgid "January"
|
15212 |
msgstr ""
|
15213 |
|
15214 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15215 |
msgid "February"
|
15216 |
msgstr ""
|
15217 |
|
15218 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15219 |
msgid "March"
|
15220 |
msgstr ""
|
15221 |
|
15222 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15223 |
msgid "April"
|
15224 |
msgstr ""
|
15225 |
|
15226 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15227 |
msgid "May"
|
15228 |
msgstr ""
|
15229 |
|
15230 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15231 |
msgid "June"
|
15232 |
msgstr ""
|
15233 |
|
15234 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15235 |
msgid "July"
|
15236 |
msgstr ""
|
15237 |
|
15238 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15239 |
msgid "August"
|
15240 |
msgstr ""
|
15241 |
|
15242 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15243 |
msgid "September"
|
15244 |
msgstr ""
|
15245 |
|
15246 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15247 |
msgid "October"
|
15248 |
msgstr ""
|
15249 |
|
15250 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15251 |
msgid "November"
|
15252 |
msgstr ""
|
15253 |
|
15254 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15255 |
msgid "December"
|
15256 |
msgstr ""
|
15257 |
|
15258 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15259 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15260 |
msgid "Date format"
|
15261 |
msgstr ""
|
15262 |
|
15263 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15264 |
msgid "Time elapsed"
|
15265 |
msgstr ""
|
15266 |
|
15267 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15268 |
msgid "4 years ago"
|
15269 |
msgstr ""
|
15270 |
|
15271 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15272 |
msgid "4 years from now"
|
15273 |
msgstr ""
|
15274 |
|
15275 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15276 |
msgid "Age"
|
15277 |
msgstr ""
|
15278 |
|
15279 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15280 |
msgid "20 years old"
|
15281 |
msgstr ""
|
15282 |
|
15283 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15284 |
msgid "Custom:"
|
15285 |
msgstr ""
|
15286 |
|
15287 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15288 |
msgid "Enter custom time format"
|
15289 |
msgstr ""
|
15290 |
|
15291 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15292 |
msgid "Example:"
|
15293 |
msgstr ""
|
15294 |
|
15295 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15296 |
msgid "Documentation on date and time formatting"
|
15297 |
msgstr ""
|
15298 |
|
15299 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15300 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15301 |
msgid "Range"
|
15302 |
msgstr ""
|
15303 |
|
15304 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15305 |
msgid "Absolute"
|
15306 |
msgstr ""
|
15307 |
|
15308 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15309 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15310 |
msgid "Start:"
|
15311 |
msgstr ""
|
15312 |
|
15313 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15314 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15315 |
msgid "End:"
|
15316 |
msgstr ""
|
15317 |
|
15318 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15319 |
msgid "Relative"
|
15320 |
msgstr ""
|
15321 |
|
15322 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15323 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15324 |
msgid "Select range"
|
15325 |
msgstr ""
|
15326 |
|
15327 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15328 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15329 |
msgid "years ago"
|
15330 |
msgstr ""
|
15331 |
|
15332 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15333 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15334 |
msgid "years from now"
|
15335 |
msgstr ""
|
15336 |
|
15337 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:
|
15338 |
msgid "F j, Y"
|
15339 |
msgstr ""
|
15340 |
|
@@ -15343,9 +15403,9 @@ msgctxt "xprofile field type"
|
|
15343 |
msgid "Multi Select Box"
|
15344 |
msgstr ""
|
15345 |
|
15346 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:
|
15347 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:
|
15348 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:
|
15349 |
msgid "Clear"
|
15350 |
msgstr ""
|
15351 |
|
@@ -15355,7 +15415,7 @@ msgid "Number"
|
|
15355 |
msgstr ""
|
15356 |
|
15357 |
#. translators: accessibility text
|
15358 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:
|
15359 |
msgid "Number field"
|
15360 |
msgstr ""
|
15361 |
|
@@ -15390,7 +15450,7 @@ msgid "Text Box"
|
|
15390 |
msgstr ""
|
15391 |
|
15392 |
#. translators: accessibility text
|
15393 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:
|
15394 |
msgid "Textbox"
|
15395 |
msgstr ""
|
15396 |
|
@@ -15400,7 +15460,7 @@ msgid "URL"
|
|
15400 |
msgstr ""
|
15401 |
|
15402 |
#. translators: accessibility text
|
15403 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:
|
15404 |
msgid "URL"
|
15405 |
msgstr ""
|
15406 |
|
@@ -15444,32 +15504,32 @@ msgstr ""
|
|
15444 |
msgid "Select the information you want to use for your WordPress field."
|
15445 |
msgstr ""
|
15446 |
|
15447 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15448 |
msgid "Please enter options for this Field:"
|
15449 |
msgstr ""
|
15450 |
|
15451 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15452 |
msgid "Sort Order:"
|
15453 |
msgstr ""
|
15454 |
|
15455 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15456 |
msgid "Custom"
|
15457 |
msgstr ""
|
15458 |
|
15459 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15460 |
msgid "Ascending"
|
15461 |
msgstr ""
|
15462 |
|
15463 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15464 |
msgid "Descending"
|
15465 |
msgstr ""
|
15466 |
|
15467 |
#. translators: accessibility text
|
15468 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15469 |
msgid "Add an option"
|
15470 |
msgstr ""
|
15471 |
|
15472 |
-
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:
|
15473 |
msgid "Add Another Option"
|
15474 |
msgstr ""
|
15475 |
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-11-25T21:56:49+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: buddypress\n"
|
115 |
msgstr ""
|
116 |
|
117 |
#: bp-activity/actions/post.php:60
|
118 |
+
#: bp-activity/bp-activity-functions.php:2122
|
119 |
#: bp-activity/classes/class-bp-activity-activity.php:294
|
120 |
+
#: bp-groups/bp-groups-activity.php:589
|
121 |
#: bp-templates/bp-legacy/buddypress-functions.php:977
|
|
|
122 |
msgid "Please enter some content to post."
|
123 |
msgstr ""
|
124 |
|
557 |
msgstr ""
|
558 |
|
559 |
#: bp-activity/bp-activity-blocks.php:27
|
560 |
+
#: bp-activity/classes/class-bp-activity-component.php:523
|
561 |
#: bp-templates/bp-nouveau/includes/activity/widgets.php:64
|
562 |
#: bp-templates/bp-nouveau/includes/activity/widgets.php:177
|
563 |
#: bp-activity/js/blocks/latest-activities.js:173
|
567 |
#: bp-activity/bp-activity-blocks.php:94
|
568 |
#: bp-templates/bp-legacy/buddypress/activity/activity-loop.php:48
|
569 |
#: bp-templates/bp-nouveau/includes/activity/ajax.php:157
|
570 |
+
#: bp-templates/bp-nouveau/includes/functions.php:986
|
571 |
msgid "Sorry, there was no activity found. Please try a different filter."
|
572 |
msgstr ""
|
573 |
|
688 |
msgid "%1$s commented on the %2$s"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: bp-activity/bp-activity-functions.php:2130
|
692 |
+
#: bp-groups/bp-groups-activity.php:593
|
693 |
msgid "User account has not yet been activated."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: bp-activity/bp-activity-functions.php:2773
|
697 |
#: bp-templates/bp-legacy/buddypress-functions.php:1066
|
698 |
#: bp-templates/bp-nouveau/includes/activity/ajax.php:356
|
699 |
msgid "There was an error posting your reply. Please try again."
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: bp-activity/bp-activity-functions.php:2801
|
703 |
msgid "The item you were replying to no longer exists."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: bp-activity/bp-activity-functions.php:3409
|
707 |
msgid "Thumbnail"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: bp-activity/bp-activity-functions.php:3488
|
711 |
#: bp-core/bp-core-template.php:886
|
712 |
msgid " […]"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: bp-activity/bp-activity-functions.php:4422
|
716 |
msgid "Activity Date"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: bp-activity/bp-activity-functions.php:4426
|
720 |
msgid "Activity Description"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: bp-activity/bp-activity-functions.php:4430
|
724 |
msgid "Activity URL"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: bp-activity/bp-activity-functions.php:4437
|
728 |
msgid "Activity Content"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: bp-activity/bp-activity-functions.php:4458
|
732 |
#: bp-activity/bp-activity-notifications.php:401
|
733 |
#: bp-activity/classes/class-bp-activity-oembed-extension.php:138
|
734 |
#: bp-activity/classes/class-bp-activity-theme-compat.php:161
|
793 |
#: bp-messages/bp-messages-notifications.php:319
|
794 |
#: bp-settings/bp-settings-functions.php:135
|
795 |
#: bp-templates/bp-legacy/buddypress/members/register.php:319
|
796 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1236
|
797 |
#: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php:372
|
798 |
msgid "Yes"
|
799 |
msgstr ""
|
811 |
#: bp-messages/bp-messages-notifications.php:320
|
812 |
#: bp-settings/bp-settings-functions.php:136
|
813 |
#: bp-templates/bp-legacy/buddypress/members/register.php:320
|
814 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1244
|
815 |
#: bp-xprofile/classes/class-bp-xprofile-field-type-checkbox-acceptance.php:362
|
816 |
msgid "No"
|
817 |
msgstr ""
|
876 |
#: bp-activity/bp-activity-template.php:1078
|
877 |
#: bp-activity/bp-activity-template.php:1259
|
878 |
#: bp-activity/bp-activity-template.php:1271
|
879 |
+
#: bp-activity/classes/class-bp-activity-component.php:455
|
880 |
#: bp-blogs/classes/class-bp-blogs-component.php:340
|
881 |
#: bp-friends/bp-friends-blocks.php:203
|
882 |
#: bp-friends/classes/class-bp-friends-component.php:312
|
951 |
#: bp-templates/bp-legacy/buddypress/members/single/messages/single.php:51
|
952 |
#: bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/recycle.php:30
|
953 |
#: bp-xprofile/bp-xprofile-cssjs.php:63
|
954 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:430
|
955 |
#: bp-xprofile/classes/class-bp-xprofile-field.php:1472
|
956 |
msgid "Delete"
|
957 |
msgstr ""
|
1021 |
msgid "Activity Streams"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: bp-activity/classes/class-bp-activity-component.php:220
|
1025 |
msgid "Search Activity..."
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: bp-activity/classes/class-bp-activity-component.php:264
|
1029 |
msgctxt "Profile activity screen nav"
|
1030 |
msgid "Activity"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: bp-activity/classes/class-bp-activity-component.php:274
|
1034 |
msgctxt "Profile activity screen sub nav"
|
1035 |
msgid "Personal"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: bp-activity/classes/class-bp-activity-component.php:285
|
1039 |
msgctxt "Profile activity screen sub nav"
|
1040 |
msgid "Mentions"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: bp-activity/classes/class-bp-activity-component.php:298
|
1044 |
msgctxt "Profile activity screen sub nav"
|
1045 |
msgid "Favorites"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: bp-activity/classes/class-bp-activity-component.php:311
|
1049 |
msgctxt "Profile activity screen sub nav"
|
1050 |
msgid "Friends"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: bp-activity/classes/class-bp-activity-component.php:324
|
1054 |
msgctxt "Profile activity screen sub nav"
|
1055 |
msgid "Groups"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
#. translators: %s: Unread mention count for the current user
|
1059 |
+
#: bp-activity/classes/class-bp-activity-component.php:362
|
1060 |
msgctxt "Toolbar Mention logged in user"
|
1061 |
msgid "Mentions %s"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: bp-activity/classes/class-bp-activity-component.php:366
|
1065 |
msgctxt "Toolbar Mention logged in user"
|
1066 |
msgid "Mentions"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: bp-activity/classes/class-bp-activity-component.php:374
|
1070 |
msgctxt "My Account Activity sub nav"
|
1071 |
msgid "Activity"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: bp-activity/classes/class-bp-activity-component.php:382
|
1075 |
msgctxt "My Account Activity sub nav"
|
1076 |
msgid "Personal"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
+
#: bp-activity/classes/class-bp-activity-component.php:403
|
1080 |
msgctxt "My Account Activity sub nav"
|
1081 |
msgid "Favorites"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: bp-activity/classes/class-bp-activity-component.php:414
|
1085 |
msgctxt "My Account Activity sub nav"
|
1086 |
msgid "Friends"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: bp-activity/classes/class-bp-activity-component.php:425
|
1090 |
msgctxt "My Account Activity sub nav"
|
1091 |
msgid "Groups"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: bp-activity/classes/class-bp-activity-component.php:448
|
1095 |
msgctxt "Page and <title>"
|
1096 |
msgid "My Activity"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: bp-activity/classes/class-bp-activity-component.php:576
|
1100 |
msgctxt "page label"
|
1101 |
msgid "BP Activity Page"
|
1102 |
msgstr ""
|
1276 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:71
|
1277 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:105
|
1278 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1320
|
1279 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1126
|
1280 |
msgid "A unique numeric ID for the activity."
|
1281 |
msgstr ""
|
1282 |
|
1365 |
msgstr ""
|
1366 |
|
1367 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1383
|
1368 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1131
|
1369 |
msgid "Content for the activity, as it exists in the database."
|
1370 |
msgstr ""
|
1371 |
|
1372 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1388
|
1373 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1136
|
1374 |
msgid "HTML content for the activity, transformed for display."
|
1375 |
msgstr ""
|
1376 |
|
1406 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1451
|
1407 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:738
|
1408 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1365
|
1409 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1158
|
1410 |
msgid "Avatar URL with full image size (%1$d x %2$d pixels)."
|
1411 |
msgstr ""
|
1412 |
|
1414 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1459
|
1415 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:746
|
1416 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1373
|
1417 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1166
|
1418 |
msgid "Avatar URL with thumb image size (%1$d x %2$d pixels)."
|
1419 |
msgstr ""
|
1420 |
|
1423 |
msgstr ""
|
1424 |
|
1425 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1497
|
1426 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1247
|
1427 |
msgid "Ensure result set excludes specific IDs."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: bp-activity/classes/class-bp-rest-activity-endpoint.php:1506
|
1431 |
#: bp-blogs/classes/class-bp-rest-blogs-endpoint.php:795
|
1432 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1238
|
1433 |
#: bp-members/classes/class-bp-rest-signup-endpoint.php:1028
|
1434 |
msgid "Ensure result set includes specific IDs."
|
1435 |
msgstr ""
|
2926 |
msgstr ""
|
2927 |
|
2928 |
#: bp-core/bp-core-attachments.php:690
|
2929 |
+
#: bp-core/classes/class-bp-admin.php:1544
|
2930 |
msgid "Dismiss"
|
2931 |
msgstr ""
|
2932 |
|
3070 |
#: bp-members/classes/class-bp-members-list-table.php:152
|
3071 |
#: bp-members/classes/class-bp-members-ms-list-table.php:144
|
3072 |
#: bp-templates/bp-legacy/buddypress/members/register.php:85
|
3073 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1200
|
3074 |
msgid "Username"
|
3075 |
msgstr ""
|
3076 |
|
3104 |
msgid "You must log in to access the page you requested."
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: bp-core/bp-core-cssjs.php:207
|
3108 |
#: bp-templates/bp-nouveau/buddypress-functions.php:473
|
3109 |
msgid "Are you sure?"
|
3110 |
msgstr ""
|
3111 |
|
3112 |
+
#. Translators: %s is the relative time (eg: in a few seconds).
|
3113 |
+
#: bp-core/bp-core-cssjs.php:592
|
3114 |
+
msgid "in %s"
|
3115 |
+
msgstr ""
|
3116 |
+
|
3117 |
+
#. Translators: %s is the relative time (eg: 10 minutes ago).
|
3118 |
+
#. translators: %s: the human time diff.
|
3119 |
+
#: bp-core/bp-core-cssjs.php:594
|
3120 |
+
#: bp-core/bp-core-functions.php:1481
|
3121 |
+
msgid "%s ago"
|
3122 |
+
msgstr ""
|
3123 |
+
|
3124 |
+
#: bp-core/bp-core-cssjs.php:595
|
3125 |
+
msgid "a few seconds"
|
3126 |
+
msgstr ""
|
3127 |
+
|
3128 |
+
#: bp-core/bp-core-cssjs.php:596
|
3129 |
+
msgid "a minute"
|
3130 |
+
msgstr ""
|
3131 |
+
|
3132 |
+
#. Translators: %d is the amount of minutes.
|
3133 |
+
#: bp-core/bp-core-cssjs.php:598
|
3134 |
+
msgid "%d minutes"
|
3135 |
+
msgstr ""
|
3136 |
+
|
3137 |
+
#: bp-core/bp-core-cssjs.php:599
|
3138 |
+
msgid "an hour"
|
3139 |
+
msgstr ""
|
3140 |
+
|
3141 |
+
#. Translators: %d is the amount of hours.
|
3142 |
+
#: bp-core/bp-core-cssjs.php:601
|
3143 |
+
msgid "%d hours"
|
3144 |
+
msgstr ""
|
3145 |
+
|
3146 |
+
#: bp-core/bp-core-cssjs.php:602
|
3147 |
+
msgid "a day"
|
3148 |
+
msgstr ""
|
3149 |
+
|
3150 |
+
#. Translators: %d is the amount of days.
|
3151 |
+
#: bp-core/bp-core-cssjs.php:604
|
3152 |
+
msgid "%d days"
|
3153 |
+
msgstr ""
|
3154 |
+
|
3155 |
+
#: bp-core/bp-core-cssjs.php:605
|
3156 |
+
msgid "a month"
|
3157 |
+
msgstr ""
|
3158 |
+
|
3159 |
+
#. Translators: %d is the amount of months.
|
3160 |
+
#: bp-core/bp-core-cssjs.php:607
|
3161 |
+
msgid "%d months"
|
3162 |
+
msgstr ""
|
3163 |
+
|
3164 |
+
#: bp-core/bp-core-cssjs.php:608
|
3165 |
+
msgid "a year"
|
3166 |
+
msgstr ""
|
3167 |
+
|
3168 |
+
#. Translators: %d is the amount of years.
|
3169 |
+
#: bp-core/bp-core-cssjs.php:610
|
3170 |
+
msgid "%d years"
|
3171 |
+
msgstr ""
|
3172 |
+
|
3173 |
#: bp-core/bp-core-customizer-email.php:26
|
3174 |
msgid "Customize the appearance of emails sent by BuddyPress."
|
3175 |
msgstr ""
|
3346 |
msgstr[0] ""
|
3347 |
msgstr[1] ""
|
3348 |
|
|
|
|
|
|
|
|
|
|
|
3349 |
#: bp-core/bp-core-functions.php:1491
|
3350 |
msgid "right now"
|
3351 |
msgstr ""
|
4306 |
msgid "Go to website's home page."
|
4307 |
msgstr ""
|
4308 |
|
4309 |
+
#: bp-core/bp-core-moderation.php:148
|
4310 |
msgid "You have posted too many links"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
+
#: bp-core/bp-core-moderation.php:189
|
4314 |
msgctxt "Comment moderation"
|
4315 |
msgid "You have posted an inappropriate word."
|
4316 |
msgstr ""
|
4317 |
|
4318 |
+
#: bp-core/bp-core-moderation.php:315
|
4319 |
msgctxt "Comment disallowed key"
|
4320 |
msgid "You have posted an inappropriate word."
|
4321 |
msgstr ""
|
4858 |
msgstr ""
|
4859 |
|
4860 |
#: bp-core/classes/class-bp-admin.php:847
|
4861 |
+
#: bp-core/classes/class-bp-admin.php:1498
|
4862 |
msgid "BuddyPress Add-ons"
|
4863 |
msgstr ""
|
4864 |
|
4981 |
msgid "With our thanks to these Open Source projects"
|
4982 |
msgstr ""
|
4983 |
|
4984 |
+
#: bp-core/classes/class-bp-admin.php:1144
|
4985 |
msgid "Contributor Emeriti"
|
4986 |
msgstr ""
|
4987 |
|
4988 |
+
#: bp-core/classes/class-bp-admin.php:1149
|
4989 |
msgid "Project Founder"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
+
#: bp-core/classes/class-bp-admin.php:1189
|
4993 |
msgctxt "Email post type"
|
4994 |
msgid "Situations"
|
4995 |
msgstr ""
|
4996 |
|
4997 |
+
#: bp-core/classes/class-bp-admin.php:1544
|
4998 |
msgid "Dismiss the welcome panel"
|
4999 |
msgstr ""
|
5000 |
|
5001 |
+
#: bp-core/classes/class-bp-admin.php:1546
|
5002 |
msgid "Hello BuddyPress Add-ons!"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
+
#: bp-core/classes/class-bp-admin.php:1548
|
5006 |
msgid "Add-ons are features as Plugins or Blocks maintained by the BuddyPress development team & hosted on the WordPress.org plugins directory."
|
5007 |
msgstr ""
|
5008 |
|
5009 |
+
#: bp-core/classes/class-bp-admin.php:1549
|
5010 |
msgid "Thanks to this new tab inside your Dashboard screen to add plugins, you’ll be able to find them faster and eventually contribute to beta features early to give the BuddyPress development team your feedbacks."
|
5011 |
msgstr ""
|
5012 |
|
5275 |
msgid "BuddyPress emails"
|
5276 |
msgstr ""
|
5277 |
|
5278 |
+
#: bp-core/classes/class-bp-email.php:1018
|
5279 |
msgid "The email recipient has opted out from receiving communication from this site."
|
5280 |
msgstr ""
|
5281 |
|
5594 |
#: bp-friends/bp-friends-blocks.php:99
|
5595 |
#: bp-friends/classes/class-bp-core-friends-widget.php:143
|
5596 |
#: bp-templates/bp-legacy/buddypress/members/members-loop.php:143
|
5597 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1050
|
5598 |
#: bp-friends/js/friends.js:54
|
5599 |
msgid "Sorry, no members were found."
|
5600 |
msgstr ""
|
5730 |
#: bp-groups/bp-groups-functions.php:3430
|
5731 |
#: bp-groups/bp-groups-functions.php:3500
|
5732 |
#: bp-groups/bp-groups-functions.php:3570
|
5733 |
+
#: bp-messages/bp-messages-functions.php:723
|
5734 |
msgid "Date Sent"
|
5735 |
msgstr ""
|
5736 |
|
6180 |
|
6181 |
#. translators: 1: the user link. 2: the group link.
|
6182 |
#: bp-groups/bp-groups-activity.php:141
|
6183 |
+
#: bp-groups/bp-groups-activity.php:772
|
6184 |
msgid "%1$s joined the group %2$s"
|
6185 |
msgstr ""
|
6186 |
|
6214 |
msgid "%1$s posted an update in the group %2$s"
|
6215 |
msgstr ""
|
6216 |
|
6217 |
+
#: bp-groups/bp-groups-activity.php:596
|
6218 |
+
msgid "You need to be a member of this group to share updates with their members."
|
6219 |
+
msgstr ""
|
6220 |
+
|
6221 |
#: bp-groups/bp-groups-admin.php:35
|
6222 |
#: bp-groups/bp-groups-admin.php:82
|
6223 |
msgctxt "Admin Groups page title"
|
6593 |
#: bp-templates/bp-legacy/buddypress/members/single/profile/edit.php:113
|
6594 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/general.php:47
|
6595 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php:40
|
6596 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1311
|
6597 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1342
|
6598 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1353
|
6599 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1364
|
6600 |
#: bp-templates/bp-nouveau/includes/groups/template-tags.php:412
|
6601 |
msgid "Save Changes"
|
6602 |
msgstr ""
|
7774 |
#: bp-members/classes/class-bp-rest-attachments-member-cover-endpoint.php:155
|
7775 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:266
|
7776 |
#: bp-members/classes/class-bp-rest-members-endpoint.php:344
|
7777 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:458
|
7778 |
#: bp-messages/classes/class-bp-rest-messages-endpoint.php:205
|
7779 |
#: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:158
|
7780 |
#: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php:288
|
8243 |
msgstr ""
|
8244 |
|
8245 |
#: bp-groups/classes/class-bp-rest-groups-endpoint.php:1412
|
8246 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1212
|
8247 |
msgid "Shorthand for certain orderby/order combinations."
|
8248 |
msgstr ""
|
8249 |
|
8548 |
|
8549 |
#: bp-members/bp-members-admin.php:183
|
8550 |
#: bp-templates/bp-legacy/buddypress/members/register.php:297
|
8551 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1228
|
8552 |
msgid "Site Title"
|
8553 |
msgstr ""
|
8554 |
|
8602 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/delete-account.php:44
|
8603 |
#: bp-templates/bp-nouveau/buddypress/members/single/settings/data.php:81
|
8604 |
#: bp-templates/bp-nouveau/buddypress/members/single/settings/delete-account.php:12
|
8605 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1332
|
8606 |
msgid "Delete Account"
|
8607 |
msgstr ""
|
8608 |
|
9883 |
msgstr ""
|
9884 |
|
9885 |
#: bp-members/classes/class-bp-members-invitations-list-table.php:365
|
9886 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1383
|
9887 |
msgid "Send"
|
9888 |
msgstr ""
|
9889 |
|
9954 |
msgstr ""
|
9955 |
|
9956 |
#: bp-members/classes/class-bp-rest-attachments-member-avatar-endpoint.php:70
|
9957 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:978
|
9958 |
msgid "A unique numeric ID for the Member."
|
9959 |
msgstr ""
|
9960 |
|
10018 |
msgid "Sorry, you are not allowed to view members."
|
10019 |
msgstr ""
|
10020 |
|
10021 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:420
|
10022 |
+
msgid "Sorry, you are not allowed delete your account."
|
|
|
10023 |
msgstr ""
|
10024 |
|
10025 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:471
|
10026 |
+
msgid "Your account cannot be deleted."
|
|
|
10027 |
msgstr ""
|
10028 |
|
10029 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:847
|
10030 |
msgid "No extended profile data available as the component is inactive"
|
10031 |
msgstr ""
|
10032 |
|
10033 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:888
|
10034 |
msgid "The data for the user was not found."
|
10035 |
msgstr ""
|
10036 |
|
10037 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:912
|
10038 |
msgid "Assign a member type to a member, use a comma separated list of member types to assign more than one."
|
10039 |
msgstr ""
|
10040 |
|
10041 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:931
|
10042 |
msgid "The email address for the member."
|
10043 |
msgstr ""
|
10044 |
|
10045 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:984
|
10046 |
msgid "Display name for the member."
|
10047 |
msgstr ""
|
10048 |
|
10049 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:992
|
10050 |
msgid "The name used for that user in @-mentions."
|
10051 |
msgstr ""
|
10052 |
|
10053 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1001
|
10054 |
msgid "Profile URL of the member."
|
10055 |
msgstr ""
|
10056 |
|
10057 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1008
|
10058 |
msgid "An alphanumeric identifier for the Member."
|
10059 |
msgstr ""
|
10060 |
|
10061 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1017
|
10062 |
msgid "Member types associated with the member."
|
10063 |
msgstr ""
|
10064 |
|
10065 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1027
|
10066 |
msgid "Registration date for the member, in the site's timezone."
|
10067 |
msgstr ""
|
10068 |
|
10069 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1034
|
10070 |
msgid "Registration date for the member, as GMT."
|
10071 |
msgstr ""
|
10072 |
|
10073 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1041
|
10074 |
msgid "Elapsed time since the member registered."
|
10075 |
msgstr ""
|
10076 |
|
10077 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1047
|
10078 |
msgid "Password for the member (never included)."
|
10079 |
msgstr ""
|
10080 |
|
10081 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1056
|
10082 |
msgid "Roles assigned to the member."
|
10083 |
msgstr ""
|
10084 |
|
10085 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1064
|
10086 |
msgid "All capabilities assigned to the user."
|
10087 |
msgstr ""
|
10088 |
|
10089 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1070
|
10090 |
msgid "Any extra capabilities assigned to the user."
|
10091 |
msgstr ""
|
10092 |
|
10093 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1076
|
10094 |
msgid "Member XProfile groups and its fields."
|
10095 |
msgstr ""
|
10096 |
|
10097 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1082
|
10098 |
msgid "Friendship relation with, current, logged in user."
|
10099 |
msgstr ""
|
10100 |
|
10101 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1088
|
10102 |
msgid "Slug of the friendship status with current logged in user."
|
10103 |
msgstr ""
|
10104 |
|
10105 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1095
|
10106 |
msgid "Last date the member was active on the site."
|
10107 |
msgstr ""
|
10108 |
|
10109 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1099
|
10110 |
msgid "English-language representation of the date."
|
10111 |
msgstr ""
|
10112 |
|
10113 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1104
|
10114 |
msgid "Date in the site's timezone."
|
10115 |
msgstr ""
|
10116 |
|
10117 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1110
|
10118 |
msgid "Date as GMT."
|
10119 |
msgstr ""
|
10120 |
|
10121 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1121
|
10122 |
msgid "The content of the latest activity posted by the member."
|
10123 |
msgstr ""
|
10124 |
|
10125 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1146
|
10126 |
msgid "Total number of friends for the member."
|
10127 |
msgstr ""
|
10128 |
|
10129 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1173
|
10130 |
msgid "Avatar URLs for the member."
|
10131 |
msgstr ""
|
10132 |
|
10133 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1221
|
10134 |
msgid "Limit results to friends of a user."
|
10135 |
msgstr ""
|
10136 |
|
10137 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1229
|
10138 |
msgid "Pass IDs of users to limit result set."
|
10139 |
msgstr ""
|
10140 |
|
10141 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1256
|
10142 |
msgid "Whether to fetch extra BP data about the returned members."
|
10143 |
msgstr ""
|
10144 |
|
10145 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1264
|
10146 |
msgid "Limit results set to certain type(s)."
|
10147 |
msgstr ""
|
10148 |
|
10149 |
+
#: bp-members/classes/class-bp-rest-members-endpoint.php:1273
|
10150 |
msgid "Limit results set to a certain XProfile field."
|
10151 |
msgstr ""
|
10152 |
|
10486 |
msgid "Message was not sent. Please try again."
|
10487 |
msgstr ""
|
10488 |
|
10489 |
+
#: bp-messages/bp-messages-functions.php:715
|
10490 |
msgid "Message Subject"
|
10491 |
msgstr ""
|
10492 |
|
10493 |
+
#: bp-messages/bp-messages-functions.php:719
|
10494 |
msgid "Message Content"
|
10495 |
msgstr ""
|
10496 |
|
10497 |
+
#: bp-messages/bp-messages-functions.php:727
|
10498 |
msgid "Recipients"
|
10499 |
msgstr ""
|
10500 |
|
10501 |
+
#: bp-messages/bp-messages-functions.php:731
|
10502 |
msgid "Thread URL"
|
10503 |
msgstr ""
|
10504 |
|
10505 |
+
#: bp-messages/bp-messages-functions.php:738
|
10506 |
#: bp-messages/classes/class-bp-messages-component.php:39
|
10507 |
msgid "Private Messages"
|
10508 |
msgstr ""
|
10613 |
|
10614 |
#. translators: accessibility text
|
10615 |
#: bp-messages/bp-messages-template.php:1054
|
10616 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:207
|
10617 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:172
|
10618 |
msgid "Select"
|
10619 |
msgstr ""
|
10620 |
|
11631 |
msgstr ""
|
11632 |
|
11633 |
#: bp-templates/bp-legacy/buddypress-functions.php:1013
|
11634 |
+
#: bp-templates/bp-nouveau/includes/activity/ajax.php:575
|
11635 |
msgid "There was a problem posting your update. Please try again."
|
11636 |
msgstr ""
|
11637 |
|
11859 |
|
11860 |
#: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/camera.php:26
|
11861 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/capabilities.php:30
|
11862 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1321
|
11863 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1373
|
11864 |
#: bp-xprofile/classes/class-bp-xprofile-field.php:1236
|
11865 |
#: bp-xprofile/classes/class-bp-xprofile-group.php:846
|
11866 |
msgid "Save"
|
11890 |
#: bp-templates/bp-legacy/buddypress/assets/_attachments/avatars/index.php:43
|
11891 |
#: bp-templates/bp-legacy/buddypress/groups/single/admin/group-avatar.php:30
|
11892 |
#: bp-templates/bp-nouveau/buddypress/groups/single/admin/group-avatar.php:61
|
11893 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1042
|
11894 |
msgid "If you'd like to remove the existing group profile photo but not upload a new one, please use the delete group profile photo button."
|
11895 |
msgstr ""
|
11896 |
|
11961 |
msgstr ""
|
11962 |
|
11963 |
#: bp-templates/bp-legacy/buddypress/blogs/blogs-loop.php:121
|
11964 |
+
#: bp-templates/bp-nouveau/includes/functions.php:990
|
11965 |
msgid "Sorry, there were no sites found."
|
11966 |
msgstr ""
|
11967 |
|
12384 |
msgstr ""
|
12385 |
|
12386 |
#: bp-templates/bp-legacy/buddypress/groups/single/requests-loop.php:96
|
12387 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1030
|
12388 |
msgid "There are no pending membership requests."
|
12389 |
msgstr ""
|
12390 |
|
12449 |
msgstr ""
|
12450 |
|
12451 |
#: bp-templates/bp-legacy/buddypress/members/register.php:68
|
12452 |
+
#: bp-templates/bp-nouveau/includes/functions.php:966
|
12453 |
msgid "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."
|
12454 |
msgstr ""
|
12455 |
|
12471 |
msgstr ""
|
12472 |
|
12473 |
#: bp-templates/bp-legacy/buddypress/members/register.php:96
|
12474 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1208
|
12475 |
msgid "Email Address"
|
12476 |
msgstr ""
|
12477 |
|
12526 |
msgstr ""
|
12527 |
|
12528 |
#: bp-templates/bp-legacy/buddypress/members/register.php:359
|
12529 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1301
|
12530 |
msgid "Complete Sign Up"
|
12531 |
msgstr ""
|
12532 |
|
12533 |
#: bp-templates/bp-legacy/buddypress/members/register.php:401
|
12534 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1134
|
12535 |
msgid "You have successfully submitted your membership request! Our site moderators will review your submission and send you an activation email if your request is approved."
|
12536 |
msgstr ""
|
12537 |
|
12538 |
#: bp-templates/bp-legacy/buddypress/members/register.php:403
|
12539 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1136
|
12540 |
msgid "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."
|
12541 |
msgstr ""
|
12542 |
|
12543 |
#: bp-templates/bp-legacy/buddypress/members/register.php:405
|
12544 |
+
#: bp-templates/bp-nouveau/includes/functions.php:972
|
12545 |
msgid "You have successfully created your account! Please log in using the username and password you have just created."
|
12546 |
msgstr ""
|
12547 |
|
12569 |
msgstr ""
|
12570 |
|
12571 |
#: bp-templates/bp-legacy/buddypress/members/single/friends/requests.php:108
|
12572 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1054
|
12573 |
msgid "You have no pending friendship requests."
|
12574 |
msgstr ""
|
12575 |
|
12598 |
msgstr[1] ""
|
12599 |
|
12600 |
#: bp-templates/bp-legacy/buddypress/members/single/groups/invites.php:81
|
12601 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1058
|
12602 |
msgid "You have no outstanding group invites."
|
12603 |
msgstr ""
|
12604 |
|
12628 |
msgstr ""
|
12629 |
|
12630 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/list-invites.php:44
|
12631 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1107
|
12632 |
msgid "There are no invitations to display."
|
12633 |
msgstr ""
|
12634 |
|
12638 |
msgstr ""
|
12639 |
|
12640 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/send-invites.php:20
|
12641 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1103
|
12642 |
msgid "Fill out the form below to invite a new user to join this site. Upon submission of the form, an email will be sent to the invitee containing a link to accept your invitation. You may also add a custom message to the email."
|
12643 |
msgstr ""
|
12644 |
|
12658 |
msgstr ""
|
12659 |
|
12660 |
#: bp-templates/bp-legacy/buddypress/members/single/invitations/send-invites.php:41
|
12661 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1120
|
12662 |
msgid "Sorry, you are not allowed to send invitations."
|
12663 |
msgstr ""
|
12664 |
|
12775 |
msgstr ""
|
12776 |
|
12777 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:17
|
12778 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1144
|
12779 |
msgid "You have no unread notifications."
|
12780 |
msgstr ""
|
12781 |
|
12782 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:21
|
12783 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1141
|
12784 |
msgid "This member has no unread notifications."
|
12785 |
msgstr ""
|
12786 |
|
12787 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:29
|
12788 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1147
|
12789 |
msgid "You have no notifications."
|
12790 |
msgstr ""
|
12791 |
|
12792 |
#: bp-templates/bp-legacy/buddypress/members/single/notifications/feedback-no-notifications.php:33
|
12793 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1062
|
12794 |
msgid "This member has no notifications."
|
12795 |
msgstr ""
|
12796 |
|
12952 |
msgstr ""
|
12953 |
|
12954 |
#: bp-templates/bp-legacy/buddypress/members/single/settings/delete-account.php:17
|
12955 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1152
|
12956 |
msgid "Deleting your account will delete all of the content you have created. It will be completely irrecoverable."
|
12957 |
msgstr ""
|
12958 |
|
13627 |
msgid "No activities were found."
|
13628 |
msgstr ""
|
13629 |
|
13630 |
+
#: bp-templates/bp-nouveau/includes/activity/ajax.php:592
|
13631 |
msgid "Update posted."
|
13632 |
msgstr ""
|
13633 |
|
13634 |
+
#: bp-templates/bp-nouveau/includes/activity/ajax.php:592
|
13635 |
msgid "View activity."
|
13636 |
msgstr ""
|
13637 |
|
13638 |
+
#: bp-templates/bp-nouveau/includes/activity/ajax.php:620
|
13639 |
msgid "There was a problem marking this activity as spam. Please try again."
|
13640 |
msgstr ""
|
13641 |
|
13642 |
+
#: bp-templates/bp-nouveau/includes/activity/ajax.php:669
|
13643 |
msgid "This activity has been marked as spam and is no longer visible."
|
13644 |
msgstr ""
|
13645 |
|
13944 |
msgid "Four columns"
|
13945 |
msgstr ""
|
13946 |
|
13947 |
+
#: bp-templates/bp-nouveau/includes/functions.php:960
|
13948 |
msgid "Member registration is currently not allowed."
|
13949 |
msgstr ""
|
13950 |
|
13951 |
+
#: bp-templates/bp-nouveau/includes/functions.php:978
|
13952 |
msgid "Loading the community updates. Please wait."
|
13953 |
msgstr ""
|
13954 |
|
13955 |
+
#: bp-templates/bp-nouveau/includes/functions.php:982
|
13956 |
msgid "Loading the update. Please wait."
|
13957 |
msgstr ""
|
13958 |
|
13959 |
+
#: bp-templates/bp-nouveau/includes/functions.php:994
|
13960 |
msgid "Site registration is currently disabled."
|
13961 |
msgstr ""
|
13962 |
|
13963 |
+
#: bp-templates/bp-nouveau/includes/functions.php:998
|
13964 |
msgid "Loading the sites of the network. Please wait."
|
13965 |
msgstr ""
|
13966 |
|
13967 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1002
|
13968 |
msgid "Loading the groups of the community. Please wait."
|
13969 |
msgstr ""
|
13970 |
|
13971 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1006
|
13972 |
msgid "Sorry, there were no groups found."
|
13973 |
msgstr ""
|
13974 |
|
13975 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1010
|
13976 |
msgid "Loading the group updates. Please wait."
|
13977 |
msgstr ""
|
13978 |
|
13979 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1014
|
13980 |
msgid "Requesting the group members. Please wait."
|
13981 |
msgstr ""
|
13982 |
|
13983 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1018
|
13984 |
msgid "Sorry, there were no group members found."
|
13985 |
msgstr ""
|
13986 |
|
13987 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1022
|
13988 |
msgid "Sorry, there was no member of that name found in this group."
|
13989 |
msgstr ""
|
13990 |
|
13991 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1026
|
13992 |
msgid "This group has no members."
|
13993 |
msgstr ""
|
13994 |
|
13995 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1034
|
13996 |
msgid "Loading the members who requested to join the group. Please wait."
|
13997 |
msgstr ""
|
13998 |
|
13999 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1038
|
14000 |
msgid "WARNING: Deleting this group will completely remove ALL content associated with it. There is no way back. Please be careful with this option."
|
14001 |
msgstr ""
|
14002 |
|
14003 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1046
|
14004 |
msgid "Loading the members of your community. Please wait."
|
14005 |
msgstr ""
|
14006 |
|
14007 |
#. translators: %s: member name
|
14008 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1067
|
14009 |
msgid "%s did not save any profile information yet."
|
14010 |
msgstr ""
|
14011 |
|
14012 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1071
|
14013 |
msgid "Deleting this account will delete all of the content it has created. It will be completely unrecoverable."
|
14014 |
msgstr ""
|
14015 |
|
14016 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1075
|
14017 |
msgid "Loading the member's updates. Please wait."
|
14018 |
msgstr ""
|
14019 |
|
14020 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1079
|
14021 |
msgid "Loading the member's blogs. Please wait."
|
14022 |
msgstr ""
|
14023 |
|
14024 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1083
|
14025 |
msgid "Loading the member's friends. Please wait."
|
14026 |
msgstr ""
|
14027 |
|
14028 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1087
|
14029 |
msgid "Loading the member's groups. Please wait."
|
14030 |
msgstr ""
|
14031 |
|
14032 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1091
|
14033 |
msgid "Loading notifications. Please wait."
|
14034 |
msgstr ""
|
14035 |
|
14036 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1095
|
14037 |
msgid "Currently every member of the community can invite you to join their groups. If you are not comfortable with it, you can always restrict group invites to your friends only."
|
14038 |
msgstr ""
|
14039 |
|
14040 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1099
|
14041 |
msgid "Currently only your friends can invite you to groups. Uncheck the box to allow any member to send invites."
|
14042 |
msgstr ""
|
14043 |
|
14044 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1154
|
14045 |
msgid "Loading your updates. Please wait."
|
14046 |
msgstr ""
|
14047 |
|
14048 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1156
|
14049 |
msgid "Loading your blogs. Please wait."
|
14050 |
msgstr ""
|
14051 |
|
14052 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1158
|
14053 |
msgid "Loading your friends. Please wait."
|
14054 |
msgstr ""
|
14055 |
|
14056 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1160
|
14057 |
msgid "Loading your groups. Please wait."
|
14058 |
msgstr ""
|
14059 |
|
14060 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1220
|
14061 |
msgid "Site URL"
|
14062 |
msgstr ""
|
14063 |
|
14064 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1394
|
14065 |
msgctxt "button"
|
14066 |
msgid "Post"
|
14067 |
msgstr ""
|
14068 |
|
14069 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1665
|
14070 |
msgid "Default width"
|
14071 |
msgstr ""
|
14072 |
|
14073 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1666
|
14074 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1678
|
14075 |
msgid "Wide width"
|
14076 |
msgstr ""
|
14077 |
|
14078 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1667
|
14079 |
msgid "Full width"
|
14080 |
msgstr ""
|
14081 |
|
14082 |
+
#: bp-templates/bp-nouveau/includes/functions.php:1677
|
14083 |
msgid "Content width"
|
14084 |
msgstr ""
|
14085 |
|
14762 |
msgstr ""
|
14763 |
|
14764 |
#: bp-xprofile/bp-xprofile-cssjs.php:62
|
14765 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:425
|
14766 |
msgid "Default Value"
|
14767 |
msgstr ""
|
14768 |
|
15244 |
msgid "Date Selector"
|
15245 |
msgstr ""
|
15246 |
|
15247 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:118
|
15248 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:320
|
15249 |
msgid "Day"
|
15250 |
msgstr ""
|
15251 |
|
15252 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:128
|
15253 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:327
|
15254 |
msgid "Month"
|
15255 |
msgstr ""
|
15256 |
|
15257 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:138
|
15258 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:334
|
15259 |
msgid "Year"
|
15260 |
msgstr ""
|
15261 |
|
15262 |
#. translators: no option picked in select box
|
15263 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:218
|
15264 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:241
|
15265 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:249
|
15266 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-selectbox.php:107
|
15267 |
msgid "----"
|
15268 |
msgstr ""
|
15269 |
|
15270 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:227
|
15271 |
msgid "January"
|
15272 |
msgstr ""
|
15273 |
|
15274 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:228
|
15275 |
msgid "February"
|
15276 |
msgstr ""
|
15277 |
|
15278 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:229
|
15279 |
msgid "March"
|
15280 |
msgstr ""
|
15281 |
|
15282 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:230
|
15283 |
msgid "April"
|
15284 |
msgstr ""
|
15285 |
|
15286 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:231
|
15287 |
msgid "May"
|
15288 |
msgstr ""
|
15289 |
|
15290 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:232
|
15291 |
msgid "June"
|
15292 |
msgstr ""
|
15293 |
|
15294 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:233
|
15295 |
msgid "July"
|
15296 |
msgstr ""
|
15297 |
|
15298 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:234
|
15299 |
msgid "August"
|
15300 |
msgstr ""
|
15301 |
|
15302 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:235
|
15303 |
msgid "September"
|
15304 |
msgstr ""
|
15305 |
|
15306 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:236
|
15307 |
msgid "October"
|
15308 |
msgstr ""
|
15309 |
|
15310 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:237
|
15311 |
msgid "November"
|
15312 |
msgstr ""
|
15313 |
|
15314 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:238
|
15315 |
msgid "December"
|
15316 |
msgstr ""
|
15317 |
|
15318 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:479
|
15319 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:485
|
15320 |
msgid "Date format"
|
15321 |
msgstr ""
|
15322 |
|
15323 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:501
|
15324 |
msgid "Time elapsed"
|
15325 |
msgstr ""
|
15326 |
|
15327 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:501
|
15328 |
msgid "4 years ago"
|
15329 |
msgstr ""
|
15330 |
|
15331 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:501
|
15332 |
msgid "4 years from now"
|
15333 |
msgstr ""
|
15334 |
|
15335 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:508
|
15336 |
msgid "Age"
|
15337 |
msgstr ""
|
15338 |
|
15339 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:508
|
15340 |
msgid "20 years old"
|
15341 |
msgstr ""
|
15342 |
|
15343 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:515
|
15344 |
msgid "Custom:"
|
15345 |
msgstr ""
|
15346 |
|
15347 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:517
|
15348 |
msgid "Enter custom time format"
|
15349 |
msgstr ""
|
15350 |
|
15351 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:518
|
15352 |
msgid "Example:"
|
15353 |
msgstr ""
|
15354 |
|
15355 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:520
|
15356 |
msgid "Documentation on date and time formatting"
|
15357 |
msgstr ""
|
15358 |
|
15359 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:529
|
15360 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:535
|
15361 |
msgid "Range"
|
15362 |
msgstr ""
|
15363 |
|
15364 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:542
|
15365 |
msgid "Absolute"
|
15366 |
msgstr ""
|
15367 |
|
15368 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:547
|
15369 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:563
|
15370 |
msgid "Start:"
|
15371 |
msgstr ""
|
15372 |
|
15373 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:549
|
15374 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:578
|
15375 |
msgid "End:"
|
15376 |
msgstr ""
|
15377 |
|
15378 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:558
|
15379 |
msgid "Relative"
|
15380 |
msgstr ""
|
15381 |
|
15382 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:569
|
15383 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:583
|
15384 |
msgid "Select range"
|
15385 |
msgstr ""
|
15386 |
|
15387 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:572
|
15388 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:586
|
15389 |
msgid "years ago"
|
15390 |
msgstr ""
|
15391 |
|
15392 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:574
|
15393 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:588
|
15394 |
msgid "years from now"
|
15395 |
msgstr ""
|
15396 |
|
15397 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php:654
|
15398 |
msgid "F j, Y"
|
15399 |
msgstr ""
|
15400 |
|
15403 |
msgid "Multi Select Box"
|
15404 |
msgstr ""
|
15405 |
|
15406 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-multiselectbox.php:110
|
15407 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:94
|
15408 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php:187
|
15409 |
msgid "Clear"
|
15410 |
msgstr ""
|
15411 |
|
15415 |
msgstr ""
|
15416 |
|
15417 |
#. translators: accessibility text
|
15418 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-number.php:110
|
15419 |
msgid "Number field"
|
15420 |
msgstr ""
|
15421 |
|
15450 |
msgstr ""
|
15451 |
|
15452 |
#. translators: accessibility text
|
15453 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-textbox.php:110
|
15454 |
msgid "Textbox"
|
15455 |
msgstr ""
|
15456 |
|
15460 |
msgstr ""
|
15461 |
|
15462 |
#. translators: accessibility text
|
15463 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type-url.php:123
|
15464 |
msgid "URL"
|
15465 |
msgstr ""
|
15466 |
|
15504 |
msgid "Select the information you want to use for your WordPress field."
|
15505 |
msgstr ""
|
15506 |
|
15507 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:349
|
15508 |
msgid "Please enter options for this Field:"
|
15509 |
msgstr ""
|
15510 |
|
15511 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:352
|
15512 |
msgid "Sort Order:"
|
15513 |
msgstr ""
|
15514 |
|
15515 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:354
|
15516 |
msgid "Custom"
|
15517 |
msgstr ""
|
15518 |
|
15519 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:355
|
15520 |
msgid "Ascending"
|
15521 |
msgstr ""
|
15522 |
|
15523 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:356
|
15524 |
msgid "Descending"
|
15525 |
msgstr ""
|
15526 |
|
15527 |
#. translators: accessibility text
|
15528 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:420
|
15529 |
msgid "Add an option"
|
15530 |
msgstr ""
|
15531 |
|
15532 |
+
#: bp-xprofile/classes/class-bp-xprofile-field-type.php:442
|
15533 |
msgid "Add Another Option"
|
15534 |
msgstr ""
|
15535 |
|
@@ -349,7 +349,7 @@ class BuddyPress {
|
|
349 |
|
350 |
/** Versions */
|
351 |
|
352 |
-
$this->version = '11.0.0-
|
353 |
$this->db_version = 13271;
|
354 |
|
355 |
/** Loading */
|
349 |
|
350 |
/** Versions */
|
351 |
|
352 |
+
$this->version = '11.0.0-beta2';
|
353 |
$this->db_version = 13271;
|
354 |
|
355 |
/** Loading */
|