Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,576 through 2,600 (of 7,642 total)
  • Author
    Search Results
  • #201081
    Kakkanapa
    Participant

    Just in case someone finds this and runs into same problem:
    Do not use Buddypress “manage signups” when you use Gravity Forms user registration.
    Registering + Buddypress (also in 2.1) sync works flawlessly when you activate users via GF user registration and not via Buddypress.

    -Code is not broken, user is. ๐Ÿ™‚

    #201059
    iburnthings
    Participant

    When I use the buddypress registration form there are two places for an email address. Is this for validation or a duplicate entry? Is it for two different databases?

    #199585
    1a-spielwiese
    Participant

    I can create a new group and also add fields to it(I canโ€™t see how to display the new group in the rigistration form)

    Only the ‘base’-group is currently displayed on the registration page. The other profile fields the user should fill in later (after registration). –

    However, I would also prefer to place all field groups already within the registration page:

    https://buddypress.org/support/topic/reshaping-the-registration-page/, section 4th.

    #199331

    In reply to: Members List

    tmc5005
    Participant

    Hello,
    All of my past registrations were through bbpress. In that case would what you are telling me still work, would I need to change the registration to buddypress?
    Thank you.

    #198745
    1a-spielwiese
    Participant

    Whenever I click on a link to go to the BP register page (separate browser โ€“ not logged in at all), I am redirected to the WP-Login page.

    On sanchezbook.com the link for the register button is:

    http://www.sanchezbook.com/register

    On http://sanchezbook.com/wp-login.php the registration link is:

    http://sanchezbook.com/wp-login.php?action=register

    Therefore I guess, you should substitute in the first mentioned place the link address by the that address, which is used in the second place.

    #198068
    shanebp
    Moderator

    Users of BP need to realize that each update, especially major ones like BP 2.1, can create problems because other plugins have not yet been updated to take the BP changes into account. Which is why the use of a dev site is such a good idea.

    But your issue existed prior to your updates.
    It was very optimistic of you to think updates would solve it. ๐Ÿ™‚

    I suggest you roll-back the updates and solve the GF Registration issues.
    Gravity Forms has good user support, especially for paid addons.
    I’d use that support to help solve the issues.

    #198033
    WisdmLabs
    Participant

    @monicajay:
    You can easily add one more profile field as “confirm email” from dashboard->users->Profile Fields.
    You don’t need to mess with bp files.
    For validation, you just need to add few lines of code to match email ID using javascript(for client side validation). It doesn’t need high level of coding skill.


    @dhyana
    :
    Don’t add fields directly in the core file, Buddypress provides you option page to add fields here. dashboard->users->Profile Fields
    FYI registration file is located at –
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php

    #198027
    Tekkie2k
    Participant

    Could you please tell me how to remove the words “This field can be seen by: Everyone” from Buddypress’ registration page? I thank you in advance for your assistance.

    WordPress version: 4.0

    BuddyPress version: 2.1

    Theme: Twenty Fourteen

    Site Link: http://www.gayfriendschat.com/socialblog/sign-up/

    #198015
    monicajay
    Participant

    What @arielmeadow is suggesting is exactly what I’m looking for. People insert the wrong email address and then email us on why didn’t they receive an activation key. One time or another it’s fine, but we get a lot of registrations and it’s just a really useful feature.

    #197268

    In reply to: profiles

    johnhutchy2014
    Participant

    hmmmm!! Ive deleted the additional fields I added and change first name to full name, I then ran a bogus registration, and its given them a username as it should and then gave them a full name as inserted during the registration process, so fingers crossed it appears to have worked!

    Now my next big dilemma is can I change those have already registered, so that their profiles read correctly ?? is there a way that you know of??

    Thanks

    #197266

    In reply to: Relocate member pages

    danbp
    Participant

    @1a-spielwiese

    The username as subdomain ?
    If you’re on a multisite install, you can probably do that by allowing each user a blog.
    But are you sure you want to do this ?

    #197252
    1a-spielwiese
    Participant

    1st:

    It works now:

    The startpage:

    http://1a-spielwiese.de

    The subdomains:

    http://balletttaenzerinnenkrzbg36.1a-spielwiese.de/
    http://kampfsportlerinnenneuwied.1a-spielwiese.de/

    The finishing-button (“Registierung abschlieรŸen”) for the registration page:

    http://1a-spielwiese.de/registrieren/

    2nd:

    However, it is still not very clear, what precisely was the specific reason for each problem at issue.

    a) But it seems, that the my provider did the deleting of the http://www.-prefix from server setting in fact not or not the correct way.

    b) An in-detail error analysis (unfortunately only in German) you find there:

    http://forum.wpde.org/blog-netzwerk/133384-kein-zugang-zum-netzwerk-dashboard.html#post576525

    #197072

    In reply to: profiles

    johnhutchy2014
    Participant

    hmmmmm I like to keep buddy press up to date ๐Ÿ™ and my scripting skills are rather poor! I would have thought that there should be some validation already built in, why have the field as required otherwise?

    During registration they enter their account details which consists of a username,email addy, password and confirm password, then they create their profile details on the right of the page, which Ive added fields for first name , last name, gender, DOB etc, and Ive selected that the first name and last name are required fields, so surely if they fail to enter data the form shouldn’t submit??

    or am I missing something here ๐Ÿ™

    #197036

    In reply to: profiles

    WisdmLabs
    Participant

    It is because “required fields” except “Username” accepts blank spaces/tabs. So, in registration process, you should make validations before submitting form.

    #193912
    danbp
    Participant

    @elliscooper29,

    here some explanation about the name field

    For theme customization, read first the codex.
    Create a child theme, and add a copy of bp-legacy/buddypress/members/register.php to the child,
    /your_cild_theme/buddypress/members/register.php.

    Then you can give your beautiful registration page a chance to live ! ๐Ÿ˜‰

    If other questions around this, give your theme name.

    #193476
    danbp
    Participant

    @jessicana,

    The field NAME in the field group BASE is required. This group is used for the registration page to work. As you already know, it’s also this group who allows you to show custom fields on the registration page.
    The NAME field in BuddyPress is intended to receive first and last name and replace the two original fields (first name, last name) coming with WordPress.

    That said, you can hide this field to users, but you can’t give them the choice to show/hide it.

    The above snippet will hide the field NAME to all visitors/members, but not to site admin and the concerned profile.

    function bpfr_make_name_members_only( $retval ) {	
    	//hold all of our info
    	global $bp;
    	
    	// is xprofile component active ?	
    	if ( bp_is_active( 'xprofile' ) )
    	
        // The user ID of the currently logged in user
        $current_user_id = (int) trim($bp->loggedin_user->id);
    	
        // The author that we are currently viewing
        $author_id  = (int) trim($bp->displayed_user->id);
    	
    	// user can see only his name && admin can see everyone 
    	if ($current_user_id !== $author_id && !current_user_can('delete_others_pages') ) {
    		$retval['exclude_fields'] = '1';	
    	}
    	return $retval;	
    }
    add_filter( 'bp_after_has_profile_parse_args', 'bpfr_make_name_members_only' );

    Add this to your child-theme functions.php or to bp-custom.php

    #193475
    jessicana
    Participant

    I would like to see more improvements regarding the registration page where users can show/hide their real names. Is this possible out of the box without plugins?

    #192883
    samdobrow
    Participant

    Yes, that is exactly what I needed! thanks @bphelp!

    It works with WP 4.0 and BP 2.0.2

    Requires a small tweak of the CSS to position the warning message over an area of the screen not needed for data entry or navigation. I added this to the theme CSS:

    #bp_fp_notice {
    height:450px; /* height of header graphics area in theme */
    overflow: auto; /* Allows scrolling of message in header */
    }

    I also use this with social login which makes login and registration easy but requires users to complete any required field including those created with xprofile plugin.

    #191046
    adamt19
    Participant

    @ircsome will try it – but seems like that would eval TRUE on every registration page load (including initial visit)

    #190946
    Cartographer
    Participant

    Hi @danbp, @johnjamesjacoby

    Thank you for your response.

    Like @jetlej here I find horrible the idea that in a community the private messages can be read by the admin of the community.

    I don’t believe that a community would have a lot of registrations if the users knew that the admin has the option to read their private messages, even if he is not forced to do it.

    Anyway I see that there is no option to avoid this.

    P.S. Please, allow me to ask something: You said that it is also possible by reading the message table in the db. Does this mean that event the users passwords can be read from a table in the db?

    Thank you again for the conversation.

    #190926
    xprt007
    Participant

    Hi

    Thank you for all the responses.

    Well, the issue of spam registrations & comments with the above mentioned plugins in addition to SI CAPTCHA Anti-Spam, Wordfence Security (?), etc had worked for months & was manageable, occasionally getting something in sometimes after weeks. I also blocked all IPs of spammers who would tried to login, etc.

    A few days ago, though I started getting a barrage of bot-registrations + groups with bogus content created. New registrations would come in as soon as I deleted some.

    Since it was late in the night in the middle of a very busy period, I thought someone probably getting similar issues could mention some quick solution I could find the following day.

    It was not my first time in the forum. Some of the above solutions were found through searching the forum, which i agree should be the first step.

    So far – in addition to the above plugins I first added JP User Registration Blacklist, WP-SpamShield and also reluctantly disabled user group creation. (Is there a plugin that enables moderation of user created groups, allowing the moderator to approve user created groups?)

    That stopped the group creation, but spam registrations continued coming. So like recommended above, installed Wanguard, though this being a small site which currently gets in very little income, it is not yet worth paying for it. I hope the free wanguard account can work for a while.
    That since yesterday only let in one or 2 registrations by some criminals, this being one of them – details shown by some plugin:

    Benutzername: clairmcconnan

    E-Mail: synfhongegizi@mail.ru

    Angezeigter Name: Claire McConnan

    Vorname: Claire

    Nachname: McConnan
    ….
    IP Address : 107.181.70.207
    Reverse DNS : 107.181.70.207
    Reverse DNS IP : 107.181.70.207
    Reverse DNS Authenticity : [Possibly Forged]
    Proxy Info : No Proxy
    Proxy Data : 107.181.70.207
    Proxy Status : FALSE
    HTTP_ACCEPT_LANGUAGE : en

    Names & emails suggest they mostly originate from Russia.

    danbp suggested using .htaccess to block Ru-based submissions. I will look into BUT – on an unrelated Drupal-based site, I ever had a much more serious attack, with as many 25,000 attempted login/post attempts a day(!), which were blocked by the Drupal mollom plugin BUT that constantly filled some DB table, probably logging visits/attempts, to several 100MBs a day, causing me problems with the webhost. Source of attacks was Russia, ukraine, China & Poland.

    The only solution that worked was adding literally several 10,000 lines of complete IP(blocks(?)s from those countries I got from some site to the .htaccess that blocked them out. Only that helped.

    Later on, though – months on, the web host removed that .htaccess file, because my site account was supposedly overusing server resources. I am not sure that had anything to do with the IP address lines in the .htaccess file, but the good thing is that a similar attack has not happened again.

    An .htaccess solution that only involves naming a country ( … ^(.*).ru/(.*) …) & not its thousands of IPs would of course be great & preferable, but I will do a search & see. My site does not need a single Russian & so can do without the country.

    Ultimately, for the time being – what I would need is a functioning free solution until the currently small site can pay for itself, later on. This particular site had not had anything similar in over a year, assuming Wanguard cannot be used …

    Anyway, thank you all.

    #190697
    christicehurst
    Participant

    Share Paid Hosting

    Plugins: Advanced Categories Widget, bbpress, Imsanity, Jetpack, Registration Honeypot, Team Showcase, UberMenu 2

    No automated install for WordPress and I use phpmyadmin

    If things continue to stay weird in terms of solving this, I am happy to PM log in details to you guys to see what’s going on under the hood.

    #190694
    Hugo Ashmore
    Participant

    @xprt007 What else have you tried before asking this question here?

    #1 would have been searching the forum archives for possible solutions from past threads (one of great benefits of forums are ever increasing db of information and help derived from questions & replies)

    #2 would be to check the WP plugin repo searching one something like ‘spam’

    In addition to danbp’s advice try installing Wanguard which seems to do a fairly good job along with perhaps a simple registration submission question – believe something called ‘BP-humanity’ might work.

    btw I edited your topic title to remove ‘urgent help’ that’s not considered an appropriate phrase to enter on subject titles ๐Ÿ™‚

    #190340

    In reply to: Registration system

    danbp
    Participant

    have you only one site for both languages ?
    It seems that the nl one use the classic wp register process and the second use bp registering.

    You use apparently the same registration page (in english), but if one version use an admin approval and the second want the activation key, there is something wrong or not correctly dispatched…

    Did you activate profile syncing in bp settings ?

    Please give more details about your install.

    #190325
    danbp
    Participant

    @annyrakesh,

    it’s the third old topic i found where you jumped in, please don’t do that and open your, and describe your problem.

    I answered you about the pot file on this topic (closed now)
    https://buddypress.org/support/topic/registration-form-error-message/#post-190323

Viewing 25 results - 2,576 through 2,600 (of 7,642 total)
Skip to toolbar