Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 6,851 through 6,875 (of 7,641 total)
  • Author
    Search Results
  • #61662
    danbpfr
    Participant

    You can search here for answers :

    https://trac.buddypress.org/report

    #61654
    wekko
    Participant

    Well, that makes sense. Still, if it’s a bug and it’s fixed in newer versions…someone should know about it right? :)

    #61623
    Paul Wong-Gibbs
    Keymaster

    To be honest you aren’t going to get much/any support based on bugs in previous versions of BuddyPress as we may have fixed them in the more recent versions.

    dlittle800
    Participant

    Is it possible to have the welcome email include the RIGHT password? (i.e. the password that was entered upon registration)

    Any idea how?

    #61455
    Philipp
    Participant

    Hey Brajesh!

    Wow! Thanks a lot. At the moment I’m using BP 1.1.3 but I go to update after the release. And I think, that there are more people who are interested in this topic… ;) So – maybe both?

    Thanks a lot!

    Philipp

    #61407
    Diesel Laws
    Participant

    @mercime – You my friend are the saviour of the blogosphere! Thank you so much!

    Changed to 2 blogs allowed and it works – however….

    Now it brings up the other issue (not life threatening), when they subscribe for a new blog it removes their role on the main blog. Which now means they can still create another blog – so essentially they can have two blogs if they want – I have searched and it seems like other users have this issue, please post an issue if you find one, but for now this problem is considered fixed! Thanks so much mercime!

    #61394
    @mercime
    Participant

    “limit blogs plugin is set to 1”

    That’s where it goes awry. Remember that your members already have 1 blog – even as a subscriber to the blog where your BuddyPress is installed, that is counted. So increase Limit Blogs to 2 so that in addition to main blog as subscriber or whatever role you made them to be, they can create one new blog for themselves.

    #61366
    Diesel Laws
    Participant

    1. WordPress MU 2.8.6

    2. Directory

    3. Root

    4. Yes, 2.8.4 I believe

    5. Yes

    6. 1.1.3

    7. 1.1.2

    8. Yes, a lot, however they were installed previously

    9. Customised

    10. Slightly in regards to avatars not working

    11. no

    12. bbPress built-in

    13. Few errors but nothing that I believe relates

    14. Hostmonster

    #61358
    Brajesh Singh
    Participant

    hi Philipp

    sorry, Missed it , will be adding the post tomorrow and drop here a link. Thanks for the message and pointing here. Do you want to see that with bp 1.2 or bp 1.1.3

    #61287
    Anonymous User 96400
    Inactive

    @Peterverkooijen

    I s’pose you’re talking about the 20 minutes I said it took me to code the bits with the registration in my earlier comment? Why’s that worrisome? It just shows how fast you can get results with BP. Would you rather work with a piece of software where you’d need three times as long for something as simple as what I did? Then, may I suggest Joomla?

    You keep saying you’re not interested in programming and don’t really know it. That basically means you talk an aweful lot about things you really don’t know that much about…

    #61226
    peterverkooijen
    Participant

    …if a program doesn’t have the logic you require

    That is the key for me. Buddypress misses a lot of things that I think should be part of the core. I’m not asking for features like galleries and event management, but basic standard member registration stuff, getting data to/from xprofile, etc. BP is still very new of course, but this attitude that, “hey, you can program it in 20 minutes” is worrisome. Andy has also made some comments that suggest separation of logic, data and presentation is not exactly a priority for him.

    If you want to learn PHP…

    I really don’t… ;-)

    I don’t have the time. I can’t afford it. I’m on the content/publishing site. I don’t make any money from web development, although I’m kinda forced into a career change recently…

    #61188
    Paul Wong-Gibbs
    Keymaster
    #61130
    Paul Wong-Gibbs
    Keymaster

    The only thing you might want to look into is to show/hide specific xprofile fields for different groups. That’s more advanced and requires some new code to be written by someone ;)

    This is possible without too much effort, I have recently done it for a client. I considered using usermeta to indicate the type but it worked better for my client’s site to have it is an xprofile field. I wrote some code to not display or permit changes to it after registration, too.

    #61124
    peterverkooijen
    Participant

    Will this type of functionality – multiple user types stored as usermeta, two-stage registration process – ever become part of the core? Is it on the roadmap?

    Many site developers are not php programmers; they know html/css with perhaps a bit of jquery and php customizing skills, but not enough to code it in 20 minutes.

    #61120
    Anonymous User 96400
    Inactive

    @psyber

    You can just add to the existing registration process via the available hooks. So basically you add a dropdown field where the user has to select an option. Then you use a bit of jQueryness to display the various profile fields you want that user-type to fill in. I’ve done something similar for group types. Took about 20 minutes to code, so it’s not really hard :)

    #61119
    Psyber
    Participant

    I would like to bring up this topic again, as it is very crucial to the development of my website and I want to see if there have been any updates in the 10 months since this was posted. Right now I have blogs disabled, the main purpose of the site is to have different types of users interact on the site, and be able to search the site based the different details in their profiles..

    Multiple profile types:

    For my website I would like to have 4 profile types, all profiles have the same permissions, they just have different details listed in their public profile. These details can be defined during the registration process.

    2-Stage registraion:

    When the user decides to register, they are prompted with a page where they will select their profile type. Upon selecting their profile type, they will be taken to a second part of the registration process where they will fill in their profile information, each type of profile having a different form to fill in.

    This should go along the lines of what Dev posted, minus the permissions. This is a huge hurdle for me to overcome, and if I can there will be one more addition to the Buddypress Community. :-) Any help or direction is appreciated.

    #61048
    Xevo
    Participant

    Add the function “add_user_to_blog( $blog_id, $user_id, $role )” to the registration.

    #61022
    Philipp
    Participant

    Hey Brajesh!

    Are there some news about the blog post you wanted to write. Since now, I didn’t changed the code… I’m affraid to do something wrong. ;)

    Greetings

    Philipp

    peterverkooijen
    Participant

    There’s not supposed to be any generated password upon activation in 1.1.3. No passwords are ever sent by email in 1.1.3. You may have missed something in the upgrade.

    We had noticed that the welcome email includes a wrong password, perhaps because of different encryption between WP and BP. The password that was entered upon registration still works.

    Note that in 1.1.3 the WPMU is disabled by default. To bring it back you have to remove a function from the core files.

    #60900
    designodyssey
    Participant

    I’m trying to give this some thought. Frankly, users shouldn’t have to sign up unless there is some value to them for doing so. I will have different user types and each has different information requirements. I also want to use BP Geo so I’ll use Google ClientLocation as a starting point, but would like users to input that information too. Basically, I’m crafting the prompt for registration and more profile info based acknowledgement of the value proposition for that user type.

    #60889
    Roland Fauster
    Participant

    It all finally works now – THANK YOU VERY MUCH.

    I ended up using a completly random HASH for the UserName since I was not feeling safe using your JavaScript.

    This feature should be put in one of the future Releases of BuddyPress since indeed the concept of using Usernames to Login is old and with Features like Gravatar Support, the site itself should use email as the main auth form.

    Just for completion so somebody might want to do the same thing:

    I modified the register.php in registration subfolder like this

    .

    .

    .

    <!– Fool Registration that the Username is a Random Generated HASH –>

    <input type=”hidden” name=”signup_username” id=”signup_username” value=”<?php echo sha1( uniqid( mt_rand(), true ) . time() ) ?>” />

    <label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ) ?> <?php _e( ‘(required)’, ‘buddypress’ ) ?></label>

    <?php do_action( ‘bp_signup_email_errors’ ) ?>

    <input type=”text” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value() ?>” />

    .

    .

    .

    and used Beau Leben’s WP Email Plugin

    #60887
    peterverkooijen
    Participant

    The plugin works with or without any other trickery; it uses the email in the database for authentication and ignores the username. Try it on an unmodified installation. Works fine.

    The username is unnecessary. That’s why many modern sites don’t use them anymore. In WP/BP you still need something in the username database field because all kinds of functions rely on it, like the profile URL in BP or the ‘forgot password’ process. So you can’t just remove it entirely.

    My solution is to generate a username onkeyup from the fullname via Javascript on the registration form, hidden from view. In an earlier attempt I used a script that just autogenerated a gibberish username.

    #60880
    Roland Fauster
    Participant

    Ok just for me to get it right.

    I need to do the custom registration with the javascript trick you posted and then use the plugin.

    I think I understand now.. the first custom registration basically generates a random username that gets stored in the database and the plugin pulls out the proper username based on the email and logs the user in..

    #60878
    peterverkooijen
    Participant

    You don’t have to convince me why it makes sense to use email address instead of username. This post was the start of a long a painful process for me. Trust me, that plugin does what you need and then all you need to do is restructure the form and pick a fix for the user URL etc.

    #60877
    Roland Fauster
    Participant

    Well I am not after hacking Core Files and that is not really what I am doing.. I am just working in the functions.php in my template directory.

    The reason why I want to use emails as (login)-usernames is that they are unique and I since services like google or facebook use the very same method I simply like the idea to give the user what he is used.

    More importantly (and this just came into my mind).. I am german and there are Names using “Umlaute” like ä, ö, ü..

    Now if I register a user whose name is “Björn”, the validation refuses to accept him. Also some users might be signing up with their full name like “Roland Fauster” as a username but bp or wp converts this to “rolandfauster” so the registration works with this however the user gets stored in the database as “rolandfauster” and can only login with this username whereas he can not be properly made aware of this (and if I display a message i am bound to accept that users don’t read what we stick in front of their faces :) )

    Thanx for the Links I will check these out and see if I can work with them!

Viewing 25 results - 6,851 through 6,875 (of 7,641 total)
Skip to toolbar