Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 6 months ago

    Welcome 🙂

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please check this plugin https://wordpress.org/plugins/bp-custom-functionalities/

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to use hooks like bp_nouveau_signup_hook? in the forum How-to & Troubleshooting 7 years, 6 months ago

    Not a problem. In the nouveau template, this is the way we are using hooks.

    Thanks

  • Profile picture of RumaHome

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

    RumaHome

    @rumahomee

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to assign admin only to show Bulk Action Drop Down in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Again we have to search that dropdown file and then have to wrap the code in if(current_user_can('manage_options'))

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to use hooks like bp_nouveau_signup_hook? in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please try this snippet:

    function my_custom_register_msg_title() {
    echo '<h3>My custom text</h3>';
    }

    add_action('bp_before_register_page', 'my_custom_register_msg_title' );

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic User ID in the forum Third Party Plugins 7 years, 6 months ago

    Hi,

    The code bitboy provided works fine with the nouveau template, if you are using the legacy template then try this code:
    function ps_show_displayed_user_id() {
    if ( bp_is_my_profile() || is_super_admin() ) {
    echo 'ID: ' . bp_displayed_user_id();
    }
    }

    add_action( 'bp_profile_header_meta', 'ps_show_displayed_user_id' );

    Please try to…[Read more]

  • Profile picture of Balvinder Singh

    Balvinder Singh's profile was updated 7 years, 6 months ago

    Balvinder Singh

    @balvinderpuspack

    View Profile
  • Profile picture of Joe Freeman

    Joe Freeman's profile was updated 7 years, 6 months ago

    Joe Freeman

    @joefreeman4

    View Profile
  • Profile picture of Danusia Bourdon

    Danusia Bourdon's profile was updated 7 years, 6 months ago

    Danusia Bourdon

    @danusiabourdon

    View Profile
  • 's profile was updated 7 years, 6 months ago

    @datxanh25

    View Profile
  • Profile picture of Bit Boy

    Bit Boy replied to the topic Google Authenticator in the forum Third Party Plugins 7 years, 6 months ago

    Hi,
    There seems to be solution available.

    You may use the BuddyPress addon from here

    Using two step Login Authentication with Google Authenticator and BuddyPress

    It needs the Google Authenticator plugin and enables the settings to the user(they can change from setting page).

    Regards
    B

  • Profile picture of rhonagonzales12

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

    rhonagonzales12

    @rhonagonzales12

    View Profile
  • Profile picture of Brauns Law Accident Injury Lawyers, PC

    Brauns Law Accident Injury Lawyers, PC's profile was updated 7 years, 6 months ago

    Brauns Law Accident Injury Lawyers, PC

    @braunslawpc

    View Profile
  • Profile picture of Dona Byrdes

    Dona Byrdes's profile was updated 7 years, 6 months ago

    Dona Byrdes

    @susansten22

    View Profile
  • Profile picture of Lucas Dewey

    Lucas Dewey's profile was updated 7 years, 6 months ago

    Lucas Dewey

    @lucasdewey14

    View Profile
  • Profile picture of Dona Byrdes

    Dona Byrdes's profile was updated 7 years, 6 months ago

    Dona Byrdes

    @doreenmod11

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Extended Profile Fields Under Photo in the forum Creating & Extending 7 years, 6 months ago

    Hi,

    You can find it in your theme kleo/buddypress/members/single/cover-image-header.php and the code is
    <?php bp_displayed_user_avatar( 'type=full' ); ?>

    You need to echo your profile field just below this one.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How do I change members permalink? in the forum Ideas 7 years, 6 months ago

    Hi,

    This will only be possible if your users have random numbers as their username.

    Thanks

  • Profile picture of carriejackson4

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

    carriejackson4

    @carriejackson4

    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