Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Harry Carroll

    Harry Carroll's profile was updated 7 years, 6 months ago

    Harry Carroll

    @harrycarroll2

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please comment out the code. I will check back what’s the issue there.

  • Profile picture of Steffin

    Steffin's profile was updated 7 years, 6 months ago

    Steffin

    @steffin018

    View Profile
  • Profile picture of erikawalton14

    erikawalton14's profile was updated 7 years, 6 months ago

    erikawalton14

    @erikawalton14

    View Profile
  • Profile picture of Arman Bridges

    Arman Bridges's profile was updated 7 years, 6 months ago

    Arman Bridges

    @armanbridges1

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago

    <?php
    /**
    * BP Nouveau Messages main template.
    *
    * This template is used to inject the BuddyPress Backbone views
    * dealing with user's private messages.
    *
    * @since 3.0.0
    * @version 3.1.0
    */
    ?>
    <div class="subnav-filters filters user-subnav bp-messages-filters" id="subsubnav"></div>

    <div class="bp-messages-feedback"></div>
    <div…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Registration notice, manual activation in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please create a file bp-custom.php in wp-content/plugins folder and then put it there. If you want an easy solution then install this https://wordpress.org/plugins/code-snippets/ plugin and then add a snippet and paste this code there and save it.

    For loco if you have already installed it then go to the menu loco in dashboard and then…[Read more]

  • Profile picture of Angelica Griffi

    Angelica Griffi's profile was updated 7 years, 6 months ago

    Angelica Griffi

    @jenniecarte23

    View Profile
  • Profile picture of Angelica Griffi

    Angelica Griffi's profile was updated 7 years, 6 months ago

    Angelica Griffi

    @johnnierya22

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic What is the best way to change "Friends" to "Contacts" sitewide..? in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please check this plugin https://wordpress.org/plugins/loco-translate/

    Using this plugin just go to it’s plugins menu and open BuddyPress there and then in your prefered language file find the word and replace it with your text.

    Hopefully, it will help you.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Profile field groups tabs while editing profile in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    No need to edit any template. I have created a snippet for you. Please paste the following snippet in your child theme’s functions.php file:

    function ps_redirect_next_group() {

    if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) {
    return;
    }

    $group_id = bp_get_current_profile_group_id()+1;
    if (…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is integration with MailPoet possible? in the forum Third Party Plugins 7 years, 6 months ago

    Hi,

    This is the plugin https://wordpress.org/plugins/wysija-newsletters/ that you can use but will need customization to restrict as per check box value.

    https://www.mailpoet.com/buddypress-case-study/ Also try to consult with mailpoet once.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Can Buddypress build a community like this one? in the forum Creating & Extending 7 years, 6 months ago

    In particular,I’d like to distinguish between organizations and individuals.

    The organizations apply to build communities, and organizations can post blogs in established communities to answer questions, free and paid features.

    The data discussed by members can be saved and can be provided to scientific institutions for analysis.

    Hi,…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Activation Email in the forum Miscellaneous 7 years, 6 months ago

    Welcome šŸ™‚ Glad to know that it helped šŸ™‚

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Private Blogs in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please put this snippet in child theme’s functions.php file:

    function ps_private_posts( $query ) {
    if(is_user_logged_in()){
    if ( $query->is_archive() && $query->is_main_query() ) {
    $query->set( 'author', get_current_user_id());
    }
    }
    }
    add_action( 'pre_get_posts', 'ps_private_posts' );

    Hopefully, it will help…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Default Landing group while editing Member profile in the forum How-to & Troubleshooting 7 years, 6 months ago

    Welcome šŸ™‚

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    <?php if(current_user_can('manage_options')){ ?>
    <button type="button" class="message-action-delete bp-tooltip bp-icons" data-bp-action="delete" data-bp-tooltip="<?php esc_attr_e( 'Delete conversation.', 'buddypress' ); ?>">
    <span class="bp-screen-reader-text"><?php esc_html_e( 'Delete conversation.', ',buddypress' );…
    [Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Links in members-loop for Profile Field in the forum Installing BuddyPress 7 years, 6 months ago

    Glad to know that it helped šŸ™‚

  • Profile picture of stewartaustin5

    stewartaustin5's profile was updated 7 years, 6 months ago

    stewartaustin5

    @stewartaustin5

    View Profile
  • Profile picture of marvinwest2

    marvinwest2's profile was updated 7 years, 6 months ago

    marvinwest2

    @marvinwest2

    View Profile
  • 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