Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,201 through 1,225 (of 7,641 total)
  • Author
    Search Results
  • #271379
    David Cavins
    Keymaster

    Hi @teljkon-

    I don’t understand your points 2 and 3, but 1 can be solved easily: https://codex.buddypress.org/administrator-guide/extended-profiles/

    Fields in the “Primary (Base)” profile field group are added to the registration form.

    #271369
    teljkon
    Participant

    Hello,

    I recently installed a social theme I bought it runs mainly on buddy press. I have a task I need to do I believe the steps are as follows but i have several questions i don’t know the answer to.

    1. Add new field to buddy presses new user registration. (what file do i need to modify to do this?)

    2. Add an extension that can scrape a website and create a database from results. (Found an extension for this)

    3. Link said database to new field in ? 1 (again what file?)

    Any help you can give me would be very appreciated. Thanks in advance.

    #271330
    Venutius
    Moderator

    I notice the registration form does not ask for the BuddyPress username, only the WordPress username. have you changed anything from the default to make it this way? That login does not seem to work.

    tapoulton2
    Participant

    Hi all,

    I’m new to BuddyPress but I’m quickly getting to grips with it. I am, however, having an issue with the registration and profile fields.

    Registration: it’s simply not doing anything when selecting “complete signup”. It sometimes redirects to the homepage and nothing shows up on the backend.

    Profile Fields: I’m getting duplications of the same field group, “Base (Primary)”. I’ve entered some new fields into the first of the duplicates, but nothing shows up on the registration page.

    Any support would be hugely appreciated.

    Cheers!

    #271259
    annvb1
    Participant

    I committed a crime: I attempted to edit a buddypress php file. (I rewrote the message that appears at the top of the registration page.) After that, certain features weren’t working right. So I decided to start over with a clean new installation of the plugin. I deactivated and then uninstalled buddypress. Then I attempted to install buddypress again, but I got this error code:

    Could not copy file. buddypress/favicon.ico

    What do I do? Thank you for your help.

    #271254
    Venutius
    Moderator

    Scrap that last comment. BP Registration Options allows you to edit the email content you are looking for.

    #271251
    Venutius
    Moderator

    The registration denied email I think is actually a WordPress email that is also used by BuddyPress. There’s a premium plugin that allows you to edit these system emails, but I’ve not been able to find if it allows you to edit the registration denied email, yu’d need to ask the plugin developers. the plugin is All in One Email for WordPress. That might be able to do what you are looking for.

    kdannay
    Participant

    How do I edit the text of the email that is sent when a user’s registration is denied?

    jezthomp
    Participant

    I’m having to use an older version of WordPress & BuddyPress (dont ask) Anyway we’re using WordPress 4 and BuddyPress 2.5.5

    Local install, default Twenty Twelve theme only plugin activated is BuddyPress

    Allow new registrations is selected as Logged in users may register new sites. as we want logged in users to be able to create sites at mysite.com/blogs/create.

    The register and activate pages are there and selected.

    However, whenever i go to My Sites > Create a New Site link or essentially http://www.mysite.com/wp-signup.php, mysite.com/create or mysite.com/reigster it redirects to the home page, without fail.

    If i log out and go to those pages it loads the /create page but i get…

    
    Create an Account
    
    User registration is currently not allowed.
    

    I do on these pages get the following error with debugging turned on.

    Notice: Undefined index: handle in /Applications/MAMP/htdocs/mysite.com/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php on line 311

    Also an error for line 329 in the same buddypress-functions.php

    Can anyone please help, i must have read all registration site creation threads on this forum and tried everything but no luck 🙁

    teljkon
    Participant

    Hello,

    I recently installed a social theme I bought it runs mainly on buddy press. I am curious if buddy press uses a standard database? or php script? to manage User registration details. I need to modify this to include an extra field that will be linked back to a database with custom data I will be inputting. I’m looking for a little guidance on where to start with this. What languages will I need to know. Also what kind of database is it best to use to prevent conflicts with other parts of the theme.

    #271161
    David Cavins
    Keymaster

    Hi, it looks like this rule is what’s active when hovering on your registration form, so I suspect it’s what you’ll need to override:
    https://buddypress.trac.wordpress.org/browser/tags/2.9.3/src/bp-templates/bp-legacy/css/buddypress.css#L956

    #271157
    earthingout
    Participant

    Hi
    How do i make the registration form 1 column?
    or at least the profile form a sepperate page

    the 2 column registration page dosn’t display properly on mobile phones

    Regards
    Mark

    #271142

    Also, telling me to get a registration profile plugin won’t help because I have to have the buddypress integration with Geodirectory which doesn’t translate profile fields with third party registration plugins.

    #271122
    Venutius
    Moderator

    One way to change the registration process is to use BP Better Registration. This splits the registration for over several pages.

    #271121
    Venutius
    Moderator

    Ah that is to create an accordion on the members profile page, not the registration page.

    #271115
    Venutius
    Moderator

    Thinking about it, this file has nothing to do with registration that I know of, what does the article say you should do with it?

    #271072
    Varun Dubey
    Participant

    @nebuchadnezzar no need to modify anything inside BuddyPress core files, You have to modify template files inside your child theme.

    Copy BuddyPress folder from your parent theme and paste them into the child theme and modify inside child theme at following path

    buddypress/members/register.php or
    buddypress/registration/register.php

    You can check following for reference

    Template Hierarchy

    #271066
    jonowen2k
    Participant

    Repost to Installing BuddyPress forum (from How-to & Troubleshooting)

    I’ll preface this with the fact that I’m 100% new to WordPress and BP so I’m hoping this is something I’m just missing. I have searched the forums and didn’t find anything that was close to my problem.

    – Using WordPress.com hosted and BP plugin installed and activated (see rodconnect.com)
    – Using Twenty Twelve (I think)
    – Added BP login widget to right nav.

    When a new person registers the email is sent and they can activate. I can go in to the users menu and see them there along with their email address.

    Once activated, the new users try to log in using the BP plugin using username and pwd. The site redirects to wordpress.com login where it asks for email address. Using the users email address throws a “can’t find” error.

    Using the users uname on the wordpress.com screen gets me to the password screen but errors out on the password being invalid.

    Is it expected behavior of BP to redirect to WP.com? I was expecting (hoping) to obfuscate WP from the site completely and was looking to BP to handle user registration / login.

    If it is expected behavior then how do I get the registration/login working?

    Thank you

    #271062
    nebuchadnezzar
    Participant

    Hi,

    I removed that code from the file in the following path, yet the issue persists
    public_html/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php

    is there another file with a different path?

    #271060
    jonowen2k
    Participant

    I’ll preface this with the fact that I’m 100% new to WordPress and BP so I’m hoping this is something I’m just missing. I have searched the forums and didn’t find anything that was close to my problem.

    – Using WordPress.com hosted and BP plugin installed and activated (see rodconnect.com)
    – Using Twenty Twelve (I think)
    – Added BP login widget to right nav.

    When a new person registers the email is sent and they can activate. I can go in to the users menu and see them there along with their email address.

    Once activated, the new users try to log in using the BP plugin using username and pwd. The site redirects to wordpress.com login where it asks for email address. Using the users email address throws a “can’t find” error.

    Using the users uname on the wordpress.com screen gets me to the password screen but errors out on the password being invalid.

    Is it expected behavior of BP to redirect to WP.com? I was expecting (hoping) to obfuscate WP from the site completely and was looking to BP to handle user registration / login.

    If it is expected behavior then how do I get the registration/login working?

    Thank you

    #270990
    steeley1
    Participant

    Hello there

    I really have 2 issues

    I am new to this plugin and need some help, please!

    First Issue

    Ok, so when someone successfully completes their registration they receive the following onscreen notice e.g.

    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.

    I am trying to customise the notice to say e.g.

    You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address. If you do not see your email in your inbox, please check your junk or spam folder account!

    To attempt to make the customisation, in file manager, I follow the path: httpdocs/wp-content/plugind/buddypress/bp-templates/bp-legasy/buddypress/members/register.php. I add the additional text in the PHP file but the changes do not show up on the front end. Can anyone please advise me on this?

    Second Issue

    The issue I am having is the fact that I don’t have access to the register page unless I attempt to create an account. The register page somehow redirects to the home page even though the Buddypress settings are set to register.

    Thank you in advance

    #270989
    redbananasander
    Participant

    Hmm… Maybe this is normal funcition from buddypress? I have 24 active plug-ins:
    – ACF Accordion
    – Advanced Custom Fields PRO
    – Advanced Custom Fields: Font Awesome
    – Advanced Custom Fields: Gravity Forms Field
    – Black Studio TinyMCE Widget
    – BuddyPress
    – BuddyPress Activity Plus
    – BuddyPress Admin Only Profile Fields
    – BuddyPress Edit Activity
    – BuddyPress Global Search
    – Colsensation Addons (own plugin)
    – Custom Post Type UI
    – Export User Data
    – Gravity Forms
    – Gravity Forms (nl)
    – Gravity Forms User Registration Add-On
    – GravityView – Gravity Forms Import Entries
    – Invite Anyone
    – Members Import
    – Pronamic Pay
    – Warpdrive
    – WP Pusher
    – WP Sync DB
    – Yoast SEO

    That’s all 😉

    #270922
    David Cavins
    Keymaster

    This plugin is awfully close to what you’re trying to do. You might try modifying it to show groups in a drop down instead of the options offered:

    BuddyPress Registration Groups

    I doubt that any plugin is going to support group creation at registration; group creation is a multi-step process, and is too much to ask a new user to do at the same time as registration.

    ScotKinney
    Participant

    As the title says, I’d like to make new users either create a group or join a group on the registration page. I have seen plugins that give them the opportunity to join a group but not one to allow them a choice to create one or join one. On the Join a group section I’d like to only display public groups and put them in drop down vs check boxes. We have a lot of groups and will soon have many more. This is a gaming site and our groups are called Alliances. It’s necessary to belong to one to raid another ship.
    Site url http://www.AlterVerse.com
    We’re using the latest versions of WP and BP at the time of this message.

    Thanks in advance for any help!
    Scot

    #270897
    David Cavins
    Keymaster

    Yes, you can do any amount of extra validation on the hook bp_signup_validate.

    Something like this would probably do what you are trying to do:

    
    add_action( 'bp_signup_validate', function(){
    	$allowed_users = array( 'user1@domain.com', 'user2@domain.org' );
    	if ( isset( $_POST[ 'signup_username' ] ) && ! in_array( $_POST[ 'signup_username' ], $allowed_users ) ) {
    		$bp = buddypress();
    		$bp->signup->errors['signup_username'] = 'Sorry, your email address is not able to register with this site.';
    	}
    } );
    

    There are several examples on the web for doing things on that hook. (BuddyPress Registration Options does some things, for instance.)

Viewing 25 results - 1,201 through 1,225 (of 7,641 total)
Skip to toolbar