Hi,
Please consult once with your hosting provider regarding the issue. Also, you can try setting up this plugin https://wordpress.org/plugins/wp-mail-smtp/ and then try sending emails.
Thanks
Ok, I found the problem. Clicking on Author’s names was actually linking to:
renderwars.xyz/author/michael
when it should have been linking to:
renderwars.xyz/members/michael
for buddypress to work properly I had to create a child theme and then add a redirect rule in the child themes functions.php file.
For anyone else with the same problem who might not be too good at php etc, here’s the instructins I found to help me:
Creating a child theme:
https://codex.wordpress.org/Child_Themes
and then putting this code in the function.php:
add_filter( 'author_link', 'change_author_link', 10, 1 );
function change_author_link($link) {
$username=get_the_author_meta('user_nicename');
$link = 'http://example.com/members/' . $username;
return $link;
}
I have zero BuddyPress experience, and very little WordPress experience; I think it’s important to open with that.
For some reason, my activation emails are not sending. All of the other email types seem to work just fine. I have attempted a few things to correct this after searching for solutions, to include creating a new activation email, and what is listed here: https://buddypress.org/support/topic/buddypress-3-1-0-is-now-available/.
I just set up the site today, so I am using the latest version of both WP and BP. I am using the Kleo theme, if that is of any use. I am also using GoDaddy’s managed WP hosting, if that is of any use. Any assistance would be greatly appreciated, thank you for your time.
Hi,
Have you assigned that template to register page in pages section? Just create a template like this https://www.cloudways.com/blog/creating-custom-page-template-in-wordpress/ and then try.
Thanks
I want to use Custom made page.php template for buddypress registration page, but if I use it from child theme folder, or child theme buddypress folder, it does not affect the buddypress registration page.
I need a page without wordpress header, footer, sidebar and many other things.
How to do it?
Hello, what I’m looking to do is add info about a member from their profile fields just as job title or location, on their “member card” when viewing the page of all members.
Instead of job title, we have a field for “Talents” and would like members to be able to list that and their location.
Curious also, if that could be a toggle option, to display or not, or if it will have to be all or nothing.
Hopefully, this shareable link to view a screenshot of the page will work. The members ‘last active’ info is no longer listed, as I recently wrote in to get help to hide that.
Thank you in advance!
https://drive.google.com/file/d/1th2NUqBhPnrTNOBkf0fUDRiY6E6IN81G/view?usp=sharing
Wordpress version = 4.9.8
BuddyPress version = 3.2.0
What they said regarding this issue? Can you please test once by setting SMTP https://wordpress.org/plugins/wp-mail-smtp/
Thanks
Better will be cloning it on any staging environment or localhost and then test here.
Please use https://wordpress.org/plugins/updraftplus/ plugin for backup and restore.
Thanks
Hi,
Are there any information about buddypress, the upcoming WordPress 5 release and the Gutenberg editor? Will be there an implementation of this RTE or does buddypress keep it’s own editor or how will this be handled?
thx
TC
Hi,
Please contact your hosting providers once regarding the issue.
Also please try this plugin once https://wordpress.org/plugins/wp-better-emails/ and send a test mail to check if mail is working fine, then try registering on the site and check if received activation mail or not.
Thanks
@misterneck,
I can recommend this review block for Gutenberg . It is not buddypress, though. But if you allow your WP users to be authors, then they can easily write reviews.
Cheers
One option would be to take a look at BP Profile Search with this you should be able to specify which fields get searched.
Hi,
This is jquery code. Please remove it from there and use this plugin https://wordpress.org/plugins/custom-css-js/. Add a new js code and then paste this code.
Thanks
You can try in bp-custom.php or child theme’s functions.php. If not sure about files then use this plugin https://wordpress.org/plugins/code-snippets/ to add snippets.
Thanks
Thanks, but as it’s not been updated in over 3 years I’m reluctant to try it in case I “break” my website.
In the meantime, I think I’ve found a solution using the plugin https://wordpress.org/plugins/no-captcha-recaptcha/ which is working on my Buddypress installation now 🙂
best wishes
Tracey
Hi,
Please check this plugin https://wordpress.org/plugins/buddypress-captcha/.
Hopefully, it will fix your issue.
Thanks
@elichersky333 sorry for my first reply, I thought the rules are like WordPress forum. You can contact like I have mentioned or can post here a way to contact you.
https://www.wpsecurityauditlog.com/wordpress-admin/enabling-wordpress-debug/
Please try enabling them and check if it records anything in debug file.
Thanks