Search Results for 'wordpress'
-
Search Results
-
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
Okay, here is my use-case. I am redesigning a Santa website for a local santa organization. One of the features of their old website was “Request a Santa/Mrs. Claus”, where when you filled out a forum, a bulk email would then go out to all of the members with the content of the contact form. That way people could request a Santa.
Well I have come along and am updating and overhauling the website, one of the things that I would like to do is something similar to above, but also have the contact form create a topic in a specific forum. This way all open requests can be housed in the same area. (Their current system relies on the email method only, if you miss the email, you miss out entirely.)
How might I go about this.
Using WordPress 5.2.4 (latest) with BuddyPress 5.0.0Topic: User Profile Color Picker
Hey everyone!
Thank you so much for this great addon for wordpress and to all people supporting this!
I am using Buddypress for a short amount of time now but I am in need to create a color picker for profiles (to let users pick their fav color to design their profile) and I have absolutely no clue how to do that.
Does anyone have an idea how I could do that? I am not new to programming but very new to how wordpress work and specially buddypress. So some assistance would be great 🙂 We could also have a call or something.
So right now I am using the latest WordPress, latest Buddypress and an addon called Youzer to have everything running.
Would be great if someone could give me a hand on that 🙂 Thansk in advance!
Topic: Error Message after purchase
After a new user registers and a payment is made the user is not getting directed to the ‘confirmation of purchase page’. Instead they are receiving an error. The user registration is going through though. We tested it our self in a live environment with a valid credit card, charge for $1 with promo code. I have attached a screen shot of the error.
I am not sure if it is a Paid MemberPro or BuddyPress error, I will be submitting a ticket to them also to see if they have any insight.
WordPress 5.2.3
BuddyPress 5.0.0
BuddyPress for Learndash 1.2.8Members.hustlesmarter.co
When I login to my own buddypress profile (subscriber role) and take a look at the profile of an other member. I can edit password settings, email settings, profile settings, rights and export data… So not only my own data…also the data of every other member.
https://mysite.com/members/member-name/settings/profile/
Every login member (subscriber role) can do that to other member.How can i display the settings button only on my own profile (profile sidebar). The settings option on other profiles should be disabled.
wordpress: 5.2.4
theme: besocial
