Search Results for 'registration'
-
AuthorSearch Results
-
January 26, 2010 at 10:40 am #61662
In reply to: Profile fields empty on registration
danbpfr
ParticipantYou can search here for answers :
January 26, 2010 at 7:26 am #61654In reply to: Profile fields empty on registration
wekko
ParticipantWell, that makes sense. Still, if it’s a bug and it’s fixed in newer versions…someone should know about it right?
January 25, 2010 at 11:13 pm #61623In reply to: Profile fields empty on registration
Paul Wong-Gibbs
KeymasterTo 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.
January 25, 2010 at 1:55 am #61544dlittle800
ParticipantIs it possible to have the welcome email include the RIGHT password? (i.e. the password that was entered upon registration)
Any idea how?
January 23, 2010 at 3:00 pm #61455In reply to: All fields for registration
Philipp
ParticipantHey 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
January 23, 2010 at 12:40 am #61407Diesel 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!
January 22, 2010 at 9:02 pm #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.
January 22, 2010 at 2:01 pm #61366Diesel Laws
Participant1. 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
January 22, 2010 at 12:12 pm #61358In reply to: All fields for registration
Brajesh Singh
Participanthi 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
January 21, 2010 at 4:13 pm #61287In reply to: Multiple user types – possible?
Anonymous User 96400
InactiveI 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…
January 20, 2010 at 8:32 pm #61226In reply to: Multiple user types – possible?
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…
January 20, 2010 at 12:33 pm #61188January 19, 2010 at 6:03 pm #61130In reply to: Multiple user types – possible?
Paul Wong-Gibbs
KeymasterThe 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.
January 19, 2010 at 5:02 pm #61124In reply to: Multiple user types – possible?
peterverkooijen
ParticipantWill 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.
January 19, 2010 at 4:12 pm #61120In reply to: Multiple user types – possible?
Anonymous User 96400
InactiveYou 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
January 19, 2010 at 4:04 pm #61119In reply to: Multiple user types – possible?
Psyber
ParticipantI 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.
January 18, 2010 at 10:04 pm #61048In reply to: How To Set Blog For Any User To Post
Xevo
ParticipantAdd the function “add_user_to_blog( $blog_id, $user_id, $role )” to the registration.
January 18, 2010 at 2:41 pm #61022In reply to: All fields for registration
Philipp
ParticipantHey 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
January 16, 2010 at 1:54 pm #60922peterverkooijen
ParticipantThere’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.
January 16, 2010 at 8:57 am #60900In reply to: Is Your Registration Process Scaring Away Users?
designodyssey
ParticipantI’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.
January 16, 2010 at 1:29 am #60889Roland Fauster
ParticipantIt 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
January 16, 2010 at 12:43 am #60887peterverkooijen
ParticipantThe 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.
January 15, 2010 at 11:31 pm #60880Roland Fauster
ParticipantOk 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..
January 15, 2010 at 11:24 pm #60878peterverkooijen
ParticipantYou 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.
January 15, 2010 at 11:09 pm #60877Roland Fauster
ParticipantWell 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!
-
AuthorSearch Results