Replies
- Brajesh Singh on January 23, 2023 at 5:50 pm in reply to: buddypress clear notifications throwing PHP warning #48124
Thank you Matt
Hi Carsten,
I will suggest clearing those pending jobs if they are not running manually(you can delete it using WP Crontol).Regards
Brajesh- Brajesh Singh on January 23, 2023 at 5:42 pm in reply to: [Resolved] Make the BP profile field for URL clickable to get redirected in new window #48122This reply has been marked as private.
- Brajesh Singh on January 22, 2023 at 3:03 pm 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 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- Brajesh Singh on January 22, 2023 at 2:16 pm 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 - This reply has been marked as private.
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- Brajesh Singh on January 22, 2023 at 12:52 am 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.phpIt 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_functionfunction 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 Hi Daniel,
I am sorry, I am not sure I understand it properly.Please help me understand it a bit better.
Thank you
Brajesh