Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Create an Account'

Viewing 25 results - 1,026 through 1,050 (of 1,118 total)
  • Author
    Search Results
  • #43252
    Burt Adsit
    Participant

    Ben, I took a look at something similar before. There were multiple requests for limiting the number of blogs a user could create. I came up with the only solution I could find at the time: https://buddypress.org/forums/topic.php?id=1328

    bp relies on wpmu’s settings for blog creation. wpmu controls this in the site admin back end. Site Admin > Options > Allow New Registrations. Whatever solution to your request is has to take into that setting in wpmu. It’s basicly an on/off kinda thing. You either can or can’t. It’s not based on user role.

    Disabling the registration/signup ‘gimme a blog’ option and you have people still able to create blogs after logging in. Let’s say we set that to ‘Only logged in users can create new blogs.’. It’s a start.

    So, now only logged in users can create blogs. The create a blog on registration is gone. Next issue is the need to let certain roles see and use the ‘create a blog’ option.

    This exists in the member theme Blogs > Create a Blog and in the admin bar under My Blogs > Create a Blog and My Account > Blogs > Create a Blog.

    (Saving this while I dig thru some code…)

    enlightenmental1
    Participant

    ok… so i have this working on my buddypress install (users only… no blogs)

    it creates a new user and pulls as much information as it can

    username => firstname

    email => email

    from there, I direct them to a custom “welcome” page where I explain they must update their profile information (some providers give ugly information)

    example:

    gmail does:

    email => email

    username => firstname

    yahoo does:

    email => email

    username => RPX234562983746592745834578

    even if the yahoo/gmail account has a first and last name with it, it never pulls it over when the BP account is created

    I wish they could still “choose” the username that gets displayed so their profile doesnt become /members/RPX243523452345245645

    we’re still working on this on our end…. hopefully we will get it to work successfully/cleanly… but for the most part, it does work

    #42829

    In reply to: Trying to Clone Groups

    Burt Adsit
    Participant

    If you need a practice area and a live area then just create some ‘practice’ groups. You can also create two installs one for development and training and one to go live with. I’ve done that sort of thing with a new accounting system/point of sale system for a company.

    I don’t think it’s a good idea to ‘clone’ the groups component. At the lowest level they both write to the same set of tables. You wouldn’t really be doing much except changing what the ‘practice’ area says on the screen to the users.

    #42607
    Alex
    Participant

    Although the discussion here is about getting it to work, I was wondering if a new feature could be added (possibly a way of getting the welcome message to work easily); could new users be sent to a specific URL on account creation/confirmation.

    It would be very easy to create a set of welcome pages (example.com/welcome/getting-started) which could have custom page templates and content easily editable.

    In summary – could I define a URL for the user to be sent to on account creation? :)

    #42508

    In reply to: Security

    Burt Adsit
    Participant

    You disabled registration in the wpmu admin area: Site Admin > Options > Allow New Registrations with that option set to what?

    1) Disabled

    2) Enabled. Blogs and user accounts can be created.

    3) Only user account can be created.

    4) Only logged in users can create new blogs.

    Now you have 4 new users on your site? If you choose option 2 or option 3 then people will still be able to register for accounts on your site.

    Are you sure they are users or just people creating comments on your blog posts?

    #42036
    mypop
    Participant

    Update #1

    I’ve just done a complete install, exactly as I’ve done before, this time up on a hostgator account (not even reseller, just a cheap hosting deal.)

    All works just as it should, so the good news, I was doing nothing wrong – took just over 40 minutes from start to all up and running. http://gordonbunker.ws

    Forum posting works both ways. – Only challenge – it’s slooooowww! so I guess it won’t scale. Good place to test out tho.

    Will keep you posted on the split installation.

    Aron Jay
    Participant

    my pleasure..

    anyway a plugin solution is much better instead of hacking the BP core :(

    EDIT: looking forward for a solution..

    enlightenmental1
    Participant

    awesome thanks!

    bp-core-signup.php did it!

    Aron Jay
    Participant

    customize bp-core-signup.php @ \\wp-content\\\mu-plugins\\\bp-core

    -line 274

    Paul Wong-Gibbs
    Keymaster

    I’m sure it is in the same core WPMU file. I did have a plugin written to let you change these but that was for a few versions back and I haven’t updated yet.

    #41851
    2319040
    Inactive

    I am using aMember with buddypress and muWordpress. They sell the muWordpress plugin that is needed to work with aMember. It works the way it was made, which is for subdirectories. It does not work with subdomains. So, I set it to only create a user account and then go in manually to create the blog. Not the best ideal, but it works.

    #41749
    allen4onlysc
    Member

    You know the same thing is happening to me. I am trying to customize a theme. I know that the problem above has something to do with the problem I am having. What is happening is when an account is created you can log in, and see your blog. You can also get into the blog admin, but when you try to go to: My Account -> Profile — It says:

    “You do not have any BuddyPress themes installed.

    Please download the Default BuddyPress Theme and install it in /wp-content/bp-themes/”

    In the BuddyPress settings the “Select theme to use for member pages:” is empty. I’ve been trying to figure out what is going on but I’m lost.

    Now one thing I didn’t know if it was an issue or not was the path for the bp-themes folder is located in: /wp-content/mu-plugins/bp-themes/

    The buddypress-member folder is in there. Could that be an issue? I personally did not install WP MU and Buddypress, so I wouldn’t know if it was some type of problem with installing everything.

    #41521
    Lance Willett
    Participant

    Looks like it’s working just fine for me (I created a quick test account).

    takuya
    Participant

    rpx plugin isn’t a widget. It’s embeded onto wp-login.php

    Just tell your users to visit wp-login.php and login from there. If user has not created an account before on your site, then a new user is created.

    takuya
    Participant

    this plugin just works fine on wpmu and buddypress. I’ve just tested with my yahoo account via openid. and it creates user account without any errors.

    #41077
    belogical
    Participant

    Nicola, that’s above my pay grade!

    #41076
    nicolagreco
    Participant

    create a new widget that does the same :)

    #41075
    belogical
    Participant

    never mind, that was easier than I thought. had to do a hack in bp-core-widgets.php

    add this under the function: (function bp_core_widget_welcome)

    global $current_user;
    $username = $current_user->user_login;

    add this under the Create Account button: (line #49)

    <?php if ( is_user_logged_in() ) { ?>
    <div class="create-account"><div class="visit generic-button"><a hre f='/members/<?php echo $username; ?>/groups/create' title="<?php _e('Create a New Group', 'buddypress') ?>"><?php _e('Create a New Group', 'buddypress') ?></a></div></div>
    <?php } ?>

    how can i avoid a core hack on this one?

    EDIT: Had to put a space in the href in order to get the code to display somewhat normal in the forum. Make sure to remove that if you use this.

    #41028
    Ezd
    Participant

    Hi Burtadsit,

    Your right, on the RC-1 I can upload an avatar during signup, I can also change it afterwards with a new image in my profile… Funny I didnt see that!

    I guess it confused me a little that I was unable to change my avatar on the new buddypress.org layout without going to gravatar.com. (Not like RC-1)

    It says:

    Your avatar will be used on your profile and throughout the site.

    Avatars on BuddyPress are controlled by the globally recognized avatar system (Gravatar). To change or create a new avatar for your account, please login or signup at: http://gravatar.com.

    If you are signing up for a new Gravatar account, make sure you use the same email address that is registered with your WordPress.org account.

    So I would have to goto gravatar.com and upload a new avatar instead of just uploading it on the buddypress site. I guess the avatars on the new layout is all controlled by gravatar.com. :)

    #40928

    In reply to: Avatar issues

    bbrian017
    Participant

    haha! as funny and weird as that sounds the answer is yes.

    but on another note…

    is it possible the user tried to upload a replacement image and that is where the issue took place?

    a test account “release” and “bbrian017” have added images with no issues!

    I have replaced the images myself accordingly to that users profile.

    I recall having an issue with adding a different image on a group i created before as well. The group had an image but when I tried to upload a new image for the group the image was not found. I had to do it like 5 times and it finally took. Yes I checked cookies and cache still no luck.

    I think the issue might be with overwriting the current image?

    #40599
    kennibc
    Participant

    Burtadsit,

    I do have all the users listed in bbPress. In fact from the admin panel in bbPRess, if I delete a user, they disappear from WPMU. I kinda thought that if I was to delete the troubled user in bbPress that maybe the account would be recreated and all would be well. It actualy deleted them from WPMU – Thank God for SnapShots on the VM. When I say one troubled user, I mean the one who reported the issue. I tried other accounts and had the same issues with writing forum posts.

    Should I just delete the bbPress install and try it again? Then I could just have the groups recreate the forums? We are just getting started, so it should not be an issue.

    POssibly the reason for the users not being able to login to bbPress is because the passwords for the accounts are actually stored in LDAP where the authentication occurs on the WPMU side? There is a password in the WPMU database, but I think it may just be a generic type that is not used and generated by the plugin. Could this be the issue and if so, how might I work through it?

    Joss Winn
    Participant

    Yes. You login with your FB/Google/OpenID,Yahoo/AOL/MySpace account details.

    You get a BuddyPress user account on the main/first blog of the site and can create a new blog which you are admin of. To log into that blog, you log into the main site and then navigate via the admin bar to your own blog dashboard.

    To make it 100% compatible, it needs better integration with the BP Home template and ideally, being MU site-wide rather than installed in /plugins/ so that users can log directly into their own blogs rather than into the main blog and then navigate to their own blog dashboard.

    For a drop in solution, I’m very impressed with it. And you get stats through using the RPX API key.

    #40259

    In reply to: limit 1 blog per user

    produlz
    Participant

    I found a solution, but I’m not a PHP programmer, It’s a hack of the code of this topic https://mu.wordpress.org/forums/topic.php?id=5930

    Let’s go only if you are using the lasted trunk:

    Open the mu-plugins/bp-blogs/bp-blogs-templatetags.php – Find this code starting at line 682 end at 696

    <?php printf(__("By filling out the form below, you can <strong>add a blog to your account</strong>. There is no limit to the number of blogs you can have, so create to your heart's content, but blog responsibly.", 'buddypress'), $current_user->display_name) ?>

    <?php _e("If you’re not going to use a great blog domain, leave it for a new user. Now have at it!", 'buddypress') ?>

    <form id="setupform" method="post" action="<?php echo $bp->loggedin_user->domain . $bp->blogs->slug . '/create-a-blog' ?>">

    <input type="hidden" name="stage" value="gimmeanotherblog" />
    <?php do_action( "signup_hidden_fields" ); ?>
    <?php bp_blogs_signup_blog($blogname, $blog_title, $errors); ?>

    <input id="submit" type="submit" name="submit" class="submit" value="<?php _e('Create Blog &raquo;', 'buddypress') ?>" />

    <?php wp_nonce_field( 'bp_blog_signup_form' ) ?>
    </form>

    Replace using this newbie code:

    // One Blog Only HACK START
    <?php $blogscheck = get_blogs_of_user($current_user->ID);
    $blogarrayvalue = (get_object_vars($blogscheck[1]));
    $blogsiteURL = "http://locutorpro.com.br";
    if ($blogarrayvalue[siteurl] == $blogsiteURL)
    {
    echo "";
    printf(__("By filling out the form below, you can <strong>add a blog to your account</strong>.", 'buddypress'), $current_user->display_name);
    echo "
    ";
    printf(__("If you’re not going to use a great blog domain, leave it for a new user. Now have at it!", 'buddypress'));
    echo "
    ";
    echo "<form id='setupform' method='post' action='";
    echo $bp->loggedin_user->domain . $bp->blogs->slug ;
    echo "/create-a-blog'>";
    echo "<input type='hidden' name='stage' value='gimmeanotherblog' />";
    echo do_action( "signup_hidden_fields" );
    echo bp_blogs_signup_blog($blogname, $blog_title, $errors);
    echo "<input id='submit' type='submit' name='submit' class='submit' value='";
    printf(__("Create Blog &raquo;"));
    echo "' />
    "; echo wp_nonce_field( 'bp_blog_signup_form' );
    echo "</form>";
    }
    else
    {
    printf(__("Sorry, you can have 1 blog only.", 'buddypress'));
    }
    ?>
    // One Blog Only HACK END

    I hope it help!

    Thank you for all dev team!

    jayemes
    Participant

    Thanks for the feedback guys. What I’ve resolved to do was code a new WP blog template to be used exclusively for the blogs on the site while using the default BP for the member pages, similar to the setup of http://testbp.org/

    I originally wanted to use BP’s beautifully-created default theme for both the member pages and the blogs, but apparently this cannot be done (which I find shocking)…unless you want to hard-code the BP template. I would do this but it’s simply out of my league and I wasn’t able to find the help on the forum on how to do this.

    I signed up for a test account with http://testbp.org and found they aren’t even using the default BP theme for blogs but a generic WP blog theme. I’m surprised because part of the appeal of using BP is that all the components are nicely integrated both in design and functionality. Using the default WP theme for the blog breaks the design aspect and makes the functionality that much more difficult to do for frontend guys like myself.

    I’m going to stick with WPMU/BP for now and hope a plugin is made that remembers widget positions for all blogs created, thus allowing me to stick with the default BP theme for blogs, or a non-widgetized version of the default BP theme. I would pay for that to be done and I might have to look into that rather than create a whole new theme for my blogs that doesn’t even keep the look and feel of BP.

    #39976
    Burt Adsit
    Participant

    Just discovered this one: after integrating bbPress, my tech guy and I first found that all of the existing blog entires an account had created no longer showed up on the profile activity streams or the site wide activity streams. The entries though were still there.

    I don’t understand that part above.

    New blog creation doesn’t show in activity stream.

Viewing 25 results - 1,026 through 1,050 (of 1,118 total)
Skip to toolbar