Search Results for 'registration'
-
Search Results
-
Hi – I’ve run into an issue (via BP Member Types Pro plugin) where the registration button won’t submit under the following circumstance:
– the registration form contains required xprofile fields that have been conditionally hidden
The plugin itself is doing its job of first associating xprofile fields with member roles, and then allowing them to conditionally show/hide on the registration form as needed (based on member roles). But in turns out that such a form won’t submit, as the code running the registration process is still checking for any of these fields that are required (even though they’re hidden). It’s not distinguishing. I’ve touched base with the plugin’s developer (Brajesh @ BuddyDev) and he’s said, “I do agree that there should be a simple way for [developers] to mark a field as non required (in html attributes). It is still doable but too complex at the moment. Please do report it.”
Might anyone have a workaround?
Much thanks,
SamThe kind people of reddit informed me that my site isn’t allowing registrations with the only feedback being that the choose password and confirm password fields highlight in red. I need to fix this ASAP or months of work is gone. Please let me know how to solve this. I am running Events Manager as well.
volleyradar.com/registerWP version- 5.1.1, BP version 1.9.5
Hello,
I created 3 more profile fields for registration which were added to the “base/primary”, which are all selected as “required”, and visibility selected as “everyone”, yet none of the profile fields are visible at the front end to other members as well as to me, and i am the admin. In other words when i go the members page and click on any member profile/account, none of those fields are visible. I would like to ensure that all members see each other’s answers to the profile fields. How do i fix this problem? Thank You.Helloooo there BuddyPress! 🙂 🙂
I am new to BuddyPress and I am so excited to learn and use it.
Website: http://ceefworld.org/ – In development, it is not live yet.
Theme: Charity Is Hope: (https://themeforest.net/item/hope-nonprofit-charity-donations/18634753?s_rank=3)
WordPress version: 5.1.1
BuddyPress version: 4.2.0I have installed BuddyPress and I cannot see any of the default fields on the Registration page or when a person is logged in I don’t see the defaults fields there either, where the can edit their profile or anything.
So, I guess what am I doing wrong? I set-up all settings I wanted but still don’t see them on the front end. What do I need to do?
Thank you for your support. I truly appreciate it,
Christine 🙂While I’ve added custom fields to a user’s registration on a site of mine, I want to use some custom code to login to a SQL database and check the given ID with the IDs in the database. I’ve already got code to do so,
<?php include_once('dbconnect.php'); //if(isset($_POST['search'])){ $q = $_POST['q']; $q = $_GET['query']; session_start(); session_start(); session_start(); $query = mysqli_query($conn,"SELECT * FROM <code>Persons</code> WHERE <code>id</code> LIKE '%$q%'"); //Replace table_name with your table name and <code>thing_to_search</code> with the column you want to search $count = mysqli_num_rows($query); if($count != "1"){ $output = '<h2>No result found!</h2>'; }else{ while($row = mysqli_fetch_array($query)){ $s = $row['name']; // Replace column_to_display with the column you want the results from $output .= '<h2> Found: '.$s.'</h2><br>'; } } $_SESSION['name'] = $s; $_SESSION['id'] = $q; $_SESSION['fromMain'] = "true"; echo $_SESSION['fromMain']; //} ?>
How exactly would I connect the above PHP code to the registration of a potential user? Additionally, would there need to be any changes to the code to make it work?
WP: 5.1.1
BP: 4.2.0
Site: http://worldcubers.com/Hey
I would need some help or ideas.
We have a website for crafters which can post job offers on the site. In the moment if a job offer is posted anyone get a email notification. we want to change this that only those crafters get notified by email, who have the same profession like the offer ask for (for ex. plumber, electrician etc). Those profession are made by custom fields in the post and as well in the members registration form. There are also more professions possible.Anyone a nice code for this problem? Or any idea where I should start???
Thanks for your help in addvance.
All the Best
Frank SchumannHi,
I would like to ask help. I have a problem that when users try to register they can’t acces the site with the activation key they receive. They receive the email, once they click on the link there is a message: 404 This is somewhat embarrassing, isn’t it? I tried many things: I deactivated all plugins except buddypress, i changed the kleo theme in to the 2017 theme.
This is an old problem I had, i used a plugin called -Auto Login New User After Registration-. I deactivated the problem i still there. I also have another website, i don’t have that problem on that. New users after registration receive an email with a link that goes to a page that they can use the activation key.
Do you have an idea what cause this, and how i could resolve?
Thank you very much
I have an “All Users” group to which all registered users are added. Is there a way to specify that, when a user registration is approved that the user is automatically added to a specific group?
WP version 5.1.1
BuddyPress version 4.2.0Hello,
I would like to manually activate all new profiles as an administrator. At the moment, a new user receives an activation email, and an email notification about new user’s registration is sent to an administrator only after a newcomer activates one’s email.
That is why I need to (1) receive a notification about a new user as soon as he/she is registered but doesn’t activate one’s profile and (2) disable a possibility to activate a profile by a user for good.
How can I do it?
I will utterly appreciate specific recommendations.Topic: user profile fields
hello I’m on the latest version of wordpress and on the site when I delete the user’s rooms it still remains on the registration pages
Topic: Emails are never received
Hello,
I have been working on new registered users moderation for a while and tried different user approval plugins out. Finally I decided to go back to the origin BuddyPress settings – and I have faced an unexpected technical issue. BP emails are never received. Although all was working at the beginning.
At the moment, any of BP emails are not received. Not by administrators on new user’s registration nor by users when someone sends a private message or adds as a friend.
I deactivated all the moderation plugins I was trying before, so only BP itself is activated.
What may have caused this issue and how can it be solved?
Thank you in advance!