Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 64,151 through 64,175 (of 69,042 total)
  • Author
    Search Results
  • #48216
    vito687
    Participant

    Buddypress 1.0.2 just installed and the same issue exists please any help would be appreciated

    #48215
    Ted Mann
    Participant

    If anyone is looking to hack the adminbar so that when users log in, they stay on the current blog they’re on, just edit the bp-core-adminbar.php file and change the reference to $bp->root_domain, under the “log in and sign up links” section, to $current_blog. Also, I took out the redirect as well. So, my login widget now looks like this:

    // **** "Log In" and "Sign Up" links (Visible when not logged in) ********
    function bp_adminbar_login_menu() {
    global $bp;

    if ( !is_user_logged_in() ) {
    echo '<li class="bp-login no-arrow"><a href="' . $current_blog . '/wp-login.php">' . __( 'Log In', 'buddypress' ) . '</a></li>';

    // Show "Sign Up" link if registrations are allowed
    if ( get_site_option( 'registration' ) != 'none' ) {
    echo '<li class="bp-signup no-arrow"><a href="' . bp_signup_page(false) . '">' . __( 'Sign Up', 'buddypress' ) . '</a></li>';
    }
    }
    }

    Greg
    Participant

    Sure thing. I was originally scared off by a “forbidden” message from trac, but discovered that I simply needed to log in there using my buddypress.org credentials.

    Jeff Sayre
    Participant

    @sandeepdude

    the confirmation email is not sent to newly registered users

    It seems that WPMU is doing its duties fine. PHP is responsible for taking care of the mail sending. The issue is most likely with your mail server. Check your mail server’s logs.

    If you continue to see this behavior, you should contact your host.

    found this on my error log…

    [27-Jun-2009 13:20:07] PHP Warning: array_merge() [function.array-merge]:

    Concerning the array_merge() error, that function has to do with registering new user blogs. This does not affect the initial registration of new users nor the sending of registration emails. There is a fix for this particular issue in this thread.

    #48211
    Jeff Sayre
    Participant

    @alex999

    This is not an bug with BuddyPress. This is not a bug with anything else either.

    There is a minimum image file size (50px by 50px) that must be uploaded for avatars. If the file is smaller in width and/or height than the minimum required, the extra pixels will be black.

    You could change the minimum file dimensions, but it seems to me that the set minimum is more than sufficient.

    #48208
    3306610
    Inactive

    hi, I am having a similar issue. When I try to post a topic, as admin or otherwise, I get the same error – “There was an error posting that topic.”

    It posts to the forum though, I can see it there, but it just does not show up on the buddypress front-end. I do have that line ($bb->bb_xmlrpc_allow_user_switching = true;) in bb-config.php

    Any thoughts would be greatly appreciated. thanks.

    Sandeep Ramamoorthy
    Participant

    found this on my error log…

    [27-Jun-2009 13:20:07] PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/MY DOMAIN PATH/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-signup.php on line 261

    #48205

    Who is your web host? My next guess is this is an out-of-memory situation. Others have encountered this with hosts like 1and1 and GoDaddy, and have fixed it by increasing the amount of memory available in their php.ini files.

    Do a search through the forums and see if you can find anything relevant that helps out. If not report back.

    Sandeep Ramamoorthy
    Participant

    Did it…But still it shows the same..

    Hence i re-installed buddypress.Now its fine.

    But still,the confirmation email is not sent to newly registered users…

    i dunno whether its due to my server of the script…

    i have stared a new topic to remove the e-mail verification process…

    #48195
    connorg
    Participant

    Only the BuddyPress theme has the Member Profiles that I am having trouble with.

    #48186
    Tracedef
    Participant

    EDIT: Fixed by: upgrading taking the following from the buddypress download – /buddypress/bp-forums/bbpress-plugins/buddypress-enable.php moving to bbPress plugin folder and overwrite the existing one.

    I’m on 1.0.2 and still have the issue on the home page, but it is limited to Group Forum posts that are listed. The group forum posts themselves also have them, while the posts that show in BBPress do not ….

    #48184

    In reply to: Removing Userbar Login

    Paul Wong-Gibbs
    Keymaster

    remove_action( 'bp_adminbar_menus', 'bp_adminbar_login_menu', 2 );

    Put it into/make a file called bp-custom.php. I think it lives in /plugins/buddypress/, but I’m sure someone will correct me if it isn’t.

    peterverkooijen
    Participant

    WordPress MU 2.7.1 + BuddyPress 1.0.1.

    Was this issue fixed in version 1.0.2? I will upgrade, test and report back, but any info on this from your side is appreciated.

    Clearing the browser cache should not be necessary. Regular users could try registering different accounts from the same computer as well. You can’t tell them to first clear the cache before trying to register.

    #48181
    Jeff Sayre
    Participant

    Switch to the default BuddyPress themes and deactivate all plugins except BuddyPress. Try the registration process again. If it works, switch to the FaceBuddy theme. Try registration again. If it is still working, activate one of the plugins, etcetera.

    You must distill your BP environment down to the lowest common denominator–default themes, no plugins except BudddyPress activated–and see if everything works with that set up. If so, you then add one thing back at a time (first your custom theme, then one plugin at a time) until the problem occurs again.

    Let us know what you discover.

    #48179
    Andy Peatling
    Keymaster

    testbp.org always runs the latest development copy. You’ll see features in 1.1 appear there before they appear in the final releases of BuddyPress. It provides a place to test new things as they are developed.

    #48176

    In reply to: upgrading to BP1.0.2

    Kunal17
    Participant

    Jeff,

    Thanks for the advice. Looking at https://trac.buddypress.org/browser/trunk/bp-themes?rev=1468, I see a few changes in both the member as well as the home theme to make them compatible with Firefox 3.5. The other changes are 2 months old (which would make them older than BP1.0 that I was running before I updated)

    Sorry to trouble you, but can you confirm that this is all that has changed in 1.0.2. I believe that even in the listed changes on the blog post, this is the only change that could correspond to the default themes. Ive tried to dig further, but I am not very familiar with the trac system.

    #48175

    In reply to: upgrading to BP1.0.2

    Jeff Sayre
    Participant

    @Kunal17

    Another question: Are there any upgrades to the default member & home themes from 1.0 to 1.0.2?

    Yes. There have been an number of changes and improvements. You have two choices:

    1. Make a copy of the v1.0.2 default themes and modify those copies to match your current theme customizations
    2. Or, go through the changesets in trac starting here and look for any theme changes and then make those in your current themes

    #48174
    Paul Wong-Gibbs
    Keymaster

    It’s running the trunk version of BuddyPress. The filtered activity streams is a feature that is going to come in BuddyPress 1.1 – see this roadmap for details.

    I’d strongly recommend against running the trunk copy, before you ask ;)

    #48171
    Paul Wong-Gibbs
    Keymaster

    Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.

    It will not correct any existing items in your Site Wide Activity, but new items will be fixed.

    #48170
    Paul Wong-Gibbs
    Keymaster

    Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.

    It will not correct any existing items in your Site Wide Activity, but new items will be fixed.

    #48169
    Paul Wong-Gibbs
    Keymaster

    For the thing with [p] tags and similar in the Site Wide Activity widget:

    Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.

    It will not correct any existing items in your Site Wide Activity, but new items will be fixed.

    #48168
    Paul Wong-Gibbs
    Keymaster

    Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.

    It will not correct any existing items in your Site Wide Activity, but new items will be fixed.

    #48167

    In reply to: bbCode in Discussions

    Paul Wong-Gibbs
    Keymaster

    Yes. Upgrade to BuddyPress 1.0.2, and read this post: https://buddypress.org/blog/news/buddypress-102/#comment-1173.

    It will not correct any existing items in your Site Wide Activity, but new items will be fixed.

    #48161
    Kunal17
    Participant

    Some really nice websites on this list. Would be awesome if everyone wrote the plugins you were using too.

    #48160
    thestasi
    Participant

    http://thestasi.com/

    Cold war fiction website.

    Almost finished, just ironing out the differences between firefox and ie.

    Once done will have a go at installing mediawiki too.

    Comments on the theme would be great as not visually great at these things.

    Thanks to Mike @ AvenueK9 as his template was the base for the site.

Viewing 25 results - 64,151 through 64,175 (of 69,042 total)
Skip to toolbar