Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 68,826 through 68,850 (of 68,950 total)
  • Author
    Search Results
  • #33515
    creede
    Participant

    Looks like I forgot to update my buddypress-home and buddypress-member themes. It’s all better now.

    #33499

    In reply to: Sign up problem

    massimonitti
    Member

    I am having the same problem. I looked in the code. It seems that the point in the code is on line 174 of bp-xprofile-signup.php:

    if ( $checked_upload && $checked_size && $checked_type && !$original = bp_core_handle_avatar_upload($_FILES) ) {

    $avatar_error = true;

    $avatar_error_msg = __(‘Upload Failed! Your photo dimensions are likely too big.’, ‘buddypress’);

    }

    but i dont understand what is going wrong.

    #33498
    iprashant
    Member

    Ok got the solution.

    I want to pin point some thing here plz let me know if im going wrong.

    I wanted activity should display in local languages also.

    So i have updated

    1. /bp-activity/bp-activity-templatetags.php

    2. wp_bp_activity_sitewide table

    Updates are as follows.

    1.

    here coz of local language when we create post url getting converted to utf so its long test with sting and special chars that is the reason in the formation of site wide activity sprintf is used so it is not allowing big utf type url.

    In function bp_activity_content_filter

    I commented //$content[0] .= ‘%s’;

    and in function bp_activity_insert_time_since

    return sprintf( $content, ‘  ‘ . bp_core_time_since( strtotime( $date ) ) . ‘ ‘ . __(‘ago’, ‘buddypress’) );

    replaced with

    return $content . sprintf( “%s”, ‘  ‘ . bp_core_time_since( strtotime( $date ) ) . ‘ ‘ . __(‘ago’, ‘buddypress’) );

    2. In wp_bp_activity_sitewide table updated content field with utf8_general_ci

    This is for site wide activity to work with local languages. For profile make changes with other tables related to user_activities all other works fine.

    #33497
    Andy Peatling
    Keymaster
    #33495
    Andy Peatling
    Keymaster

    It will read languages files in:

    /wp-content/mu-plugins/bp-languages/buddypress-[locale].mo

    #33493
    Andy Peatling
    Keymaster

    BuddyPress will always work on the latest stable release of WPMU.

    #33483

    In reply to: Avatar Problems

    Trent Adams
    Participant

    Problem is that changeset 444 will give errors as I reported in this ticket.

    https://trac.buddypress.org/ticket/124

    Trent

    #33480
    Chris Taylor
    Participant

    I’m not sure how far Andy’s got will this, but the code I donated to him earlier in the year allows user to assign tags to their friends (i.e. “friend”, “family”, “drinking buddy” etc). The user can then allow permissions for friends with certain tags to view different parts of their profile.

    This is working pretty well on http://myjournal.com, and I’m happy to help implement this for BuddyPress too.

    It may already be in there, I’m embarrassingly behind the times with my copy of BP.

    #33476

    In reply to: Avatar Problems

    Famous
    Participant

    Thanks for the Global notification system, that is very much needed in order to make buddypress work.

    Avatars, I noticed that avatars are being saved to one particular folder under the blog.dir and within that folder other folders are created for the users, is that the way it will continue to work? And what should I do about previous users who signed up. There folder is not in that same primary folder, and their pics do not show up anymore.

    As the nadiamode & trent have mentioned there is an issue with 150px X 150px” error when trying to change an avatar. Thanks for your help.

    #33474

    In reply to: OpenID Support?

    Parmenti
    Participant

    good to hear. I will be very interested in having OpenID available. Any chance at a music or video section for buddypress?

    #33473
    gogoplata
    Participant

    I’m guessing that line in the FAQ is out of date. I’m currently using it fine on 2.6.2 and will report any problems when I upgrade to 2.6.3, but I as long as you stay in the 2.6.X line you should be okay.

    #33471
    Nadiamode
    Participant

    You should use 2.6.1 as say in FAQ

    BuddyPress is being developed on the latest stable release of WPMU (2.6.1). Please don’t expect it to work on the latest build in SVN.

    #33469
    Andy Peatling
    Keymaster

    I think there needs to be an is_page() check done before the URL hijacking takes place. Can you submit a ticket for this at: https://trac.buddypress.org/newticket (wp.org support forum login creds)

    #33467

    In reply to: BBpres install

    gogoplata
    Participant

    Yep, I’ve successfully integrated the users, but couldn’t get the simultaneous login to work but that’s very minor. I’m going to do some tweaks to bbPress to redirect to their BuddyPress profile so users don’t have two profiles to maintain but it’s prett straight forward.

    #33465
    Andy Peatling
    Keymaster

    Agreed – some of the strings are quite broken up right now which makes it hard to translate. I’ll switch in some string replacements to clean this up a bit and you should be more or less good to go.

    #33464

    In reply to: German translation

    Dennis
    Participant

    Sorry, but the official german translation is on the way, we at buddypress.de have only waited for the implementation of load_textdomain, which enable to load the localization. Be patient!

    Die deutsche offizielle Übersetzung kommt, wir (buddypress.de) hatten nur noch darauf gewartet, dass BuddyPress die passende Funktion bekommmt, dass es Sprachdateien laden kann. Bitte noch etwas gedulden.

    #33463
    fight4life
    Member

    Nice..

    I am using BuddyPress on my Testsite meebo.bplaced.net. I have nearly translated everything… Tomorrow i will switch to another Domain …

    #33457

    In reply to: Error on install

    Andy Peatling
    Keymaster

    Please use the latest trunk version of BuddyPress.

    #33445
    Andy Peatling
    Keymaster

    That depends, if there are filters placed on the output then I would think so. Otherwise BuddyPress will need to bypass and rewrite these emails.

    #33442
    Andy Peatling
    Keymaster

    Smueller – actually the readme is outdated, so it’s not entirely clear. I’m updating them now.

    #33440

    In reply to: BuddyPress Codex?

    Andy Peatling
    Keymaster

    Hopefully yes. I will spend some time adding tags in there once I get some time to do that. The codex is user contributed, so if you feel like adding tags to the codex that you use, then please do.

    #33439
    lengsh
    Member

    It does seems fine now after reinstalling with the latest trunk

    #33438
    smueller
    Participant

    ok – I’m a moron – I figured it out – what I did was renamed(despite the big, bold warning in the theme install.txt) the buddypress-home folder to ‘home’ rather than leaving it as buddypress-home and completely removing the home directory. Now all looks good and I can start to ‘play’. Thanks to all that responded and I promise to read the instructions more carefully before future posts.

    #33437
    smueller
    Participant

    ok – I have the ‘BuddyPress Home Theme 0.1’ activated and I’ve added all of the available widgets to ‘Sidebar 1′(which is the only option available in the dropdown and I also do not see any plugins available but I believe that is by design as, per a prior post, all plugins are automatically on and won’t show under plugins and all I’m still seeing on the home page is the standard bp header, the bp logo and a ‘This is a WordPress MU + BuddyPress powered site’ at at the top and a ‘This is just a placeholder theme, eventually you will be able to make this an aggregation of site content, or a site blog’ message in the footer. Is there a newer version or am I still missing something? Again, any help would be appreciated – I really want to be able to fully eval this app but it’s starting to get a bit frustrating.

    #33436

    are all the sections on the bp theme home page (recent blogs, who’s online?, etc…) only allowed to be added in as widgets or can you implement them by using template tags?

Viewing 25 results - 68,826 through 68,850 (of 68,950 total)
Skip to toolbar