Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: buddypress clear notifications throwing PHP warning #48124

    Thank you Matt

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: BuddyPress Clear Notifications #48123

    Hi Carsten,
    I will suggest clearing those pending jobs if they are not running manually(you can delete it using WP Crontol).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyPress Profile Visibility Manager #48113

    Hi Iain,
    That sounds pretty tricky bug to find. I am glad you found and resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: BuddyPress Clear Notifications #48111

    Hi Carsten,
    Thank you.

    I will suggest setting up a system cron instead of the default wp cron.
    https://kinsta.com/knowledgebase/disable-wp-cron/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Follow suggestion plugin customization #48110

    Hi Daniel,
    1. The plugin does not have the ability to list users based on avatar. The reason is no flag in database.

    even if we do check for file system, that will mean showing incorrect number of suggestions as we would have to skip the users without avatar(unless we keep calling database to show the specified number of suggestions). I don’t find it useful.

    2. No, the plugin does not have this ability currently. It matches profile fields.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Anonymous Post Plugin #48109
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Profile button #48108

    H Steve,
    Thank you for the questions.

    1. Are you comfortable with code as the profile button will need some code to be added?
    2. I had shared the watermark plugin with you around 2 weeks ago via google drive. Please check your mail for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Changing fields from profile page to settings page #48099

    Hi Manoj,
    You are welcome.

    1. Yes, you can either remove that completely and put

    
    <form action="" method="post" id="profile-edit-form" class="standard-form profile-edit <?php bp_the_profile_group_slug(); ?>">
    
    

    or you can put the url of that settings page

    2. No.
    Look for this function ‘xprofile_screen_edit_profile’. It is in buddypress/bp-xprofile/screens/edit.php

    It is indirectly attached to ‘bp_screens’ on priority 3. One you change the form’s action, It won’t be called.

    You can handle the update in your edit_profile_screen_function function that you have put while registering the nav.

    PS:- BuddyPress handles 1 group of profile field at a time. If you have multiple profile field groups, Please consider either putting them on a single page or handling them as BuddyPress does.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Anonymous Post Plugin #48097

    Hi Daniel,
    I am sorry, I am not sure I understand it properly.

    Please help me understand it a bit better.

    Thank you
    Brajesh