Replies
- Brajesh Singh on July 22, 2021 at 10:40 am in reply to: comment button for “WordPress activity post” in stream missing #39680
Hi Toury,
Thank you for the reply.I am sorry, I am not approaching the seventhqueen. I suggested you to approach them with the issue.
My screenshot showed you how this feature works(I used one of my own theme for showing it). If you have the settings enabled and it is not working, It needs to be handled by the theme developers.
Please contact seventhqueen and request them for support on this.
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:15 am in reply to: Buddyboss – Mailrestrict on Edit Profile Page not working #39674
Hi Elias,
Welcome to BuddyDev support forums.You are right about it. It only restricts on registration currently(The goal was to stop spam and limit who can register).
After registration, there are 2 ways to change emails for a user:-1. Front end account settings page(BuddyPress/BuddyBoss) by user or admin
2. Admin backend edit profile page.Do you want it to be restricted for all these cases?
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:10 am in reply to: Loading Mathjax dynamiquement just working in local #39672
Hi Nestor,
Welcome back.is there any chance you have different template packs enabled on local and the server?
Also, I am sorry, I am unable to assist you with debugging it currently. It has been quiet some time(around a year) since I looked into Mathjax for you. At the moment, I am lacking time to investigate it.
If the template packs are same, I will recommend getting in touch with your theme author and showing them my recommendations. There might have been some layour/structure changes causing the code to fail.
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:06 am in reply to: [Resolved] Branded login pages settings not saving properly #39671
Thank you Tosin.
That’s good to know.Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:06 am in reply to: [Resolved] How To Make Activity Feed Public? #39670
Hi Mike,
Any chance you are using a plugin like BuddyPress Activity Filter or some code to filter activity stream?If not, Please provide me access to the site dashboard and I can quickly check the reason.
Regards
Brajesh - Brajesh Singh on July 22, 2021 at 8:04 am in reply to: Issue with member types pro assigning all available member types to new user #39669
Hi,
Thank you for using our plugin.Please share the following details:-
1. BuddyPress Version
2. WordPress version
3. Theme name and version
4. Which template pack are you using?
5. Member types pro version
6. Member type Pro field type used for registration(is it single member type or multi field).Thank you
Brajesh - Brajesh Singh on July 22, 2021 at 8:02 am in reply to: comment button for “WordPress activity post” in stream missing #39668
Hi Toury,
On the BuddyDev site, we have intentionally disabled the ability to comment on the blog posts in activity stream. we did not want the comments to be split at 2 places.
Here is a screenshot showing it working.
https://i.imgur.com/AxW154j.pngThe problem is either your theme is not supporting it or the comments are closed for the post. Since you are using a premium theme, I will request approaching them for the solution.
Regards
Brajesh - Brajesh Singh on July 21, 2021 at 9:42 pm in reply to: [Resolved] Auto join groups – cron job #39658
That’s strange. Ravi or I will test it again and get back to you.
Regards
Brajesh Hi,
Thank you for the patience.I am posting 3 snippets for 3 different positions of the button. Please let me know which one is more suitable and I can assist you with css(all of them need css to put on the same line as other content).
// after activity header actions(first line). add_action( 'bp_get_activity_action', function ( $action ) { if ( ! is_user_logged_in() ) { return $action; } return $action . bp_get_add_friend_button( bp_get_activity_user_id() ); } );or
// Before delete button. add_action( 'bp_activity_entry_meta', function () { if ( ! is_user_logged_in() ) { return; } echo bp_get_add_friend_button( bp_get_activity_user_id() ); } );or
// after activity content add_action( 'bp_activity_entry_content', function () { if ( ! is_user_logged_in() ) { return; } echo bp_get_add_friend_button( bp_get_activity_user_id() ); } );Please put this in child theme’s functions.php (any one of these) and let me know which one you want to use. I will provide some css for it then.
Regards
Brajesh- Brajesh Singh on July 21, 2021 at 6:49 pm in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39654
Hi Lisa,
Do you want it to be removed from the top main menu too?(I am not sure if you have it). I will post the code after your reply.Regards
Brajesh