Me

Jeff Sayre

Midwest Tech Corridor. Huh?

active 3 days, 2 hours ago

BuddyPress Moderator, developer, and serial entrepreneur inspired by the Social Web. I'm currently working on the BuddyPress Privacy Component. A Beta version is available on my website at http://jeffsayre.com/buddypress/ Visit my website for my information.
Jeff Sayre's

Activity Stream

  • Jeff Sayre and damoncook are now friends   3 days, 2 hours ago

  • Jeff Sayre posted a reply on the forum topic Privacy ?:   2 weeks, 1 day ago

    @Brajesh, thank you for reminding people to behave in a civil manner.
    Also, as Erich73 states above, let’s keep this thread on topic. If people want to debate (in a civil fashion), it is best done by starting another thread.

  • Jeff Sayre posted a reply on the forum topic Privacy ?:   2 weeks, 1 day ago

    There’s no need to worry about privacy features in BuddyPress. As I have stated previously on these forums and on my blog, I am committed to bringing my current Privacy Component up to code to work with BP 1.2. With the 1.2-beta coming out very soon, I plan to use that to finalize the new [...]

  • Jeff Sayre posted a reply on the forum topic BuddyPress Links 0.2.1 released:   2 weeks, 5 days ago

    Very cool and well done!
    I watched the screen cast. It is interesting to see how quickly you can auto embed an external resource.

  • Jeff Sayre and Robert are now friends   2 weeks, 5 days ago

Jeff Sayre's

Wire Messages

Viewing post 1 to 5 (8 total posts)  
  • hi Jeff.Thanks :)

  • Hi Jeff,

    I wanted to write this under the Privacy group wire, but the group wire doesn’t seem to work right now.

    Anyway, just wanted to say that right now I’m using direct calls for certain xprofile fields.
    eg. $city = xprofile_get_field_data( ’City’, bp_get_the_site_member_user_id() );

    Let’s say in the new, upcoming privacy component that a user sets the xprfoile field of ”City” to private in this case.

    If I try to echo $city, would it display the user’s entered value for $city or return null?

    Or would there be a boolean function that I could use to see if the $city value is set to private or not.

    eg. if(!is_xprofile_field_private(’City’, bp_get_the_site_member_user_id())) echo $city;

    is_xprofile_field_private() is hypothetical of course!
    Just wanted to jot down my thoughts!

  • traveling is no fun, totally understand. take a look at the thread when you get a chance. i updated it with code from v1.1, just don’t know how to implement it in v1.2

  • Jeff, did the code for the icon, heart_bullet.png, get stripped out of v1.2 of the skeleton component?

  • Thanks, Jeff :)