Search Results for 'buddypress'
-
AuthorSearch Results
-
April 7, 2009 at 3:23 pm #42001
In reply to: suggested change in welcome widget
Lance Willett
ParticipantA ha! Gotcha…. That is more complicated.

You can change the label by hacking a core file (not recommended). Do this by editing the following lines in “bp-core/bp-core-widgets.php”:
/* Site welcome widget */
wp_register_sidebar_widget( 'buddypress-welcome', __( 'Welcome', 'buddypress' ), 'bp_core_widget_welcome' );
wp_register_widget_control( 'buddypress-welcome', __( 'Welcome', 'buddypress' ), 'bp_core_widget_welcome_control' );The more elegant and sustainable approach is to use a language file to modify the text. This would be a better approach overall since you can then change any label in one place (the language file) and not have to worry about an update to BuddyPress core files down the road.
For an example of how to use a language file to edit labels and messages, see my comments and suggestions in this thread.
April 7, 2009 at 2:20 pm #41992In reply to: Changing blog avatars?
Lance Willett
ParticipantTake a look at your admin menus for BuddyPress and Site Admin.
If you are running an older version of BuddyPress (before revision 1311) look in Site Admin -> BuddyPress. Otherwise the latest trunk has a new top-level menu called BuddyPress (look in General Settings).
View an example of the avatar menu.
And… this probably isn’t a support topic, right?
April 7, 2009 at 2:09 pm #41990In reply to: suggested change in welcome widget
Lance Willett
ParticipantWhere do I find the heading in the code base?
Seobrien, the widget content is stored in the database, not in any of the plugin or theme files.
Log in to your admin site, click Appearance -> Widgets, and look for a Welcome widget there.
Once you enable the widget, click “Edit” next to the Welcome title. That should open up the widget for editing, and you can enter any title and text you wish.
If for some reason you can’t edit the widget as normal, you can also access the content of the Welcome widget directly in the database, by looking in the “wp_1_options” table for an field with an “option_name” of “bp_core_widget_welcome”.
April 7, 2009 at 1:24 pm #41987In reply to: BuddyPress Showoff: Post your links
ezrahilyer
ParticipantNot finished, but running buddypress:
It is going to be an online community for writers.
April 7, 2009 at 1:04 pm #41984In reply to: Twitter Plugin
gpo1
ParticipantApril 7, 2009 at 12:58 pm #41983In reply to: Twitter Plugin
Scotm
ParticipantTwitter Tools works fine in WP and WPMU for that matter, but users must add their Twitter settings on the WPMU backend. The whole idea of Buddypress is to have users manage their profiles from the Buddypress settings area. So the need is a plugin that enables you to change Twitter settings from the Buddypress profile area which enables your blog posts to reach your Twitter account.
April 7, 2009 at 12:42 pm #41982In reply to: Buddy Press Member Theme
Jeff Sayre
ParticipantSee this post in the thread Robert linked to: https://buddypress.org/forums/topic.php?id=1994#post-10563.
You need to be using the WPMU branch.
April 7, 2009 at 12:27 pm #41978takuya
ParticipantAs DJPaul says, since this isn’t written for wpmu and buddypress, it works fine but should use this plugin carefully…
1. Users who register with this RPX plugin will bypass buddypress required field(s). I have two required fields, but user could register without filling them all.
2. If you use it with Welcome Pack, default friend is not added. group is automatically registered by the way…
3. Even if you make your buddypress invite only, this plugin never cares that.

I guess it’s better to use FB connect and OpenID plugin than this all in one RPX if you want to run buddypress.
April 7, 2009 at 9:32 am #41974gpo1
ParticipantThere’s a correction on the headline topic. It should be CloudBerry not Cloudfront .
Please Andy or Nic can you edit the headline post?
April 7, 2009 at 8:47 am #41973Thord D. Hedengren
ParticipantYeah I know, that’s why I wondered if it was possible to do something using bp-custom.php (which is meant for custom core overrides to keep it outside the actual core, unless I’ve misunderstood everything?). But yeah, I guess that plugin is my best bet, will have to give it a go tomorrow.
April 7, 2009 at 7:17 am #41970In reply to: Buddy Press Member Theme
Robert
ParticipantCheck this post:
https://buddypress.org/forums/topic.php?id=1994#post-10705
It may be related and hopefully you’ll find some answers there.
Also make sure you have the theme in the right directory. member-theme directory should now be called bp-themes
April 7, 2009 at 4:49 am #41962In reply to: BuddyPress in /plugins/ not /mu-plugins/ from r1303+
John James Jacoby
KeymasterJust a note for everyone to consider, is that there are two separate applications going on here, and not every trunk/branch of one is going to take into consideration every trunk/branch of the other. This may go without saying for many, but I think it’s fair to remind everyone again…
While the goal is for everything to stay as stable as possible, it’s still a cat and mouse game until WPMU 2.7.1 comes out, and BuddyPress 1.0 comes out. Anything before that, is going to give you headaches and cause problems if you’re trying to stay on the bleeding edge of what’s going on.
When new trunks/betas/rc’s come out, if you have a stable, working environment that works well enough as it is, my personal suggestion (unless you have the time, patience, and understanding userbase) is to leave well enough alone on live sites, and use the trunks and betas on a separate install ONLY for you to become comfortable with the changes as they happen.
You wouldn’t install the next beta version of Windows on your work computer right? Not if your livelihood is at stake!
Long story short, don’t count on any of these things actually working 100% of the time. Read, re-read, and thrice-read the upgrade instructions as they don’t become 100% clear until you’ve already messed them up.
April 7, 2009 at 2:30 am #41961In reply to: Twitter to Wire
Andy Brudtkuhl
ParticipantHow do you make this available to public BuddyPress users too?
April 6, 2009 at 10:44 pm #41955In reply to: Forums Not Being Created
Lance Willett
ParticipantAre there any errors in your server logs?
Based on those database values I’d say that it’s clear that when you create a new group it’s not creating a new forum in bbPress, otherwise your new group would also have a meta_key with a value of “forum_id” and your bp_forums table would have a new entry as well.
This might be a hard one to track down as it could be a problem with your host/server and not with BuddyPress/bbPress.
Just as a matter of being thorough… did you follow Trent’s steps or the steps in the forum component readme file?
When I did my setup I used the readme file steps and everything worked smoothly. Nothing against Trent’s tips and tricks, but I found that if I followed the readme steps it worked fine.
Do you have a way to try the same setup on a different server or maybe on your local machine?
April 6, 2009 at 10:28 pm #41954In reply to: Forums Not Being Created
mypop
ParticipantDone it may times, just done it again, here’s the infor for the new forum from
id creator_id name slug
17 1 Lance Group8 lance-group8
“groupmeta” data:
id group_id meta_key meta_value
65 17 total_member_count 1
66 17 last_activity 1239056228
67 17 theme buddypress
68 17 stylesheet buddypress
There is only one entry in the bb_forums table:
forum_id forum_name forum_slug forum_desc
1 Test test qwswsq
This is driving me nuts!
April 6, 2009 at 10:13 pm #41953In reply to: Forums Not Being Created
Lance Willett
Participantand even created new forums
Have you tried creating a brand new group and enabling the forum for it? I only see one group on your site. You could try creating a new group, enabling the forum, then test again.
Since the issue is with an existing forum/group connection, it could be that BuddyPress thinks the forum exists (with a certain “id”) which doesn’t exist in bbPress any more.
If you look in the “wp_bp_groups_groupmeta” table in your database, find the “group_id” for the group you are testing, and then look in the “bp_forums” table and see if the same id is being used there for a forum (look at the “forum_id”).
April 6, 2009 at 9:58 pm #41951In reply to: BuddyPress in /plugins/ not /mu-plugins/ from r1303+
21green
ParticipantSame for me. I get somethin like this:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /xxx/xxx/public_html/xxx/wp-admin/includes/plugin.php on line 233
April 6, 2009 at 9:51 pm #419502336115
Inactive@Tdh plugins might have their issues, but I would *highly recommend* doing it via plugin. If you hack the core you won’t be able to upgrade the software without losing your changes.
April 6, 2009 at 9:49 pm #41949In reply to: A newbie question about trunks
Devin Reams
ParticipantSVN (command line via Terminal) is also built in to Leopard. Just cd to your wp-content/plugins directory and do:
svn co https://svn.buddypress.org/trunk buddypress
This will check out the trunk to the ‘buddypress’ directory. Any time you want to update trunk simply browse and do:
svn update buddypress
Cheers!
April 6, 2009 at 9:20 pm #41945In reply to: Forums Not Being Created
mesgains
Participanthi Mypop,
Do you add this line into your bbPress bb-config.php to enable user switching ? $bb->bb_xmlrpc_allow_user_switching = true;
i followed those advices below to install my forum. I hope it can help you
here is a video :
http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/
and there some good tips :
http://trentadams.com/2009/04/01/buddypress-forums-tutorial/
I notice that the twitter plugin makes some conflits with the bb_press install. I deleted it.
April 6, 2009 at 9:15 pm #41943In reply to: xprofile_install error in trunk
Jeff Sayre
ParticipantIt seems that you have your path to the BP plugins incorrectly setup. In the error message, it lists the path as /wp-plugins/buddypress/. It should be /plugins/buddypress/
From R1303, BuddyPress plugins were moved out of the /wp-content/mu-plugins/ directory and into the /wp-content/plugins/buddypress/ directory.
April 6, 2009 at 8:51 pm #41940Thord D. Hedengren
ParticipantThanks for the tip, I’ll check that one out! If possible, I’d avoid it though, since plugins can act up on updates and if this works, I won’t be there to manage it all the time.
April 6, 2009 at 8:40 pm #41937In reply to: Forums Not Being Created
Lance Willett
ParticipantMypop, when you are in the MU admin area — go to the last menu item (it should be labeled “BuddyPress”). Click “Component Setup” and make sure that bbPress Forums is enabled.
Then click the link in that same admin menu that says “Forum setup”, and make sure the settings there are correct.
I noticed when I recently upgraded my BuddyPress to the latest trunk (rev 1324) that those forum settings were empty, so I had to enter them again (URL, username, and password).
April 6, 2009 at 7:52 pm #41935In reply to: xprofile_install error in trunk
Jeff Sayre
ParticipantI’ve tried it on MU 2.7 and MU trunk
If you simply updated to the recent BP trunk without following this notice ( https://buddypress.org/forums/topic.php?id=1994 ), then you will have all sorts of issues.
April 6, 2009 at 7:45 pm #41934In reply to: BP-FBConnect Plugin
David Bisset
ParticipantI’m getting the “Connect with your Facebook Account” message and no button as well.
Latest WPMU 2.7.1 and BuddyPress trunks. Activated via the plugin menu as directed, API license keys entered. Browsers closed, cache cleared, etc. This is a brand new install of WPMU and BP.
I’m looking at the code and since i’m not familar with Facebook, i’m not getting any clues yet (the HMTL output is exactly the same vs. what appears on testbp.org). However this might be a clue: upon loading the homepage I get a javascript error:
Error: FBConnect is not defined
Line: 153
Is anyone else experiencing the “lack of a button” getting this js error? I’m going to try to track it down.
-
AuthorSearch Results