Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 94,351 through 94,375 (of 94,538 total)
  • Author
    Search Results
  • #2367

    Topic: clearing cache?

    in group forum Installing BuddyPress
    Joe Mendonca
    Participant

    So in testing my BuddyPress site, I posted a bunch of blogs. I then deleted them. For some reason, it never cleared out the old blog listings, under the site activity, or on the front page.

    Any idea, how to clear that out?

    – Joe

    #2366
    Joe Mendonca
    Participant

    So I’m having an interesting situation:

    When you go to write a new blog post, and click on the HTML button – The box that you type in, disappears. If you click on the Visual button, to go back – Nothing happens.

    Anyone have any ideas about this?

    Also, I thought maybe something like TinyMCE would fix the situation. Anyone know how to make it work, in BuddyPress?

    Thank you!

    – Joe

    #2364
    wakuza
    Member

    hi all,

    I can’t figure out how to pull buddypress data into dynamic widgets such as: newest account, groups, and site wide acitivity. Also I want to build dynamic members page like http://testbp.org. Anybody know how?

    #33538
    ron_r
    Member
    #33536
    wwwmcasin
    Member

    I just installed buddypress on MCAs.in from trunk. Its a fresh wpmu and buddypress install and i’m facing the same problem.

    When you go to MCAs.in , under members tab if you click on the member it takes you to http://mcas.in/members/annkur/ which is redirected to homepage

    It should actually take you to annkur.mcas.in

    Whats the solution?

    #2357
    Joe Mendonca
    Participant

    Anyone know how to make Site Wide Activity show up? I see this on the BuddyPress test site, on the front page. But in my installation, it doesn’t seem to be in any of the widgets.

    Thanks for all your time!

    – Joe

    #2356
    Joe Mendonca
    Participant

    Hope everyone is doing well. I just installed both WPMU and Buddypress. I made sure to test WPMU out, before diving into Buddypress. All seems to be running a-okay. After installing Buddypress, activating the theme for it, etc, my site comes up as:

    http://www.worshipingbones.com/

    Any idea, why this error is coming up? If I access the index.php file, it works:

    http://www.worshipingbones.com/index.php

    Any suggestions, would be much, much appreciated.

    – Joe

    #2355
    juanfe
    Member

    Hi all,

    I am new here (My first post) and I am giving a try to buddypress. Sorry if this is a already discussed topic, but I wasn’t able to find any answer in google nor in the buddypress forums.

    After install buddypress, the following error appeared in my browser page:

    Warning: include_once(bp-friends/bp-friends-notifications.php) [function.include-once]: failed to open stream: No such file or directory in /home/juanfe/public_html/wp-content/mu-plugins/bp-friends.php on line 12

    Effectively, the file bp-friends/bp-friends-notifications.php doesn’t exist and it is included by the file bp-friends.php

    Thank you for any help,

    Juan

    #33526

    In reply to: privacy issues

    Andy Peatling
    Keymaster

    The first version of BuddyPress is for open networks, there won’t be any real privacy settings.

    Once we have a 1.0 release, then the plan is to work on a generic privacy component that will introduce privacy levels across an install.

    #33523
    Andy Peatling
    Keymaster

    On trac, so create a new ticket that explains the problem and what the patch does to fix, then you can attach the patch file to the ticket:

    https://trac.buddypress.org/newticket

    #33521
    Nadiamode
    Participant

    Where can find the original language file or this will support in the future?

    #33516
    Famous
    Participant

    Thank you nadiamode for sharing. It seems there is no difference between yours and mine. Creede I updated my themes so I am very confused now?!?!?

    Does anyone know why I would be getting a 200 error?

    Without a trailing slash my website reads as though it is a different address. If someone can give me an idea, I would appreciate it. Actually, I am kinda shocked that I am the only one with this problem, doesn’t anyone else have this problem? My mu wordpress is standard. The only difference I can think is that I am not using the buddypress-home theme?

    #33515
    creede
    Participant

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

    #2349
    jalien
    Participant

    First, thanks for changing the members page structure. A lot more wpmu admin plugins work with Buddypress now – for example “Default Categories for New Blogs” seems to work now. It is also much easier to create new users (don’t have to make 2 blogs per user) and it’s easier to use the “More Privacy Options” plugin. NextGen Gallery can now be automatically turned on using “Plugin Commander” for all blogs without worrying about having a gallery in the user profile. In short it feels much more like a regular wpmu install for the blogs with all the benefits of buddypress.

    My question is with friend finder. When I do a search for a newly created blog user, the user doesn’t show up in the friend finder. If I go to their profile, I can invite them as a friend. Is this because the new blog has not created their profile yet or am I missing something else.

    Again thanks for the great work.

    #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.

    #2342
    bebopcool2
    Member

    everything seems to work fine on my buddypress install for new users and new blogs.

    but it does not include blogs already created.

    Is it standard ? or did i make a mistake in installing buddypress ?

    what shuold i do : delete and recreate the blogs for the users ?

    #2339
    Nadiamode
    Participant

    I would like to translate BuddyPress to my language

    #2338
    iprashant
    Member

    Hmmmm…. this is major problem i see it has to be solve. there are problems for IE7

    1. On home page each menu header is not in sync with below matter either it is who’s online list, new post on left side, or either in center.

    2. On profile header Buddypress logo is fighting with first drop down menu.

    I hope guys will sort it out.

    Hey i am interested if i get chance to work on buddypress. Give me chance atleast.

    #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.

    #2333
    Huda Toriq
    Member

    As a social network platform, a level of friendship/connection between 2 users is essential, for example: you may add some user only as a ‘contact’, or ‘friend’ or maybe closer e.g. family. When will BuddyPress implement this? I think it’s one of the basic need of a social network engine.

    I know it’s still a long way. There are lots to do now. I’m not asking for a nice, user friendly interface, right now. Only a generic scheme, the database structure, etc. I think it’s better to consider adding it before everything’s got more complicated and solid. In the future, this thing should be customizable, perhaps like a user role in WP.

    Or is it already developed here?

Viewing 25 results - 94,351 through 94,375 (of 94,538 total)
Skip to toolbar