Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Create an Account'

Viewing 25 results - 851 through 875 (of 1,116 total)
  • Author
    Search Results
  • #71703

    In reply to: New Accounts

    Jeff Sayre
    Participant

    If you are truly using the default BuddyPress theme, and are logged out, then you should see a login box / create a new account area near the upper right-hand corner of the homepage.

    Look at http://testbp.org/ for an example

    #71538
    jivany
    Participant

    Creating your own copy of the register.php file in your child theme is fine.

    If you don’t want to touch the file, you could hook into either bp_before_account_details_field or bp_signup_username_errors to display a similar notice. Just create a new function in your theme’s functions.php that spits out your message and use the add_action function to hook into your chosen location.

    #71375
    symm2112
    Participant

    M,

    if using the code above to default to hidden, is there any way to hide from the MEMBER list? I have around 1000 members from our old site so don’t really want to start fresh but we do want to have them “opt-in” to be listed. I heard that you could “trick” it by using user status of 99 In the db. I was going to set all users to 99 and then set them back manually but if your plugin could do that, that would be perfect. This would allow me to keep all users hidden until they “reactivated” their accounts or created a new one. I think this would be good for the teachers situation as well.

    Thanks for the plugin regardless. This will work ok but if I can handle setting the status or hiding them, it would be perfect.

    #71090
    jillsays
    Member

    Ray, I understand that. But when we are all trying it, the email is not even getting sent and there’s no account to activate, because it’s not getting created. When you hit “complete sign up” the same registration page just refreshes itself.

    Again, I know it’s not just my computer because I’ve had friends try it as well – with the same problem.

    #70832

    In reply to: Fixing Alignment

    gbryson
    Member

    The above code hasn’t changed anything.

    This issue appears in the pages listed above, as the sidebar has been moved to below the content. I’ve created an account where you can go in and see the issue for yourselves, as I don’t think you’d be able to see it otherwise.

    user: test

    password: test

    Thanks for the help so far, even if it hasn’t worked out I still appreciate it :) If you could go in and have a nosey that would be great :)

    #70807

    In reply to: Reply via email

    jivany
    Participant

    I think this might be one of those pie in the sky things for the average BP user. The hardware/hosting requirements alone would put this into the realm of big dollar, highly active web communities.

    That said, it might be possible to use Gmail to achieve a version of this. Gmail allows you to do user+tag@doman.tld. If you had your own Google Apps for your Domain accounts setup, you might be able to do something where you create a new Gmail address for each BP user and then user a unique tag for each status update. Something like username+asdf1256@domain.tld. Obviously, this email address would have to be “hidden” from the user and not something they are allowed to use for regular email.

    Unfortunately, I don’t think Google Apps has an unlimited user option.

    Hmm, now that I think about it a little more, you might be able to use one Gmail account and just use the tags to achieve the same thing. I guess it all depends on how large those tags can be in the email address.

    #70482

    In reply to: Group Blog Error

    Mariusooms
    Participant

    @Mark Schafer Are you using subdomains as well?

    The work around for now is as follows, please test this and let me know if that works for you as well. Create the group as usual, but do not create a groupblog. Then visit the group admin and click “Group Blog”. Enable the groupblog and let it create a new blog. Don’t worry about the address we mention (we just show that as information anyway), we just never took subdomains into account, sorry about that. Check your wp-admin and notice the blog is now created successfully as a subdomain blog and the group will work accordingly.

    This worked for me, if that works for you I’m pretty sure where it is going wrong and we will fix this in the next release.

    Permalinks are also still an issue…if people can share code fixes releases will come quicker, just tight up a bit at the moment. However bugs have major priority and we will try to get it resolved asap.

    #70480
    Mariusooms
    Participant

    Sorry for the trouble anointed. I’m pretty sure this only applies to subdomain installs on the group step create blog function.

    The work around for now is as follows, please test this and let me know if that works for you as well. Create the group as usual, but do not create a groupblog. Then visit the group admin and click “Group Blog”. Enable the groupblog and let it create a new blog. Don’t worry about the address we mention (we just show that as information anyway), we just never took subdomains into account, sorry about that. Check your wp-admin and notice the blog is now created successfully as a subdomain blog and the group will work accordingly.

    This worked for me, if that works for you I’m pretty sure where it is going wrong and we will fix this in the next release.

    Permalinks are also still an issue…if people can share code fixes releases will come quicker, just tight up a bit at the moment. However bugs have major priority and we will try to get it resolved asap.

    #70383
    Hugo Ashmore
    Participant

    As a possible feature to add: is it possible to allow individual users to create/import albums from their flickr account, I ask as there was a bpdev flickr plugin that allowed users to very simply import an album from their flickr account, which I guess suits many as it’s quick and easy and they may not have their photos readily available, sadly that plugin and site appears to be completely moribund and another community ‘feature’ that will need to be removed upsetting those members who have used the feature.

    #70351
    djsteve
    Participant

    I have similar issues, and I have been pondering possible reasons this occurs.

    I take the time to copy domain names that spammers com from, and add them to the mu-options as domains that are not allowed to create an account. I find that even after doing this, sometimes I get several more members with those email addys.. sometimes not.. the past week has seen a lot.

    There was a time a few months ago when it was a known bug for this, but I am guessing it’s been fixed in mu by now – (I’m using 2.92 I think).

    This is what I am thinking MAY be happening, and I’d love a way to update MU to close this loophole, if indeed it exists.

    I am thinking that the spammers actually created a dozen or more accounts, and only activated one at a time. I am thinking that perhaps by the time I add the bad domain to the list of no-signups-allowed, they have already created several others – and simply activate them later.

    If this is true, I would love for MU / Buddypress to do a check, when a member actually does this activation, and tell them sorry – the email domain is now on the bad list, and they can not activate.

    Not sure if this is true, just a thought.

    #70342
    francescolaffi
    Participant

    I also noticed this bug today and probably found a solution, please test if this works for you too:

    ( this is specific for wpmu, if you have the problem with single wp it’s not the same bug )

    1) open bp-core.php and search for the function bp_core_delete_account (~ line 1700)

    2) in this func change the line if ( bp_core_is_multisite() && function_exists('wpmu_delete_user') ) { to if ( bp_core_is_multisite() ) {

    3) done

    this is probably an inattention because the function wpmu_delete_user is defined in the file /wp-admin/includes/mu.php that is required in that if after checking if the function exists.

    Btw have you already opened a ticked on the trac about this? If yes please link it, otherwise I’ll create one. Please tell me if this works for you too so I’ll submit a diff.

    #70032
    darrenrinaldi
    Participant

    I am running version 1.2.2.1, which is the latest per this site. I deactivated all Buddypress plug-ins, then deactivated BuddyPress and the activation email gets sent. As soon as I activate BuddyPress again and attempt to create a new account, no e-mail is sent. Any help is greatly appreciated.

    #69733
    modemlooper
    Moderator

    somebody asked how to add the login form to the front page.

    In widget.php

    find:

    <div id="third-section" class="widgetHome">

    add this right after:

    <?php if ( is_user_logged_in() ) : ?>

    <?php do_action( 'bp_before_sidebar_me' ) ?>

    <div id="sidebar-me">
    <a href="<?php echo bp_loggedin_user_domain() ?>">
    <?php bp_loggedin_user_avatar( 'type=thumb&width=40&height=40' ) ?>
    </a>

    <h4><?php bp_loggedinuser_link() ?></h4>
    <a class="button logout" href="<?php echo wp_logout_url( bp_get_root_domain() ) ?>"><?php _e( 'Log Out', 'buddypress' ) ?></a>

    <?php do_action( 'bp_sidebar_me' ) ?>
    </div>

    <?php do_action( 'bp_after_sidebar_me' ) ?>

    <?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>
    <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
    <?php endif; ?>

    <?php else : ?>

    <?php do_action( 'bp_before_sidebar_login_form' ) ?>

    <p id="login-text">
    <?php _e( 'To start connecting please log in first.', 'buddypress' ) ?>
    <?php if ( bp_get_signup_allowed() ) : ?>
    <?php printf( __( ' You can also <a href="%s" title="Create an account">create an account</a>.', 'buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>
    <?php endif; ?>
    </p>

    <?php if(function_exists('twit_connect')){twit_connect();} ?>

    <form name="login-form" id="sidebar-login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php', 'login' ) ?>" method="post">
    <label><?php _e( 'Username', 'buddypress' ) ?><br />
    <input type="text" name="log" id="sidebar-user-login" class="input" value="<?php echo attribute_escape(stripslashes($user_login)); ?>" /></label>

    <label><?php _e( 'Password', 'buddypress' ) ?><br />
    <input type="password" name="pwd" id="sidebar-user-pass" class="input" value="" /></label>

    <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="sidebar-rememberme" value="forever" /> <?php _e( 'Remember Me', 'buddypress' ) ?></label></p>

    <?php do_action( 'bp_sidebar_login_form' ) ?>
    <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
    <input type="hidden" name="testcookie" value="1" />
    </form>

    <?php do_action( 'bp_after_sidebar_login_form' ) ?>

    <?php endif; ?>

    John Stringfellow
    Participant

    For anyone that runs across the problem. I never got any response from anyone here so I found an Ajax login plugin that is working beautifully as a workaround. I’m also not having any issues with spambot fake registrations this way either.

    #69143
    Mike Pratt
    Participant

    @r-a-y I am embarrassed to be asking such a simple question:

    re registered-users line ~48 -> bp_core_redirect(bp_get_signup_page());

    What would be the correct way to do the following:

    redirect not_logged_in users to a welcome page.. say domain.com/welcome.php which has a login widget for registered users as well as a Create Account button/link taking you to domain.com/register.php ?

    I tried:

    `$page = $bp->root_domain . ‘/welcome.php’;

    bp_core_redirect($page);`

    but, of course, that led me to redirect Hell.

    Thanks for clarifying.

    JK
    Participant

    Looks good – although you should delete all existing FB_xxxx accounts so we can see if they get created using Andy’s filter (or the user profile links still won’t work)

    peterverkooijen
    Participant

    This looks really slick!

    How does this work? Will users logging in with their Facebook login be added to the members database? Will Facebook logins be “mapped on” existing users or will it create double member registrations?

    I’ll try on a test installation, but not sure how to test everything without creating test Facebook accounts etc…

    EDIT:

    Oops, should have read the plugin page:

    # No user interaction is required – the login process is transparent to new and returning users alike.

    # Existing WP users who connect with FB retain the same local user accounts as before.

    # New visitors will be given new WP user accounts, which can be retained even if you remove the plugin.

    This sounds too good to be true! :-)

    #68898
    andrewnonumbers
    Participant

    Sorry for bumping this old thread earlier. The solution was dead simple. https://buddypress.org/forums/topic/no-register-page?replies=7

    #68887
    andrewnonumbers
    Participant

    I have this same problem. Has anyone come up with a solution these 3 months?

    #68768
    Kelly L Lockwood
    Participant

    Okay, I am still having this same problem, but now on a new website same server DELL PowerEdge 2950, same envrionment (Windows 2008 Server SP2, IIS 7, PHP v5.3.1, My SQL v5.1.41) I am using BP 1.2.2 svn 2853. I click on the “create group” link, i get a 404 error for 3 to 4 seconds and then it redirects to the proper url without a problem. I’ve created a test user account, it’s testuser with the password test2000 if anyone needs to verify the issue. Here is a copy of my web.config, I just gave the “groups” directory under my theme folder “full control”, so I am not sure what else it could be but something I am missing in my web.config? or any other thoughts?

    <?xml version=”1.0″ encoding=”UTF-8″?>

    <configuration>

    <system.webServer>

    <rewrite>

    <rules><rule name=”Imported Rule 1″ stopProcessing=”true”><match url=”^(.*/)?files/$” ignoreCase=”false” /><action type=”Rewrite” url=”index.php” /></rule><rule name=”Imported Rule 2″ stopProcessing=”true”><match url=”^(.*/)?files/(.*)” ignoreCase=”false” /><conditions logicalGrouping=”MatchAll”><add input=”{URL}” pattern=”.*wp-content/plugins.*” ignoreCase=”false” negate=”true” /></conditions><action type=”Rewrite” url=”wp-content/blogs.php?file={R:2}” appendQueryString=”false” /></rule><rule name=”Imported Rule 3″ stopProcessing=”true”><match url=”^(.+)$” ignoreCase=”false” /><conditions logicalGrouping=”MatchAll”><add input=”{URL}” pattern=”^.*/wp-admin$” ignoreCase=”false” /></conditions><action type=”Redirect” url=”{R:1}/” redirectType=”Permanent” /></rule><rule name=”Imported Rule 4″ stopProcessing=”true”><match url=”.” ignoreCase=”false” /><conditions logicalGrouping=”MatchAny”><add input=”{REQUEST_FILENAME}” matchType=”IsFile” ignoreCase=”false” /><add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” ignoreCase=”false” /></conditions><action type=”None” /></rule><rule name=”Imported Rule 5″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(wp-.*)” ignoreCase=”false” /><action type=”Rewrite” url=”{R:2}” /></rule><rule name=”Imported Rule 6″ stopProcessing=”true”><match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” ignoreCase=”false” /><action type=”Rewrite” url=”{R:2}” /></rule><rule name=”Imported Rule 7″ stopProcessing=”true”><match url=”.” ignoreCase=”false” /><action type=”Rewrite” url=”index.php” /></rule><rule name=”wordpress – strip index.php” stopProcessing=”false”>

    <match url=”^index.php/(.*)$” />

    <action type=”Rewrite” url=”{R:1}” />

    </rule>

    <rule name=”wordpress – 1″ stopProcessing=”true”>

    <match url=”^(.*/)?files/$” />

    <action type=”Rewrite” url=”index.php” />

    </rule>

    <rule name=”wordpress – 2″ stopProcessing=”true”>

    <match url=”^(.*/)?files/(.*)” />

    <conditions>

    <add input=”{REQUEST_URI}” negate=”true” pattern=”.*wp-content/plugins.*” />

    </conditions>

    <action type=”Rewrite” url=”wp-content/blogs.php?file={R:2}” appendQueryString=”false” />

    </rule>

    <rule name=”wordpress – 3″ stopProcessing=”true”>

    <match url=”^(.+)$” />

    <conditions>

    <add input=”{REQUEST_URI}” pattern=”^.*/wp-admin$” />

    </conditions>

    <action type=”Redirect” url=”{R:1}/” redirectType=”Permanent” />

    </rule>

    <rule name=”wordpress – 4″ stopProcessing=”true”>

    <match url=”.” />

    <conditions logicalGrouping=”MatchAny”>

    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” pattern=”” />

    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” pattern=”” />

    </conditions>

    <action type=”None” />

    </rule>

    <rule name=”wordpress – 5″ stopProcessing=”true”>

    <match url=”^([_0-9a-zA-Z-]+/)?(wp-.*)” />

    <action type=”Rewrite” url=”{R:2}” />

    </rule>

    <rule name=”wordpress – 6″ stopProcessing=”true”>

    <match url=”^([_0-9a-zA-Z-]+/)?(.*\.php)$” />

    <action type=”Rewrite” url=”{R:2}” />

    </rule>

    <rule name=”wordpress – 7″ stopProcessing=”true”>

    <match url=”.” />

    <action type=”Rewrite” url=”index.php” />

    </rule></rules>

    </rewrite>

    </system.webServer>

    <system.web>

    <authentication mode=”Forms” />

    </system.web>

    </configuration>

    #68370
    3sixty
    Participant

    Gigya Socialize lets people login with their Facebook accounts. It seems to work OK on my site. Creates a user in the database. Is that similar to FB Connect?

    #68098
    Andy Peatling
    Keymaster

    You can use the “Users > Add New” menu to create users that do not need activating. There isn’t a way to activate a user account as an admin right now, unless you edit the users DB table and change the user_status from 2 to 0.

    melvenac
    Member

    The problem is that when you first set up wp and bp you automatically set up an administrators account for wp that is not automatically ported into (used by) bp once you install the bp plugin. This simple solution is to create an account for bp that is not your original wp username and account. Create a test account and you will see everything now works. Unfortunately you cannot use your email address or username from your admin account. If there is a way around this please advise.

    The clue that gave it away was my earlier observation of the double // in the url. A members account name will appear there if all is working properly.

    #67799
    sgwarnog
    Member

    ruthlessbookie, you were right on the money – thank you very much indeed…:-)

    This is an issue with the Buddypress Template Pack – that is, the Template Pack does a great job of fitting Buddypress fairly neatly into an existing theme – and on going back through everything again, the Template Pack run-through does mention the navigation tags – but this perhaps needs to be emphasised a little more, making the point that without the Groups navigation tag you can’t actually get to the Create a Group option?

    Also – the problem with the new accounts not setting up was that I was using a capital letter in the name. In the default Buddypress theme, this brings up an error message that explains that only lowercase can be used. It would probably be helpful to quite a few people if that same error message could be duplicated in the Template Pack – or failing that, it might be a good idea to tell people to emphasise to their visitors that the name needs to be in lowercase (since it’s not a very common request).

    Still, having got through these minor hiccups, we’re up and running – and it really does do a surprisingly good job out of the box – impressive work, everyone involved…:-)

    #67730
    sgwarnog
    Member

    Thanks for your help, r-a-y!

    Unfortunately, it doesn’t seem to be in there either. I have a faint memory of seeing a mention of choosing ‘Create group’ from the BuddyBar menu (but can’t for the life of me remember where I saw it!). Either way, I don’t seem to have a ‘Create a Group’ option anywhere obvious.

    I’ve also noticed that I don’t seem to be able to create a new account – when I fill in the new account page and submit it, I’m just sent back to the same page, with all the details except for the password filled in. And yet one other person appears to have been able to set up a new account.

    Does this sound wrong enough for me to need to try a fresh install, do you think?

Viewing 25 results - 851 through 875 (of 1,116 total)
Skip to toolbar