Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Create an Account'

Viewing 25 results - 601 through 625 (of 1,116 total)
  • Author
    Search Results
  • #123675

    In theory, anyway. I wonder if it could be a cookies issue? Its a testing environment (but on a live remote host LAMP server). I had logged out as an admin, then created a new account with a second email, and it let me login as the new username without clicking the link I got.

    #122950
    @mercime
    Participant

    Strange indeed. Troubleshooting …

    == I tried to create a new subdomain site. ==

    Where did you create this from – the dashboard or in front end (yoursite.com/blogs/create)?

    Did you enable blog creation in Network Admin > Network Settings > Registration – with either “Logged in users may register new sites.” or “Both sites and user accounts can be registered.”?

    #123204
    Paul Wong-Gibbs
    Keymaster

    Eric – if you have a bbPress-specific problem, your best bet is to post at http://bbpress.org

    Darren – Can you provide a list of steps that we can copy to recreate this problem? Preferably if you start from the point of registering a new user account…

    #122462

    In reply to: BuddyPress Avatars

    Upload Failed! Error was: Unable to create directory /avatars/8421926. Is its parent directory writable by the server?

    This is the error I get when I try to add a plenty small image for my avatar… plus, buddy press says that they can use my gravatar, and when I click on that link and log into my gravatar account, buddy press does nothing… so, apparently this software is not very effective at creating profiles for social networks if its very own program has basic error messages… I guess you get what you pay for!!!!!!! free = sucks

    #121083
    lselwd
    Member

    bbPress 2.0 for forums? yes / no

    what about give ability users create inside their account blogs…what plugin install for this?

    Connor
    Member

    Hi it does not appear to have worked, I put it in the child theme currently in use and the main theme. Below is my functions.php with the code in it, does that seem correct?

    <?php
    add_action( ‘widgets_init’, ‘bptc_login_out_widget’ );

    function bptc_login_out_widget() {
    register_widget( ‘BP_Theme_Converts_LogIn_Box’ );
    }
    class BP_Theme_Converts_LogIn_Box extends WP_Widget {

    /**
    * Widget setup.
    */
    function BP_Theme_Converts_LogIn_Box() {
    /* Widget settings. */
    $widget_ops = array( ‘classname’ => ‘bptc-login-out’, ‘description’ => __(‘BuddyPress Log In/Out Widget.’, ‘bptc-login-out’) );

    /* Widget control settings. */
    $control_ops = array( ‘width’ => 300, ‘height’ => 350, ‘id_base’ => ‘bptc-login-out-widget’ );

    /* Create the widget. */
    $this->WP_Widget( ‘bptc-login-out-widget’, __(‘BuddyPress Log in/out widget’, ‘bptc-login-out’), $widget_ops, $control_ops );
    }

    /**
    * How to display the widget on the screen.
    */
    function widget( $args, $instance ) {
    extract( $args );

    /* Before widget (defined by themes). */
    echo $before_widget;

    buddyPressLoginBox();

    /* After widget (defined by themes). */
    echo $after_widget;
    }

    }
    function buddyPressLoginBox() {
    ?>

    <?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″ />

    <?php /* Show forum tags on the forums directory */
    if ( BP_FORUMS_SLUG == bp_current_component() && bp_is_directory() ) : ?>

    <?php
    }
    if ( !function_exists( ‘bp_dtheme_enqueue_scripts’ ) ) :
    /**
    * Enqueue theme javascript safely
    *
    * @see https://codex.wordpress.org/Function_Reference/wp_enqueue_script
    * @since 1.5
    */
    function bp_dtheme_enqueue_scripts() {
    // Bump this when changes are made to bust cache
    $version = ‘20110921’;

    // Enqueue the global JS – Ajax will not work without it
    wp_enqueue_script( ‘dtheme-ajax-js’, WP_PLUGINS_DIR . ‘/buddypress/bp-themes/bp-default/_inc/global.js’, array( ‘jquery’ ), $version );

    // Add words that we need to use in JS to the end of the page so they can be translated and still used.
    $params = array(
    ‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
    ‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
    ‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
    ‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
    ‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
    ‘comments’ => __( ‘comments’, ‘buddypress’ ),
    ‘close’ => __( ‘Close’, ‘buddypress’ ),
    ‘view’ => __( ‘View’, ‘buddypress’ )
    );

    wp_localize_script( ‘dtheme-ajax-js’, ‘BP_DTheme’, $params );
    }
    add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_scripts’ );
    endif;
    ?>

    #120559
    takuya
    Participant

    An old version used to bypass WordPress registration process, so logins via Janrain could create accounts on my wordpress/buddypress. But latest versions fixed this problem (since It’s sort of a security hole). Since then I stopped using it.

    If the plugin works for WordPress, so does BuddyPress. ;)

    #120031
    ewebber
    Participant

    @fernmacho This plugin allows you to activate users https://buddypress.org/community/groups/wp-activate-users/

    It sounds like you also need to consider a way of blocking those bots that are signing up!

    #120016
    Fernmacho
    Member

    Oh, I just found them in the admin section along with a bunch of bots. I’ll delete and have them try again.

    #120015
    Fernmacho
    Member

    They aren’t listed under members. They never show up. It’s like they are in limbo.

    #119995
    modemlooper
    Moderator

    Try deleting user from admin and sign up again. They could also be getting the confirm email in their spam folder.

    #119931
    tnd
    Member

    Thank you very much for the prompt reply! I think I understand what you’re getting at; each family member would sign up with their own account, and become a member of the group, correct?

    However, there are a few reasons why that would complicate matters: for one thing, my site will have paid memberships, so it would be preferable if a single family could use one membership. Also, I had planned on members being able to create sub-profiles for their pets.

    I believe I have fixed the ‘Name’ problem by simply changing the field names. Thank you for the help, @qrahaman! It’s greatly appreciated!

    So now my only problem is the links…

    #119898
    acurran
    Member

    My 3 step solution to this problem is as follows:

    1. Install plugin – BuddyPress Pending Activations (https://wordpress.org/extend/plugins/buddypress-pending-activations/)
    2. Make hack to plugin function bp_pending_activations_admin() so that it sends an email when a user is activated:
    $resendusers = $wpdb->get_results( $wpdb->prepare( “SELECT u.ID, u.user_login, u.user_email, m.meta_value FROM ” . CUSTOM_USER_META_TABLE . ” m, “. CUSTOM_USER_TABLE .” u WHERE u.ID = m.user_id AND m.meta_key = ‘activation_key’ AND u.ID IN ({$userids})” ) );

    foreach ( $resendusers as $resend ) {

    /* Activate the signup */
    $user = apply_filters( ‘bp_core_activate_account’, bp_core_activate_signup( $resend->meta_value ) );

    /* If there was errors, add a message and redirect */
    if ( $user->errors ) {
    echo ‘There was an error activating this account, please try again: ‘. $resend->user_login;
    } else {
    $to = $resend->user_email;
    $subject = “Your ?????? Account Has Been Activated!”;
    $message = “Your account has been activated. Go to http://??????/ and sign in with the username and password that you created when you signed up.nnWelcome to ?????!”;
    $admin_email = get_site_option( “admin_email” );
    $from_name = “??????????”;
    $message_headers = “MIME-Version: 1.0n” . “From: “{$from_name}” n” . “Content-Type: text/plain; charset=”” . get_option( ‘blog_charset’ ) . “”n”;
    wp_mail( $to, $subject, $message, $message_headers );
    }
    3. Redirect activation email to admin (to use as a noitification for admin instead of automatically sending activition key to user) by adding this to functions.php:
    function change_activation_email_to($content) {
    return get_site_option( “admin_email” );
    }
    add_filter( ‘bp_core_activation_signup_user_notification_to’, ‘change_activation_email_to’);

    So the when a new user signs up, they do not get any activation email. That goes to the admin instead. You will need to change the wording in your template to let the user know that they have to wait for manual approval. Admin logs in to WP admin and goes to Pending Activitations and activates the user. An email is sent to user to let them know they have been activated.

    #119113

    In reply to: Buddypress events

    Rocio Valdivia
    Participant

    Eventpress works great to me in WP 3.2.1 multisite and BP 1.2.9. I have used the plugin Multisite User Management to mange all the users roles and to change them to the Event creator role in the main site.

    By the way, the only bug that I have found is that the link created in the admin bar in: My account -> Events and My acoount -> Events -> My events don’t work propertly, if I click them, they go to the site_url

    Anyway, great plugin, congrats! :D

    #118938

    In reply to: Reserving usernames

    modemlooper
    Moderator

    another thing you could try is just create the user accounts in the admin for the page slugs and then not login with them and it won’t activate those accounts

    Stigmartyr
    Member

    @frizzo – sounds like you are looking to implement WPMU (multisite) :)

    Here is a link to help get you started: https://codex.wordpress.org/Create_A_Network

    The way I’m doing it, our main buddypress site is the master domain, all users from that site can use their accounts around any of our sub-blogs or domains. There’s even a premium plugin for domain name support so you’re not just limited to a subdirectory.

    Hope this helps!

    #117884
    mmendezmi
    Member

    @n_sane I had the same issue. A quick check of the wp database showed new users were being created with user level 2, which, in this case, means that they have not confirmed their registration. Also I realized i had not received any of my dummy account registration conf. emails.

    I found a workaround for this by changing the user status to 0 in the wp_core_startup file, but that was an inadvisable way of fixing the issue since it totally deactivated the email registration system, which i really don’t didn’t want to bypass, and that file will get overwritten in any bp update.

    The fix was to install the ‘Mail From’ plugin by andrew hamilton. this apparently allows the registration emails to go out, and then user_status and registration can be handled the way it was designed to. I’m hosted with bluehost and have a hunch their mail system isn’t playing nice with bp and this plugin seems to allow it to do that.

    igeekout
    Member

    I found issues with Custom Post Types and page titles with the current Buddypress. Page Titles wouldnt display correctly so I needed to create a custom function.

    ‘function bpcustom_get_page_title() {
    global $bp, $post, $wp_query, $current_blog;

    if ( is_front_page() || ( is_home() && bp_is_page( ‘home’ ) ) ) {
    $title = __( ‘Home’, ‘buddypress’ );

    } else if ( bp_is_blog_page() ) {
    $pt_label = ‘Blog’;
    if($post->post_type != ‘post’){
    $pt = get_post_type_object($post->post_type);
    $pt_label = $pt->labels->name;
    }
    if ( is_single() ) {
    $title = __( $pt_label . ‘ | ‘ . $post->post_title, ‘buddypress’ );
    } else if ( is_category() ) {
    $title = __( $pt_label . ‘ | Categories | ‘ . ucwords( $wp_query->query_vars ), ‘buddypress’ );
    } else if ( is_tag() ) {
    $title = __( $pt_label . ‘ | Tags | ‘ . ucwords( $wp_query->query_vars ), ‘buddypress’ );
    } else if ( is_page() ){
    $title = $post->post_title;
    } else
    $title = __( $pt_label, ‘buddypress’ );

    } else if ( !empty( $bp->displayed_user->fullname ) ) {
    $title = strip_tags( $bp->displayed_user->fullname . ‘ | ‘ . ucwords( $bp->current_component ) );

    } else if ( $bp->is_single_item ) {
    $title = ucwords( $bp->current_component ) . ‘ | ‘ . $bp->bp_options_title . ‘ | ‘ . $bp->bp_options_nav[$bp->current_component][$bp->current_action];

    } else if ( $bp->is_directory ) {
    if ( !$bp->current_component )
    $title = sprintf( __( ‘%s’, ‘buddypress’ ), ucwords( BP_MEMBERS_SLUG ) );
    else
    $title = sprintf( __( ‘%s’, ‘buddypress’ ), ucwords( $bp->current_component ) );

    } else if ( bp_is_register_page() ) {
    $title = __( ‘Create an Account’, ‘buddypress’ );

    } else if ( bp_is_activation_page() ) {
    $title = __( ‘Activate your Account’, ‘buddypress’ );

    } else if ( bp_is_group_create() ) {
    $title = __( ‘Create a Group’, ‘buddypress’ );

    } else if ( bp_is_create_blog() ) {
    $title = __( ‘Create a Blog’, ‘buddypress’ );
    }

    if ( defined( ‘BP_ENABLE_MULTIBLOG’ ) ) {
    $blog_title = get_blog_option( $current_blog->blog_id, ‘blogname’ );
    } else {
    $blog_title = get_blog_option( BP_ROOT_BLOG, ‘blogname’ );
    }

    return apply_filters( ‘bp_page_title’, $blog_title . ‘ | ‘ . esc_attr( $title ), esc_attr( $title ) );
    }’

    #117257
    Virtuali
    Member

    I have created a Test Account on My Site called Test123 with password at “Test” you are free to access it if you would like at http://savannahvideocentral.com/wp-admin

    I don’t use multisite, however people using custom theme will indeed have the Forums Tab blank, because the template files in the template pack plugin aren’t there yet. I manually added the files, but, now I need to call them, which I will do sometime today.

    Blank settings tab, I’m not sure why that’s happening. Probably with a theme issue.

    Also, I’ve noticed that in 1.5, the option to choose the default avatar is gone, (wavatar, etc).

    Blog post comments don’t seem to want to show up either, i’ll switch to default theme and report back.

    melmo
    Member

    Hi, I’m also keen to know the answer to this question – I want to run BuddyPress as a client portal for a small business, so clients can log in and create an account, then communicate with staff, but they can’t message each other (or see each other’s profiles, ideally).

    #116978
    Boone Gorges
    Keymaster

    I’d rather not be forced to use my Twitter login for WP authentication. It’s nice when it’s an option, but to force it might raise privacy concerns, among other things. I would prefer to have the option at registration: use a Twitter login for authentication and get my Twitter account synced automatically, or create a standalone WP login, which can later be linked to my Twitter account if I so wish. (This has the added bonus of allowing me to associate with a different Twitter account at a later date if I want to change.)

    I recently set up a site for baby pictures, and managed to give users the choice between FB login and a dedicated WP login. Maybe it’d be helpful? http://teleogistic.net/2011/07/building-a-baby-photo-site-with-wordpress/

    #116889
    paragate
    Participant

    I contacted the host and here’s their reply:

    I have opened your website and I did notice that it is loading very slow.

    However I have checked the server where your hosting account resides and noticed that it is not overloaded and the current load is between 1.30-1.60, which is not much for this server.

    I have checked the MySQL slow queries log and found that there are some slow queries made from your application to your database.

    I would suggest that you optimize these queries in order to optimize the overall server’s performance.

    I have recreated the issue that you are experiencing with your Activity tab, however we can not offer you solution for this issue, as it is clearly related to your application.

    You can find a freelancer developer who can help you with the issues mentioned above on the following URL:

    http://www.freelancer.com/

    If you need further help, do not hesitate to contact us again.

    Basically told me to hire a freelancer. Ugh!

    #116696

    In reply to: Can’t create groups

    @mercime
    Participant

    No, there is no “Create Group” in the dropdown under “My Account” link. I don’t believe there ever was. The My Account link in BP Admin Bar shows all links available when you go to your profile page.

    Sticking to bp-default theme with all plugins deactivated except BuddyPress,
    – go to dashboard > BP components – disable Groups, save settings then log out.
    – log back in again, enable Groups and save settings, see how Group creation goes now.

    #116691

    In reply to: Can’t create groups

    DJsix
    Participant

    Yeah, I posted it earlier. I’ve tried it, and it is exactly the same.

    I just tried it again. Right now I have it on the default theme, and it’s the same. I also clicked on forums in the tab, and I get a 404.

    Just so I’m clear on this, there is supposed to be “create group” in the drop down, under “my account”, right?

    #116091
    David Carson
    Participant

    You’ll most likely want to create a replacement function for the function that adds the “My Account” section in the nav bar (see `bp_adminbar_account_menu()` in bp-core directory) and override it with your own custom function with the logout section removed using a `bp-custom.php` file.

    This help page provides a good overview of what to do:

    https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/

Viewing 25 results - 601 through 625 (of 1,116 total)
Skip to toolbar