Search Results for 'buddypress'
-
AuthorSearch Results
-
June 26, 2009 at 11:08 pm #48151
In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeff Sayre
ParticipantOkay, why don’t both of you go through this list to see if there are other commonalities:
https://buddypress.org/forums/topic.php?id=2674
Please post your response to those questions here.
June 26, 2009 at 9:51 pm #48149In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeremiah Stover
MemberI tried downloading wpmu 2.7.0 and bp 1.0.1 – only the budypress activation returns error 500 in this case, the rest of the site continues to function.
June 26, 2009 at 8:21 pm #48147In reply to: 500 Error after uploading BuddyPress 1.0.2
Justin Brock
ParticipantYeah, Jeremiah. That’s how it happens.
John, WordPress MU (2.7.1) is working fine. It’s when I upload BuddyPress (1.0.2) that i get the error. My admin panel, the public blog, everything becomes Error 500 in the browser once I upload the files.
I can still see everything fine in the ftp explorer [Filezilla]
June 26, 2009 at 7:35 pm #48146Roy McKenzie
ParticipantThis would be great!
June 26, 2009 at 7:20 pm #48145jimgroom
Participant@Andy and John James
Thanks for the clarification, i will post a bug report—and i have to say I am loving the Buddypressification of UMW Blogs. Adds a whole ‘nother dimension!
June 26, 2009 at 7:10 pm #48143In reply to: 500 Error after uploading BuddyPress 1.0.2
Jeremiah Stover
MemberStep 1 – Download latest version of WordPress MU (2.7.1)
Step 2 – install on server and verify it is working
Step 3 – Download latest version of BuddyPress (1.0.2)
Step 4 – copy to the plugins directory
Result
Error 500 on all pages
June 26, 2009 at 7:01 pm #48141In reply to: Swahili Translation
Ishimwe
ParticipantThanks Andy,
but meanwhile, while I want to “test” how it looks before sharing it with the world should I be able to install it and check how it would be? That’s what I am trying to accomplish for the moment because there doesn’t seem to be an elaborate document on how to install language files for other languages in buddypress. AT LEAST I haven’t found any.
After that I will go on to another language (kirundi), . . .
June 26, 2009 at 6:26 pm #48133In reply to: Profile Data On A Member Directory
landykos
ParticipantI just did a query on the members table then did a for each on the results. and for each group run the buddypress function:
global $wpdb;
$groups = $wpdb->get_results(“SELECT * FROM wp_bp_groups order by name”, ARRAY_A);
foreach ($groups as $group) :
bp_group_has_members(‘group_id=’.$group[‘id’].’&exclude_admins_mods=false’)
Then $group[‘name’] will get you the members name.
Hope that helps you!
LK
June 26, 2009 at 6:01 pm #48132In reply to: Will BuddyPress work with Multi-Site Manager Plugin
John James Jacoby
KeymasterTopic reopened per plugin developer.
Let’s keep it on point people.
June 26, 2009 at 5:52 pm #48131In reply to: 500 Error after uploading BuddyPress 1.0.2
John James Jacoby
KeymasterPossible that the themes are missing or deactivated somehow. Are you able to access the admin area? If so, can you make sure you have a member theme active and in the correct location? Same with your home theme?
June 26, 2009 at 5:26 pm #48129In reply to: upgrading to BP1.0.2
Jeff Sayre
ParticipantThe only plugins that need to be deactivated are those that are dependent upon BuddyPress. So, if you don’t have any of those in mu-plugins, you should be fine keeping them as is.
Andy is working on some code that will automatically deactivate all BP-dependent plugins whenever BP gets deactivated. Of course, this code will need to be retroactively added to all current BP plugins out there, but I imagine plugin devs will simply add this coding to one of their next versions.
June 26, 2009 at 5:20 pm #48128In reply to: upgrading to BP1.0.2
John James Jacoby
KeymasterI would imagine you’d be best to take the plugins out of mu-plugins and put them in a new folder called “temp”, upgrade BP, and then replace the files back into mu-plugins.
The reason why this is necessary (for now) is because plugins that depend on BuddyPress being active do not have a dedicated way to check for its existence, and will die when BP isn’t there.
This will be addressed in future versions.
June 26, 2009 at 4:52 pm #48127Burt Adsit
ParticipantYou shouldn’t be getting an error if you are using a recent version of bp. Not sure exactly when this got introduced but the current version give out an error message like this ‘[Adjust Time Zone]’ in place of the invalid recent activity date.
From this thread: https://buddypress.org/forums/topic.php?id=2437#post-13341
The problem is you need to adjust your time zone.
For the "time since" to work correctly, the timezone setting
for your root blog has to match the time on your server.
You can change it under "Settings > General" in your /wp-admin/ area.(Andy Peatling)
June 26, 2009 at 4:20 pm #48124In reply to: Swahili Translation
Burt Adsit
ParticipantThere is a translation svn repo in the works. From the buddypress-dev mailing list 6/25/2009:
“The plan is in the next week or two to have a subversion repository set up for your language files. Each time you make a change, please keep the repo up to date with the latest version. I’ll give a weeks notice when a launch is close, so you can make sure your translations are up to date.
I’ll then take the latest for each language and bundle them in the bp-languages folder.”
Andy Peatling
You can subscribe to the list here: http://lists.automattic.com/mailman/listinfo/buddypress-dev
June 26, 2009 at 2:09 pm #48121jimgroom
ParticipantIn case anyone is interested, D’Arcy Norman figured out the fix to the Multi-DB issue:
http://www.darcynorman.net/2009/06/25/buddypress-and-multidb/
June 26, 2009 at 1:34 pm #48120In reply to: Can’t select users.
Jeff Sayre
ParticipantI have not heard of one. Your best bet, as I said, is to contact the developers of those plugins and ask them if the are working on supporting BuddyPress.
You could also post a suggestion here or, if you’re willing to pay for the development of such a plugin, post a job here.
June 26, 2009 at 1:28 pm #48119In reply to: *IDEA*I want to make a achievements Plugin
Jeff Sayre
Participant@airblastor
There’s no need to double post. You’ve already started a thread 5 days ago with this same basic topic here: https://buddypress.org/forums/topic.php?id=3268#post-17974
As DJPaul told you in that thread, he is working on an achievements plugin. It takes time to code proper plugins. So, if you do not have the skills yourself, then you’ll need to be patient and wait for it to be released.
June 26, 2009 at 1:10 pm #48118gpo1
ParticipantIntegrating P2 as a member theme is better cos it would seem like the New facebook Theme with a twitter feel if done using one column like the buddypress.org site!
June 26, 2009 at 8:31 am #48114In reply to: My ‘home’ link is error
nikoching
ParticipantThank you so much …..Plrk
Problem is solved . after install 4 times now sucess..
Because I install use ‘sub-dir’
I install into ‘blog/’ ‘blogs/’ …. All wrong….Because just you say ‘You are confusing buddypress’
Now I install into ‘mu/’ …..and it’s done….
Thank you very very very much ~~~~(
)
June 26, 2009 at 4:09 am #48108Jason Pelker
ParticipantI completely agree with Donnacha.
To integrate these two products would make a lot more sense than the products existing separately. P2 has little public use at the present and BuddyPress doesn’t encourage participation outside of forums. The current generation of BuddyPress themes do not do the technology justice, either.
I firmly believe mingling the two extensions together will lead to a bigger and brighter future for the both.
The question is, now, how do we go about coding these two together? I’m willing to work on this, but I’d really like a volunteer to partner with me for when I get stumped.
June 26, 2009 at 4:06 am #48107In reply to: BuddyPress Kills WordPress Themes
takuya
Participantwhere do you host your site? Just in case other bp users face the same nightmare when choosing the host…
I’ve never seen this problem, my install just works properly. Make sure you disable all other plugins but bp when solving this problem.
June 26, 2009 at 12:01 am #48101In reply to: Who’s Online not working
Jeff Sayre
ParticipantDo you have any plugins, other than BuddyPress installed and activated. If so, try temporarily deactivating them all and see if the problem goes away. Please report back here.
June 25, 2009 at 11:09 pm #48100In reply to: BuddyPress Kills WordPress Themes
Andy Peatling
Keymastergwsa – because this is not a BuddyPress bug. It’s something to do with your setup, hence the reason no one else has had the problem.
Are you sure you don’t have any crazy re-write rules or symlinks for your themes folder?
June 25, 2009 at 9:18 pm #48099In reply to: BuddyPress Kills WordPress Themes
gwsa
ParticipantAlso tried upping to 1.0.2. No fix.
June 25, 2009 at 9:16 pm #48098In reply to: BuddyPress Kills WordPress Themes
gwsa
ParticipantBurt,
With BP Deactivated:
Site Admin -> Themes, 7 Installed, 4 Active (all WP Themes)
Appearance -> Themes, 4 to choose from
As soon as I activate BP:
Site Admin -> Themes, 3 Installed, 0 active (all BP Themes)
Appearance -> Themes, ZERO to choose from
-
AuthorSearch Results