Search Results for 'registration'
-
AuthorSearch Results
-
June 14, 2011 at 3:50 pm #114499
In reply to: How would I populate buddypress registration fields?
junger
ParticipantI think I have this working, but came across a different issue preventing me from fully testing.
Here’s the code I was working with…
`
<label for="”>
<input type="text" name="” id=”” >`
June 14, 2011 at 2:30 pm #114496In reply to: How would I populate buddypress registration fields?
junger
ParticipantAlso, when I’m replacing `value=””` with `value=””` (using the correct field number) I’m blowing up registration.
Did that happen to you?
June 14, 2011 at 2:22 pm #114495In reply to: How would I populate buddypress registration fields?
junger
Participant@xberserker — I’m looking for exactly the same thing.
Were you able to get it to not put the text above the field box?
June 12, 2011 at 8:00 am #114385pcwriter
ParticipantJoining a site running Buddypress can be as simple or as convoluted as you want to make it for potential members. There are quite a few plugins that can be implemented for captchas; authentification via other networks like Facebook, Google, etc; profile synchronization with other networks; custom login pages and much more. An example of the basic BP account creation process can be found on one of my sites here: http://buddylite.com/register/
The only thing I’ve added to the default registration process on BuddyLite is a simple math captcha called Buddypress Humanity: https://buddypress.org/community/groups/buddypress-humanity/
You can see a working example of one front-end post solution called TDO-Mini-Forms on the same site here: http://buddylite.com/buddybuilder-style-submission/ and the end results here: http://buddylite.com/category/custom-buddybuilder-styles/
You’ll need to login as a test user to see the form though… user = buzzer / pass = hellobirdieOn another site I’m currently working on, you can see an example of another front-end post form called Quick Post Widget: https://wordpress.org/extend/plugins/quick-post-widget/
See it here: http://kwitterz.com/share-your-thoughts-with-all-kwitterz/
Again, you’ll need to login… user = pjohn / pass = gollysargeHope this helps to get you started!
June 10, 2011 at 2:13 pm #114275alindgren
MemberI’d be interested if hearing if someone has figured out a way to use the Register Plus Redux plugin with BuddyPress…
June 9, 2011 at 8:58 am #114207In reply to: registration issue
Scotty501
Memberwebsite link?
June 9, 2011 at 8:57 am #114206In reply to: registration issue
image
Participantdo somebody have idea about how to solve this issue?
June 9, 2011 at 12:54 am #114191In reply to: Multiple Profile Group Fields in Registration
candy2012
Memberworks well for me
I would have loved to have a splitted registration form though (like fields from group1 on the 1st page, fields from group 2 & 3 on the following form registration page, etc), to prevent scare away users if you happen to have more fields you want them 2 fill in …but I must be honest, I have NO clue as of how to achieve that ..
If you happen to find a solution, I’d appreciate if you’d post it back here
C.
June 8, 2011 at 4:56 pm #114149In reply to: Registration email not being sent
mikemcd22
MemberI am posting this here because it might solve part of the problem and it worked for me: I found this <a href "https://buddypress.org/community/groups/buddypress-pending-activations/" While it does not solve the issue of members being able to approve themselves, it does allow the ability to resend an activation link (email) and to manually approve members in the Que. It works with WP 3.1.3 and BP 1.2.8. I hope this helps the scores of people desperately seeking admin approval of new user registrations.
June 8, 2011 at 4:52 pm #114148mikemcd22
MemberI found this <a href "https://buddypress.org/community/groups/buddypress-pending-activations/" While it does not solve the issue of members being able to approve themselves, it does allow the ability to resend an activation link (email) and to manually approve members in the Que. It works with WP 3.1.3 and BP 1.2.8. I hope this helps the scores of people desperately seeking admin approval of new user registrations.
June 7, 2011 at 1:52 am #114035@mikey3d
Participant@r-a-y haven’t responded my above message. Is he embarrassing that he is wrong? Because either activate.php file is the bp-default theme which is not my problem and I have delete the whole first two lines in my child theme /registration/activate.php and the problem is after clicked activation link in email I get:
`http://www.domain.com/blog/activate/
Activate your Account
Please provide a valid activation key.
Activation Key:`There is no key link in the domain. e.g.
http://www.domain.com/blog/activate?key=afd7528c3b5664d429f94a2ed59a4c32
I have single WP. What is the solution?
Thanks, Mikey3D
June 6, 2011 at 4:47 pm #113976mikemcd22
MemberThis seems to be a highly requested and necessary feature. Are there any plans for this type of admin control in future releases of BP?
June 6, 2011 at 2:10 am #113952@mercime
Participant== My new user registrations only appear in Network Admin -> Users. ==
Yeah, that’s how it’s done now since around WP 3.1 multisite, one is listed as user of a network – one login to all sites of multisite install as a subscriber (or role which the Super Admin set in options for new users).
This plugin could help with what you want to do https://wordpress.org/extend/plugins/multisite-user-management/
June 5, 2011 at 4:46 pm #113936In reply to: How to add registration form to front page
Hugo Ashmore
Participant@gregfielding Doing `!bp_get_blog_signup_allowed()` isn’t probably the best approach though as it twists logic and if you did decide to close blog registration from the dashboard you would then be showing the form for blog signup the reverse of what you want.
Why not simply wrap the blog section in a test for a variable e.g:
‘$show_blog_signup = false;
if( $show_blog_signup) :
blog form stuff
endif;
`
Then you change the variable at top of page if needed.June 5, 2011 at 2:03 pm #113925In reply to: Disabling BuddyPress Registration?
macpraveen
MemberIt is
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
June 5, 2011 at 11:14 am #113919In reply to: How to add registration form to front page
Nahum
Participantcool…thanks for reporting it back. I will try it out.
June 4, 2011 at 11:13 pm #113879In reply to: How to add registration form to front page
gregfielding
ParticipantOk…I’ve got it figured out now and have put the registration form both in a sidebar and a separate page, tested them, and it works. I copied and pasted the form from register.php.
I had to make 3 tweaks:
1. Correct the form action as explained by Brajesh http://buddydev.com/forums/topic/move-registration-to-index-page-1
2. Remove lines 12 “ and 282 “ from register.php.
3. Change line 166 to “ – This was because I DO want to allow blog creation, but I DON’T want people doing it when the register. There are a lot of threads out there asking how to do this and this trick works.
Also, make sure you include the javascript below the form as well.
June 4, 2011 at 8:44 pm #113877In reply to: How to add registration form to front page
Nahum
ParticipantMaking it a custom page template and dropping in the entire register.php block didn’t work?
Also I’ve tried out the Gravity Forms add on for a registration form like this that can be placed in the page but I didn’t get into it much as I only tested it quickly when they introduced those addons. From what I recall it worked but something weird happened after the registration like the page not refreshing — I don’t remember. It also didn’t do what I wanted as far as no activation key and redirect to profile like what I use currently. So i shelf’d it. I think that would be a good option if you don’t mind getting GF. It’s a good investment! Actually, I think I’ll look into tinkering with it again.
June 3, 2011 at 4:34 pm #113780In reply to: Blog posts mixed up
handsunc
MemberTHANK YOU!! That fixed it!. It was a plugin i had installed to disable users who registered from creating posts until they were approved. I had about 10 spammers join the site in 2 days of allowing registration. Now will have to ask the people in the group to email me and I can add them manually. Any ideas on preventing non-members from registering? Thanks again, Carin
June 3, 2011 at 3:41 pm #113775@mikey3d
Participant`As r-a-y suggests, in my experience at least, that kind of error is almost always malformed PHP files — trailing spaces, unclosed brackets, stuff like that. If you’ve pasted functions into your functions.php or bp-custom.php, look there first, then any other template files you’ve edited.`
There was no error in my functions.php, bp-custom.php and template files. The warning error, above in my first posted, was possible from the core bp-default /registration/activate.php.
June 3, 2011 at 3:11 pm #113771@mikey3d
Participant“Is that a general recommendation?
”
– No! However I have only been using your two codes that works but after awhile when I found the bugs it’s causing of your codes.
1. Duplicate Content: Slash and No Slash at the End of URL
2. The page isn’t redirecting properly“I did say it was test code. Looks like you have whitespace issues in your /registration/activate.php. Delete any trailing whitespace from the beginning of that file.”
I did put back the
function bp_core_redirect_canonical
in functions.php and deleted redirect trailing slash in .htaccess before process your above posted. It is the same problem I had it before except no warning error show up, only missed a key link in the domain link.I haven’t touch activate.php in bp-default therefore when I looked for trailing space, it looks like this:
`
`If that is what you were talking about I deleted the whole line 1 and I tested it again and result I get when click the activation link in email:
http://www.domain.com/blog/activate/
`Activate your Account
Please provide a valid activation key.
Activation Key:`There is no key link in the domain. e.g.
http://www.domain.com/blog/activate?key=afd7528c3b5664d429f94a2ed59a4c32
The line 1 in activate.php said
“This template is only used on multisite installations.”
I have single WordPress. Does it matter? All those error the user still able get in after clicked the activation link in the email. Huh?Is there a fix? What is the solution for Single WP after user completed sign-up?
“Your htaccess rewrite rules look like it will interfere with querystring variables.
eg. example.com/my-page/?variable=my-test”Ha, thanks for noticed.
June 3, 2011 at 9:32 am #113755In reply to: No effective plugins for moderation!
psivait
ParticipantThanks a lot for all of you for taking your precious time here! I sincerely appreciate your suggestions.
@Andrea_r could you please help me on your point? How to put a noindex on my buddypress registration link? By doing so, will it affect SEO of my website?
@Pisanojm I’m also looking for an access-role other Administrators who can moderate the website by marking as spam, deleting irrelevant users etc. If any wordpress consultant guides us, would be grateful..!!June 3, 2011 at 4:16 am #113742stwc
Participant`Warning: Cannot modify header information – headers already sent by (output started at /path/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/registration/activate.php:3) in /path/wordpress/wp-includes/pluggable.php on line 897`
As @r-a-y suggests, in my experience at least, that kind of error is almost always malformed PHP files — trailing spaces, unclosed brackets, stuff like that. If you’ve pasted functions into your functions.php or bp-custom.php, look there first, then any other template files you’ve edited.
June 2, 2011 at 10:04 pm #113733In reply to: Registration email not being sent
Andrea Rennick
Participant“Update: Enabling the ‘Mail From’ plugin https://wordpress.org/extend/plugins/mail-from/ solves the problem.
I’m not thoroughly satisfied with this solution because it is too mysterious , but at least it is a solution.”
It’s not mysterious – it;s a symptom of exactly what I described. The hosts on the receiving end are killing the emails that are sent because they were *automated*. Changing the from address so it come from a “legit” email, instead of wordpress@yourdomain, made it so it got delivered.
June 2, 2011 at 9:27 pm #113725r-a-y
KeymasterDon’t use @r-a-y codes
@mikey3d – Is that a general recommendation?
I did say it was test code. Looks like you have whitespace issues in your /registration/activate.php. Delete any trailing whitespace from the beginning of that file.
eg.
` -spaces – <?php` – Delete that trailing space!Your htaccess rewrite rules look like it will interfere with querystring variables.
eg. example.com/my-page/?variable=my-test -
AuthorSearch Results