Search Results for 'registration'
-
Search Results
-
Hello,
I’ve researched so many forum posts, and I’m not getting anywhere in solving this problem – and it is so important to this site and the whole reason I’ve built around BuddyPress!
I have anyone can register in general settings.
I have the register page selected in page options in Buddypress settings.
The page exists, is a parent page in Pages.
I have tried disabling all plugins and switching to the 2016 template.
I have checked the register.php file exists in the appropriate folder: public_html/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/registration
I am using the most update wp 4.6.1
My URL is http://pathways4learning.com Clicking on register on the top black bar, or on the link on the login page, takes me to a ‘page not found’ and 404 error page.
PLEASE HELP! There is always a solution, please help me find it.
Thank you in advance.
Hi
I want to create a dropdown of listing categories from which a user can select the categories on registration. But I am not sure how that would be done as I didn’t find any relevant tutorial on pre populating dropdown in xprofilewordpress version: 4.6.0
buddypress: 2.6.1.1
and here is a link to my site
http://dev6.inserito.me/Birthbox/WP Version: 2.6.1
BP Version: 2.6.2My site is hosted by an external server, owned by WealthyAffiliates. All plugins, versions, etc., are stored on their databases.
Issue persists with the bundled themes, too.
Issue: After account creation and activation, the site rejects all attempts to allow login. I don’t know why this is happening. I talked to my provider, and they claim that their CDN doesn’t block users that go through the wp-login.php, so that’s not an issue.
Steps:
The new user clicks “register” on my sidebar, and is taken to a registration page. The page sends them through without issue, and sends the verification email.
After the email is received, the account is verified and it says they’re free to login.
Once they return to the homepage and try to sign in, however, it rejects access at the /wp-login.php page, citing an Error 401. Does anyone know a way around this?
What I’ve tried:
Disabling everything but BP
Reinstalling BP
Swapping to Twenty Fourteen
Disabling WP synchronization with BP
I have an xprofile field for newsletter when a user registers, which stores the field as a serialized entry of the allowed value for that field, which is the name set in the BuddyPress back end, in this case:
“Subscribe to free newsletter”
This results in a serialized entry in the wp_bp_xprofile_data table (in my case, for field 307) that looks like this:
id: 14421
field_id: 307
user_id: 15201
value: a:1:{i:0;s:28:”Subscribe to Free Newsletter”;}However, when I use the BuddyPress function to update that data:
// get permitted value for field 307 - required for xprofile_set_field_data() to work $field = xprofile_get_field( 315 ); $UpdateField = $field->name; xprofile_set_field_data( 307, $current_user->ID, $UpdateField );
The result is the field is now set to a simple string:
id: 14421
field_id: 307
user_id: 15201
value: Subscribe to Free NewsletterI want to reconcile these entries, so they are the same format, but when I converted the string to a serialized field the update function fails:
// serializing field $UpdateField $newfield = serialize ( $UpdateField ); // result: [s:28:"Subscribe to Free Newsletter";] xprofile_set_field_data( 307, $current_user->ID, $newfield );
This command fails, which I believe is because the field must match the allowed value as set in the back-end for the extended profile. I suspect because the serialized field looks like this:
s:28:"Subscribe to Free Newsletter";
But maybe should look like this:
a:1:{i:0;s:28:"Subscribe to Free Newsletter";}
So maybe I can convert the datum to a properly serialized array with the correct argument to the serialized function, and then pass it to the xprofile_set_field_data() function and get it to update.
But why is this behavior happening? This wouldn’t seem to be the expected behavior when I pass a string to the function. I would expect the value I set on registration would be the same format of the value set when I update the field. Am I doing something wrong and how do I reconcile these entries?
Hi,
I’ve trying to figure out what is wrong with my setup but so far no progress.
Any url/link on fronted fails in continuous redirect loop after I enable BuddyPress.
I have tried :
– new clean installation
– Nginx web server ( redirects to registration page, even if the user is logedin in admin )
– Apache web server ( redirects to index.php )
– clean install only WordPress and BuddyPressBackand ( admin ) works fine.
Wordpress version 4.6
BuddyPress 2.6.2
issue is present on any themeLatest setup is Nginx reverse proxy to Apache and php-fpm.
Same situation, admin works fine, frontend goes to infinite redirect loop.Any suggestions ?
On local installation Frontend and backend work fine – XAMPP environment.
Any help would be appreciated !
Hi
I am building a website that for different professionals to register as a member of the website. For example, an accountant can register as a member in the accountant user group, a lawyer can register as a member in the lawyer user group and so on. Each user group needs to have different profile feilds to fill in on the registration form.
Can this be achieved by BuddyPress and its plugins?
After installing buddypress and assigning the registration page, the registration fields do not appear on the registration page. Essentially the page is blank.
See Issue URL: http://www.nyfertility.org/register.htmlHere is what I have done so far:
– I checked and disabled various plugins
– using wordpress Version 4.6
– registration page is assigned properly to existing page under buddypress settings
– enabled membership to be active – anyone can register (default as subscriber)
– removed buddypress plugin and – reinstalled – BuddyPress 2.6.2
– checked your forums for possible solutions – found nothing related
– deleted registration page, and created a new one with same url, and again with a different url – still no content appearsAny other advice would be greatly appreciated. I’m lost!
Hi !
I’m experiencing issue whith my registration page. After filling every fields, when I try to validate the form the page reload and nothing happen.
After the loading of the page, almost every fields are still complete. The only empty field is the password.
Version of WordPress : 4.6
Buddypress : 2.6.2
Xprofile activated
Theme : KleoDatabase version : MySQL 5.5
(some other plugins like Geodirectory, Geo WP are installed)
Thanks for your patience 🙂 Hope you will be able to help me !
I’m having trouble setting up the registration and activate pages on my wordpress. I’ve made pages for it to be put on, but links aren’t showing up on the site and when I try to view the pages, it just shows me my blog’s home page.
Topic: Error on Registration Page
Hello,
I have the following error on the bottom of my registration page, and there is no submit button.
Fatal error: Call to undefined function groups_get_total_group_count() in /home/freeaupa/public_html/wp-content/plugins/buddypress-registration-groups-1/includes/bp-registration-groups.php on line 53
http://freeaupair.com/register/
I am using Member Types by BuddyBoss.
Thank you in advance!!
WP Version: 4.6
BP Version: 2.6.2
Theme: MH Newsdesk
Plug-ins: WP-Members (for registration and log-in)
Site: https://www.fwdforensics.comHi,
My site uses email addresses for log-in user names, and thus users’ email addresses are showing up in the BP member directory and in the name field and cover image on members’ BP profiles. Most members would rather not publish their email addresses even behind the registration wall.
I think I can hide the email addresses on profiles just by using CSS (display: none) on the name field and on the nickname in the cover image. Then I can add some custom fields to let people enter their first and last names.
But the member directory is tricky (for me). Is there a way to display a field other than user_login as the name in the BP member directory? This can probably be done with a PHP script added to bp-custom.php or functions.php, but I’d rather not reinvent the wheel if someone has already posted the code.
TIA
Topic: No registration page
Hello!
I don’t seem to have a registration page for my buddypress. While a page ‘exists’, when I type the url (freeaupair.com/register/) it redirects to the root url. This page is selected in Buddypress Page settings.
I started with a buddypress bundled theme (Kleo) but did change to the x-theme. I uninstalled and reinstalled buddypress, but the same occurs.
HELP!
Thank you.