-
Houston Fence & Gate Installation Team's profile was updated 7 years, 7 months ago
-
Palm Beach Fence Pros Installation & Replacement's profile was updated 7 years, 7 months ago
-
San Diego Kitchen & Bath Home Remodeling Solutions's profile was updated 7 years, 7 months ago
-
Charlotte Custom Kitchen & Bath Remodelers's profile was updated 7 years, 7 months ago
-
Minneapolis Kitchen & Bath Remodeling Service Solutions's profile was updated 7 years, 7 months ago
-
Orlando Water, Fire, & Mold Restoration Services's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 7 months ago
I will try to code a snippet for this, will let you know soon. Do you know the user id of ‘support’ user that will be there in to box?
Thanks
-
Prashant Singh replied to the topic Buddy Press User Profile Avatar Picture Preview not Showing in the forum How-to & Troubleshooting 7 years, 7 months ago
Please consult your theme developers. Try to ask in their support forum to fix this issue. It’s your theme’s issue re-installation will not fix it.
Thanks
-
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 7 months ago
For example Sent to field automatically has “support” word and user can’t edit so users have to only two fields remaining subject and message. So, in this settings, users can only sent a message to support person only. Not any other.
So ‘support’ will be a user, right?
-
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 7 months ago
add_action( 'messages_message_before_save', 'ps_manage_sending_of_private_message',10,1 );[Read more]
function ps_manage_sending_of_private_message( $message_object ) {
$receivers = $message_object->recipients;
foreach($receivers as $receiver){
$receiver_id = $receiver->user_id;
$user = get_userdata( $receiver_id );
$user_roles = $user->roles;
if… -
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 7 months ago
function ps_remove_private_message_button( $button ) {
$user = bp_displayed_user_id();
if ( !empty( $user->roles ) && is_array( $user->roles ) ) {
if ( $role != 'your_role_here') {
$button = '';
}
}
return $button;
}
add_filter( 'bp_get_send_message_button', 'ps_remove_private_message_button', 10 , 1 );Hi,
One solution…[Read more]
-
Prashant Singh replied to the topic Buddy Press User Profile Avatar Picture Preview not Showing in the forum How-to & Troubleshooting 7 years, 7 months ago
And what about the theme? Have you tried switching to the default theme (twenty seventeen or any default theme)?
Thanks
-
David Smiths's profile was updated 7 years, 7 months ago
-
Shanno Nguyen's profile was updated 7 years, 7 months ago
-
NagapokerQQ menyediakan permainan PokerQQ terbaik's profile was updated 7 years, 7 months ago
-
elizabethwatts14's profile was updated 7 years, 7 months ago
-
Fair Trade Fashionista's profile was updated 7 years, 7 months ago
-
Raquel Hamil's profile was updated 7 years, 7 months ago
-
Prashant Singh replied to the topic CPT – Each post connects to a group in the forum How-to & Troubleshooting 7 years, 7 months ago
Hi,
To create a group automatically for new CPT will require custom coding and have to check how it will be integrated and what information you want to show in the activity.
Manual creation is obviously one of the ways like you have the CPT city then create a group called ‘city’ and then people can come to a post there but still, I want to know…[Read more]
-
Prashant Singh replied to the topic text input malfunctioning-typing words from right to left in the forum How-to & Troubleshooting 7 years, 7 months ago
Sure, please try. Also by default theme, I mean default WordPress theme like Twenty sixteen and others.
Thanks
- Load More