Search Results for 'buddypress'
-
AuthorSearch Results
-
January 4, 2009 at 3:34 pm #35550
In reply to: BuddyPress Showoff: Post your links
yu
Participanthttp://tf2.lv – Latvian Team Fortress 2 Community
January 4, 2009 at 3:10 pm #35547In reply to: BuddyPress Showoff: Post your links
hyrxx
Participanti have had buddypress running on mine since it was available, i am still seeing bugs but nothing too major
http://hyrxx.com is my main site but im running the buddypress home theme on http://launch.hyrxx.com – this is an interesting way to have it setup i know but also it may give ideas to others who want a separate part for buddypress, i am still considering moving my blog to a subdomain and putting buddypress on the main page but for this to happen i want to learn to theme it and i need it to be extremely perfect
my site is about me and teenlife so please look but dont touch unless you interested its more of a niche kinda thing that most of you wont understand but i posted since i wanted to show my installation, i hope for it to grow and make a proper social network within my freinds, i want to encourage them to all blog and create relationships using wp and bp, feedback apprieciated robbie@hyrxx.com
January 4, 2009 at 2:26 pm #35545In reply to: title: “Nothing found for ..”
Per Søderlind
Participantok, you’re correct, it’s the 404 bug that’s causing this. I tried to create slugs as you mention at https://buddypress.org/forums/topic.php?id=666#post-3003 but it didn’t help.
As long as I now the cause I can live with it, http://snakkis.no is a beta site.
January 4, 2009 at 12:47 pm #35543In reply to: BuddyPress Showoff: Post your links
m@rk
ParticipantI’m working on a BuddyPress-Site for evaluation and a circle of friends (german language): spaces.nordblog.net
… can’t wait for release candidates and the gallery feature!
January 4, 2009 at 7:37 am #35533In reply to: Sites in action
January 3, 2009 at 10:07 pm #35524In reply to: Bug in groups module
Andy Peatling
KeymasterPlease add this to: https://trac.buddypress.org/newticket log in with your forum credentials.
January 3, 2009 at 5:10 pm #35515In reply to: How to Upgrade buddypress?
Burt Adsit
Participant@socialbandit SVN or beta zip is the same procedure. With incremental updates from SVN I know what files were modified. I can’t keep track of them individually. That’d be a nightmare. SVN updates come through files from here, files from there. All over the place. When I’m ready to update I do the whole shebang.
I don’t know how others do it.
No deactivation is needed. I’m usually up at 3am so I do it then.
That probably doesn’t make a diff though. It’s not 3am in Moscow.css changes on updates? I’m not sure what you mean by that.
January 3, 2009 at 5:02 pm #35514In reply to: Problem with CSS?
Burt Adsit
ParticipantPermissions on the /themes/buddypress-home/css/<files>?
January 3, 2009 at 4:23 pm #35512In reply to: How to Upgrade buddypress?
Mark Leonard
ParticipantSo with SVN is it just a simple case of dropping the desired component or files into mu-plugins folder. Can you just add the individual files or do you have to have the whole component?
Do we need to deactivate the current components first.
What about css and the like. Will we will still need to fiddle with them??
January 3, 2009 at 1:08 pm #35506In reply to: How to Upgrade buddypress?
Ekine
ParticipantThank you for your fast reply.
January 3, 2009 at 11:09 am #35502In reply to: Bug in groups module
yu
ParticipantSo my opinion is that some function called ‘send-invites’ working incorrect! It’s makes group admin invite to a friend like somebodys request to join the group.
Workaround i’ve found for this bug – just comment line 272 in mu-plugin/bp-groups.php (//bp_core_add_subnav_item( $bp, ‘send-invites’, __(‘Send Invites’, ‘buddypress’), $group_link, ‘groups_screen_group_invite’, ‘group-invite’, $is_member )
And you will delete option for sending invites from groups admins panel to friends. Maybe somebody can fix this ‘send-invite’ thing?
January 3, 2009 at 10:57 am #35500In reply to: fatal error: members and groups.
karthikvk
MemberHi Andy,
I tried updating the home and member themes…but dont see any success. I’m getting the following error when I select the buddypress theme from the ‘design’ console:
***************************************************
Fatal error: Call to undefined function bp_search_form_action() in /home/thekartn/public_html/chennairunnersorg/site/wp-content/themes/buddypress-home/header.php on line 33
***************************************************
I’m using WordPress v2.6.5 and the latest version of Buddypress (downloaded from the website on 1st Jan ’09). Is there a compatibility issue? Thanks in advance for the help!
Karthik
January 3, 2009 at 9:27 am #35495In reply to: Username starts from uppercase letter
Burt Adsit
ParticipantI wouldn’t mod a function, I’d add a filter. Hang on while I look for the filter name. (brb)
OK, what I think you’ve done is change the ‘Full Name’ profile field and called it ‘nickname’ in the BuddyPress settings area right?
So, in bp_fetch_user_fullname() it sets up a filter for us:
apply_filters( 'bp_fetch_user_fullname', stripslashes( trim( $data ) )You’d need to create a function something like:
function my_nickname_filter($name) {
return strtolower($name);
}And register the filter with:
add_filter('bp_fetch_user_fullname', 'my_nickname_filter')Hopefully bp uses the bp_fetch_user_full_name() fn everywhere. Can’t see much reason to create it if it didn’t.

I see these hooks all over the place. Andy has done gone filter happy.
January 3, 2009 at 9:15 am #35494In reply to: How to Upgrade buddypress?
Burt Adsit
ParticipantAfter you upload your files to the server, login as site admin into the backend of the primary mu blog. If any database changes need to be made they will occur then automatically.
The beta gets updated when they bump the beta version and release it. The svn version will be the freshest version you can get.
January 3, 2009 at 8:52 am #35491In reply to: Adding True BP Functionality to Standard WP Theme?
Burt Adsit
ParticipantI’m confused you don’t seem to have any buddypress components in use at all. If you visit the BuddyPress menu in the backend admin under ‘Site Admin’, you’ll see an option to turn on the admin bar: Show admin bar for logged out users: yes/no.
Yes would turn it on and allow visitors the option to login or sign up. If you don’t have that turned on then how you log your users in is entirely up to you.
January 3, 2009 at 6:15 am #35488In reply to: Confused about Member & Home themes
Burt Adsit
ParticipantIt is a little confusing. There are two themes to deal with.
A blog theme : bp home theme or wpmu theme
A member theme: bp member theme
The bp home theme is optional. It runs as a regular wpmu theme. If you don’t run this on a blog you are running a standard wpmu theme.
The bp member theme is *not* optional and it’s not a normal wpmu theme. Doesn’t even install in the regular place. Is never activated by a blog or site admin. At the moment you have no choice but to run the bp member theme.
The setting in the backend ‘buddypress > select theme to use for member pages’ is irrelevant at the moment. In the future when you or others develop alternative member themes, that is where you would select them.
You have two themes. One mandatory member theme and a choice of what blog theme to use.
(I’m learning from wardeh. Be simple and clear.)
January 3, 2009 at 2:54 am #35485In reply to: Community Blogs Plugin
Burt Adsit
ParticipantWhat a wildly useful and wonderful thing is buddypress.
It’s just occurred to me that I could setup a support forum on my site for the Community Blogs plugin. Then it occurred to me that I could setup a bp group for that purpose and have all the benefits that buddypress and groups provide. (duh) (been buried with my head in code way too long)
Then it occurred to me that I need a blog for this too. I can move all my personal blog junk, which is just code I’ve created and modified, over to this new Group Blog.
Now I need to hook the new group blog up to my new support group. I can’t do that right now but I will be able to. Be back in a few days…
January 3, 2009 at 1:56 am #35484In reply to: How-To: Expanding BuddyPress Profile Settings Menu
David Bisset
Participantiamzaks, are you still having the problem? sorry i didn’t catch this comment before. I haven’t been back to this proof-of-concept for a while, working on other plugins.
January 3, 2009 at 1:42 am #35482In reply to: Thesis & Buddypress (HELP!?)
Burt Adsit
ParticipantYep. Thanks for the tip. This is goofy though. We gotta get Andy to solve the 404 problem. I shouldn’t have to create a dummy page and have to deal with that as well as the 404 problem. Some themes are hardcoded to display the pages that exist. What if I don’t want to have any pages? (I don’t)

Is there a ticket for this?
(he asks too lazy to go look)
@liljohn I’m not certain what you mean by creating custom page templates.
January 3, 2009 at 1:03 am #35480In reply to: Thesis & Buddypress (HELP!?)
Wardee
ParticipantOh, good!
I created pages for Members, Blogs and Groups.
January 3, 2009 at 12:50 am #35479In reply to: Thesis & Buddypress (HELP!?)
Burt Adsit
ParticipantWow. Now I see what you are saying wardeh. I created a page with the same slug as the members directory and the 404s go away. Lovely. Thanks! Now I have to see how that broke the css.
January 2, 2009 at 10:51 pm #35475In reply to: Thesis & Buddypress (HELP!?)
Burt Adsit
ParticipantYep, you’re right wardeh. I’m doing all sorts of whacky things to get rid of the 404 problem with directories. Never thought of doing that. I gotta try it.
Back in the day, I created a bunch of pages in mu and bp had major problems with them. Caused all sorts of havoc. Guess it’s been resolved. Thanks!
This is a forest and trees thing with me.
I just moved on to other pressing problems and the directory 404s just became normal.
January 2, 2009 at 10:00 pm #35473In reply to: Translating BuddyPress
truf
MemberHi,
I’m trying to localize my BuddyPress installation.
I use WPMU 2.6.5 lecactus-edition (Russian edition).
I install latest BuddyPress over it.
Then, i download russian laguage for BuddyPress (buddypress-ru_RU.mo and .po files) and upload it in bp-languages. Nothing happen.
After that i copy them to wp-contentlanguages, and new language appear in WPMU settings. Strange thing, but it’s displayed as “bu”. Probably becouse i already have “Russian” in that menu, coz i use translated WPMU. Anyway, if i chose “bu” or “Russian” – nothing happen. I check wp-config: there is define (‘WPLANG’, ‘ru’);
Whats wrong?
January 2, 2009 at 9:14 pm #35472In reply to: Community Blogs Plugin
nicolagreco
ParticipantReally good work, send it tu buddypressdev.org/add-plugin !
January 2, 2009 at 8:12 pm #35469In reply to: How-To: Expanding BuddyPress Profile Settings Menu
magitam
Member@grizzlyGroundswell none of your websites appear to work..
-
AuthorSearch Results