Search Results for 'buddypress'
-
AuthorSearch Results
-
February 10, 2010 at 8:44 am #62940
In reply to: Disable Admin Bar on Selected Blogs
Brajesh Singh
Participanthi Ivan
try this one, put it into your bp-custom.php
function remove_bpadminbar(){
global $current_site;
if($current_site->blog_id!=BP_ROOT_BLOG) {
/*if current blog is not the one on which buddypress is activated*/
remove_action( 'wp_footer', 'bp_core_admin_bar', 8 );//remove buddypress admin bar
}
}
add_action("wp","remove_bpadminbar");This should work.
February 10, 2010 at 8:28 am #62939In reply to: BuddyPress Links 0.3-beta released for testing
Anton
ParticipantThanks a million. I added a width setting to the css: ul#link-list li div.item-desc {
February 10, 2010 at 7:38 am #62935In reply to: BuddyPress Links 0.3-beta released for testing
danbpfr
Participant@NGO,
on the public directory page, the link description is styled with BP css stuff.
The description is inside a <p> tag who is page wide ! (in a BP 1.1.3 defaut template)
this is done in screen.css:121
ul#link-list li p.desc {
color:black;
margin:8px 50px 5px 0;
}
You can make your own if you use custom.css.
On the link page, description is again in a unstyled <p> whitch is in div.bp-widget
If you want more help, give us your config and a url so we can see what to do.
February 10, 2010 at 7:25 am #62933In reply to: Forums link to nowhere
Paul Wong-Gibbs
KeymasterReport as a bug on http://trac.buddypress.org please
February 10, 2010 at 7:21 am #62931In reply to: BuddyPress Links 0.3-beta released for testing
Anton
ParticipantOn the directory page /links where do you edit so that the description of the link fills the whole width of the page?
February 10, 2010 at 3:52 am #62929In reply to: bbPress on WP 3.0 alpha and 1.2 RC 2
@mercime
ParticipantFresh install WP 3.0 alpha-trunk-r13040 with BP 1.2 trunk-r2639
When installing Forums component, getting this message:
bbPress files were not found. To install the forums component you must download a copy of bbPress and make sure it is in the folder: “wp-content/plugins/buddypress/bp-forums/bbpress/”
Quickfix: I placed the bbpress 1.0.2 folder and files within. Then I went BP > Forums Setup and the regular options found for internal set up of bbpress appeared in panel.
February 10, 2010 at 3:15 am #62927In reply to: BuddyPress Links 0.3-beta released for testing
luccame
ParticipantI have the same problems of Dwenaus, similar configuration (WPMU 2.9.1.1 and BP trunk) running on a subdomain.
February 10, 2010 at 12:21 am #62925In reply to: Editing Group and Forum page title tags
snark
ParticipantNote the title of this Buddypress Forum page is displaying the title of the page, as it should:
BuddyPress.org –> Forums –> Editing Group and Forum page title tags
Is this a custom edit of the core files, or is there a setting somewhere that I’m missing?
February 10, 2010 at 12:20 am #62924In reply to: Facebook-Like-Chat Plugin for Buddypress?
21cdb
ParticipantCometchat looks really awesome. Slick and simple User Interface – where is Erich73 and his KISS statement

I read on their forums about buddypress support, but that was back in November 2009
http://www.cometchat.com/support/topic/51-new-integrations-launching-tomorrow/
Does anyone know something more about their plans with buddypress?
February 10, 2010 at 12:20 am #62923In reply to: BuddyPress Links 0.3-beta released for testing
MrMaz
ParticipantThere is a lot of pressure from the top of the food chain to move past classic theme. This is evident in the fact that classic theme will not even ship with 1.2 and has been relegated to the backwards compatibility plugin.
Thanks for reporting that feed link bug, I have fixed it in trunk. I am not following what you mean regarding the comments issue.
Auto-embedding refers to embedding content from the URL that is submitted. There is no support for automatic adding of all of a user’s content from a remote service.
@David Angel
Awesome! Are you running WP single or MU?
One other person has reported a similar problem, I am looking into it. Do you have BP installed in a sub directory of the document root by any chance?
This beta seems to be broken for quite a few people. However, geoffm33 has it working at 95% on a single WP install, and David Angel has it running as well, so there is probably some kind of install-specific issue that needs to be worked out. I will do my best to get to the bottom of it and put out another beta ASAP.
In the meantime, you might want to try the development version which I have updated today with some fixes that might work for some of you that are having problems. It also might make things worse, so have courage!
February 9, 2010 at 11:24 pm #62920In reply to: Facebook-Like-Chat Plugin for Buddypress?
r-a-y
KeymasterI haven’t tried Cometchat, but the demo is quite impressive. Integration with groups would be killer.
Forgot to mention that you’ll need to modify Bowob if you want BP display names shown instead of usernames.
Also chat data for Bowob, Footerchat and Webbychat resides on their servers. So if that’s an issue, you might not want to use these scripts.
February 9, 2010 at 10:54 pm #62916In reply to: mo file uploading broke my 1.2
Paul Wong-Gibbs
KeymasterWell, it might. All those strings you translate get put into memory at run-time. 20Mb is extremely small for a WordPress/BuddyPress site especially if on a shared server.
Plus, BuddyPress isn’t supported on WordPress 3.0-alpha because, obviously, it’s in alpha. WordPress 3.0-alpha might have huge memory leaks which could be giving you this problem. I would urge you to stick to WP or WPMU 2.9.* for now
February 9, 2010 at 10:25 pm #62912In reply to: Facebook-Like-Chat Plugin for Buddypress?
Michael Berra
Participantray – wow – cometchat sounds and looks really nice. Haven’t seen something like that before… Did you try it, would you recommend it? Our users would “die” to have a chat like that!
– does it really integrate with the BP stuff like members, avatars, members-online, friends etc…?
February 9, 2010 at 10:09 pm #62911In reply to: Request : User Karma based on activity and ratings
Dwenaus
ParticipantThe achievements solves part of the user activity issue. but the other issue about rating is still open. Does anyone know of any reputation or Karma plugin for buddypress. I guess it matters mostly around the forum. I found a plugin for bbpress https://bbpress.org/plugins/topic/bb-reputation/ and also there is intense debate for blog comments.
I will be needing this, so any advice on how to go forward to write or adapt a plugin would be incredibly helpful.
February 9, 2010 at 10:02 pm #62910In reply to: Cannot get the bb forums setup to work?
danbpfr
ParticipantHolly s…, read this first
))https://buddypress.org/forums/topic/forum-install-some-helping-hints-2
February 9, 2010 at 9:41 pm #62904In reply to: BuddyPress Links 0.3-beta released for testing
Dwenaus
Participanthi, I am using WPMU 2.9.1.1 with BP rc2 with the default theme and I get the following results:
under my account -> links I see the links page, but it says only ‘There were no links found.’ there is no way to add a link.
if I click on the links link on the top menu I get ‘Page Not Found’
February 9, 2010 at 9:32 pm #62902In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
MemberThanks! Glad you find it useful!
February 9, 2010 at 9:13 pm #62900In reply to: Characters in usernames cause strange issues
Paul Wong-Gibbs
KeymasterSo report it as a bug for 1.2 on https://trac.buddypress.org/. Bug reports are extremely unlikely to be picked up from this forum.
February 9, 2010 at 9:03 pm #62898In reply to: BuddyPress Links 0.3-beta released for testing
David Angel
ParticipantRunning smoothly here so far: http://appleusers.net/links
February 9, 2010 at 8:52 pm #62897In reply to: Help with BuddyPress Friends Loop
symm2112
ParticipantThat’s a really great plugin Sarah and I really enjoy your posts and find them very informative. Keep up the good work!
February 9, 2010 at 8:51 pm #62896In reply to: Characters in usernames cause strange issues
zooney
ParticipantHrrm… That’s interesting, but the thing about my issue is that I would like to default to user_login and not user_nicename (user_nicename is causing the problem).
From your fix, I’d simply have to imagine that it should already be doing what I want, but it doesn’t. It attempts to always put in user_nicename.
It’s very confusing. It’s also very disappointing. BuddyPress seemed to have promise for a few applications at my university, but I’m not going to be able to use it effectively without being able to use usernames that essentially look like emails (they would be Shibboleth eppns).
I don’t get it, why is BuddyPress such a pain about usernames? If BuddyPress is a WordPress Mu plugin, it should work with any username that is valid in WordPress… I can only assume this is some kind of bug within BuddyPress itself, and I’ll continue treating it as such.
February 9, 2010 at 8:49 pm #62895In reply to: Help with BuddyPress Friends Loop
Sarah Gooding
MemberPaul Wong-Gibbs
KeymasterTitle of what, where? Also please put bug reports on https://trac.buddypress.org/
February 9, 2010 at 8:42 pm #62892In reply to: Activity Stream as homepage, no blog tab RC2
thekmen
Participantr-a-y is correct, thank you.
Just create a new page with a blog or any other template. That will then display along with the links to the BuddyPress pages when Activity Stream is displayed on the front page.
February 9, 2010 at 8:31 pm #62891abcde666
ParticipantHi Andrea,
many thanks for your comment.
it seems the “Multi-Site-Plugin” works with subdomains only ?
Is there a chance to get this working with real domains, say if I do have 5 different domains and want to run 5 WPMU-installations with ONE user-table ?
hmm… just wondering whether the Multi-Site-Plugin will work with WP 3.0 when merged with WPMU ?
-
AuthorSearch Results