Search Results for 'buddypress'
-
AuthorSearch Results
-
November 1, 2008 at 12:21 am #33538
In reply to: no Search or Categories in Forum?
October 31, 2008 at 2:23 pm #33536In reply to: Problems with accessing Members pages
wwwmcasin
MemberI 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?
October 30, 2008 at 7:34 pm #33526In reply to: privacy issues
Andy Peatling
KeymasterThe 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.
October 30, 2008 at 10:29 am #33523Andy Peatling
KeymasterOn 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:
October 30, 2008 at 9:57 am #33521In reply to: Will BuddyPress support language file?
Nadiamode
ParticipantWhere can find the original language file or this will support in the future?
October 30, 2008 at 5:10 am #33516In reply to: OK The document has moved here.
Famous
ParticipantThank 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?
October 30, 2008 at 4:27 am #33515In reply to: OK The document has moved here.
creede
ParticipantLooks like I forgot to update my buddypress-home and buddypress-member themes. It’s all better now.
October 29, 2008 at 1:23 pm #33499In reply to: Sign up problem
massimonitti
MemberI 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.
October 29, 2008 at 12:48 pm #33498iprashant
MemberOk 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.
October 29, 2008 at 11:04 am #33497Andy Peatling
KeymasterCan you log this at: https://trac.buddypress.org/newticket
October 29, 2008 at 11:01 am #33495In reply to: Will BuddyPress support language file?
Andy Peatling
KeymasterIt will read languages files in:
/wp-content/mu-plugins/bp-languages/buddypress-[locale].mo
October 29, 2008 at 10:59 am #33493In reply to: wpmu requirements for install
Andy Peatling
KeymasterBuddyPress will always work on the latest stable release of WPMU.
October 29, 2008 at 2:27 am #33483In reply to: Avatar Problems
Trent Adams
ParticipantProblem is that changeset 444 will give errors as I reported in this ticket.
https://trac.buddypress.org/ticket/124
Trent
October 28, 2008 at 11:33 pm #33480In reply to: Level of connection/friendship
Chris Taylor
ParticipantI’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.
October 28, 2008 at 4:53 pm #33476In reply to: Avatar Problems
Famous
ParticipantThanks 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.
October 28, 2008 at 4:09 am #33474In reply to: OpenID Support?
Parmenti
Participantgood to hear. I will be very interested in having OpenID available. Any chance at a music or video section for buddypress?
October 28, 2008 at 3:09 am #33473In reply to: BBpress and Buddypress ?
gogoplata
ParticipantI’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.
October 28, 2008 at 1:51 am #33471In reply to: BBpress and Buddypress ?
Nadiamode
ParticipantYou 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.
October 27, 2008 at 9:04 pm #33469In reply to: problem with custom themes
Andy Peatling
KeymasterI 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)
October 27, 2008 at 7:16 pm #33467In reply to: BBpres install
gogoplata
ParticipantYep, 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.
October 27, 2008 at 10:21 am #33465In reply to: Bad possibilities to translate BuddyPress
Andy Peatling
KeymasterAgreed – 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.
October 27, 2008 at 7:20 am #33464In reply to: German translation
Dennis
ParticipantSorry, 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.
October 26, 2008 at 5:38 pm #33463In reply to: BuddyPress Deutschland (Germany) is here!
fight4life
MemberNice..
I am using BuddyPress on my Testsite meebo.bplaced.net. I have nearly translated everything… Tomorrow i will switch to another Domain …
October 25, 2008 at 4:51 pm #33457In reply to: Error on install
Andy Peatling
KeymasterPlease use the latest trunk version of BuddyPress.
October 24, 2008 at 11:41 am #33445In reply to: WPMu email notifications under Buddypress?
Andy Peatling
KeymasterThat depends, if there are filters placed on the output then I would think so. Otherwise BuddyPress will need to bypass and rewrite these emails.
-
AuthorSearch Results