Search Results for 'buddypress'
-
AuthorSearch Results
-
December 18, 2008 at 3:57 pm #34577
In reply to: Profile fields linking dumped?
belogical
Participanti notice that it is somewhat working in the latest build. I’m running it on trunk MU 2.7 and buddypress 1.0 beta. i see that some of the fields are links and some are not. i can’t seem to find a consistent behavior. anyone else seeing this?
December 18, 2008 at 3:06 pm #34575In reply to: /groups/my-group, refering to unknown style
Burt Adsit
ParticipantYou have a configuration problem. /wp-content/member-themes/buddypress-home/… is not a valid bp path.
December 18, 2008 at 11:38 am #34572In reply to: blogs can´t be accessed
careercriminal
MemberOk .. say I wouldn´t want to reinstall the whole thing. Is there a way to get Buddypress to look for the blogs in a:
http://www.youarepaperboy.org/iamsure – fashion?
I think the blogs are getting created well, only the fact that Buddypress want´s to access the blogs in the wrong spot.
Cheers and thanks for any reply.
Martin
December 18, 2008 at 11:16 am #34571gnattybumpo
Memberproblem solved. see https://buddypress.org/forums/topic.php?id=428&replies=3#post-1845
December 18, 2008 at 11:15 am #34570In reply to: themes error line 472
gnattybumpo
MemberI had the same problem with my member theme until I tracked down this post: I was putting the member theme in the themes directory along with BuddyPress Home theme. What threw me was the fact that in the pre beta releases the member theme WAS located in the themes directory. A bit confusing, but an easy fix.
December 18, 2008 at 6:14 am #34567In reply to: Fatal error: call to undefined function
sgruntaccio
Memberoh..damn! Thanx burtasid for the info. But why this “little” indication it is not written in the “installing buddypress” page or in the Faq? I presume a lot of user could be confused about this
December 18, 2008 at 5:08 am #34561In reply to: Group forums not working? On a DV?
Burt Adsit
Participant@stix1972 No it has nothing to do with apache config in any way. The communications between bbpress and buddypress are xmlrpc. That’s why Andy has us flipping switches in bbpress for xmlrpc and pingbacks. Apache is not involved.
The php curl library is what’s being used to find a link between bbpress and buddypress. This may not affect everyone. Matter of fact the xmlrpc stuff in wp and bbpress has 5 different ways of establishing a connection. It tries the curl method first. If curl is enabled on your site then it uses it.
My problem wasn’t with the curl library. It was working fine doing what it was supposed to do. My problem was that my server, which I’m supposed to know how to config because I’m the sysadmin for it, was not configured to enable php to go out and do low level stuff based on the settings in the /etc/hosts file.
Does that make any sense?
Group forums wasn’t working and I knew I had it configured correctly. Then I went looking for a different reason. I knew the code was ok because it worked for other people just fine. I debugged down to find out the exact error that was causing a problem then tracked it down to the curl lib not being able to resolve the correct ip address.
It was something in my environment other than bp and bbpress. The hosts file was it.
If forums aren’t working for you then this might be the problem. Then again it might not. This setup between bp and bbpress depends on so many factors being right, it’s a miracle it works at all. I’m guessing that’s one reason xmlrpc has 5 different ways of talking. Never know what environment it’s gonna run in.
December 17, 2008 at 11:22 pm #34548In reply to: Group forums working yet not working
Burt Adsit
ParticipantHowdy people. I solved *my* group forums problem. I’m running on a dedicated virtual server account for mu/bp/bbpress. I found the solution to my problem with group forums. It might have something to do with yours.
See:
December 17, 2008 at 10:48 pm #34547In reply to: Beta vs Trunk
Alvaro Illanes
ParticipantRespuesta: De la versión 768 se saltó directamente a la versión Beta y se pasó a llamar sin ningún cambio trunk 795.
Recomendado descargar la actualización de 795 a 796. Descarga directa:
https://trac.buddypress.org/changeset?format=zip&new=796&old=795&new_path=trunk&old_path=trunk
December 17, 2008 at 9:34 pm #34546In reply to: BuddyPress Showoff: Post your links
juaevpa
MemberThe first coworking net in Valencia (Spain).
Buddypress has been very very useful!!!
Regards
Juanma
December 17, 2008 at 8:21 pm #34544In reply to: blogs can´t be accessed
Burt Adsit
Participantbuddypress doesn’t create the blogs. wordpress mu does. Install mu with that option and you’ll get the subidirectory version of mu. I’d check the mu forums and around here before I chose that option though.
December 17, 2008 at 8:07 pm #34542In reply to: BuddyPress Showoff: Post your links
Burt Adsit
Participant@fserer Nice work on integrating bp into your theme. Very slick.
December 17, 2008 at 7:52 pm #34540In reply to: Log Out Redirect Error
mdsports
ParticipantHere’s the code which can be found in the BP home theme header:
<?php if ( function_exists(‘wp_logout_url’) ) : ?>
/ ” alt=”<?php _e( ‘Log Out’, ‘buddypress’ ) ?>”><?php _e( ‘Log Out’, ‘buddypress’ ) ?>
<?php else : ?>
/ “><?php _e( ‘Log Out’, ‘buddypress’ ) ?>
<?php endif; ?>
December 17, 2008 at 6:49 pm #34538In reply to: BuddyPress Showoff: Post your links
Fernando Serer
Participanthttp://pequelia.es – A spanish community for parents
Andy, congratulations for this release!
December 17, 2008 at 4:39 pm #34530In reply to: BuddyPress Showoff: Post your links
mgkimsal
MemberJust doing a soft-launch of http://jsusers.com aimed at becoming a web community for Javascript developers. Wasn’t too hard to get set up, but I’ve had to do a lot of small tweaks to get things ‘workable’. Good job for such a new project though!
December 17, 2008 at 4:21 pm #34529In reply to: BuddyPress Showoff: Post your links
Burt Adsit
ParticipantI don’t know. I only tested it out of curiosity and that was on the mu root blog. Good question. Lame answer.
December 17, 2008 at 4:15 pm #34528In reply to: Can’t edit posts as user
Burt Adsit
ParticipantThe best way to do things is to test mu hard, get bbpress up and running and test it. Then install buddypress. Otherwise you never know who the culprit is in situations like this.
December 17, 2008 at 2:37 pm #34526In reply to: Can’t edit posts as user
bustherh
MemberPeople on the other forums seem to think this is a buddyPress issue. Later today I will remove all plugins to see if this is a WP-MU issue.
December 17, 2008 at 2:31 pm #34525mandriam
Memberj’utilise encore wpmu 2.6.5, je sais pas où et comment prendre la 2.7.
Mais sur mon serveur ca marche très bien, juste je cherche la traduction francaise pour le tester à fond.
December 17, 2008 at 10:27 am #34524In reply to: BuddyPress Showoff: Post your links
danielfelice
ParticipantI am wondering the same thing actually!
December 17, 2008 at 10:06 am #34522In reply to: Installing BuddyPress causes completely blank page
Ian Wallace
ParticipantJust to close this out, I reinstalled my WPMU installation as subdomain instead of subdirectory and it works fine now.
However, if you are installing WPMU and BP as subdirectory, then it probably will not work at the moment.
Case closed.
December 17, 2008 at 10:01 am #34521In reply to: BuddyPress Showoff: Post your links
Meerblickzimmer
Participant@burtadsit: thanks for the link. just one question. it works just for the superadmin, not for userblogs. right?
December 17, 2008 at 9:50 am #34519In reply to: Creating an invitation system
Arturo
ParticipantNicola, ok. (english version)
Nicola, non volevo che creassi codice per me o altri, ma solo pubblicizzarlo come progetto italiano essendo tu tale. Il lavoro e’ tuo, ed e’ giusto che ne abbia tutti i meriti. Semplicemente era una richiesta di collaborazione, se volevi, per il progetto BuddyPress Italy tutto qui.
Spero che ora ci siamo chiariti… (italian version
)
December 17, 2008 at 9:28 am #34518In reply to: BuddyPress Showoff: Post your links
danielfelice
Participant@burtadsit: thanks! Now that BuddyPress is pretty much up and running this will be my “new” project for Explore With Me!
Thanks for the tips!
December 17, 2008 at 9:09 am #34516In reply to: BuddyPress Showoff: Post your links
Burt Adsit
ParticipantI got good news for ya meerblickzimmer. Ya it does work. I remember playing with it a couple of months ago. Just tried it again on my mu site. The config stuff is buried in the ‘secret’ options page. It’s not advertised, it’s just sorta there.
yourdomain.org/wp-admin/options.php
Here’s an mu thread.
https://mu.wordpress.org/forums/topic.php?id=1857
Happy posting.
-
AuthorSearch Results