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 How to get a blog post link from a comment link in the forum How-to & Troubleshooting 9 years, 10 months ago

    You need to get the comment ID from the URL and then you can look up the post. So imagine you have this:

    https://example.com/2016/07/09/post-name/#comment-12

    The comment ID is 12. You’d need to extract that from the string. Stuff like preg_replace() or filter_var() can be used here. Once you have the comment ID you can do this:

    $comment =…[Read more]

  • Profile picture of Damon Cook

    Damon Cook updated the Change “Activity” component’s name and slug to something else. page, on the BuddyPress Codex 9 years, 10 months ago

    Want to change the default BuddyPress “Activity” (activity stream) to “Dashboard”, or “The Activity Center”, or anything other than “Activity”?

    Here is how:

    Create wp-content/plugins/bp-custom.php, and put […]

  • Profile picture of Number_6

    Number_6 started the topic WP theme support for sidebar.php in the forum How-to & Troubleshooting 9 years, 10 months ago

    Hi folks,
    BP: Version 2.6.1.1
    WP: Version 4.5.3
    Excuse me if I’ve missed something obvious, but I’m unclear on how to set certain template files for BP in my WP theme. I understand the template hierarchy – /my-theme/buddpress/members etc, but I’d like to work with files in the theme root like sidebar.php. When I upload to /my-theme/buddypress…[Read more]

  • Profile picture of Bj123

    Bj123's profile was updated 9 years, 10 months ago

    Bj123

    @bj123

    View Profile
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Enbeded feature not working in the forum Installing BuddyPress 9 years, 10 months ago

    Do you have an example link we can look at? Is your site public?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Trouble with BuddyPress on secondary blog in the forum How-to & Troubleshooting 9 years, 10 months ago

    Hmm. Those are notices (from Visual Composer, and a buddypress.php file in your theme, and from the WP_Widget_Moon_Phases widget), not fatal errors, so unlikely to be breaking the site, and unfortunately shed no light on what might be happening. Not sure.

    On your multisite – is BuddyPress network activated?

    p.s. even if this was working, all the…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Lost access to my site in the forum How-to & Troubleshooting 9 years, 10 months ago

    This is also not BuddyPress related.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Keyboard shortcuts in the forum Installing BuddyPress 9 years, 10 months ago

    There are no keyboard shortcuts in the default templates.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Trouble with BuddyPress on secondary blog in the forum How-to & Troubleshooting 9 years, 10 months ago

    If you get a white screen, that means a fatal PHP error. Can you set the define back, visit the site (to trigger the error), and then look in your PHP error log? Let us know what it says.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BP exclude member role in the forum How-to & Troubleshooting 9 years, 10 months ago

    You should use bp_parse_args(). Check out this article:

    Using bp_parse_args() to filter BuddyPress template loops

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Profile Search no working in mobile in the forum How-to & Troubleshooting 9 years, 10 months ago

    Hi @juanandrius

    Which theme are you using?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BP exclude member role in the forum How-to & Troubleshooting 9 years, 10 months ago

    Can you paste the code you’re using?

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 9 years, 10 months ago

    Using Plain permalinks gives this mesage “BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.” So I’m switching back to what it was before.

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 9 years, 10 months ago

    It was Imsanity plugin ” this plugin prevents upload of large images”. Good grief.

    All uploading now.

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 9 years, 10 months ago

    Started to get this error because I think my host added both when I already had GD.

    “add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ ); Â Â Â Â function change_graphic_lib($array) { return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ )};”

    And it wouldn’t add the group page.
    add_filter( ‘wp_image_editors’, ‘ch…[Read more]

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 9 years, 10 months ago

    It seems to add any photo with less than 120 width. 96 gets no problems. However th epic is of course a very poor fit.

    It has given me a new dimension suggestion of 1170 x 260 which works. Can i write this instruction in on the field somehow for users to know? The HTTP Error message is related to dimensions.

    And another error I haven’t seen is…[Read more]

  • Profile picture of Stacy (non coder)

    Stacy (non coder) replied to the topic Group cover photos not uploading in the forum Creating & Extending 9 years, 10 months ago

    Sounds like the plugin should show a checklist for all this somewhere. The plugin is working so that means all the requirements are met.

    I have

    PHP version 5.6 or greater
    MySQL version 5.6 or greater
    BuddyPress 2.6.0+ with WordPress 4.1.0+
    Apache Module mod_rewrite enabled for “pretty permalinks”. (Wenet to settings> permalinks> checked pla…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Add $_POST data before submitting registration in the forum How-to & Troubleshooting 9 years, 10 months ago

    If you comment out your action:

    // add_action( 'bp_signup_pre_validate', 'assign_username' );

    Do you still get the “Do you want to leave the page” message?

    I’m not sure why the code you’ve pasted above would trigger a message like that.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic [Resolved] BP 2.6 and BuddyPress Group Extras Plugin in the forum Third Party Plugins 9 years, 10 months ago

    Version 3.6.9 is released, pushed to WordPress repository. Soon it should be available worldwide.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic BP exclude member role in the forum How-to & Troubleshooting 9 years, 10 months ago

    but the problem i have wrong calcul total member in the filter

    Which filter?

  • 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