Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Members can't update their own passwords in the forum Miscellaneous 10 years, 1 month ago

    We (the project, BuddyPress) recommend that you do not use W3TC’s Object Caching support. There is a bug in it that causes the password hash to be reset when a user is updated. This is a bug in W3TC and not BuddyPress, and we are not going to workaround the issue in BuddyPress just to support a bugged plugin.

  • Profile picture of Jasper

    Jasper replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 10 years, 1 month ago

    I have already partially tested the above plugin and can testify it has made life very easy exporting and moving all the profile photos over from the old site to the new site. Many thanks to the developer for doing this.

  • Profile picture of Jasper

    Jasper replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 10 years, 1 month ago

    @manishkrag Many thanks 🙂

  • Profile picture of Julian M

    Julian M replied to the topic Add friend and Join Group buttons – Are you sure you want to do this? Error in the forum How-to & Troubleshooting 10 years, 1 month ago

    Got the same erorr.
    It’s pity. Why this plugin is so hard coded?
    Why I cannot see log files with errors or change environment to development/production?

    WordPress v4.4.2 (single site)
    Buddypress v2.5.2

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Why People Do Not Use RealNames/Images on Forums? in the forum Miscellaneous 10 years, 1 month ago

    I think it comes down to privacy, and what how much a person wants to share to a specific community. I’m much more open in this WordPress community than I am in communities for various video games i’m involved with, for example.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Parameter 1 valid call back error in the forum How-to & Troubleshooting 10 years, 1 month ago

    It’ll be BuddyPress in conjunction with something else. What theme are you using? What other plugins are active?

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago

    That’s great to hear 🙂

    I just bumped the value to 5mb. Feel free to change the 5120000 value to anything that suits you.

  • Profile picture of completas

    completas's profile was updated 10 years, 1 month ago

    completas

    @completass

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago

    Can you try adding this to your theme’s functions.php:

    add_filter( 'bp_core_avatar_original_max_filesize', function() {
    return 5120000; // 5mb
    } );

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts replied to the topic Groups Default Sort By Alpha in the forum How-to & Troubleshooting 10 years, 1 month ago

    So, instead of modifying the bp_has_broups query in the template, I figured I needed to do an if / else to check if the user has not set the sort option yet. To do that, in bp-custom.php I hooked in to the bp_ajax_querystring filter:

    add_filter( 'bp_ajax_querystring', 'mediclique_bp_ajax_querystring', 32, 2 );
    function…
    [Read more]

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts started the topic Groups Default Sort By Alpha in the forum How-to & Troubleshooting 10 years, 1 month ago

    How can I set the main list of Groups be sorted by Alphabetical by default instead of Last Active? I can modify the bp_has_groups query in the template with &type=alphabetical but then the dropdown will no longer affect the sort when changed.

    WP: 4.4.2
    BP: 2.5.2

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago

    Can you try ruling out your set up?

    Disable all plugins (aside from BuddyPress) and activate Twenty Fifteen. Then try uploading a profile pic. If that test works then we can safely say your server is working as it should be.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago

    That’s a strange one. 11kb is tiny. Can you try another image? Perhaps make a copy of the profile image you used here on this forum.

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Only images in activity stream in the forum How-to & Troubleshooting 10 years, 1 month ago

    You’d need to remove the post update form and perhaps provide a image upload button instead. How comfortable are you with PHP?

  • Profile picture of @mercime

    @mercime updated the Configure BuddyPress page, on the BuddyPress Codex 10 years, 1 month ago

    After activating BuddyPress, you will be automatically redirected to the BuddyPress Welcome Screen if this is the first time you’ve activated BuddyPress or if you’ve just upgraded BuddyPress. After taking some […]

  • Profile picture of @mercime

    @mercime updated the Configure BuddyPress for Multisite page, on the BuddyPress Codex 10 years, 1 month ago

    After activating BuddyPress, you will be automatically redirected to the BuddyPress Welcome Screen if this is the first time you’ve activated BuddyPress or if you’ve just upgraded BuddyPress. After taking some […]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] image exceeds the maximum upload size – but it's only 11KB in the forum How-to & Troubleshooting 10 years, 1 month ago

    Hi @ma3ry

    Can you post the error message you’re getting?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Remove BuddyPress Without Losing Blog Posts in the forum Installing BuddyPress 10 years, 1 month ago

    Just deactivate BuddyPress. It won’t break anything.

    Thanks for trying BuddyPress!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Email Notifications not sending in the forum How-to & Troubleshooting 10 years, 1 month ago

    I’ll continue to give this thought. If WordPress emails are sent without ANY plugin or customisation, I am not sure why BuddyPress emails aren’t being sent — we put a lot of work into the v2.5.2 release to try to fix this exactly situation/problem.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Parameter 1 valid call back error in the forum How-to & Troubleshooting 10 years, 1 month ago

    Unfortunately, that error message isn’t super-useful to pinpoint where the problem might be.
    On my dev environment, I have no trouble running WP-CLI commands.

    What theme are you using? What other plugins are active?

  • 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