Search Results for 'buddypress'
-
AuthorSearch Results
-
May 13, 2009 at 9:05 am #45214
In reply to: 404 errors – fresh install
John James Jacoby
Keymaster@Frecking Wildchild: The problem with qTranslate is currently being addressed, kind of. Let’s hope these issues aren’t because of another URL re-writing plugin.
qTranslate also won’t play nice with BuddyPress because of a few issues I addressed in a recent BuddyPress core patch. I’m using qTranslate for a multilingual project I’m working on that also uses BuddyPress, so I’m learning the ins and outs of qTranslate as I go also. I’ve modified it to work as a site-wide plugin similar to BuddyPress, and I’ve created a patch/plugin to allow users to specify their default language in their user preferences.
BuddyPress won’t play nice with a whole lot of language switchers or URL hi-jackers yet, but it will as improvements are made to the core.
May 13, 2009 at 8:31 am #45210In reply to: Where to place code?
John James Jacoby
KeymasterWell, a component can be considered a type of plugin similar to any other WordPress plugin, except instead of hooking into WordPress alone, it’s hooking into BuddyPress AND WordPress.
Widgets are accessories, more or less. They aren’t 100% necessary, but most people welcome them as they’re an easy way to include whatever content it is that your plugin is supposed to spit out, on whatever pages that someone has enabled widgets to be displayed on.
A new component is needed when BuddyPress simply doesn’t have the capability that you want or need. The two next components currently in development are status updates (think twitter) and photo albums (think flickr.) Those are functionalities that don’t currently exist in BuddyPress.
Now both of those components may/will have their own widgets also, to do different things. The status update widget may incorporate the ability for the blog author to update their status from their blog, or it might display x amount of recent updates, or both. The photo album widget may include the most recent x photos, recent photo comments, etc…
In the case of BuddyPress, most widgets will come as part of a component. The component will bring in new functionality, and the widgets will allow that function to be displayed without knowing any HTML or PHP.
May 13, 2009 at 8:27 am #45209In reply to: 404 errors – fresh install
wildchild
Participant@WillPCG & Sgoetz: Do you got qTranslate installed by any hand? If so, check out the post at https://buddypress.org/forums/topic.php?id=2693#post-14750 which is started especially to this 404 problem caused by qTranslate.
May 13, 2009 at 8:25 am #45208In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participant@JeffSayre: It’s a glad thing I can mention the sunrise plug-in works perfectly with Buddypress as before; it was qTranslate which seemed to be the culprit.. So we’re already a step closer to the solution (as mentioned one post above) …
Thanks for the extensive help though, since development and problem-solving starts with ruling anything of special parameters out.
I guess qTranslate was very special and overseen….
ps: Do you have any idea why we both are marked “inactive” on the forums? I don’t feel idle at all :p
May 13, 2009 at 8:21 am #45206In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participant@all: I’ve found the culprit of the entire 404 soap which has been terrorizing my screen the last few weeks (smashes drums): It’s Qtranslate!
Any of you having the same problems while qtranslate is installed? Check out the topic at: https://buddypress.org/forums/topic.php?id=2693#post-14750 which is started especially to this solution.
May 13, 2009 at 7:55 am #45205In reply to: BuddyPress For WordPress (Not MU) Coming
John James Jacoby
KeymasterBryan868, the short answer is there are some larger changes in the WordPress.org 2.8 and 2.9 pipeline that have been strongly hinted at recently. Those changes won’t make their way into WPMU necessarily at the same time, so we’re mostly safe for now using WPMU.
BuddyPress will continue to get updated as WordPress versions change, however because there are a lot of dependencies there, and lots of distinct differences between a .org install and an MU install, it isn’t just flipping a switch and making it go.
It is going to happen, just not as soon as most people wish unfortunately. Hopefully everyone that’s salivating at the chance to open up their own .org sites to start adding friends and making profiles can understand the dev process and try to be patient.
I know it isn’t exactly what everyone wants to hear, but it’s the straight forward truth of the matter as it stands today. It may change tomorrow, but that’s where it is now.
May 13, 2009 at 2:40 am #45198In reply to: I want to speak Spotlish
2583498
Inactiveyup… my bp-custom.php file wasn’t loading. Once I moved it out of the buddypress folder and into the plugins folder the language change worked… anyone know why that is?
May 13, 2009 at 2:23 am #45196In reply to: BuddyPress For WordPress (Not MU) Coming
bryan868
ParticipantWhy not anytime soon?
May 13, 2009 at 1:55 am #45194Jeff Sayre
ParticipantMisterfunk74-
Posting a new request for support in a thread that is marked resolved is not the best way to get help. Why? Because those of us who offer help tend to skip over resolved posts and look for threads that need our attention.
If you’re still having an issue, then please start a new thread. Here are some support guidelines to get you started: https://buddypress.org/forums/topic.php?id=2676
May 13, 2009 at 1:02 am #45190In reply to: how to add ‘extra’ data to the wire?
Anointed
ParticipantYes, I mean the activity stream on the buddypress homepage that shows updates whenever a person adds a blog post, forum post, posts to wire etc…
Basically I want to add posts from vbulletin there, and once I figure that part out, I can then extend it to audio/video updates from the other system.
May 12, 2009 at 9:15 pm #45182In reply to: how to add ‘extra’ data to the wire?
Anointed
ParticipantGpo1:
Just like with vb, I had another commercial program ‘bridged’ to wordpress. What this means is that a person registers using vb, and is auto registered in wp db, as well as other programs. Logins are also unified, so only one login is required sitewide.
Within the bridge code for each program there are extra db fields created that sync everything together. This means that user ‘xyz’ for vb is also user ‘xyz’ for wp and other software.
What this allows me to do is virtually anything I want.
For instance:
I can actually query the database for user ‘xyz’, not only am I able to find everything user ‘xyz’ has done in wp/bp but also vb and other software.
Then say I want to display all the vb posts, video’s, photo’s, from user ‘xyz’ inside of buddypress. Well it’s easy to pull the data because the programs are synced.
Now it’s just a matter of bringing that info into bp, which is the reason I asked the question in the first place.
Hope this makes sense.
May 12, 2009 at 8:33 pm #45179In reply to: Adding info to profile
danielfelice
ParticipantFrom your admin dashboard
– Select BuddyPress from the left sidebar
– Click Profile Field Setup
– Setup your profile fields
Users will then be prompted to fill in this info when they signup
May 12, 2009 at 7:47 pm #45176In reply to: In trying to open a theme i get this code
Jeff Sayre
ParticipantBbn-
Rather than trying some fancy install via packaged tarballs, I’d suggest a plain, simple install from scratch. Even though you went back and, as you state, “tried to do a more careful replacement of the files,” try a clean-slate install.
Delete everything, including your MySQL DB–assuming you don’t have any important data. Then, download and install WordPress Mu 2.7.1 from here. Get it working before attempting to install BuddyPress.
Once it is working, download BuddyPress and follow the readme.txt instructions.
Looks like this is happening to a lot of sites
I understand your frustration. But, when I search Google for “Failed+opening+required+’BP_PLUGIN_DIR”, I can count exactly 6 actual sites with this error and then several comments within blog posts that indicate the same issue.
Combine that with the half a dozen reports in the BP Forums for this issue, and you get maybe 15 people–assuming none of these people have commented in multiple places. That is not “a lot of sites”.
May 12, 2009 at 7:31 pm #45174In reply to: In trying to open a theme i get this code
bbn
ParticipantOkay, never mind, I’m a moron! I had not activated the Buddypress plugin.
May 12, 2009 at 7:22 pm #45172In reply to: In trying to open a theme i get this code
bbn
ParticipantI ran into this same error message this morning. In case it helps, here’s how it happened to me.
I had MU 2.7 installed on a ubuntu server and MU 2.7 also installed on a local dev installation of ubuntu (both 8.10, if that matters). I upgraded the dev MU to 2.7.1, then installed buddypress. worked great. then I tarred up the dev installation, copied it over to the server, and overwrote the old 2.7 MU non-buddypressed install with the dev files. Ran the upgrade (at http://veryhandso.me/wp-admin/wpmu-upgrade-site.php). Tried to preview the buddypress theme and end up with the error mentioned above.
I then backed up and tried to do a more careful replacement of the files as outlined on the upgrading wordpress page (https://codex.wordpress.org/Upgrading_WordPress). Still no love.
Thanks for any help. Grateful newbie.
Ben
May 12, 2009 at 7:20 pm #45171In reply to: Issue with links within BuddyPress
Jeff Sayre
ParticipantCodyb-
Excellent!
So there was a rouge .htaccess file gumming up the works. Those dang invisible files are tricky!
May 12, 2009 at 6:47 pm #45170In reply to: 404 everywhere
codyb
ParticipantI had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700
and I ended up finding the solution. Go to that bug and see if it helps
May 12, 2009 at 6:46 pm #45169In reply to: Not found Members directory
codyb
ParticipantI had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700
and I ended up finding the solution. Go to that bug and see if it helps
May 12, 2009 at 6:46 pm #45168In reply to: Issue with links within BuddyPress
codyb
ParticipantGREAT NEWS!!!
The .htaccess error log I seen above gave me the hint. I just removed the .htaccess from the /var/www/html folder and had it recreate it on its own and BuddyPress is now working!!!!! Thanks so much for everyones help. Hope this helps to solve other peoples issues!!
May 12, 2009 at 6:36 pm #45167In reply to: Issue with links within BuddyPress
codyb
Participantalso seeing this error in my error_logs
/var/www/html/.htaccess: order not allowed here
May 12, 2009 at 6:28 pm #45166In reply to: Issue with links within BuddyPress
codyb
ParticipantI made a few changes to my httpd.conf file and now I’m getting the following error message when trying to access anything under the My Account tab
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, codyw725@codyconnect.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
May 12, 2009 at 6:14 pm #45165In reply to: Page plugin?
David Lewis
ParticipantIf group pages were group-editable… this would be extremely useful for people who’d like to use BuddyPress as an Intranet / collaboration tool. Buddypress is great but it’s mostly just about community… not sharing files, content, photos, collaborating, etc. Now that 1.0 is out though… I’m sure a lot of this will be coming in time… either via plug-ins or new core development.
May 12, 2009 at 6:00 pm #45164In reply to: Issue with links within BuddyPress
codyb
ParticipantNo that makes a lot of sense, but does this mean I have to enable VHOST? Right now I believe I have it disabled. I don’t think that Drupal is mucking this up because I also run eyeOS (cloud operating system) as a subdirectory on my webserver, no issues. It seems a lot of people have or are having this issue, but I haven’t seen a solution for it yet. Really weird
May 12, 2009 at 5:54 pm #45162In reply to: Issue with links within BuddyPress
John James Jacoby
KeymasterAhhh… The truth, shall set you free…
Any possibility that the Drupal install is mucking this up? I’ve got no experience with that one.

(To explain what’s going on, this isn’t a matter of directory structure, because those directories are virtual; they don’t really exist anywhere. There is no physical folder anywhere in your install called “members” or “users” or anything. The URL is caught by .htaccess and WordPress, and is virtually re-written to match the content it is displaying.)
Does that make more sense? I know it’s hard to understand and have faith in at first, but I promise it’s totally fine.
May 12, 2009 at 5:46 pm #45160Tim Moore
ParticipantCyclzone,
You need to edit core BP files to accomplish this. I’m not sure how this will effect overall BP performance, though.
First thing to do is locate the file “bp-core-catchuri.php” in /buddypress/bp-core/. Open it up.
You’ll want to comment out lines 36 and 37 which look like:
if ( BP_ROOT_BLOG != (int) $current_blog->blog_id )
return false;Next, you’ll want to change line 92 to read like the following:
if ( ($bp_uri[0] == BP_MEMBERS_SLUG) || ($bp_uri[1] == BP_MEMBERS_SLUG) || in_array( 'bp-core-ajax-handler.php', $bp_uri ) ) {That should do it.
-
AuthorSearch Results