Forum Replies Created
-
I had the same problem and I had the doubt on the custom register.php file in my child theme. This file was too old. I replaced it with updated version which resolved the problem.
1 – Go to /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members and download a copy of register.php
2 – Add your customizations (which you have in your custom file) to this file
3 – Upload it to your child theme. Usually – /wp-content/themes/child-theme/buddypress/members
Hope this helps
Forgot to mention I also tried deactivating and reactivating BuddyPress which did not work.
Now, finally something has worked for me. While trying random things, I switched to English (UK) in Dashboard >> Settings >> General >> Site Language and switched back to English (United States) and it has worked.
Anyone, facing this issue try the above.
Thank you!
@onyx808 my theme developer says, BP 2.6 is a major update and they will soon update the theme that should fix this error.
As a temporary solution, I have added the following to my child theme’s function.php. Following code will only stop the php warning from being displayed.
ini_set(‘display_errors’, 0);
error_reporting(0);Hello @danbp
Is there a way to change the sub slugs too? What I mean is, for example club settings (manage >> settings) has a URL – mysite-com/clubs/club-name/admin/group-settings/ I expect this to become mysite-com/clubs/club-name/admin/club-settings/
Thank you
It seems there is no error using any of the Twenty’s themes. I have written to my theme’s developer now.
Thank you for the help!
Thank you @danbp 🙂 Navigation API has helped me. Following code worked.
function bpcodex_rename_profile_tabs() { buddypress()->members->nav->edit_nav( array( ‘name’ => __( ‘Connections’, ‘textdomain’ ) ), ‘connections’ ); buddypress()->members->nav->edit_nav( array( ‘name’ => __( ‘Clubs’, ‘textdomain’ ) ), ‘clubs’ ); } add_action( ‘bp_actions’, ‘bpcodex_rename_profile_tabs’ );
HI!
Where can I download the plugin from?
Thanks
Unfortunately no, I do not know php.
Thank you for the help.
1 email with mailgun disabled sent as HTML! I have to keep mailgun because delivery without mailgun are not being reliable.
So, it’s mailgun, will try to contact them for support.
Thank you for all the help 🙂
Thank you @djpaul
Repair Tool is the perfect solution!
I had 3 mail related plugins :
1 – Mailgun
2 – Contact Form 7 (Tried with this disabled)
3 – BP Email to WP Mail From Bridge (Deactivated now)I have tried to find any
wp_mail
mentions within the plugins’ settings. Could not find any.Thank you very much 🙂 I installed BuddyPress on a fresh WordPress install and yes there are defaults emails available. Since there is no export / import option, I am copy pasting and creating them one by one on my production site.
For some reason, sent mails are not HTML. Only plain text mails are being sent. I will be thankful for any help on this too.
So if they show by default, they should be the part of the zip bundle of BuddyPress? Should I try to find a folder in a fresh zip download from here? https://downloads.wordpress.org/plugin/buddypress.2.5.3.zip
Hi @henrywright !
I never deleted any emails, even the one showing there is what I created.
Can I get the defaults from some where?
Thanks
I had no idea that creating a BuddyPress email template was necessary. Just created one and now it’s working.
Thank you
Any comments? Need urgent help please.
Thank you
https://wordpress.org/extend/plugins/underconstruction
This plugin found out to be the culprit, this was the only plugin that we could not deactivated for privacy reasons. As soon as we did the problem was gone.
Thank you all 🙂
`
`
@henrywright-1 Thank you very much, I used the below code and it worked like a charm. Your hint worked for me 🙂
Don’t know why the code is not shwoing here
I’m sorry I really don’t understand coding, however I am grateful for the solution you have provided. I will try to find a way to use this.
Thank you very much 🙂
Hello @djpaul ,
I see there is a ‘Send a Reply’ box bebeath every message received and the receiver can easily type a reply here and send it. To send a reply the receiver do not need to visit ‘/messages/compose/’ which I have restricted using S2member plugin.
I have successfully achieved the solution. I have kept composing messages for myself (admin) only. All my users can reply back to me and cannot message each other.
The problem that I’m facing is a little strange, the receiver does successfully reply to my message and I do receive the reply however as soon as this happens the user finds himself logged out!
NOTE : Only a user (subscriber) other than admin logs out while replying. When I use the same box to reply to a message I do not log out!!!
Any thoughts?
Thanks
Hello @mvpimedia ,
I see there is a ‘Send a Reply’ box bebeath every message received and the receiver can easily type a reply here and send it. To send a reply the receiver do not need to visit ‘/messages/compose/’ which is restricted by S2member.
At my website I have successfully achieved this solution. I have kept composing messages for myself (admin) only. All my users can reply back to me and cannot message each other.
The problem that I’m facing is a little strange, the receiver does successfully reply to my message however as soon as this happens the user finds himself logged out!
Any thoughts?
Thanks
Hi!
That did help, I have simple modified the menu item to that address.Thank you very much.
@djpaul Thank you for your reply
Hi!
Can you kindly share how did you actually do this? I need the same for my site.
1. How did you prevent the friends tab to other users?
2. Have you figured out the way for messages?regards