Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Dominic Bowkett

    Dominic Bowkett replied to the topic where is the register end point in the forum How-to & Troubleshooting 9 years, 1 month ago

    Yes, It works if you’re saving that registered user data in database & pick it back at the time of login.

  • Profile picture of Dominic Bowkett

    Dominic Bowkett replied to the topic Backdate replies in posts in the forum Ideas 9 years, 1 month ago

    I think no, you can’t change the date of your reply posts.

  • Profile picture of Lisa Dodd

    Lisa Dodd's profile was updated 9 years, 1 month ago

    Lisa Dodd

    @lisafdodd

    View Profile
  • Profile picture of Gonca Sousa

    Gonca Sousa's profile was updated 9 years, 1 month ago

    Gonca Sousa

    @goncasousa

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Modify activity output in entry.php in the forum How-to & Troubleshooting 9 years, 1 month ago

    You can use the get_post_type() function. For example:

    if ( get_post_type( $post_id ) === 'post' ) {
    // This is a "post" post
    } else {
    // This isn't a "post" post
    }

    It’s also helpful to know the default post type names:

    post
    page
    attachment
    revision
    nav_menu_item

  • Profile picture of metalhead

    metalhead started the topic Element Stuck in the System in the forum How-to & Troubleshooting 9 years, 1 month ago

    A few months ago, I disabled the Compose Private Message feature with css. I think I used this:
    #send-to-input: display: none;

    My intention was to stop people from being able to send a single message to multiple recipients, but now I have realized that it was a bad idea, so I went to delete the code from my CSS file, but the code is not there.

    I…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Show Recipient's Avatar during Private Message in the forum Creating & Extending 9 years, 1 month ago

    I believe bp_the_thread_message_sender_avatar() is what you are looking for in https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/single/messages/message.php

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Get all values of a XProfile field in the forum How-to & Troubleshooting 9 years, 1 month ago

    Take a look through the bp-xprofile-functions.php file.

    Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-xprofile/bp-xprofile-functions.php

  • Profile picture of Henry Wright

    Henry Wright replied to the topic how to change the count display to the left? in the forum How-to & Troubleshooting 9 years, 1 month ago

    The count is likely added via a number of files because there’s n number of navigation items.

    You should find all instances of bp_core_new_subnav_item(). The function will be passed an array as the first argument. The count is usually appended to the name element of that array.

  • Profile picture of jomo

    jomo replied to the topic Add a new column "Groups" to user column on the backend in the forum Creating & Extending 9 years, 1 month ago

    Hi @CoreyFF, how did you do add the Committees column?
    I’m looking at the free version of Admin Columns, it may be this is a Pro feature, I can’t quite tell yet..

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Issues with dots in the forum How-to & Troubleshooting 9 years, 1 month ago

    Your theme’s CSS is displaying list items with bullets. Try making use of list-style-type: none;.

    Ref https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Problems with special characters: é è ç ü etc in the forum Installing BuddyPress 9 years, 1 month ago

    I believe remove_accents(), via sanitize_user(), is converting those characters to ASCII. You could open a ticket for this on Trac?

    https://buddypress.trac.wordpress.org/

  • Profile picture of Miroslav Stedry

    Miroslav Stedry's profile was updated 9 years, 1 month ago

    Miroslav Stedry

    @miroslavstedry

    View Profile
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 1 month ago

    #BuddyPress Newsletter #28 – BP template hierarchy explained, new plugins and a Woffice theme

    https://www.getrevue.co/profile/bpmail/issues/28-bp-template-hierarchy-explained-new-plugins-and-a-woffice-52217

  • Profile picture of Havik Jelen

    Havik Jelen's profile was updated 9 years, 1 month ago

    Havik Jelen

    @havikjelen

    View Profile
  • Profile picture of Andrew Hewatt

    Andrew Hewatt started the topic Advice? Using BuddyPress for multiple sports teams? in the forum Miscellaneous 9 years, 1 month ago

    Hey Folks, I’d like to create a site for my sailing club.
    We’ve got multiple teams that compete and I’m looking for solutions to the following items.
    – Group of 3-5 members attached to a single team, “i.e. their boat”
    – Have team (boat) page that shows these 3-5 members
    – Awards (trophies, etc.) attached to this team (boat) page but also showing…[Read more]

  • Profile picture of Sofia Chapple

    Sofia Chapple's profile was updated 9 years, 1 month ago

    Sofia Chapple

    @sofiachapple

    View Profile
  • Profile picture of Cody Gosman

    Cody Gosman's profile was updated 9 years, 1 month ago

    Cody Gosman

    @codygosman

    View Profile
  • Profile picture of Gregg Ford

    Gregg Ford's profile was updated 9 years, 1 month ago

    Gregg Ford

    @greggrford

    View Profile
  • Profile picture of Ali Leehy

    Ali Leehy's profile was updated 9 years, 1 month ago

    Ali Leehy

    @alileehy1

    View Profile
  • 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