Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 5,576 through 5,600 (of 7,642 total)
  • Author
    Search Results
  • #104093
    Virtuali
    Participant

    Users have to activate their account via email before they are listed in the admin.

    Your registration is normal, there are no error messages :), I created a test account.

    #104092
    Richard
    Member

    there are no users listed in the admin. what page are you seeing when you hit submit? or is the page just reloading? have tried typing in something that would cause an error message? thanks!

    #104091
    Virtuali
    Participant

    What problem? There is no problem really that I see with anything, data is yes, correctly entered.

    #104089
    Richard
    Member

    no, i just wrote the link wrong :)
    i wonder what the problem is. hm
    and you are able to do enter your data normally?

    #104088
    Virtuali
    Participant

    http://oldhd.rckelsey.com/register, yes. Correct URL.

    Are you by any chance wanting to change it to “registration”? :)

    #104087
    Richard
    Member

    http://oldhd.rckelsey.com/register/ is the correct one. i tried it chrome, firefox….

    #104086
    Richard
    Member
    #104085
    Virtuali
    Participant

    Seems working to me! :)

    #104083
    Richard
    Member

    p.s. the link is: http://oldhd.rckelsey.com

    #104027
    Boone Gorges
    Keymaster

    OK, I get why you might want BP_ENABLE_MULTIBLOG now. My bad.

    I just did a test on a local installation and registration on subsites seemed to work fine – no redirects. Maybe I’m missing something? Here’s what I did:
    1) enabled BP_ENABLE_MULTIBLOG in wp-config.php
    2) created a secondary blog and enabled bp-default on that blog
    3) Visited the secondary blog as a non-logged-in user
    4) Clicked on “create an account” just above the login box (example.com/subsite/register)
    5) The registration page loaded correctly – no redirect to the main blog. I filled out the registration info and submitted
    6) Got an activation email and successfully activated my account

    Is it possible that this is a theme issue? Do the BP themes that you are using for the portals have the necessary registration templates? (registration/activate.php and registration/register.php)

    #104005

    Hi, has anyone come across the answer to this yet?

    I’m not averse to subscription sites like Buddydev or WMPUdev but I’d prefer a code insert instead of another plugin!

    Thanks

    J.

    #104003

    hey, kanoc!

    Where can i find these settings?

    #104002
    kanoc
    Member

    I got it there is tick in the settings of WP members registration check it out.

    #104001

    I’m having the exact same problem!

    How to create my registration page? I’ve look all over for this answer, can’t find it.

    I just want users to be able to sign up on their own.

    adamrice
    Participant

    I’m getting the same results—adding the suggested remove_action causes registration to redirect to the front page.

    #103965
    Aphrodite
    Participant

    I do have this linein my wp-config and it works fine. And I need it (by the way, the good thing is that any “non bp” theme on sub site works just fine without any problem)

    My problem is just as i told, the registration link which does not work. The link in subsites is subsite.com/register. I’d like it to disply the registration page but it does not. I dont want the registration on the main site :)

    #103931
    thealchemist
    Member

    I have a completely different problem … CAPTCHA on comments appears fine. It is not appearing on the registration page: http://www.xbox-arena.com/register

    #103925
    thealchemist
    Member

    What I have to ask is “Why?” and “How?” are these spambots accessing and creating users? I have one site that uses WP multisite with BP and there’s a great plugin “BP Registration Options” that works well enough to grab and display all new member requests and displays IP addresses; which I then add to WP-Ban. Its taken a month but I am now down to a dozen or so spambot signups per day.

    Now, I have another WP/BP site that is NOT multisite and “BP Registration Options” does not work the same. BUT I copy the IP addresses from the one and paste it into the “WP Ban” of this site. However, I am still 100+ spambot signups per day. So, I have a plugin “Pending Activations” (which doesn’t work in multisite) but this plugin does not display the IP address of the offending spambot signups. Thus, my battle with the signups continues …

    So … How are the spambots signing up? Why does the registration form not have CAPTCHA? and how can we stop them from signing up?

    #103919
    Boone Gorges
    Keymaster

    Do you have the following line in your wp-config.php or bp-custom.php?
    `define( ‘BP_ENABLE_MULTIBLOG’, true );`

    If so, I suggest you comment it out:
    `// define( ‘BP_ENABLE_MULTIBLOG’, true );`

    BP multiblog mode is only necessary if you want to have BP content (like members profiles, etc) available on all subsites. Regular WP multisite use does not require BP_ENABLE_MULTIBLOG.

    If you absolutely need the BP_ENABLE_MULTIBLOG functionality, but you want to force all registration to happen on the main blog, then you will have to build your own redirects.

    Or, as an alternative, I want a Register page that does the following:

    – Option to use Janrain Engage
    – uses reCAPTCHA or an arithmetic challenge
    – forces minimum password length and displays password strength/match
    – Shows disclaimer text, with option to require users check box to Accept Agreement
    – Shows privacy policy text, with option to require users check box to Accept Agreement
    – sends customized activation email to non-Janrain registrations
    – sends customized username/password email to non-Janrain registrations

    I have all of this capability now, just not with BuddyPress.
    If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.

    Thanks

    Paul Wong-Gibbs
    Keymaster

    If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:

    `remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`

    nathan12343
    Participant

    I use BP-Registration-Options and also Members Only between them this keeps out the non registered users and presents the registration page by default (which I have set as my redirect in Members Only). I hope this helps.

    #103808

    In reply to: Cant create groups???

    tubruk
    Participant

    wp/bp both new versions. Bp 1.2.7 and the new wp version.

    I haven’t changed something plugins I use are only bp registration groups,bp links,bp facebook connect and bp album+…

    and I haven’T changed bp-default theme
    ???

    #103673
    Chris_m
    Member

    Using this PlugIn (during the registration) my users still have to fill out three mandatory fields (Full Name, First- and Last Name)… and this doesn’t make sense…

    Is there a solution for this? Having to fill in redundant information (first name, last name and full name) seems to be a big no no during registration. The website of the creator of “Real Names” doesn’t seem to be reachable anymore.

    THANK YOU for your input. I tried to reset BP template pack first—didn’t work. So I manually moved all those 13 files where they were supposed to go via ftp. The registration and groups work, but not profile, activity, members or forums. Have any other suggestions?

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