Search Results for 'buddypress'
-
AuthorSearch Results
-
May 26, 2010 at 4:34 pm #79780
In reply to: I will pay if you can fix for me…
techguy
ParticipantTry adding it to Trac and you’ll likely get the help to fix it for free: https://trac.buddypress.org/ Just login with the same username as you used here.
I’ve seen the time stamp one mentioned in another thread. The other one sounds new.
May 26, 2010 at 4:24 pm #79779In reply to: Performance of BuddyPress on WP versus WPMU
Anonymous User 96400
InactiveWith WP 3.0 out of the door soonish, it kinda doesn’t matter anymore as WPMU ceases to exist. Then it’ll just be a matter of turning on the Multisite part of WP.
As for a large WP/BP community, I guess the largest one is this one, so Andy will be the person to talk to.
May 26, 2010 at 4:17 pm #79778In reply to: Is BuddyPress the right choice?
marybennett
MemberWe have a website built using wordpress (cacv.ca) – I was hoping the social networking part could be a separate tab so all that we currently have up would remain as is. Is that possible?
May 26, 2010 at 3:45 pm #79774In reply to: Is BuddyPress the right choice?
techguy
ParticipantYou’ll want to check out this plugin: https://wordpress.org/extend/plugins/buddypress-group-documents/ I think it will do what you want.
May 26, 2010 at 3:00 pm #79771In reply to: Wrong Avatar and Gravatar after BP update
Ipstenu (Mika Epstein)
ParticipantMay 26, 2010 at 2:27 pm #79768In reply to: BP Member Filters was just Updated…how do we use it?
Psyber
Participant@chopo87 It was 1.2.1 and even then it was only that I had a custom plugin developed for my site that relied on the Member Filter Plugin. I have never seen the Member Filter Plugin in action and performing as it should.
May 26, 2010 at 1:56 pm #79766In reply to: How to make Facebook Style Activity Stream
May 26, 2010 at 1:35 pm #79765In reply to: Front page Idea – Where do I begin?
Hugo Ashmore
ParticipantPlace to begin is in setting up a child theme and master stylesheet, described here in the docs somewhere:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
If you are simply wanting to re-skin the default layout then you essentially set about overridding the default styles called into that child theme stylesheet. You will need to find the rulesets that govern the content area and sidebar and reset the widths stated for them to the values you want. As for the activity stream on the front page then you can do that by setting the reading options of the WP install to front page = ‘Activity Stream’ and creating a blank new page to hold the blog postsMay 26, 2010 at 1:07 pm #79763Boone Gorges
Keymaster@paulhastings0 Yeah, you could definitely do that. It might take a bit of tooling to make sure that items from a given feed are matched with the correct user in your BP installation. But it has the potential to allow users to create content anywhere and pull it into your community, in a facebookish sort of way.
May 26, 2010 at 12:37 pm #79762In reply to: How to remove those brackets ?
Hugo Ashmore
ParticipantActually the code you’re looking for is to be found, for example, if you look in groups/index.php at around line 17 & 20 you’ll see:
printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() )You could simply remove those parenthesis from around the %s. Of course you would want to do this from a copy of the file as used in a child theme.
May 26, 2010 at 12:34 pm #79761Kalman Labovitz
ParticipantRead the post and trie the code, no luck (see http://www.imbaalumni.com). I have posted my bp-custom.php file here, http://pastebin.com/M0NPB2Dk
I am running WP 2.9.2 and BP 1.2.4.1
Any help would be appreciated.
Kalman
May 26, 2010 at 12:27 pm #79760Kalman Labovitz
ParticipantI tried you code in my bp-custom.php file, but it is not working. please take a look, http://www.imbaalumni.com, and let me know if you have any suggestions. Here is the code of the bp-custom.php, http://pastebin.com/M0NPB2Dk
Also, check out the “log In” link in the admin bar at the top of the page, how would I change that link?
@gian-ava – did you post in Trac?
Thanks,
Kalman
May 26, 2010 at 11:50 am #79755In reply to: Help Needed Buddypress Installation
thelandman
Participant@fortrock6 Unfortunately there’s no straight forward and easy way to “fully customise” your site to look like a social networking site. If you don’t know CSS, you’re going to have to get your hands dirty and dive into CSS and learning how the wordpress and buddypress theme system works. Here are some links to point you in the right direction:
http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/
https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/May 26, 2010 at 11:10 am #79752In reply to: Help Needed Buddypress Installation
Alan
ParticipantFurther to my previous post, I have now added a custom header to my Buddypress social page at: http://trueghoststories.co.uk/wpmu/
However, as you can see, the member drop-down box is partially obscuring the header, so how do I move this down?
Also, I woiuld like some tips on how to fully customise the page so that it looks more like a social networking site rather than just a blog.
Thanks
Alan
http://trueghoststories.co.uk/wpmu/May 26, 2010 at 9:57 am #79749chopo87
Participant“I don’t understand where i can find “members.php” file.”
There is no members.php, it’s “members/index.php”
Go to your BuddyPress Theme folder and find the members folder, in it you will find index.php, that’s the one you want.is ‘BP Member Filter’ plugin not compatible with wordpress 2.9.2 ?
The more pertinent question is, Is it compatible with buddypress 1.2.x. Unfortunately I think the answer is that unless you know some PHP and can figure out how the source-code works (Which I can’t), it just doesn’t.May 26, 2010 at 9:50 am #79748In reply to: BP Member Filters was just Updated…how do we use it?
chopo87
Participant@psyber Under what version of BuddyPress and BP Member Filters did you manage to get your site working? What code did you paste into members/index.php to get it working?
May 26, 2010 at 7:33 am #79741In reply to: How to remove those brackets ?
kaneesha
Participant@Boone Gorges
okay i started to edit the renamed .pot file as described, after that i did a search with google for an alternative way to convert .po in .mo because it was somehow not possible to execute the msgfmt (according to the codex) command with terminal , so i found poedit, well, poedit crashed two times and there was a button with fuzzy? what? what fuzzy? and what means team language? aaaargh i just want to remove simple brackets but this is some kind of a diploma project.
anyway! i had though luck and i’m already fed up with it.
is here by any chance a suggest a feature/function corner?
I wish it was all that easy.
May 26, 2010 at 6:31 am #79738vich11
MemberHey, thanks very much! I’ll have my developer give it a shot in the morning.
Much appreciated.

Vic
May 26, 2010 at 6:22 am #79737In reply to: How to make Facebook Style Activity Stream
Paul Wong-Gibbs
Keymasterhttps://wordpress.org/extend/plugins/oembed-for-buddypress/ will help you part of the way
May 26, 2010 at 6:11 am #79736In reply to: Editing Group and Forum page title tags
Gus Will
ParticipantMay 26, 2010 at 5:17 am #79734In reply to: Following / Followers at testbp.org
brianglanz
ParticipantFriend-side of Friend v. Follow, I recall an oldie-but-goodie relationship mapping concept by @jeffsayre :: “the relationships people have with one another on a social network extend beyond the nebulous catchall of ‘friend’ … “ https://trac.buddypress.org/ticket/582
May 26, 2010 at 4:49 am #79733In reply to: Following / Followers at testbp.org
gregfielding
ParticipantTrac comments say this won’t be ready for BP 1.3.

But maybe that means 1.3 isn’t that far off…
To me, this is one of the most important missing features.
https://trac.buddypress.org/ticket/2406May 26, 2010 at 4:38 am #79732May 26, 2010 at 4:34 am #79731r-a-y
KeymasterTry this:
May 26, 2010 at 4:32 am #79730 -
AuthorSearch Results
