Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 5,476 through 5,500 (of 7,642 total)
  • Author
    Search Results
  • #106953
    kanowah
    Participant

    and if i add it to another theme i use on blog it redirect to example/register

    #106952
    kanowah
    Participant

    not working now all blog is redirect to example.com/wp-signup

    #106951
    r-a-y
    Keymaster

    In your secondary blog theme’s functions.php, try adding this:

    `remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );`

    #106948
    kanowah
    Participant

    is there any code or i need to modified my theme function…. thank for try to help me

    #106947
    kanowah
    Participant

    example myblog.example.com/wp-login.php?action=register i want it to work not to redrect to example.com/register

    #106946
    kanowah
    Participant

    i don’t wnt to have buddypress registration on the other blog i want to have wordpress registration

    #106944
    r-a-y
    Keymaster

    If your other blog’s theme has its own registration templates, you could try:
    myblog.example.com/register

    By “own registration templates”, I mean you’d have to copy /plugins/buddypress/bp-themes/registration/ to your current blog theme’s folder.

    #106942
    kanowah
    Participant

    my site is http://facemet.tk/

    #106908

    In reply to: wp-signup /register

    kanowah
    Participant

    and one more thing… Is it posible that all blog get there own registration page. for example:- myblog.example.com/wp-login.php?action=register

    #106902
    Brajesh Singh
    Participant

    Easy way, On wpms 3.0.x
    Disable the blog signup from SuperAdmin->Options ->Registration Settings
    and select the second option (User account may be created). If you are on the wpms 3.1, you will have to go to NetworkAdmin->settings->Registration Settings and do the same.

    On your users request, you can still create an account as you are the site admin.

    #106895

    In reply to: wp-signup /register

    kanowah
    Participant

    i want the default wp-registration

    #106891

    In reply to: wp-signup /register

    Virtuali
    Participant

    Do you want just the permalink to be changed, or do you want the default wp registration?

    ewebber
    Participant

    @jakel I did ask the developer about being able to fill in the registration form, but his response was “only autoregistration is supported. It’s on my to-do list for eventual implementation, no time estimate yet though.”

    I’m sure it’s possible, although I know I don’t have the skills to do it.

    @r-a-y in response to your edit, currently when a new user is added with the fb plugin they don’t appear as a new user in the activity stream, would this also be solved by using bp_core_activated_user ?

    Avi M
    Participant

    There are bunch of ways to make this happen but here is what I use.

    https://wordpress.org/extend/plugins/bp-registration-options/

    Oddly enough imo the plugin authors don’t really showcase the privacy feautre which I think is one of the plugins best quallities.

    Here a creen shot of the privacy settings page is it appers on my install.

    http://preview.tinyurl.com/4gybrxp

    very bassic but it really does the trick if you are trying to limit access to member profile pages.

    Hope this helps!

    jakeL
    Member

    I am definitely interested in this too. Taking it a step further, it would be nice to make users complete a full profile for the site after logging in through Facebook. Right now the WP-FB-autoconnect works great, creates the user and logs them in – but then it brings them back to the homepage without filling out the rest of their profile.

    When you create an account in BP without logging in through facebook, the BP registration page asks users to complete all the required and optional fields in the profile – but I haven’t found a way to do this with Facebook, it just gives them a user name and logs them in. So I think what would need to happen is that after the facebook connect, the registration process isn’t complete – it points them back to the BP registration page (or something like it) where they can finish entering other required and optional fields.

    Any ideas on how this might work?

    A workaround might be that on the *first* login only, the user is redirected to the edit profile page, and on subsequent logins they’re redirected to the homepage and logged in normally.

    #106782
    matthewalan
    Member

    Okay, what are some examples of software for that?

    #106770
    Virtuali
    Participant

    You must search for anti-spam plugins that filter out spam activity that the users make.

    If the “spammers” are going past the captcha, that means they are not robots, actually people, just spamming your site.

    So keep the captcha for robots, and you will need to search for anti-spam software to filter out the spam content posted on your site.

    Morgue89
    Member

    Do you put the capatcha only on the registration area or on other parts of your site as well?

    r-a-y
    Keymaster
    ftrenkam
    Member

    Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.

    This entry in httpd.conf helped:
    ~~
    `
    Options FollowSymLinks
    AllowOverride FileInfo Options
    Allow from all
    `
    ~~

    After that all the links on tabs, registration etc. worked fine.

    #106713
    ftrenkam
    Member

    Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.

    This entry in httpd.conf helped:
    ~~
    `
    Options FollowSymLinks
    AllowOverride FileInfo Options
    Allow from all
    `
    ~~

    Change the root dir of bp accordingly. After that all the links on tabs, registration etc. worked fine.

    #106711

    In reply to: 404 Page not found

    ftrenkam
    Member

    Had the same problem on a fresh BP 1.2.8 install on a fresh WP 3.1. Changed theme to bp default, changed permalink settings, made sure .htaccess contained rewrite rules as generated by BP. mod_rewrite was definitely activated. However, the .htaccess in the BP root (a subdirectory under a local domain) was not evaluated at all. Ubuntu 10.04 server edition, everything installed via packet management except for WP/BP which were simply unzipped from the download archives.

    This entry in httpd.conf helped:
    ~~
    `
    Options FollowSymLinks
    AllowOverride FileInfo Options
    Allow from all
    `
    ~~

    Change the root dir of bp accordingly. After that all the links on tabs, registration etc. worked fine.

    #106708
    Jose Conti
    Participant
    #106698
    CIX
    Participant

    OK, so like everyone else through forum after forum I also had the problem of new users not getting a confirmation email. My problem was Bluehost. WordPress apparently sends those emails from an email address called “wordpress@yourdomain.com”. Bluehost has a problem with this as might other hosts. The solution is a plug-in https://wordpress.org/extend/plugins/mail-from/ install it and allow it to make your email “noreply@yourdomain.com”. It worked and was easy.

    #106691
    ronanward
    Member

    Hi

    I’m having the same problem. Did you get it sorted?

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