Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 5,276 through 5,300 (of 7,642 total)
  • Author
    Search Results
  • #114499
    junger
    Participant

    I 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=”” >`

    #114496
    junger
    Participant

    Also, when I’m replacing `value=””` with `value=””` (using the correct field number) I’m blowing up registration.

    Did that happen to you?

    #114495
    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?

    pcwriter
    Participant

    @Shazar

    Joining 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 = hellobirdie

    On 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 = gollysarge

    Hope this helps to get you started! :-)

    alindgren
    Member

    I’d be interested if hearing if someone has figured out a way to use the Register Plus Redux plugin with BuddyPress…

    #114207

    In reply to: registration issue

    Scotty501
    Member

    website link?

    #114206

    In reply to: registration issue

    image
    Participant

    do somebody have idea about how to solve this issue?

    #114191
    candy2012
    Member

    works 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.

    #114149
    mikemcd22
    Member

    I 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/&quot; 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.

    mikemcd22
    Member

    I found this <a href "https://buddypress.org/community/groups/buddypress-pending-activations/&quot; 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.

    @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

    mikemcd22
    Member

    This seems to be a highly requested and necessary feature. Are there any plans for this type of admin control in future releases of BP?

    @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/

    #113936
    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.

    #113925
    macpraveen
    Member

    It is

    remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );

    #113919
    Nahum
    Participant

    cool…thanks for reporting it back. I will try it out.

    #113879
    gregfielding
    Participant

    Ok…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.

    #113877
    Nahum
    Participant

    @gregfielding

    Making 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.

    #113780

    In reply to: Blog posts mixed up

    handsunc
    Member

    THANK 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

    @mikey3d
    Participant

    @stwc

    `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.

    @mikey3d
    Participant

    @r-a-y

    “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.

    #113755
    psivait
    Participant

    Thanks 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..!!

    stwc
    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.

    #113733
    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.

    r-a-y
    Keymaster

    Don’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

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