Search Results for 'buddypress'
-
AuthorSearch Results
-
March 6, 2009 at 10:06 am #39347
In reply to: BP Content Tags Project – Call For Ideas
Michael Berra
ParticipantHi burtadsit, I read it all (exclamationmark
) English is not my “tongue”, but I hope I got the main idea. It sounds AWESOME!!!Just to check, if I got that right: (I think I would need exactly something like that, because I am running a community for young-leaders who can submit and search for relevant resources in youth-work. )
With that project I have tagged almost everything on my whole mu-site. Posts (sure…), but also bp-events, forum-stuff, wire-stuff, groups, etc…
I can collect those tags for groups etc, but also show them in a kind of sitewide (forum, buddypress,”normal”wpmu) tagcloud? THAT WOULD BE GREAT!!! So everybody finds exactly what they are searching for… (better than eny search engine…).
Right? (if not, that would be a suggestion for a feature or something

Thanks for your work!
Michael
March 6, 2009 at 7:38 am #39344In reply to: Accepting friendship requests
mkgold
ParticipantIt’s a known bug, I think. Here’s a workaround: https://trac.buddypress.org/ticket/519
Not a perfect solution, but one that works . . .
March 6, 2009 at 3:32 am #39341In reply to: multi-db for buddypress
bloggus
Participantanointed:
I think there are many that has the same consensus as you.
MattKern:
Depends on many things; the amount of blogs, server performance and traffic. That is probably hard to say.
March 6, 2009 at 3:26 am #39340In reply to: WordPress Mu 2.7 and Buddypress POT File!
bloggus
ParticipantWPMU
To translate the WPMU, which I think you want to do, do this:
1. Download the POT file for regular WordPress, current version. WPMU have a lot of strings that are the same. You save a lot of work.
2. Download PoEdit, http://www.poedit.net , install it
3. Download current WPMU
4. Open the POT file for the regular WP
5. Change the path in PoEdit to the path where you have your sorce files to WPMU
6. Run “Update from source” in the PoEdit. That will create you a POT file for WPMU, but will also keep a lot of phrases translated, so you save work.
—
BuddyPress
Same software can be used to extract and create POT file.
March 6, 2009 at 2:39 am #39338In reply to: fatal error: members and groups.
flying_kites
MemberI had that but it was because I loaded buddypress as a subfolder
“Move contents of the extracted folder into “wp-content/mu-pluginsâ€. All files should be in the root of “mu-plugins†not in a sub folder. For example, “mu-plugins/bp-core.php†NOT “mu-plugins/buddypress/bp-core.php—
Once I did that it was fine
March 6, 2009 at 1:58 am #39336In reply to: Blank screen on install
backyardpolitics
MemberJavi95,
If I understand your trouble correctly, the solution to this is really simple, I know because I had this trouble at first too. If you have uploaded the entire buddypress folder to the mu-plugins folder, take everything out of it and put it directly into the mu-plugins folder. You want the actual plugin folders to be in the mu-plugins folder, not in another folder in that folder. Sorry if that sounds confusing, hope it helps.
March 5, 2009 at 11:31 pm #39332In reply to: RC-1 – admin-bar-menu acting weird?
ndrwld
ParticipantI think I’ve found the solution:
open the admin-bar.css in the bp-core/css folder
Lines 68-72
#wp-admin-bar ul li { /* all list items */
padding: 0 !important;
float: left !important;
background: url( ../images/admin-menu-arrow.gif ) 88% 53% no-repeat;
position: relative;
You just need to delete “position: relative;”.
That has solved the problem with FF3 – drop down menu disappearing.
But still having problem with IE7 menu flickering, even after https://trac.buddypress.org/ticket/530 fix
March 5, 2009 at 11:19 pm #39330In reply to: WordPress Mu 2.7 and Buddypress POT File!
tufancetin
Memberhelp please!
March 5, 2009 at 10:23 pm #39328In reply to: Where to start theming
Andy Peatling
KeymasterIt’s okay to do anything you want with the theme files, just as you would do in WordPress.
You don’t need the loader.php stuff if you don’t want to, however, it does add some extra functionality, such as cross theme CSS and the ability to selectively load styles.
You should also read this:
https://codex.buddypress.org/getting-started/using-the-buddypress-themes/
March 5, 2009 at 9:29 pm #39325In reply to: multi-db for buddypress
Matt Kern
ParticipantJust for reference, what size community do you need before you have to start using multiple db’s?
March 5, 2009 at 8:21 pm #39320In reply to: multi-db for buddypress
nicolagreco
ParticipantI think that if multi-db was under gpl, i may to be interested to develop on it
March 5, 2009 at 7:42 pm #39319In reply to: Redirection plug in help please
March 5, 2009 at 6:04 pm #39316In reply to: multi-db for buddypress
Anointed
ParticipantI cancelled my membership there yesterday for the exact same reason. I had no need for any of the other plugins as of yet, and paying $50 a month while I wait for a plugin that may not even start to be developed for months seemed an absolute waste of money.
March 5, 2009 at 5:08 pm #39315In reply to: BuddyPress Showoff: Post your links
bobman024
ParticipantBeen waiting to get the site just right, it is close, but not perfect: http://phoenix.fanster.com
March 5, 2009 at 5:01 pm #39314In reply to: Google Map Integration
Lsm_267
ParticipantHi bergsten
thanks for the plugin, essential for any network
I installed the 2.0b2 version on my BP, put the php code you gave above (add_action(‘bp_custom_profile_boxes’, ‘bp_google_maps_profile’, 6)
in the index.php from the directory /wp-content/member-themes/buddypress-member/profile, exactly here :‘<?php if ( function_exists(‘bp_send_message_button’) ) : ?>
<?php bp_send_message_button() ?>
<?php endif; ?>
</div>
<?php add_action(‘bp_custom_profile_boxes’, ‘bp_google_maps_profile’, 6); ?>
<?php bp_custom_profile_sidebar_boxes() ?>
</div>
<div class=”main-column”>’
It’s working but a little buggy : the map shows two time as you can see here :
http://vivre-en-autarcie.com/members/admin/profile/public
something else is bugging.
the button update your position leads to a page that doesn’t exist with slug: update-position
the integration function works fine : I can edit a map where all markers my users are shown ; that’s great
thanks for any help
March 5, 2009 at 2:32 pm #39312In reply to: BuddyPress Showoff: Post your links
bmg1227
ParticipantHey gang, thanks to the help of you here, I have managed to work through some things and am now proud to show a site that I’m developing:
Keep in mind that it’s not done, and I haven’t had a chance to customize the forum template, as I’ll plan to match that with the main site.
March 5, 2009 at 12:26 pm #39310plrk
ParticipantThe “BuddyBar” is by default not shown to visitors that are not logged in. You can change this in the BuddyPress settings, at http://example.org/wp-admin/wpmu-admin.php?page=bp_core_admin_settings
March 5, 2009 at 9:58 am #39306In reply to: register Page
Tracedef
ParticipantMine does the same thing… I was thinking it might be because my buddypress is not in the root, it is at /community/ or because my blog is at /blog/ …. changing my blog to /blog/ did require me to get creative because example.com/wp-register came up with a blank page but if I went to example.com/blog/wp-register/ it worked ok….. not sure if this helps or is even related…
March 5, 2009 at 7:41 am #39303In reply to: BP Avatars in bbPress
John James Jacoby
KeymasterI basically started going through what changes were made to your plugin since it last worked, and started replacing code block by block. Once I could debug the XML request, it gave me some eyes in the back of my head so to speak, to watch what I couldn’t otherwise see.
So basically, it sounds like there is something in the xprofile field, and/or something in some users meta info that the XML parser just doesn’t like, so it gets caught up and returns a crappy value? Is that a good guess? You think it’s time to just rip through the user meta and see if anything looks suspicious?
Here’s a question. What if there are users that haven’t yet updated their profiles in BuddyPress? They were converts from a wordpress.org install, and if they haven’t returned since then, BuddyPress doesn’t have a “fullname” for them yet, and they also don’t have xprofile info. Could that break this somehow? Is there a way to watch this user by user and have it spit out an error when it finds a bad value?
Also, just for the record. I’m using BuddyPress RC1, bbPress Alpha6, and WPMU2.7. Is it possible there was a trunk update that you’re using that I’m not that maybe gives you different results than me?
More specifically, if I comment out line 335 in oci_bp_groups_forums.php…
//$user['xprofile_' . $group->name . '_' . $field_obj->name] = array('group' => $group->name, 'name' => $field_obj->name, 'value' => $field_obj->data->value, 'type' => $field_obj->type);And run the group import, it works without error as well.
If I put a switch on the $field_obj-> name…
switch ($field_obj->name) {…and only retrieve the custom title and forum signature, the groups import also works (still not for all users though, only groups.) I think it may be tripping over a specific type of field. I’m going to guess the textarea field, but that’s totally a blind guess with no merit or motive what-so-ever.
March 5, 2009 at 6:15 am #39301In reply to: BP Avatars in bbPress
John James Jacoby
KeymasterOkay, so I dipped into phpMyAdmin and deleted ALL bbpress live info, all bbGroups info, and uninstalled all of the plugins completely to get back to 0.
I installed all of the plug ins. Confirmed that BuddyPress could see the bbPress forums. Created a topic, verified on both sides that it was updating. All successful communication from both directions.
Then, I installed 3.0 of the bbGroups plugin. All of the previous stuff that was working, still works.
bbGroups .3 still will not import any group data.
Reverted back to .24, clicked import. Success with no other modifications other than replacing the 3 plug in files.
March 5, 2009 at 3:23 am #39300In reply to: Avatar image issue while registering
pravsingh
MemberThanks…it worked.. solution is in https://buddypress.org/forums/topic.php?id=302
We solved the problem commenting the following two lines in the .htaccess file of WPMU root:
#RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
#RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
Thank you Diego!
March 5, 2009 at 3:22 am #39299In reply to: Can’t see avatar image
pravsingh
MemberThanks…it worked.. solution is in https://buddypress.org/forums/topic.php?id=302
We solved the problem commenting the following two lines in the .htaccess file of WPMU root:
#RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
#RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
Thank you Diego!
March 5, 2009 at 1:36 am #39297In reply to: multi-db for buddypress
bloggus
ParticipantThat is quite interesting, Trent. So you have to wait until 2.8, but the question is, if it will then be possible to add BuddyPress and split the databases afterwards, when the DB gets really big?
(To be honest, the multi-db plugin is the only interesting for me at wpmudev premium, and until they don’t support buddypress I will probably not become a paying member.)
March 5, 2009 at 1:32 am #39296In reply to: buddypress +multi-db issues
bloggus
ParticipantGreat explanation Trent. For me it seems like BuddyPress without a multi-db is like shooting yourself in the leg; nothing good will come out of it, if the site will grow big in a short time. Multi-db is of my opinion a must, but is seems like we will be waiting for it quite long time
March 5, 2009 at 12:50 am #39294In reply to: BP Avatars in bbPress
John James Jacoby
KeymasterMy process above was using deep integration. Even if an XMLRPC request looks for the xmlrpc.php in the bbpress install directory, it still loads bb-load.php, which loads bb-config.php, which loads all of wordpress before proceeding to load the remainder of bbpress. If an XMLRPC request is being made from buddypress to bbpress (like when viewing a group forum from within BP), I don’t want to reload all of buddypress again invisibly, if that makes sense?
That’s why I did…
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {in bb-config.php, to prevent reloading ALL of wpmu and bp just for a quick xmlrpc peek.
What I don’t get is why it works in every version but this new one.
-
AuthorSearch Results