Search Results for 'wordpress'
-
Search Results
-
Hello Team,
Thank you for providing this amazing plugin ‘Buddypress’ to create own social platform. Actually I am facing a problem related to “Register” page.WordPress version – 5.2.4
BuddyPress version – 5.0.0
Website Link – Check HereI am using polylang plugin to create a multilingual website. When I deactivate this plugin everything works fine but when I activate this then the issue arises.
Is there any way so that buddypress regsiter page can work. I don’t want a translation of it, i just want it works.
Thanks
NitinHi,
We’re having problems with notification emails for comments in the activity. From our admin user we don’t receive any notification, while from a normal subscriber user we created, we receive that emails.
Is there any way we can test this behavior? I’ve installed this plugin to track the emails but it seems that Buddypress emails are not tracking https://wordpress.org/plugins/email-log/Thank you in advance
Hi,
I am working on the login form on the home page and I use “WordPress Login Form”. To avoid being redirected to login.php after entering the wrong data and when the form fields are empty, I pasted the following code. I have a question, how do I add a login error message to a custom login page „WordPress Login Form”?
ps. I think the added code does not have to be divided into two parts. Can it be shortened?<?php //Is the data correct function my_front_end_login_fail( $username ) { $referrer = $_SERVER['HTTP_REFERER']; // where did the post submission come from? // if there's a valid referrer, and it's not the default log-in screen if ( !empty($referrer) && !strstr($referrer,'wp-login') && !strstr($referrer,'wp-admin') ) { wp_redirect( $referrer . '?login=failed' ); // let's append some information (login=failed) to the URL for the theme to use add_action( 'wp_login_failed', 'wp_login_form'); exit; } } //if the fields in the form are empty add_action( 'wp_authenticate', '_catch_empty_user', 1, 2 ); function _catch_empty_user( $username, $pwd ) { $referrer = $_SERVER['HTTP_REFERER']; if ( empty( $username ) || empty( $pwd )) { wp_redirect( $referrer . '?login=failed' ); exit(); } } ?>Hello,
My buddypress group description/except is being cut off on the second line when on that group’s page (not like an ellipsis, like the top half of letters are showing and the bottom half are not). Was wondering if anyone has encountered this/found a solution?
I’m running WordPress 5.2.4 with Kleo theme version 4.9.18thank you!
Topic: Beginner
Can I use Buddypress with a WordPress blog or website or both?
Which plan can I use it with – personal/premium/business?
Thanks
