Search Results for 'Create an Account'
-
AuthorSearch Results
-
February 28, 2011 at 4:07 pm #106515
In reply to: Hiding activity content for non-logged users
José M. Villar
Participant@gunju2221 yep, did that, but all it does is add “To view this activity – please log in first. You can also create an account.” after showing the activty, it does not hide it for unlogged users. Using 1.2.7 with 3.0.5
February 24, 2011 at 11:29 am #106132In reply to: Am I Breaking Something? Is There An Easier Way?
Luca Foss
MemberWell…
I figured that I can have a register page with the register fields that is independent of login status. The purpose of the register page is to “save data to the database”.
Ever since I began this forum post, I solved some things. I created my join page (I’d have to really break it down how I did it). When a new user registers, his/her information gets saved to the database. Then the screen reloads saying that an “email was sent and to activate the account, click the email”.
The email was sent to the make-believe user I created. When I clicked the email, it redirected me to the activation page where it encouraged me to login. HERE AT THIS POINT (step 1), I figured that I can run some conditional, where if someone else is logged in, the new user logging into his/her account would log the active user out. (step 2) At this point, once the new user logs and the active user is logged out, the avatar load process and the rest of the completion of the new account can take place.
As long as all of the needed info is supplied to the db for a new user, it looks to me like this is the most important thing in establishing a new user. I shouldn’t be breaking anything (correct me if I’m wrong here).
So..it sounds possible to me…
February 23, 2011 at 12:47 am #106007In reply to: Am I Breaking Something? Is There An Easier Way?
ssmith2
MemberJust started up Buddypress and Easy Albums. All ok except for no ability for a visitor / friend to ’register’, ’create account’ or ’sign up’ in the Members fields.
I have icons of Newest – Active and Popular but nothing for visitors to register and create profile. Currently I am the only one listed on site as a member with ability to create / edit my profile. Am I missing something obvious?
Can someone tell me where to start at getting a registration Sign up function operating?February 20, 2011 at 12:53 pm #105850In reply to: buddypress versus diaspora
Hugo Ashmore
ParticipantBut that’s the point about Diaspora, Diaspora is less about an actual social networking site such as might be created with BP and more about demonstrating the proof of concept that is ‘Decentralised Social Networking’, it and others are trying to find a way through to the goal of not having YOUR data ‘Owned’ by anyone but yourself. BP did much to counter the issue many had with the likes of Ning ‘Owning’ your data, but from the users point of view you are still locked into ONE site and there’s the other issue of countless accounts, logins etc with their data strewn around disparate sites, and would like to simply create one account that holds your social profile and you allow sites to access that as you wish.
There is a – apparently – small? but rising dissatisfaction with the likes of Farcebook, I don’t think Diaspora is setting out to compete with Farcebook but simply prove that decentralising is possible.
Talking of all this what ever happened to SocialRiver? trumpeted and heralded by WPMU blog as the next greatest thing , supposedly with support for BP, has that simply died? Judging by their blog it feels like it, however there has been a post recently, first since July , saying close to beta release!.
February 15, 2011 at 10:48 am #105458In reply to: New Users Can’t Log In
@mercime
Participant@JBo796 WP/BP versions? Have you changed theme to bp-default, deactivated all plugins except BuddyPress, cleared cache, create a test user account and then check if BP log in works?
February 11, 2011 at 2:41 pm #105144In reply to: Registering account and Group
tertitten
MemberI found one plugin, but it only gives the option to join groups allready created..
February 9, 2011 at 7:03 pm #105033In reply to: Where are the functions
modemlooper
Moderatorhas_members()
next_member()
rewind_members()
members()
the_member()
bp_rewind_members()
bp_has_members( $args = ” )
‘type’ => $type,
‘page’ => $page,
‘per_page’ => 20,
‘max’ => false,
‘include’ => false, // Pass a user_id or comma separated list of user_ids to only show these users
‘user_id’ => $user_id, // Pass a user_id to only show friends of this user
‘search_terms’ => $search_terms, // Pass search_terms to filter users by their profile data
‘populate_extras’ => true // Fetch usermeta? Friend count, last active etc.bp_the_member()
bp_members()
//Misc
bp_members_pagination_count()
bp_members_pagination_links()
bp_member_user_id()
bp_get_member_user_id()
bp_member_user_nicename()
bp_get_member_user_nicename()
bp_member_user_login()
bp_get_member_user_login()
bp_member_user_email()
bp_get_member_user_email()
bp_member_is_loggedin_user()
bp_member_avatar( $args = ” )
bp_get_member_avatar( $args = ” )
‘type’ => ‘thumb’,
‘width’ => false,
‘height’ => false,
‘class’ => ‘avatar’,
‘id’ => false,
‘alt’ => __( ‘Member avatar’, ‘buddypress’ )bp_member_permalink()
bp_member_link()
bp_get_member_link()
bp_member_name()
bp_get_member_name()
bp_member_last_active()
bp_get_member_last_active()
bp_member_latest_update( $args = ” )
bp_get_member_latest_update( $args = ” ) {
‘length’ => 15bp_member_profile_data( $args = ” )
‘field’ => false, // Field name
bp_member_registered()
bp_get_member_registered()
bp_member_add_friend_button()
bp_add_friend_button( $members_template->member->id, $friend_status )
bp_member_total_friend_count()
bp_get_member_total_friend_count()
bp_member_random_profile_data()
bp_member_hidden_fields()
bp_directory_members_search_form()
bp_total_site_member_count()
bp_get_total_site_member_count()
//Check bp-core-templatetags.php for comments about nav tags
bp_get_loggedin_user_nav()
bp_get_displayed_user_nav()
bp_get_options_nav()
bp_get_options_title()
//Avatar Tags
bp_has_options_avatar()
bp_get_options_avatar()
bp_comment_author_avatar()
bp_post_author_avatar()
bp_loggedin_user_avatar( $args = ” )
bp_get_loggedin_user_avatar( $args = ” ) {
‘type’=> ‘thumb’,
‘width’=> false,
‘height’=> false,
‘html’=> truebp_displayed_user_avatar( $args = ” )
bp_get_displayed_user_avatar( $args = ” )
‘type’=> ‘thumb’,
‘width’=> false,
‘height’=> false,
‘html’=> truebp_avatar_admin_step()
bp_get_avatar_admin_step()
bp_avatar_to_crop()
bp_get_avatar_to_crop()
bp_avatar_to_crop_src()
bp_get_avatar_to_crop_src()
bp_avatar_cropper()
//Other
bp_site_name()
bp_core_get_wp_profile()
bp_get_profile_header()
bp_exists( $component_name )
bp_format_time( $time, $just_date = false )
bp_word_or_name( $youtext, $nametext, $capitalize = true, $echo = true )
bp_your_or_their( $capitalize = true, $echo = true )
bp_get_plugin_sidebar()
bp_page_title()
bp_get_page_title()
bp_styles()
bp_has_custom_signup_page()
bp_signup_page()
bp_get_signup_page()
bp_has_custom_activation_page()
bp_activation_page()
bp_get_activation_page()
bp_search_form_enabled()
bp_search_form_action()
bp_search_form_type_select()
bp_search_form()
bp_log_out_link()
bp_custom_profile_boxes()
bp_custom_profile_sidebar_boxes()
bp_create_excerpt( $text, $excerpt_length = 55, $filter_shortcodes = true )
bp_is_serialized( $data )
bp_total_member_count()
bp_get_total_member_count()
bp_signup_username_value()
bp_get_signup_username_value()
bp_signup_email_value()
bp_get_signup_email_value()
bp_signup_with_blog_value()
bp_get_signup_with_blog_value()
bp_signup_blog_url_value()
bp_get_signup_blog_url_value()
bp_signup_blog_title_value()
bp_get_signup_blog_title_value()
bp_signup_blog_privacy_value()
bp_get_signup_blog_privacy_value()
bp_signup_avatar_dir_value()
bp_get_signup_avatar_dir_value()
bp_current_signup_step()
bp_get_current_signup_step()
bp_signup_avatar( $args = ” )
bp_get_signup_avatar( $args = ” ) {
‘size’ => BP_AVATAR_FULL_WIDTH,
‘class’ => ‘avatar’,
‘alt’ => __( ‘Your Avatar’, ‘buddypress’ )
bp_signup_allowed()
bp_get_signup_allowed()
bp_blog_signup_allowed()
bp_get_blog_signup_allowed()
bp_account_was_activated()
bp_registration_needs_activation()
bp_mentioned_user_display_name( $user_id_or_username )
bp_get_mentioned_user_display_name( $user_id_or_username )
bp_get_option( $option_name )
bp_ajax_querystring( $object = false )
bp_last_activity( $user_id = false, $echo = true )
bp_user_has_access()
bp_user_firstname()
bp_get_user_firstname()
bp_loggedin_user_link()
bp_get_loggedin_user_link()
bp_loggedinuser_link()
bp_displayed_user_link()
bp_get_displayed_user_link()
bp_user_link()
bp_displayed_user_id()
bp_current_user_id()
bp_loggedin_user_id()
bp_displayed_user_domain()
bp_loggedin_user_domain()
bp_displayed_user_fullname()
bp_get_displayed_user_fullname()
bp_user_fullname() { echo bp_get_displayed_user_fullname()
bp_loggedin_user_fullname()
bp_get_loggedin_user_fullname()
bp_displayed_user_username()
bp_get_displayed_user_username()
bp_loggedin_user_username()
bp_get_loggedin_user_username()
bp_current_component()
bp_current_action()
bp_current_item()
bp_action_variables()
bp_root_domain()
bp_get_root_domain()
//Conditionals
bp_is_blog_page()
bp_is_my_profile()
bp_is_home()
bp_is_front_page()
bp_is_activity_front_page()
bp_is_directory()
bp_is_page($page)
bp_is_active( $component )
bp_is_profile_component()
bp_is_activity_component()
bp_is_blogs_component()
bp_is_messages_component()
bp_is_friends_component()
bp_is_groups_component()
bp_is_settings_component()
bp_is_member()
bp_is_user_activity()
bp_is_user_friends_activity()
bp_is_activity_permalink()
bp_is_user_profile()
bp_is_profile_edit()
bp_is_change_avatar()
bp_is_user_groups()
bp_is_group()
bp_is_group_home()
bp_is_group_create()
bp_is_group_admin_page()
bp_is_group_forum()
bp_is_group_activity()
bp_is_group_forum_topic()
bp_is_group_forum_topic_edit()
bp_is_group_members()
bp_is_group_invites()
bp_is_group_membership_request()
bp_is_group_leave()
bp_is_group_single()
bp_is_user_blogs()
bp_is_user_recent_posts()
bp_is_user_recent_commments()
bp_is_create_blog()
bp_is_user_friends()
bp_is_friend_requests()
bp_is_user_messages()
bp_is_messages_inbox()
bp_is_messages_sentbox()
bp_is_notices()
bp_is_messages_compose_screen()
bp_is_single_item()
bp_is_activation_page()
bp_is_register_page()
bp_the_body_class()
bp_get_the_body_class( $wp_classes, $custom_classes = false )February 7, 2011 at 11:35 am #104807proshot
ParticipantI simply use the facebook connect. and have disabled any other form of registration or login.
and i only get 1 user unless they have multiple facebook accounts and i get the benefit of avoiding the need for any other authenticationsince facebook spend millions confirming its users i get to use that development for free.
I do know however that 99.9999 % of my users will be facebook users
So when i look at yoru delema i wonder why you want to offer all those ways and in turn CREATE your own problem
February 4, 2011 at 10:28 pm #104639Virtuali
ParticipantActually Bigjimmysisco, what theme are you using?
Weird coincidence, maybe we have the same weird missing JS, My custom images don’t load on crop page either.
I changed my avatar on my site for the first time and noticed this.
I will do some troubleshooting on it, because It is certainly the theme.
@boonebgorges I will create a dummy account on my site as “guest” and you can do troubleshooting on there, if you would like. maybe it will work on BJS’s theme also.
February 4, 2011 at 8:26 pm #104625r-a-y
KeymasterThe create group function is groups_create_group(); it can be found in /bp-groups.php.
You can add checks for profile fields when a user activates their account with the “bp_core_activated_user” action, available in the bp_core_activate_signup() function (this can be found in /bp-core/bp-core-signup.php).
Hope that gives you a few pointers.
February 3, 2011 at 7:27 am #104488In reply to: Only Admin Account can Login to Buddypress
Paul Wong-Gibbs
KeymasterIf the new user accounts that you’re trying to log in with were created after BuddyPress has been installed, have you activated those user accounts?
January 28, 2011 at 1:28 am #104100In reply to: Registration doesn’t work
Richard
MemberI don’t get this message.
Sign Up Complete!
You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.
I don’t get any error messages if I input something wrong.
And I probably won’t get any emails.
January 28, 2011 at 12:50 am #104093In reply to: Registration doesn’t work
Virtuali
ParticipantUsers have to activate their account via email before they are listed in the admin.
Your registration is normal, there are no error messages
, I created a test account.January 27, 2011 at 3:02 pm #104027Boone Gorges
KeymasterOK, I get why you might want BP_ENABLE_MULTIBLOG now. My bad.
I just did a test on a local installation and registration on subsites seemed to work fine – no redirects. Maybe I’m missing something? Here’s what I did:
1) enabled BP_ENABLE_MULTIBLOG in wp-config.php
2) created a secondary blog and enabled bp-default on that blog
3) Visited the secondary blog as a non-logged-in user
4) Clicked on “create an account” just above the login box (example.com/subsite/register)
5) The registration page loaded correctly – no redirect to the main blog. I filled out the registration info and submitted
6) Got an activation email and successfully activated my accountIs it possible that this is a theme issue? Do the BP themes that you are using for the portals have the necessary registration templates? (registration/activate.php and registration/register.php)
January 22, 2011 at 3:53 pm #103596youlichika
MemberHi, I also notice this bug when I click my account -> groups -> my groups , then the creat button is display, I notice the url like: `http://site/wordpress/username/groups/`
but if I remove the username `http://site/wordpress/groups/` I can see the creat button.
Then, How to move the creat button to users page?January 20, 2011 at 12:24 am #103391In reply to: Help! “Sorry, no members were found”
realfoodmedia
MemberOK I reinstalled all the BuddyPress plugin files.
Here are the errors I am getting:
1. I just created a new user called Joe Schmo. I went in as realfoodmedia (my admin account) and added him as a friend.
2. Then I logged out and went back in as Joe and I saw the new friend notification. When I clicked on the notification to see who wanted to be friends with me, there was nothing there. (No friends.)
3. Also no members are showing up in the Member List, and it says no one is online.
How do I fix these errors?
January 15, 2011 at 4:48 pm #102916In reply to: Disqus/Intense Debate + wp/bp
intimez
Participant@gunju2221 Thanks for pointing me to site. Looks good using disqus but if one day, disqus no longer in use, the comment can be imported but not linked to real accounts I’m afraid.
@hotforwords do you see this happening or is a local account created for each person that sign up using disqus on your site?
January 10, 2011 at 10:09 pm #102513Hugo Ashmore
ParticipantYou’re running third party plugins how! without knowing that! please check through your plugins list and disable any you don’t know the purpose of.
January 10, 2011 at 9:47 pm #102507In reply to: Converting a Theme for BP Compatibility
thealchemist
MemberSo the instructions for “automatic conversion” aren’t very thorough cuz I keep discovering pages not listed that need to be manually converted. Registration and activation pages etc.
But here’s a different ? regarding customization. I am trying to get the member profile/login section into the sidebar. http://xtreme.transmutationsciences.com/activity and I have copied some code from another theme and have gotten that section in there. However, as you can see, the subsequent widgets aren’t cooperating and acting as if the login box was right justified.
The original sidebar was:
``
The significant item in the other theme’s code is “
When I copied the new sidebar I originally kept their version of the sidebar hook. But the section did not display. When I substituted “ the section displayed but then I have the alignment problem.
Can anyone diagnose my ineptitude?
Full sidebar code from the theme I an borrowing the code from.
`<a href="”><a class="button logout" href="”>
<?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>
<form name="login-form" id="sidebar-login-form" class="standard-form" action="” method=”post”>
<input type="text" name="log" id="sidebar-user-login" class="input" value="” />
<input type="submit" name="wp-submit" id="sidebar-wp-submit" value="” tabindex=”100″ />
`
January 10, 2011 at 9:15 pm #102505Virtuali
ParticipantSmells like a plugin….. because that is not buddypress
January 10, 2011 at 12:38 pm #102459In reply to: PLEASE HELP!!! no group creation option in groups
Hugo Ashmore
Participantyeah… this is no issue with bp default theme (except for the fact that if you click “groups” in the “adminbar” you wont see the create group link).
As I’ve said adminbar is irrelevant adminbar does not have links to the groups page it does have a user account list of links and a group option for ‘My Groups’ so what you have is a modification or plugin running.
So the issue is with your child/custom theme Quite what the issue is is hard to say it’s a third party customisation, I would hazard a guess that the groups/index page if one is copied over to you child theme is not complete, running something like the template pack plugin does require additional manual steps and you might need to compare the bp-default groups index file with the one that exists in child theme and ensure that it has this pice of code sitting in the heading tag:
` <a class="button" href="”>`January 10, 2011 at 12:16 am #102420In reply to: Setting up registration with buddypress and s2member
pcwriter
ParticipantThere is actually a rather easy way to accomplish what you want done.with s2member.
New users are redirected to the homepage upon activation of their account. Using s2member’s API/Scripting, it’s quite simple to set up a page to display different content to not-logged-in visitors and logged-in members whose subscription level=0 (free membership).
1 – Create a page and assign it to ‘Front page displays’ under ‘Settings’ > ‘Reading’. That’s your new homepage.
2 – Under ‘s2member’ > ‘API/Scripting’, go to ‘Using Simple Conditionals’ and study the example codes given. You can customize the content on your frontpage to display the PayPal buttons ONLY to registered members with a level=0. You can also set it up for incremental upgrade prompts according to the current membership level (s2member is really cool in that regard!).
3 – Under ‘s2member’ > ‘General Options > ‘Login Welcome Page’, you can redirect users to their BP profile when they login with this: http://YOUR-SITE.com/members/%%current_user_login%%/profile/Now create your register page the way you want it, and have your users sign up in the usual way. (Perhaps include some info on that page informing them that will have the opportunity to select their membership options after activating their account.) They will be redirected to your frontpage upon activation and will then see your PayPal subscription button(s) displayed prominently, all the goodies that come with paid membership, and a hearty prompt to “pay their dues”.
Hope this helps!
January 6, 2011 at 8:22 pm #102083In reply to: HELP!! Member posts on front page
Virtuali
ParticipantSo you want to let all your members have the permission of creating new blog posts?
If you want members to be able to create blog posts, but need your approval, set their account permission to “contributor”
January 4, 2011 at 12:23 am #101818techguy
Participant@Mouchoirs Do a search for “Private Buddypress site” or something like that and you’ll find lots of threads on how to redirect non-logged in users to the login or registration page.
@djpaul,
Seems like you should be able to just replicate the user account creation calls on another page right? This is something I was considering doing for my project. Basically, someone could upload a list of email addresses and names, and it would create the person’s account, email them a temp password and they’d be good to go. Yes, I know WP use to do temp password and took that out, but in this case it might be useful to do.January 2, 2011 at 9:43 pm #101710Paul Wong-Gibbs
KeymasterThanks for the heads-up, @gunju2221

If by “BuddyPress profile”, you mean the fields and groups you have configured in the xprofile settings screen, then yes it’s certainly technically possible because site admins can create new user accounts without having to complete BuddyPress profiles. I’m not sure how to practically do this, however. Would need to try and find out.
Try to see if there’s a user registration widget (i.e. https://wordpress.org/extend/plugins/registration-form-widget/ — not tested) and see if it works and does what you want it to do.
(To clarify, there’s no difference between a “WordPress user” and a “BuddyPress”, both are the same.)
-
AuthorSearch Results