Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 7,101 through 7,125 (of 7,641 total)
  • Author
    Search Results
  • #53999
    Trevor Green
    Participant

    Thats great. thanks, I’ll take another look.

    Right now, I’m trying to figure out how to getting google analytics goals setup for registrations.

    Is there a plugin that would help with that? Or do I have to delve deep into the registration code to figure out where to output the javascript?

    During Registration it seems to have /Registration/ the whole time. I would love to just put in a plugin that would allow me to set the event names for different BP and WPMU functions and have it outputted and reported. I don’t have the time to build that right now.

    Any ideas?

    #53794
    madloki
    Participant

    @socialpreneur: but here are some good cracks ;-)

    @djpaul: has anyone else this problem with the password? Don´t know, if this is an bug from wpmu :(

    #53777
    Paul Wong-Gibbs
    Keymaster

    The group invite code in Welcome Pack 1.4 now just calls the BuddyPress functions. BP Bug?

    #53775
    takuya
    Participant

    If you think it’s wpmu problem, then this isn’t the place to ask questions… :)

    #53735
    baronvonlego
    Participant

    Is there a tutorial online that can assist me with this? Or alternatively, is there a workaround for the issues I was facing with the user registration glitch I was having using the 1.0.1 Default theme with Buddypress 1.1? Everything was running very smoothly with 1.0.1 with the exception of the user registration.

    #53699
    bcbccouk
    Participant

    Thanks testalib — I was looking through the code myself to try to find what was wrong!

    Users don’t seem to get automatically added to groups during registration/activations on my setup for some reason. Is there something wrong with the hooks? The functionality does when when users edit there profiles.

    #53389
    Paul Wong-Gibbs
    Keymaster

    This is a WPMU question and you are best off looking on their forums. I think this is a setting in the Site admin panel, though.

    #53380
    Ed N.
    Participant

    NEVERMIND!

    I did not have MU settings configured to allow registrations. Made the change and the registration page works.

    (Side note: May want to add a if_can_register type of function if someone does not want to allow registrations)

    #53354
    colinloretz
    Participant

    Fixed this issue. Use the Functions.php file inside of /bp-themes/deprecated/bphome in the 1.1rc branch.

    Because I intend to move to 1.1 with a parent-child theme, I’ve been liberal in changing the bp core files to make it work with my deprecated theme as a temporary fix but there are two issues with 1.1 and old themes that I ran into.

    Registration:

    There is a function called ‘get_edit_html’ that is deprecated from the BP_XProfile_Field class. (it still exists in a deprecated class extension but it’s having a hard time finding it). I simply moved it back into the BP_XProfile_Field Class and everything works again.

    Activation:

    Even with the functions.php file correct, it fails to find the activation page because it tries to use the new activation screen from 1.1. You need to add the following to LINE 9 of bp-core/bp-core-activation.php. This will check if you’re using a legacy theme and then default to looking for the activate.php in your bphome theme.

    if ( file_exists( WP_CONTENT_DIR . '/bp-themes' ) )
    return false;

    My next steps:

    These issues and changes to the core only apply to deprecated themes. I will do a fresh BP install of 1.1 when we are ready for the parent-child theme.

    Site launch in t-minus….4 days!

    #53116

    In reply to: BuddyPress Spam

    wordpressfan
    Participant

    I read your example. I need something with a wider net. First off, the robot registration never leave an e-mail address. Unlike WP comment spam, WPMU registration robots appear able to bypass required fields, including e-mail address.

    I receive e-mails announcing new registrations that contain only IP addresses. Meaning I would need to include hundreds of IP addresses in your code.

    The real solution is somehow create a bullet-proof required registration field or move the registration page behind a firewall. I’ve seen single-user WordPress installations that move the wp-admin or wp-signup pages to avoid robot attacks using the default name and location of these pages.

    #53109

    In reply to: BuddyPress Spam

    wordpressfan
    Participant

    Askimet does great catching spammers comments on regular WordPress installations, but WordPress MU is commonly the target of spam registrations, which is my problem. I tried reCaptcha and the same day had to delete spammers.

    I’m hoping a future version of BuddyPress or WPMU will include finer security, allowing admins to block access to only humanly-registered users, rather than either shut off all registrations. Another possibility would be to follow the example of WordPress and allow admins to relocate or rename the registration component.

    #53089
    Michael J Challis
    Participant

    Thanks for the suggestion I changed it.

    beta Version: 1.9.4

    PS. I am having a CSS problem with the layout of the registration page. The wigets are trying to display in the middle of the page instead of the right hand side.It is not related to the captcha, because it still happens with SI captcha uninstalled.

    Is this a reported bug or should I report it?

    #53086
    Andy Peatling
    Keymaster

    Looks good, but I’d recommended changing the hook

    bp_before_account_details_fields

    to

    bp_before_registration_submit_buttons

    for better positioning on the registration page.

    #53078
    Michael J Challis
    Participant

    I think I figured it out.

    Anybody with BudyPress 1.1 want to test the registration CAPTCHA for me?

    beta Version: 1.9.3

    Same download URL:

    http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip

    #53063
    Andy Peatling
    Keymaster

    Mike: You may want to look at updating this for BuddyPress 1.1 since the registration page has been re-written to make it easier to edit.

    #53045

    In reply to: BuddyPress Spam

    wordpressfan
    Participant

    @r-a-y: I added the .htaccess commands to avoid robot registrations. We’ll see how that works.

    #52982
    Mohit Kumar
    Participant

    If you use custom profile fields in your registration spammers wont effect you.I dont know why but i havent had a spam sign up since i tried this

    #52903
    thatmtnman
    Participant

    having a similar problem, but this time its buddy press not creating the subdomain for the user name-anyone know how to solve this?

    cheers!

    #52842
    bpisimone
    Participant

    I agree that the setup is not ideal – users should be able to post new topics anytime and then chose where to post in. Like this it is far too complicated – I plan to run a help forum – so registration and posting of topics should be as easy as it gets.

    But since BuddyPress uses the full bbpress files, it should be possible to do exactly that, using some of the basic kakumei files?

    #52569
    Anointed
    Participant

    I believe that the first huge step towards each buddypress install having it’s ‘own’ members is now complete. In order to accomplish this, we needed to start out where each blog can have it’s own members.

    I just uploaded a new plugin to wpmudev.org that may be useful to you. I know many have complained about this.

    It allows people to register for an individual blog using the normal registration process. In WPMU all registrations are forwarded to wp-signup.php, so it is impossible for a visitor to register for only a sub-blog. This plugin overrides WPMU and restores the default WordPress registration page for sub-blogs (sub-blog.domain.com/wp-login.php?action=register).

    Features:

    * Compatible with plugins like Register Plus to control registrations.

    * You can edit the default user role sitewide (subscriber, author, etc.).

    * You can also control whether users can adjust their own blog registration settings.

    * If users can control their own registration settings, a menu with that option appears under Users->User Registrations.

    * Does not affect main blog. Registrations there are maintained at wp-signup.php.

    Check it out: http://wpmudev.org/project/wpmu-blog-registrations

    I would be curious to hear from the bp devs if this is the right plan of attack for laying the groundwork for individual blogs to have their own buddypress.

    My idea being that once we have ‘separated’ the wpmu members so each member actually registers and belongs to an individual blog, we can then start filtering the bp widgets to only show activity/members/groups/etc.. that belong to the blog which is displayed.

    #52475

    With BuddyPress1.1, you can also recreate a custom registration page to include only the fields you specifically want them to have on sign-up, put it in your child theme, and let it do the dirty work.

    #52444
    Sven Lehnert
    Participant

    I found the problem, but I do not understand it.

    Could somebody please give me some information about way it is working now?

    If I go to wp-content/plugins/buddypress/bp-core/bp-core-settings.php

    on line 27 an comment out require_once( WPINC . ‘/registration.php’ );

    All is running without error.

    I can change my password.

    Jeff Sayre
    Participant

    I’m glad it helped!

    #52325
    wordpressfan
    Participant

    Thanks. Would function bp_show_register_page() allow my wpmu site to display the bp registration page? Until 1.1 is released, I’m using 1.03’s hometheme/member theme construct.

    #52322

    In reply to: Fighting Splogs

    Michael Berra
    Participant

    Thanks – but sadly nothing seems to work:

    I have now:

    – rename or even delete the wp-signup.php…

    – Using a captcha on my registration page (register.php)

    – I installed the hashcash plugin with signup-protection activated

    – deleted the register-page in BBpress

    – added the .htaccess lines

    – (and by the way added a couple domains to block in WPMU backend – but still the same domains get through

    Is there really no way out?

Viewing 25 results - 7,101 through 7,125 (of 7,641 total)
Skip to toolbar