Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Comments notification doesn't work in the forum How-to & Troubleshooting 10 years, 11 months ago

    You should note the ticket is still under development, which means the patch provided may not fully work. If you notice something not working then feel free to provide feedback directly in the Trac ticket.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress Profile Styling Issue in the forum How-to & Troubleshooting 10 years, 11 months ago

    This is theme-related. You should use Chrome dev tools to investigate whether that particular nav item’s CSS or HTML is different from the rest of the nav items (or it may just be that they don’t fit in the horizontal space). Alternatively, you could contact the theme author for support.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Buddypress Profile Styling Issue in the forum How-to & Troubleshooting 10 years, 11 months ago

    This is theme-related. You should use Chrome dev tools to investigate whether that particular nav item’s CSS or HTML is different from the rest of the nav items. Alternatively, you could contact the theme author for support.

  • Profile picture of @mercime

    @mercime updated the Legacy Docs page, on the BuddyPress Codex 10 years, 11 months ago

    This section is a historical collection of documents that are now outdated or superseded by the articles for BuddyPress 2.0.0 and above.

    You can find the links to the legacy documents for versions BuddyPress […]

  • Profile picture of @mercime

    @mercime updated the BP_Attachment page, on the BuddyPress Codex 10 years, 11 months ago

    Note: This guide is for use with BuddyPress 2.3+.
    Version 2.3.0 introduced the BuddyPress Attachments API. In the first place, we use it to manage particular user submitted files: their profile photo or the […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Comments notification doesn't work in the forum How-to & Troubleshooting 10 years, 11 months ago

    The core handbook should show you how. Specifically, take a look at The Code Repository section.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Substantial changes to layout of buddypress profile in the forum How-to & Troubleshooting 10 years, 11 months ago

    CSS and HTML are the things you’ll need to use in order modify the page. The BuddyPress Template Hierarchy article will show you which files you’ll need to modify. Note, you may have to create the templates if your theme doesn’t already have them.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Comments notification doesn't work in the forum How-to & Troubleshooting 10 years, 11 months ago

    Take a look at the Apply a Patch Using TortoiseSVN article. The article focuses on WordPress, but the same idea should apply to BuddyPress.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Registration issue (Forbidden, Please Enable Javacript) in the forum How-to & Troubleshooting 10 years, 11 months ago

    No idea. Try checking if you have JavaScript disabled.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Registration issue (Forbidden, Please Enable Javacript) in the forum How-to & Troubleshooting 10 years, 11 months ago

    Do you have JavaScript disabled?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Button Display Problem in the forum Installing BuddyPress 10 years, 11 months ago

    Theme-related issues can be solved with CSS. Alternatively you could write to the theme author asking them for help.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Auto Join specific group in the forum How-to & Troubleshooting 10 years, 11 months ago

    Are you interested in a plugin solution?

    Try BuddyPress Auto Group Join. It looks as though it’ll do what you need.

  • Profile picture of addison adler

    addison adler's profile was updated 10 years, 11 months ago

    addison adler

    @addisonadler907

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Mark Particular Messages as Read in the forum How-to & Troubleshooting 10 years, 11 months ago

    The messages_mark_thread_read() function will mark a message thread as read. It accepts the thread ID. So, to mark read all new private messages if they have a given subject, you could do this:

    function creativesinside_mark_read( $message ) {

    // Be sure we're working with an array.
    if ( is_object( $message ) ) {
    $args = (array)…
    [Read more]

  • Profile picture of Hanizex

    Hanizex's profile was updated 10 years, 11 months ago

    Hanizex

    @hanizex

    View Profile
  • Profile picture of Graeme Fulton

    Graeme Fulton's profile was updated 10 years, 11 months ago

    Graeme Fulton

    @graylien

    View Profile
  • Profile picture of Graeme Fulton

    Graeme Fulton replied to the topic Edit profile groups on single page in the forum How-to & Troubleshooting 10 years, 11 months ago

    At the top of edit.php (yourtheme/buddypress/members/single/profile/edit.php), find this bit near the top:

    if ( bp_has_profile( 'profile_group_id=' . bp_get_current_profile_group_id() ) ) :
    while ( bp_profile_groups() ) : bp_the_profile_group();

    The important part in the snippet above is this function call: bp_get_current_profile_group_id().…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic I have an odd Code Snippet Issue in the forum Miscellaneous 10 years, 11 months ago

    That’s odd. All I can think of is it must be your text editor. Try doing the same thing in something like Sublime Text or Atom and see if the problem occurs.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BuddyPress pages not full width in the forum How-to & Troubleshooting 10 years, 11 months ago

    A few options spring to mind:

    Ask the theme author to make their templates BuddyPress-compatible
    Create your own BuddyPress templates. See the Template Hierarchy article

    Making a theme BuddyPress-compatible is something many theme authors would consider doing because it opens the door to 2,000,000+ BuddyPress sites, so it’s probably worth a…[Read more]

  • Profile picture of Gambar lucu

    Gambar lucu's profile was updated 10 years, 11 months ago

    Gambar lucu

    @veronan

    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