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 some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago

    You can paste that here https://pastebin.com/ and just share the link.

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    It is working fine for me. I have just tested on my localhost. Are they coming on second or third page in pagination? You can try clearing cache as well.

    Thanks

  • Profile picture of Jacob_26

    Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Yes of course there is, like I mentioned before everything works fine with php 7.0 only when I switch to php 7.1 or 7.2 I get the blank page.

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Can you please check if there is a page called activate in your pages list and also it is assigned to activate page setting in BuddyPress?

    Thanks

  • Profile picture of Jacob_26

    Jacob_26 replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi Prashant,

    thanks for your quick response, I set wp_debug to true, but I don’t get any error messages in the browser when trying to register, just the blank page instead of the activation page.

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Adding new column to BuddyPress default column in the forum Creating & Extending 7 years, 6 months ago

    Hi,

    Please let us know what you want to achieve so that we can suggest any better approach hopefully.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please enable wp_debug to test what’s the error there.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic When creating a Group, cannot see All Members in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please see: https://screencast-o-matic.com/watch/cF63bMYzAs

    It is working fine with the default theme.

    Thanks

  • Profile picture of Jacob_26

    Jacob_26 started the topic Registration Activation not working with php 7.1 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hello,

    I need help please: when I update to php 7.1 the registration activation is no longer working, the registration works, but instead of the activation page a blank page shows up and the activation email is not sent. Nevertheless a new member in the wordpress database is created. With php 7.0 everything works fine. I hope someone can help me out.

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic No "Create Group" button is visible in the forum How-to & Troubleshooting 7 years, 6 months ago

    Great 🙂

  • Profile picture of Angelica Griffi

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

    Angelica Griffi

    @tonistrla98

    View Profile
  • Profile picture of Rohit Mewada

    Rohit Mewada's profile was updated 7 years, 6 months ago

    Rohit Mewada

    @rohitmewada

    View Profile
  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic exclude users from member listing in the forum Miscellaneous 7 years, 6 months ago

    Hi,

    You need to disable activation mail and then those users will not be able to activate their account themselves and then you can go and do it manually from users screen.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please open this plugin files and go to includes folder and in the core.php file try removing this code add_filter( 'bp_after_activate_content', 'bp_registration_options_bp_after_activate_content' );

    If this removes the content then certainly this should remove_filter( 'bp_after_activate_content',…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic WordPress add in the forum Installing BuddyPress 7 years, 6 months ago

    Hi,

    Please write your full question.

    Thanks

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi

    Please try this code:

    function ps_exclude_current_user( $qs = false, $object = false ) {

    if( !is_user_logged_in() )
    return $qs;

    $excluded_user= get_current_user_id();

    if( $object !='members' )
    return $qs;

    $args=wp_parse_args($qs);

    if( !empty( $args[ 'user_id' ] ) )
    return $qs;

    if( !empty( $args['exclude'] )…[Read more]

  • Profile picture of Prashant Singh

    Prashant Singh replied to the topic How to call【profile-loop.php】in【edit.php】 in the forum How-to & Troubleshooting 7 years, 6 months ago

    Hi,

    Please try this bp_get_template_part( 'members/single/profile/profile-loop' )

    Thanks

  • Profile picture of manuelhill14

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

    manuelhill14

    @manuelhill14

    View Profile
  • Profile picture of Mercede Tucker

    Mercede Tucker's profile was updated 7 years, 6 months ago

    Mercede Tucker

    @mercedetucker2

    View Profile
  • Profile picture of Елена Малышева

    Елена Малышева's profile was updated 7 years, 6 months ago

    Елена Малышева

    @barikas

    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