Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,876 through 16,900 (of 69,108 total)
  • Author
    Search Results
  • #182487
    rccoder
    Participant

    I had the same problem. It was caused by an unhandled PHP error.

    PHP Fatal error: Call to undefined function bp_activity_get() in …/wp/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php on line 266

    Here’s the fix.

    Fix: Modified BP plugin bp-xprofile function to prevent the error.

    File: wp/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-activity.php
    Function: bp_xprofile_updated_profile_activity
    Line: 266

    Added the following to prevent the error.
    // FIX: Blank page after edit profile save.
    if ( function_exists ( ‘bp_activity_get’ ) ) {

    #182486
    Joe LeBeau
    Participant

    Buddypress really should have a character limit option for the profile fields and comments…

    #182480
    okamiokami
    Participant

    @sharmavishal
    thank you for your suggestion. I installed the plugin, however it has not been updated in the last 8 months, and that’s the reason I am asking for a BuddyPress feature. Personally, I’d rather use the fewest possible plugins and rely on integrated functions.

    I’m having problems with slow-updating plugins on a different blog, and WP’s auto-update feature is not helping.

    Back to the topic, I’ll give the plugin a chance, but I’m afraid that sooner or later it might be deprecated, and I’d be back at square one

    #182478
    bp-help
    Participant

    @protechig
    Have you tried using the language file approach?

    Customizing Labels, Messages, and URLs

    #182473
    shanebp
    Moderator

    Try this in bp-custom.php or your theme functions.php:

    
    function jeff_change_buddypress_profile_tabs( $translated, $original_text, $domain ) {
    
        if ( 'buddypress' !== $domain )  {
            return $translated; 
        }
    
        switch ( $original_text ) {
        
            case 'Groups <span>%d</span>':
                return 'Bongos <span>%d</span>';
    
            case 'Groups':
                return 'Bongos';
                
            default:
                return $translated;
        }
    }
    add_filter( 'gettext', 'jeff_change_buddypress_profile_tabs', 10, 3 );
    #182469
    SK
    Participant

    I would prefer a field-by-field switch a la https://buddypress.trac.wordpress.org/ticket/787 as opposed to a blanked on/off.

    #182468
    JeffE
    Participant

    @jaynm26 I still haven’t been able to change the Groups label on the profile page. I’ve used the .po file to change it just about everywhere else on the site, but this one place seems to be hard coded. I don’t know why the BuddyPress developers haven’t piped in on this.

    #182466
    SK
    Participant
    #182460
    Giacomo
    Participant

    I tested this on BuddyPress 2.0 and twentytwelve theme and it’s adding the custom content

    #182454

    In reply to: Theme development woes

    Renato Alves
    Moderator

    I personally doesn’t create like that. I bring the files to my themes folder and edit them. This is better for upgrades and I won’t need to create pages.

    Example: If I want to have a custom Profile page, I would do the following steps:

    1 – Create a folder in my theme called, BuddyPress (wp-content/themes/my-theme/buddypress).
    2 – I would copy the profile file from the bp-legacy template in the BP plugin folder and would put in this BuddyPress folder in my template.
    3 – Edit the way I liked.

    It depends much of what you are trying to do, but this approach solved my problems in a more secure and future-friendly way.

    #182451

    In reply to: Theme development woes

    Sythenz
    Participant

    My example is arbitrary, and has no particular action – rather my method in developing a theme is the question: i.e: is there a particular method in which I should be creating themes or is calling buddypress functions on a theme the correct method of use?

    xjamesb
    Participant

    Thank you for the feedback Henry and Modemlooper.

    I have now got acceptable performance. Newrelic showed that admin-ajax.php was triggering a bug in BuddyPress Docs that was adding 3.5 s to each response. The plugin author is addressing the issue.

    Inspection of Firebug log shows that an AJAX request is made on each keyUp. As Henry’s link suggests and my Newrelic logs show admin-ajax is consuming most of my sites resources. Developers need to reduce its use.

    For small sites like mine with a perhaps 100 members in total the entire directory could be pre-loaded when the Compose tab is loaded. This would reduce server load and give 100ms response to the user.

    How can I flag this as a feature request to core developers?

    adamt19
    Participant

    according to the codex they’re (bp_is_home and bp_is_my_profile) the same thing

    Template Tag Reference

    #182436
    J J
    Participant

    So, how do I make my website work? 60k people wanting to connect – BuddyPress can’t handle??

    #182422
    Henry Wright
    Moderator

    @j-j 60,000 members is an awful lot compared to most BuddyPress installations! Whilst low-performance is less noticeable on websites that have low-traffic, it explains why your queries are taking the extra time.

    Going into 2.0, I think the core team realised more could be done to help sites such as your own, so they earmarked lots of areas of 1.9.2 that could be improved performance-wise. I think it might be more profitable in the long run for you to resolve the 502 error, rather than addressing a handful of queries that are running slowly. It’s likely that these queries have already been addressed in 2.0 – along with so much more.

    Actually, 2.0.1 came out yesterday. It includes a number of fixes, some of which are related to the 1.9.x to 2.0.x upgrade routine. See: https://buddypress.org/2014/05/buddypress-2-0-1/

    #182421
    J J
    Participant

    Thank you, but of of course 😉

    Anyone – can you help with these consistent LONG QUERIES specifically? My hosting provider is stumped and thinks its a BuddyPress issue. Thank you!

    #182413
    adamt19
    Participant
    #182412
    adamt19
    Participant

    Migrating was the wrong term (can’t update OP I guess?)

    I’m upgrading to BP 2.0 (from 1.9.2)

    Brought in users via this plugin

    BuddyPress Members Import

    #182403
    okamiokami
    Participant

    at the moment I have 2 “humanity check” plugins: SKT Nurcaptcha and Buddypress Security Check, plus WangGuard.

    dxjj2005
    Participant

    I found the reason, I need a smtp pulgin, after I installed a plugin Configure SMTP, all is ok. we can also use buddypress.

    Before install buddypress last time, I don’t test a new user, I just found some users, in fact these users also didn’t receive the verification email. I’ll resolve it.

    Sorry! buddypress.

    #182389
    Mathieu Viet
    Moderator

    Hi @moonhopper

    No i’m.not saying this. If you start from the begining :
    Creating the network, then activating BuddyPress is ok.

    #182374
    Henry Wright
    Moderator

    Not exactly an answer to your question but related to your site’s performance, take a look at Boone’s blog post. In particular the section on performance enhancements. Consider upgrading to BP 2.0 before you spend too much time investigating why 1.9.2 is slowing down your site.

    BuddyPress 2.0 “Juliana”

    #182366
    Doctor Psyringe
    Participant

    Also updating/replacing the buddypress.css in the Theme folder fixed “Page Reloading” whenever users tried to comment in the activity stream. Once that .css was updated, the buddypress was running smooth as butter (minus a few Profile permalink errors).

    -Nick

    #182365
    Mathieu Viet
    Moderator

    @moonhopper

    you’re welcome.

    Just to be sure. You had a single site (not multisite) with BuddyPress activated on this site and you made the 2.0 upgrade while still on a non multisite config ? Then you’ve created the network ?
    Or did you activate BuddyPress once the multisite was created and then made the 2.0 upgrade ?

    It’s an important difference as the upgrade trouble we discussed on this thread only concerns non multisite configs.

    Finally if it was a non multisite, can you reply to 3, it’s also an important check:
    3/ Can you check into the usermeta table of your site if for the problematic users you have a meta_key ‘activation_key’ with a meta value or not ? If so in the users table are these users having a user_status set to 0 ?

    #182364
    Doctor Psyringe
    Participant

    Right you are. Of course I removed all the old theme files, including global.js, and put the legacy folders under community.

    Thought I could keep the old buddypress.css – but as it turns out THAT was the source of double posting. I didn’t think a .css file could cause a post function error like that — but it did. So for future reference to users with the double post error — replace the old buddypress.css file and update the newer legacy buddypress.css adding any changes you may have made.

    Could be the source of all double posting — who knows? Seems to be a VERY open ended issue.

    Thanks for all the feedback — I’m 100% minus small modifications to .css and some weird “Settings” permalinks from the “Profile” I’ll research or request support for in a new topic (linking to posts on the WordPress or to a blank page). I also notice if a bbPress Topic has the same name as a User Profile, the user profile would link to the topic – but for now I deleted the topics as an easy fix.

    No idea how to mark topics resolved.

    -Nick

Viewing 25 results - 16,876 through 16,900 (of 69,108 total)
Skip to toolbar