Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Michell Cenolte

    Michell Cenolte's profile was updated 9 years, 3 months ago

    Michell Cenolte

    @michellcenolte

    View Profile
  • Profile picture of Marco Giustini

    Marco Giustini started the topic Buddypress Groups as purchasing groups in the forum Third Party Plugins 9 years, 3 months ago

    Hi,

    I’m interested in developping a plugin for “Gruppi di acquisto solidale” (Ethical purchasing groups) https://en.wikipedia.org/wiki/Gruppi_di_Acquisto_Solidale

    The plugin could be a sub-plugin of Woocommerce.

  • Profile picture of jennifer sdhmith

    jennifer sdhmith's profile was updated 9 years, 3 months ago

    jennifer sdhmith

    @jennifersdhmith

    View Profile
  • Profile picture of Peter Jeshua

    Peter Jeshua's profile was updated 9 years, 3 months ago

    Peter Jeshua

    @peterjeshua

    View Profile
  • Profile picture of cormier ronald

    cormier ronald's profile was updated 9 years, 3 months ago

    cormier ronald

    @cormierronald

    View Profile
  • Profile picture of Willie Hvolton

    Willie Hvolton's profile was updated 9 years, 3 months ago

    Willie Hvolton

    @williehvolton

    View Profile
  • Profile picture of Masoud

    Masoud replied to the topic user role box under profile picture in the forum How-to & Troubleshooting 9 years, 3 months ago

    hi @danbp
    your explanations was complete. i understood completely.
    and thank you very much for the help.
    the code worked well.
    actually i changed it a little to fit my requirements .
    i added some other elements to the css

    #item-header-avatar p {
    width: 90px;
    height: 15px;
    position : absolute;
    top : 90px;
    right : 0px;
    text-align:…
    [Read more]

  • Profile picture of Masoud

    Masoud started the topic user role box under profile picture in the forum How-to & Troubleshooting 9 years, 3 months ago

    hi,
    i am using latest version of wordpress and buddypress.
    in site, i want the users to know who is admin of website.
    so i decided to create a small box under profile picture, which should say the current user role.
    (just like the one, here on buddypress)(you can see my user role as Member)(Participant)(Moderator)…

    1 – i created a css property…[Read more]

  • Profile picture of Alania Webb

    Alania Webb's profile was updated 9 years, 3 months ago

    Alania Webb

    @essayshark

    View Profile
  • Profile picture of Bailey Darren

    Bailey Darren's profile was updated 9 years, 3 months ago

    Bailey Darren

    @baileydarren

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Prevent Fields from Showing in Profile Loop with Conditional Logic? in the forum How-to & Troubleshooting 9 years, 3 months ago

    You can add a condition inside your template. For example:

    // Get $value here.

    // Check if $value is Yes.
    if ( 'Yes' === $value ) {
    // Output
    }

  • Profile picture of Alex Stine

    Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago

    Hello

    Thanks, I seemed to misread the codex. I did not realize the word “the” was not included. Here’s the code that did it for me in the end.

    $member_id = bp_displayed_user_id();
    $x = ( get_user_meta( $member_id, 'staff', true ) == '' ) ? "Staff" : get_user_meta( $member_id, 'staff', true );
    echo '<div class="staff-label">';
    echo…
    [Read more]

  • Profile picture of Alex Stine

    Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago

    Hello @shanebp,

    I tried this code but it did not work. Anywhere I went wrong?

    $member_id = bp_displayed_user_id();
    $x = ( get_the_user_meta( 'staff', $member_id ) == '' ) ? "Staff" : get_the_user_meta( 'staff', $member_id );
    echo '<div class="staff-label">';
    echo $x ;
    echo…
    [Read more]

  • Profile picture of Alex Stine

    Alex Stine replied to the topic Hide Emails Menu in the forum Creating & Extending 9 years, 3 months ago

    OK, if anyone else was wondering how to do this, it’s simple. Just add this code to functions.php or a mu-plugin and the BuddyPress items disappear.

    function remove_admin_menu_items() {
    /*Remove Emails from Appearance.*/
    remove_submenu_page( 'themes.php', 'bp-emails-customizer-redirect' );
    /*Remove Manage Signups*/
    remove_submenu_page(…
    [Read more]

  • Profile picture of Alex Stine

    Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago

    Any suggestions? Really need to get this working.

    Thanks.

  • Profile picture of Ben Hansen

    Ben Hansen replied to the topic Activity Timestamp is never concurrent to time of post in the forum How-to & Troubleshooting 9 years, 3 months ago

    it was patched in BP core a few years ago maybe this is something new which looks like the old thing or perhaps something got reverted inadvertently.

  • Profile picture of Master SEO Indonesia

    Master SEO Indonesia's profile was updated 9 years, 3 months ago

    Master SEO Indonesia

    @masterseoindonesia

    View Profile
  • Profile picture of nickrita

    nickrita started the topic How can I set "Show NewBlogPosts" as default on acitivity-stream? in the forum How-to & Troubleshooting 9 years, 3 months ago

    I postet this question again 6 years ago and got an answer that worked until now:
    https://buddypress.org/support/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream/

    functions.php:
    function blog_posts_by_default( $query_string ) {
    global $bp;
    if ( !$query_string )
    $query_string = '';
    if ( ($bp->current_component ==…
    [Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Avatar Images to grey scale in the forum How-to & Troubleshooting 9 years, 3 months ago

    Are you getting anything in your error log?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress plugin leads to 508 error..Whatto do in the forum How-to & Troubleshooting 9 years, 3 months ago

    A 508 error usually means your website is hitting a resource limit set by your hosting company. This could be either CPU usage or maybe RAM. Try contacting your host to see if the limit can be adjusted.

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In