Search Results for 'buddypress'
-
AuthorSearch Results
-
December 4, 2009 at 8:16 am #57988
In reply to: BuddyPress Privacy Component: An Update
@mercime
ParticipantHi Jeff, ready to test the Privacy Component as well
December 4, 2009 at 7:04 am #57986In reply to: Group Twitter Plugin
Xevo
ParticipantAlmost everything on buddypress is an issue when using Supercache. Since almost everything updates itself. As far as I know supercache has a few tags that you can use to ignore a piece of code, but you’ll need to use that on almost every buddypress function.
December 4, 2009 at 2:52 am #57984In reply to: BuddyPress Privacy Component: An Update
abcde666
ParticipantHey Jeff,
can you install BuddyPress on your website (including your Privacy-Component) and we can test the functionality then at your website ?
That would be a great way in order to test it.
If you wish, we can also make some “bug-posts” or suggestions into your Discussion-Forum or wherever you like us to do so.
Gonna see if we can blow it up
December 4, 2009 at 1:16 am #57983In reply to: BuddyPress Privacy Component: An Update
Bowe
ParticipantI knew some intimidation would do the trick! That’s great news Jeff, looking forward to it!
December 4, 2009 at 12:53 am #57981In reply to: BuddyPress Privacy Component: An Update
r-a-y
KeymasterOriginally posted by Jeff Sayre:
That should be just enough time for everything to blow up.
Nicely put!

Looking forward to the beta as well.
December 4, 2009 at 12:44 am #57980In reply to: BuddyPress Privacy Component: An Update
Brajesh Singh
Participantwow,that’s great Jeff
pretty excited to test it

Thanks so much
December 4, 2009 at 12:41 am #57979In reply to: How to create forums?
December 4, 2009 at 12:35 am #57978In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantSeriously, though…
Although your cries may be fortuitous, they are in fact at the right time. I plan on releasing the first public beta of my BuddyPress Privacy Component late this Saturday. When it is up, I’ll Tweet about it (follow me @jeffsayre) and post the link here as well.
I plan on first providing it via my website. I will uploaded it to my WP Repo account next week when I return from my trip–and have had a chance to make a few more tweaks here and there. This also means that you will be on your own for a few days. That should be just enough time for everything to blow up.
Leave any feedback on the post on my website. As this plugin is designed around the default BP theme, if you have a custom theme, you may have to do some CSS tweaking. It should not be a big issue though.
Happy Week-After Thanksgiving!
December 4, 2009 at 12:24 am #57977In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantHaha! Yep, I’m mad now. Good bye.
December 3, 2009 at 11:50 pm #57975In reply to: Hiding a member
invertedsphere
ParticipantI have a solution:
You need to edit the buddypress members loop file located probably at /wp-content/themes/bp-themes/bp-sn-parent/directories/members/members-loop.php
Find the members loop and make it look something like this:
<?php while ( bp_site_members() ) : bp_the_site_member(); ?>
<?php // put member name into variable
ob_start();
bp_the_site_member_name();
$excluded_user = ob_get_contents();
ob_end_clean();
?>
<?php if($excluded_user != ‘name of user goes here’) { ?>
// ORIGINAL CONTENTS OF LOOP GO HERE
<?php } // end if $excluded_user !=… ?>
<?php endwhile; ?>
Note that this will compare the name that the user entered in their profile, not to be confused with the login name. It would probably be best to give the user a complex name that nobody else would likely use so that you don’t accidentally hide unsuspecting users. Maybe you can figure out how to get the actual login name though.
Good luck to all
December 3, 2009 at 11:28 pm #57972In reply to: XML Classes
jschires
Participantare you using the ajax status update like buddypress? I am working on a iphone web app for buddypress but have an issue with it returning the status “clear” and dropping back down. It does slide up and post the update, just doesnt come down with the status, clear, and would like it to also return the post box…any ideas?
December 3, 2009 at 9:30 pm #57965In reply to: WordCamp NY BP get together – Who's In?
r-a-y
KeymasterRecorded BP sessions from WCNY are up:
(Thanks for Andrea from WPMUTutorials.com for the links and to the Internet Society – NYC chapter for archiving)
Unconference (Mike Pratt & JJJ) – http://punkcast.com/1686/m4v/1686-14_wcnyc_unconference_buddypress.m4v
Ignite session (Andy Peatling) – http://punkcast.com/1686/m4v/1686-17_wcnyc_ignite_buddypress.m4v
Hyperlocal Journalism, Meet BuddyPress (Ted Mann) – http://punkcast.com/1686/m4v/1686-10_wcnyc_hyperlocal.m4v
—
More sessions from WCNY can be found here:
December 3, 2009 at 8:09 pm #57964In reply to: How to create forums?
David Lewis
ParticipantIn the Dashboard there is a “Forums Setup” link under the “BuddyPress” menu. Should be a simple two click process assuming you’re running a stable version (i.e. 1.1.3. I don’t believe the bbPress files are included in the trunk versions).
December 3, 2009 at 6:01 pm #57962In reply to: BuddyPress Privacy Component: An Update
foodin65
ParticipantI’m certainly ready to test it
December 3, 2009 at 5:33 pm #57961In reply to: BuddyPress Privacy Component: An Update
Bowe
ParticipantMaybe we should ditch the kind approach.. WE NEED THAT ^%^^^&E$$% PRIVACY COMPONENT. WE ARE INCAPABLE OF MAKING SUCH AN AWESOME ADDITION TO BP OURSELVES. GIVE IT NOW !!!111!
Ok that was uncalled for.. sorry…..

it’s ready when it’s ready Jeff
December 3, 2009 at 4:31 pm #57958In reply to: BuddyPress Privacy Component: An Update
Jean-Pierre Michaud
Participant/me run behind Jeff with flowers… maybe that will tease him…
*(or frustrate him badly)
December 3, 2009 at 4:19 pm #57956In reply to: Getting the unread-count inbox-count info elsewhere
smuddah
Participanti want my personal andy peatling right beside me when i play with buddypress.
thanks a lot everyone!
even tho the code doesn’t check for »pendig friendships« it’s pretty cool!
<?php bp_total_unread_messages_count() ?>December 3, 2009 at 4:06 pm #57953In reply to: BuddyPress Privacy Component: An Update
jivany
Participant(crosses fingers) will I be able to play with the beta on the weekend?
December 3, 2009 at 10:49 am #57940In reply to: iphone web app
gpo1
ParticipantFYI
https://buddypress.org/forums/topic/xml-classes#post-30307
maybe you both can work on this then make android app later!
December 3, 2009 at 4:55 am #57936Xevo
ParticipantThere already is a plugin which allows photo upload, but it has really limited options.
http://manojkumar.org/bppicture-album-plugin-for-buddypress/
You could use it as a guide to make your own plugin.
December 3, 2009 at 4:09 am #57934gsmith6673
Participantdito:
December 3, 2009 at 2:43 am #57931In reply to: Why is BuddyPress stripping my object or embed tags?
r-a-y
KeymasterThanks for re-bumping this (even though this is more of a MU issue).
I actually just encountered Peter’s original problem during an export/import.
December 3, 2009 at 2:24 am #57930In reply to: Why is BuddyPress stripping my object or embed tags?
mulligankm
ParticipantThanks r-a-y. I have only been using BuddyPress for a few days and discovered this problem, err–security feature last night,
The “Allow Embedded Videos: http://wpmudev.org/project/Allow-Embedded-Videos” plugin worked for me.
December 3, 2009 at 1:43 am #57929Xevo
ParticipantMake a plugin or put it in your functions.php.
function pc_get_userrole ($user_id) {
$user = new WP_User($user_id);
$userclean = $user->roles[0];
return $userclean;
}Call it like this.
echo pc_get_userrole(bp_current_user_id());Not sure how well it works, but it worked well enough for me.
December 2, 2009 at 11:30 pm #57925bpisimone
ParticipantI’m trying to do the same thing. No one seems to uderstand or is able to help out though. If I ever figure this out, I’ll post it in here.
-
AuthorSearch Results