Replies
- Brajesh Singh on April 27, 2022 at 8:40 pm in reply to: [Resolved] Add confirm email field in the native registration form #44686
Hi Fabien,
Please remove the<?phpfrom the first line of the code.
If you are using the snippet plugin, the opening php tag is not required at the top.
Regards
Brajesh - Brajesh Singh on April 27, 2022 at 8:34 pm in reply to: [Resolved] Adjusting length of text before Read More link #44685
Hi Victor,
I am sorry for the trouble.1. When creating a bp-custom.php, Please make sure the opening php tags are present.
Here is an example, that you can copy directly.
2. Please make sure you have not put the code anywhere else as you can not have 2 copies.
Please do that and let me know.
Regards
Brajesh - Brajesh Singh on April 26, 2022 at 2:57 am in reply to: [Resolved] Hiding “whats-new-form” in member activity but NOT in Groups #44622
Hi Yuriix,
Sure.
Please have a look.
https://i.ibb.co/8xS4Ncm/Selection-484.pngRegards
Brajesh - Brajesh Singh on April 25, 2022 at 11:29 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44621This reply has been marked as private.
- Brajesh Singh on April 25, 2022 at 10:21 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44618
Thank you.
Please check now.
I updated your loco config for the plugin translation and it seems to be working fine.Please check.
Regards
Brajesh - Brajesh Singh on April 25, 2022 at 9:42 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44616This reply has been marked as private.
- Brajesh Singh on April 25, 2022 at 9:18 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44614
Please check now. It is updated.
Regards
Brajesh - Brajesh Singh on April 25, 2022 at 9:16 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44612
Thank you.
It is back. Please wait for 5 mins. I will try to upload and get back to you.regards
Brajesh - Brajesh Singh on April 25, 2022 at 9:15 pm in reply to: [Resolved] Auto accept all buddypress friendship requests #44611
Hi Iken,
Please avoid bumping quickly. This is a free support question and depends on availability of free time.Here is a solution for your issue
// auto accept friendship. add_action( 'friends_friendship_requested', function ( $friendship_id, $initiator_id, $user_id, $friendship ) { $friendship->is_confirmed = 1; $friendship->save(); }, 10, 4 );This will auto accept the request but the way template packs have been created, The user will see they have been automatically added in next page reload.
You should also modify the friendship request notification mail to say something more relevant for this use case.
Regards
Brajesh - Brajesh Singh on April 25, 2022 at 9:12 pm in reply to: [Resolved] BuddyPress Activity plus reloaded #44608
Thank you.
Please login to your Plesk server and try using FTP to access the wp-content/plugins directory. When you reach there, Please rename the plugin “bp-activity-plus-reloaded” to anything else such as “bp-activity-plus-reloaded-backup”. The fatal error will go as the plugin will be deactivated.
If you are not comfortable with renaming, Please provide the plesk details, i will take care of it.
Regards
Brajesh