Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Houston Fence & Gate Installation Team

    Houston Fence & Gate Installation Team's profile was updated 7 years, 7 months ago

    Houston Fence & Gate Installation Team

    @houstonfence

    View Profile
  • Profile picture of Palm Beach Fence Pros Installation & Replacement

    Palm Beach Fence Pros Installation & Replacement's profile was updated 7 years, 7 months ago

    Palm Beach Fence Pros Installation & Replacement

    @palmbeachfence

    View Profile
  • Profile picture of San Diego Kitchen & Bath Home Remodeling Solutions

    San Diego Kitchen & Bath Home Remodeling Solutions's profile was updated 7 years, 7 months ago

    San Diego Kitchen & Bath Home Remodeling Solutions

    @sandiegokitchen

    View Profile
  • Profile picture of Charlotte Custom Kitchen & Bath Remodelers

    Charlotte Custom Kitchen & Bath Remodelers's profile was updated 7 years, 7 months ago

    Charlotte Custom Kitchen & Bath Remodelers

    @charlottekitchen

    View Profile
  • Profile picture of Minneapolis Kitchen & Bath Remodeling Service Solutions

    Minneapolis Kitchen & Bath Remodeling Service Solutions's profile was updated 7 years, 7 months ago

    Minneapolis Kitchen & Bath Remodeling Service Solutions

    @minneapoliskitchen

    View Profile
  • Profile picture of Orlando Water, Fire, & Mold Restoration Services

    Orlando Water, Fire, & Mold Restoration Services's profile was updated 7 years, 7 months ago

    Orlando Water, Fire, & Mold Restoration Services

    @orlandofirewater

    View Profile
  • Profile picture of Prashant Singh

    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

  • Profile picture of Prashant Singh

    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

  • Profile picture of Prashant Singh

    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?

  • Profile picture of Prashant Singh

    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 );
    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…
    [Read more]

  • Profile picture of Prashant Singh

    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]

  • Profile picture of Prashant Singh

    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

  • Profile picture of David Smiths

    David Smiths's profile was updated 7 years, 7 months ago

    David Smiths

    @davidsmiths

    View Profile
  • Profile picture of Shanno Nguyen

    Shanno Nguyen's profile was updated 7 years, 7 months ago

    Shanno Nguyen

    @shannonguyen1

    View Profile
  • Profile picture of NagapokerQQ menyediakan permainan PokerQQ terbaik

    NagapokerQQ menyediakan permainan PokerQQ terbaik's profile was updated 7 years, 7 months ago

    NagapokerQQ menyediakan permainan PokerQQ terbaik

    @webnagapokerqq

    View Profile
  • Profile picture of elizabethwatts14

    elizabethwatts14's profile was updated 7 years, 7 months ago

    elizabethwatts14

    @elizabethwatts14

    View Profile
  • Profile picture of Fair Trade Fashionista

    Fair Trade Fashionista's profile was updated 7 years, 7 months ago

    Fair Trade Fashionista

    @fairtradefashionista

    View Profile
  • Profile picture of Raquel Hamil

    Raquel Hamil's profile was updated 7 years, 7 months ago

    Raquel Hamil

    @raquelhamil14

    View Profile
  • Profile picture of Prashant Singh

    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]

  • Profile picture of Prashant Singh

    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

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In