Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'Create an Account'

Viewing 25 results - 451 through 475 (of 1,116 total)
  • Author
    Search Results
  • #144393

    In reply to: 1.7 theme defined

    Famous
    Participant

    So from the explanation of both @modemlooper & @mercime the understanding in minimal terms is the following:
    Every BP page I drop into my WP child template will override the core file as it does presently. And in order to create my page I simply drop in shortcodes to develop my page.php, then I apply my CSS to style & design my page. Question – are there already shortcodes in place that I can create a page.php with?

    Please explain what @r-a-y is saying with using user_nicename. Why would someone want to create a template for a specific user?
    `/wp-content/themes/twentytwelve/buddypress/members/single/home-{user_nicename}.php`

    and how would you do that without making a huge mess in your template directory?

    Also this would explain how to create different templates for different groups?
    For instance:
    `/wp-content/themes/twentytwelve/buddypress/members/single/home-{group ID = 1}.php`

    Is that correct?

    Using these files one could create their own fully templated BP site?:
    `’activity/index’

    ‘blogs/index’
    ‘blogs/create’

    ‘registration/activate’
    ‘registration/register’

    /* Ignore these
    ‘forums/single/forum’
    ‘forums/single/topic’
    ‘forums/index’
    */

    ‘members/index’
    ‘members/single/activity/permalink’
    ‘members/single/home’
    ‘members/single/settings/capabilities’
    ‘members/single/settings/delete-account’
    ‘members/single/settings/general’
    ‘members/single/settings/notifications’

    ‘groups/create’
    ‘groups/index’
    ‘groups/single/home’
    ‘groups/single/plugins’`

    #144233

    In reply to: Registration Error

    tr.sa.buis
    Participant

    I’m using WP 3.4.2 and BP 1.6.1. I think they are the latest versions.
    It’s a single site.
    I’m hosted at Bluehost.
    I started the website by downloading WordPress then immediately downloading Buddypress.
    I have deactivated all other plugins except Buddypress and bbpress, and yes, I went back to the default theme.
    My registration page has been giving me problems. At first it was a blank page but I figured out how to get the registration to at least show up (the blank page was from conflicting plugins). Now I can fill in all of my information on the registration page but when I press “complete sign up,” it refreshes the page back to the registration page with all of my info still filled in except my password. No account is created. No email is sent.
    I have registration enabled and have tried registering as not just a “member” but some of the other ones. I have tried different themes, deactivating all of the plugins, and trying to find someone who knows what is wrong. I’m new to buddypress so I’m not sure what to really do.

    #144223
    meg@info
    Participant

    Hi @wpmirwin, this part of code above is from buddypress Notifcation manager plugin.
    https://wordpress.org/extend/plugins/buddypress-notifications-manager/
    mybe this plugin can help you.

    this function hide the notifications subnav, and it should work in bp 1.5 and bp 1.6

    function bp_hide_notifications_subnav(){
    global $bp;
    bp_core_remove_subnav_item($bp->settings->slug, ‘notifications’);

    if ( bp_use_wp_admin_bar() ) {
    add_action( ‘wp_before_admin_bar_render’, create_function(
    ”, ‘global $bp, $wp_admin_bar; $wp_admin_bar->remove_menu( “my-account-settings-notifications” );’ ) );
    }
    }

    //if is not bp 1.5
    if ( version_compare( BP_VERSION, ‘1.5’ ) < 0 )
    add_action( ‘wp’, ‘bp_hide_notifications_subnav’);
    else
    add_action( ‘bp_setup_nav’, ‘bp_hide_notifications_subnav’ );

    #144099
    vfx_fun
    Participant

    Cpanel sometimes has gitches or may be getting updated and causing your problem. Give it a little time and then create the email in cpanel when your successful then the emails should send except to AOL. They filter most stuff from php mail so I would use several email test accounts from various providers.

    #144097
    vfx_fun
    Participant

    Some servers require for any php outgoing mail that you create a mail account on the server itself depending on your host. Cpanel did on my host and maybe that could be the issue.

    r-a-y
    Keymaster

    @buddyok – Sites can be created here:
    `http://sveablogg.se/site-tracking/create/`

    @mercime
    Participant

    @buddyok BuddyPress does not limit the number of member-created blogs. Check if you have any BP/WP plugins that restrict blog creation in your plugins or mu-plugins folder or in special BP file bp-custom.php in wp-content/plugins.

    #143854
    ript247
    Participant

    Star date ript247 “Still cant create new accounts” Deactivated all plugins not a plugin issue. Narrowed it down to buddypress installation in itself. How can/do I resolve this problem?

    #143740
    angslycke
    Participant

    @djpaul: Yes, but I want to redirect the “activate your account” e-mails to the site admin instead of the user to let the admin know that a new user has registred. I’m trying to figure out the best way to do this. Obviously I don’t want to edit core files, so best practice should be to use a filter to replace the users e-mail address with the site admin e-mail address I guess?

    I found an old post regarding this here (from 2010):

    http://www.thoughtsofjs.com/moderate-new-user-registration-in-buddypress.html

    They’re editing core files there (bad!), but I found this in the comments as a function to achieve the above:
    `
    function filter_replace_with_moderator_email($user_email) {
    return get_site_option( “admin_email” );
    }
    add_filter(‘bp_core_activation_signup_user_notification_to’, ‘filter_replace_with_moderator_email’);
    `

    I added this to my themes custom functions.php-file but the e-mail is still sent to the user instead of the admin. Is there a change in BP 1.5 so that I need to change the hook in the filter? Does anyone know?

    #143692
    Paul Wong-Gibbs
    Keymaster

    The simplest approach may be to surpress the “click here to activate your account” emails, and use something like https://wordpress.org/extend/plugins/unconfirmed/ to manually activate them.

    #143479
    Paul Wong-Gibbs
    Keymaster

    If you’ve added more BuddyPress profile fields, then it shouldn’t matter *how* a user account was created — they should appear for editing in the user’s profile.

    #143001

    In reply to: MU help

    TWC01
    Participant

    thanks for getting back I am lost then as when i login as a normal user I can click on a link called ‘My sites’ in the header bar. It will then drop down and show Christianinspire and then give the option of dashboard and visit site.

    If i click on dashboard i get the option to click on Home, mysites or profile. If i got to mysites, I can click on create a new site bit then i get page not found.

    The members group is subscriber for this user as this is default.

    You can login with:

    username: luvschrist
    pw: luvschrist01 to check it out. This is not an admin account but the general member.

    Kind Reagrds

    #141924
    @mercime
    Participant

    == how can I allow user to create account through my registration page.? ==

    @mechnoflux enable registration in Settings > General on single WP site

    == also how to connect forum directly to buddy press page? ==

    Which forum are you referring to, the Group Forums (custom bbPress in BP) or Sitewide Forums (bbPress plugin)?

    #141905

    In reply to: BP Multi Network

    @mercime
    Participant

    == “Multiple WP networks can be created with either: WP Multi Network or Networks+” ==

    @jasonewillis WP MultiNetwork or Networks+ goes beyond multisite. It means each subsite in your multisite can become a network with subsites of its own. Both would require IMHO dedicated server and would choke a shared hosting account especially if you’re considering on adding BP on each network. If you’re going to upgrade your server, then yes, paying for Network+ is worth it. The plugin developer is active in the community.

    Multisite with subdomain structure example
    – example.com (main site)
    – subsite1.example.com
    – subsite2.example.com
    – subsite3.example.com
    – subsite4.example.com

    WP MultiNetwork and Networks+ for example
    – example.com (main site of all)


    subsite1.example.com (main site of this network)
    – subsite1.example.com/subsite1
    – subsite1.example.com/subsite2
    – subsite1.example.com/subsite3


    subsite2.example.com (main site of this network)
    – subsite2.example.com/subsite1
    – subsite2.example.com/subsite2
    – subsite2.example.com/subsite3


    subsite3.example.com (main site of this network)
    – subsite3.example.com/subsite1
    – subsite3.example.com/subsite2
    – subsite3.example.com/subsite3


    subsite4.example.com (main site of this network)
    – subsite4.example.com/subsite1
    – subsite4.example.com/subsite2
    – subsite4.example.com/subsite3

    #141507
    Roger Coathup
    Participant

    @tgnwsauctions

    Yes, WooCommerce works fine alongside BuddyPress. We use it on http://www.enterprisenation.com/shop

    WooCommerce provides a fairly rich API with lots of actions you can hook onto — so, provided you are a developer, you can also mould a tight integration with BuddyPress.

    Themekraft produce a plugin that integrates the WooCommerce account / profile screens with BuddyPress’s profile screen — we find there are some issues with the UX this creates though. If you google this forum, there was a recent thread discussing this.

    #141209
    @mercime
    Participant

    == Yes it work with the admins but for other user account type the plugin didn’t allow them to create a group. ==

    For group creation In BuddyPress at this time, it’s either Admin or “others” – the users/members – that’s it. So there’s no conflict when only the Admin can create groups if you uncheck “Enable group creation for all users.”

    #141189
    mix35
    Participant

    Yes it work with the admins but for other user account type the plugin didn’t allow them to create a group. Is it a theme conflict or plugin conflict?

    r-a-y
    Keymaster

    Are you using the bp-default theme? If you are, are you using a customized homepage template?

    Try disabling all your plugins except BuddyPress and see if you are able to see the register link afterwards.

    docilecraft
    Member

    Anyone have a solution?

    #140879
    hkcharlie
    Participant

    My issuues are not with the number of users, I have a max of 40 active users and no more than 5 come on line at any one time.
    My problem (besides having a lot of plugins) is when I run processes with some custom plugins they apparently use a lot of processing power to create an event, send an email, etc etc and the spike gets highlighted by an automated service on the server and in that one minute I could get shut down.

    In the small print, it says something about using more than 25% of processor power for more than 90secs.

    I asked host gator whether uping my account to a VPS would help, the recommended me to a level 5 VPS:
    CPU 2.69 GHZ
    RAM 1824 MB
    Disk Space 80 GB
    Bandwidth 1425 GB
    But they didn’t really say why they were recommending this or demonstrated that they even understood how the website worked.

    docilecraft
    Member

    @Aron Prins, I currently have
    WordPress 3.4.1
    BuddyPress 1.6.1
    bbPress
    Better WP Security
    Bug Library
    Jetpack
    Minotar
    SI CAPTCHA Anti-Spam
    User Role Editor
    WP Smush.it
    WPtouch
    Using BP Default

    Aron Prins
    Participant

    Hey @docilecraft

    Please link us to your install. What version of WP/BP are you running and with what plugins?
    Cheers,
    Aron

    #140793

    @shawn38 Yes I agree to a point. It depends greatly on traffic, plugins, etc. But, it seems from what he wrote he is beyond that point. It is technically possible to run on a shared sever, but if your goal is to create a popular site you will need to switch to dedicated at some point. That point is different for everyone, but everyone that uses BP should be prepared to make that move at some point and it can come faster than you think. It’s my personal opinion that you should start out dedicated if possible so you don’t have to deal with the pain of moving later. You should at the very least find a shared host that allows for easy expansion.

    PS
    Hostmonster and Bluehost should never be used. I’m sure there are more to add to that list, but those I have confirmed will throttle you regardless of users or plugins.

    #140320
    synergywp
    Participant

    Figured it out:

    Hopefully this doesn’t break anything, but i’ve tested it with profiles and it works.

    I looked in the database and changed my specific admin account’s “nicename”… the nicename is there i’m pretty sure for exactly that, a name that plays nice with URLs.
    I’ve made the nicename into ‘adminexample’ while my login remains the same. On the members listings, my url for my profile is ‘adminexample’.

    Success! I think. Does anyone have any ideas why a user’s login and nicename would need to be excactly the same?

    [Edit: just thought of one… If another user makes an account with “adminexample” we could have issues ]

    Finding from Edit:

    Success! I created a new account with the “adminexample” as the username (same as the admin’s account nicename) and it simply created a /members/adminexample-2/ for the profile page. Awesome.

    Now, having figured this out, it doesn’t seem unreasonable for this to be somehow integrated into BP core, but I do realize this could mess up a lot of other plugins. Guess that’s why I’m not a big time developer.

    Enjoy if this helps you. :)

    #140289
    modemlooper
    Moderator

    Options:

    Create a new user then give that user admin privileges and then delete the admin account This may delete the content associated with the deleted account.

    Edit database directly. Links may get broken.

    This plugin: http://buddydev.com/buddypress/allow-your-users-to-change-their-username-on-your-buddypress-based-site/

Viewing 25 results - 451 through 475 (of 1,116 total)
Skip to toolbar