Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Университет АТУ

    Университет АТУ's profile was updated 7 years, 4 months ago

    Университет АТУ

    @yegorbobrov8505

    View Profile
  • 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, 4 months ago

    Ok, I found it: it is in issue with my pushover notifications plugin, once I deactivated it everything works fine. Thank you very much Prashant!

  • 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, 4 months ago

    Yes, I did that, but I can’t find a buddypress related error, just other messages

  • 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, 4 months ago

    If you will enable debug log then it will create a file in wp-content folder and will write the errors there.

    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, 4 months ago

    Ok, I did and got the debug.log file, but I’m not sure what to look for. I have no specific buddy press message, just a lot of other stuff?

  • 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, 4 months ago

    https://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/

    Please try enabling them and check if it records anything in debug file.

    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, 4 months ago

    I have this working code to display members directory gender specific. For males a directory of females and vice versa. Maybe this code is the one causing your code not to work?

    Yes, this is possible. You can increase the priority to 9999 or 9 from 21 to check if it is working or not.

  • 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, 4 months ago

    add_filter ('bp_ajax_querystring', 'modify_members_loop', 20, 2);
    function modify_members_loop ($qs=false, $object=false)
    {
    global $wpdb;
    if ($object != 'members') return $qs;

    // figure out if the logged-in user is male or female
    $gender = xprofile_get_field_data (9, bp_loggedin_user_id ());

    if ($gender == 'Male')…[Read more]

  • 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 months ago

    Great 🙂

  • Profile picture of Angelica Griffi

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

    Angelica Griffi

    @tonistrla98

    View Profile
  • Profile picture of Rohit Mewada

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

    Rohit Mewada

    @rohitmewada

    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