Search Results for 'registration'
-
AuthorSearch Results
-
January 28, 2011 at 12:50 am #104093
In reply to: Registration doesn’t work
Virtuali
ParticipantUsers 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.
January 28, 2011 at 12:47 am #104092In reply to: Registration doesn’t work
Richard
Memberthere 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!
January 28, 2011 at 12:45 am #104091In reply to: Registration doesn’t work
Virtuali
ParticipantWhat problem? There is no problem really that I see with anything, data is yes, correctly entered.
January 28, 2011 at 12:43 am #104089In reply to: Registration doesn’t work
Richard
Memberno, i just wrote the link wrong
i wonder what the problem is. hm
and you are able to do enter your data normally?January 28, 2011 at 12:40 am #104088In reply to: Registration doesn’t work
Virtuali
Participanthttp://oldhd.rckelsey.com/register, yes. Correct URL.
Are you by any chance wanting to change it to “registration”?
January 28, 2011 at 12:39 am #104087In reply to: Registration doesn’t work
Richard
Memberhttp://oldhd.rckelsey.com/register/ is the correct one. i tried it chrome, firefox….
January 28, 2011 at 12:38 am #104086In reply to: Registration doesn’t work
Richard
MemberSVC, seriously?!
http://oldhd.rckelsey.com/registrationJanuary 28, 2011 at 12:35 am #104085In reply to: Registration doesn’t work
Virtuali
ParticipantSeems working to me!
January 28, 2011 at 12:30 am #104083In reply to: Registration doesn’t work
Richard
Memberp.s. the link is: http://oldhd.rckelsey.com
January 27, 2011 at 3:02 pm #104027Boone Gorges
KeymasterOK, 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 accountIs 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)
January 27, 2011 at 9:17 am #104005In reply to: Redirect After Registration
James Thomson
MemberHi, 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.
January 27, 2011 at 9:04 am #104003In reply to: No registration field for new memembes
novice-wp-user
Memberhey, kanoc!
Where can i find these settings?
January 27, 2011 at 8:52 am #104002In reply to: No registration field for new memembes
kanoc
MemberI got it there is tick in the settings of WP members registration check it out.
January 27, 2011 at 8:47 am #104001In reply to: No registration field for new memembes
novice-wp-user
MemberI’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.
January 26, 2011 at 11:34 pm #103971adamrice
ParticipantI’m getting the same results—adding the suggested remove_action causes registration to redirect to the front page.
January 26, 2011 at 11:00 pm #103965Aphrodite
ParticipantI 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
January 26, 2011 at 7:44 pm #103931In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
thealchemist
MemberI have a completely different problem … CAPTCHA on comments appears fine. It is not appearing on the registration page: http://www.xbox-arena.com/register
January 26, 2011 at 6:27 pm #103925In reply to: Removing thousands of spam users
thealchemist
MemberWhat 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?
January 26, 2011 at 5:47 pm #103919Boone Gorges
KeymasterDo 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.
January 25, 2011 at 10:34 pm #103850Barmy Blue Man
MemberOr, 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 registrationsI 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
January 25, 2011 at 10:31 pm #103849Paul Wong-Gibbs
KeymasterIf 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 );`
January 25, 2011 at 11:45 am #103809nathan12343
ParticipantI 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.
January 25, 2011 at 11:29 am #103808In reply to: Cant create groups???
tubruk
Participantwp/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
???January 23, 2011 at 4:16 pm #103673In reply to: Need to have Real Names
Chris_m
MemberUsing 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.
January 22, 2011 at 10:01 pm #103634Ann_Whitt_Wen
MemberTHANK 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?
-
AuthorSearch Results