Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Ali Karwandian

    Ali Karwandian's profile was updated 8 years ago

    Ali Karwandian

    @weiterbildungfuehrungskraefte

    View Profile
  • Profile picture of Hugo Ashmore

    Hugo Ashmore wrote a new post on the site BuddyPress.org 8 years ago

    It’s with a huge amount of pleasure and excitement that we’re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.

    BuddyPress 3.0 will be a major milestone release for us and one we’re […]

  • Profile picture of Dr md shahriar kabir

    Dr md shahriar kabir replied to the topic collapse comment & comment reply. in the forum How-to & Troubleshooting 8 years ago

    i use
    wordpress vers- 4.9.5
    buddypress vers- 2.9.4

  • Profile picture of Dr md shahriar kabir

    Dr md shahriar kabir replied to the topic collapse comment & comment reply. in the forum How-to & Troubleshooting 8 years ago

    can anybody healpme?????!!!!!

  • Profile picture of Dr md shahriar kabir

    Dr md shahriar kabir started the topic collapse comment & comment reply. in the forum How-to & Troubleshooting 8 years ago

    everything ok with buddypress, in my web site- https://www.microdoshomoeopathi.com but in activity the comment & reply comment collaps in a limit. i think it is better for me when its become unlimited with latest 3 new comment display and others in hidden, open when reader want to read more.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic email notifications for private messages in the forum How-to & Troubleshooting 8 years ago

    Not sure. It might be getting blocked on delivery by spam filters, perhaps due to the content of the email.

    As an experiment, you could try editing that email type in the wp-admin and removing all the default words and text and links (after making a backup of this email). Enter some “testing” text of your choice, and then see if that gets delivered.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Problem Buddypress with Ultimate Membership Pro in the forum How-to & Troubleshooting 8 years ago

    @rastislavkr unless your problem is identical, down to the same plugin, please start your own new thread discussion next time. 🙂

    Generally speaking, I believe BuddyPress should render third-party shortcakes in its theme compatibility templates. How easy is this to reproduce?

    If it’s very quick and easy, and you provide step-by-step…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Additional profile field duplication in the forum Creating & Extending 8 years ago

    I suspect by now you’d have been able to duplicate them if you’d started manually. 🙂

    There’s no built in functionality for this. You could have tried duplicating the rows in the database (not trivial unless you are familiar with MySQL), or perhaps seeing if you could automate something with the BuddyPress extension for WP-CLI:…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Emails for change password and reset password in the forum How-to & Troubleshooting 8 years ago

    Short answer is WordPress has a totally crap email API, and it’s really hard to reliable filter the core WordPress emails. That’s a big part of the reason I wrote a modern email API for BuddyPress, because WordPress itself is doing a bad job.

    Let me know if you think this is something we should prioritise. It’s been a while since we’ve improved…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress Page Titles in the forum Creating & Extending 8 years ago

    Do not duplicate your requests for help. Volunteers here have limited time: https://buddypress.org/support/topic/buddypress-page-title-remove/

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic email notifications for private messages in the forum How-to & Troubleshooting 8 years ago

    In version 2.9.4, we fixed deliverability problems for account activation and email address change emails for Outlook.com users.

    Your cloned site – is that on the same server as the main site? If it isn’t (even if they are on different accounts provided by the same hosting company), you could ask them to check that the server-side email sending…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Shortcode question [bp_profile_url] in the forum Installing BuddyPress 8 years ago

    Venutius, maybe we should look at bringing the shortcakes into BuddyPress core sometime.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Buddypress Page Title Remove in the forum Installing BuddyPress 8 years ago

    By default, your theme’s page.php is used as the wrapper. In your theme, duplicate that file and rename it to buddypress.php. Then you can edit that wrapper template and it will only affect BuddyPress.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Assign Members Page in the forum Creating & Extending 8 years ago

    I am not sure why this might not work. I suspect, too, it is a conflict with some other plugin or theme that affects permalinks or page management, but it’s impossible to tell without actually working through the code and checking your database. Perhaps the theme, as you said you’ve tried disabling all plugins.

    If you let me know your versions of…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Theme activity in buddypress… in the forum Creating & Extending 8 years ago

    You’ll need to be a reasonably competent developer, familiar with WordPress, to achieve this. There is some documentation at https://codex.buddypress.org/plugindev/bp_activity_add-2/ that might help you get started. Good luck!

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Cron Jobes Issue in the forum How-to & Troubleshooting 8 years ago

    Hi @jerrysmith212

    Thanks for the kind words! BuddyPress does *use* a cron task for only one thing — if Activity component is active and you also have the Akismet plugin enabled, then there’s an integration between the two, and our cron task periodically tidies up old metadata.

    We do nothing that I know of that affects WordPress’ cron system,…[Read more]

  • Profile picture of David Cavins

    David Cavins replied to the topic How to restrict group creation to certain users in the forum How-to & Troubleshooting 8 years ago

    Actually your code will work either way (no matter what the restrict group creation checkbox is set to). Your function must not be “seen” by WP. Is it in bp-custom.php or in your theme’s functions.php file?

  • Profile picture of TheArmory1

    TheArmory1 replied to the topic How to restrict group creation to certain users in the forum How-to & Troubleshooting 8 years ago

    @dcavins, No luck if I uncheck box only admins can create groups regardless of the code above.

    If I check that box ever role type has the ability to create a group regardless of the code above.

  • Profile picture of David Cavins

    David Cavins replied to the topic How to restrict group creation to certain users in the forum How-to & Troubleshooting 8 years ago

    If you uncheck “allow group creation for all users” only site admins will be able to make groups.

  • Profile picture of TheArmory1

    TheArmory1 replied to the topic How to restrict group creation to certain users in the forum How-to & Troubleshooting 8 years ago

    @dcavins, question should I enable group creation for all users and use this code or leave that option off.

  • 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