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 White Screen of Death after Activation in the forum Installing BuddyPress 9 years, 3 months ago

    Do you have any plugins running aside from BuddyPress? If so, do you get the fatal error when activating BuddyPress (with the rest of the plugins deactivated)?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot Sign up in the forum Installing BuddyPress 9 years, 3 months ago

    @indra1007

    Have you read the article that was linked by @danbp?
    Do you have .htaccess file in the same diretory where you installed WordPress?
    If not, create it with this content:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond…
    [Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Open groups: Allow all members full rights in every group without joining in the forum Creating & Extending 9 years, 3 months ago

    In your case – makes sense. All members joining all public groups won’t work.

    So, you need a more “hacky” solution.
    Try to dive into bp_group_is_member() function. It has a filter with the same name.

    You can try to do something like this (not tested):

    add_action( 'bp_group_is_member', function( $is_member, $group ) {
    if (…
    [Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic I can't do anything after activation in the forum Installing BuddyPress 9 years, 3 months ago

    Latest WordPress itself has issues on PHP 7.1, and while testing BuddyPress we allow failures on PHP 7.1 as well.
    So in general BuddyPress should work on PHP 7.1, but no one spent extra attention on testing there everything and fix if there are any issues.

    Try to downgrade to PHP 7.0.x.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Errors when registering in the forum How-to & Troubleshooting 9 years, 3 months ago

    If the error persists only when learndash integration is activated, you should contact that plugin authors for support (if they provide one). As it’s seems not a BuddyPress issue, and not newly BP 2.8 version issue.

    As I don’t know that integration plugin, I can’t help.

  • Profile picture of Eokulmebs

    Eokulmebs's profile was updated 9 years, 3 months ago

    Eokulmebs

    @eokulmebs

    View Profile
  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Missing buttons in the forum Creating & Extending 9 years, 3 months ago

    Helps to know what theme you’re using, we haven’t done anything in particular to styles, majority of style work was for companion stylesheet 2017 theme.

    A link to the live site would let someone test with tools to see where the issue lies.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic How to use Twenty Seventeen Stylessheet in the forum How-to & Troubleshooting 9 years, 3 months ago

    We load the styles in the BP functions file automatically when we detect that the 2017 theme is in use. By and large these companion styles are not necessarily stand-alone styles they are built to work in conjunction with the WP theme styles so how they would work with a custom theme is impossible to say as we have no knowledge of the themes…[Read more]

  • Profile picture of John James Jacoby

    John James Jacoby replied to the topic Access denied to Profile Fields admin screen in BP 2.8.0 in the forum How-to & Troubleshooting 9 years, 3 months ago

    See: https://buddypress.trac.wordpress.org/ticket/7445

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs posted an update 9 years, 3 months ago

    Testing to see if I can ping myself. @djpaul hello.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Errors when registering in the forum How-to & Troubleshooting 9 years, 3 months ago

    Is it BuddyPress 2.8.0?

  • Profile picture of Peter Hardy-vanDoorn

    Peter Hardy-vanDoorn replied to the topic Hide members in the forum How-to & Troubleshooting 9 years, 3 months ago

    Hi. I struggled with this for a while, and I agree entirely that something like this needs to be in the BuddyPress core… actually, I think much better user management needs to be in the WordPress core, not just BuddyPress, but that’s a discussion for another time…

    I eventually found the code that you’re using and modified it to be able to…[Read more]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore replied to the topic Profile not mobile responsive in the forum How-to & Troubleshooting 9 years, 3 months ago

    You need to define ‘responsive’ in this context; what are you seeing as the issue?

    Running BP under twenty seventeen I see no particular issues for profile edit screens, but that is a cursory check, one theme, one browser.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Add product in buddypress plugin in the forum Miscellaneous 9 years, 3 months ago

    You will need to integrate Multi Vendor plugin into BuddyPress.
    That means create specific profile pages (there is an article in BuddyPress Codex), modify BuddyPress templates in your child theme (same – see articles in Codex).

    You can check this as…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Open groups: Allow all members full rights in every group without joining in the forum Creating & Extending 9 years, 3 months ago

    Perhaps, upon user registration you should auto-join them to all public groups. And modify templates in your child theme to hide JOIN / LEAVE buttons for public groups.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot Sign up in the forum Installing BuddyPress 9 years, 3 months ago

    Registration link is broken.

    It should be http://cintaku.id/register/, and NOT http://cintaku.id/index.php/register/.
    Go to permalinks settings and make it like this: http://take.ms/l5qFy
    Then click Save.

  • Profile picture of Wall Street Nation

    Wall Street Nation's profile was updated 9 years, 3 months ago

    Wall Street Nation

    @wallstreetnation

    View Profile
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic I can't do anything after activation in the forum Installing BuddyPress 9 years, 3 months ago

    What are your WordPress and BuddyPress versions?

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the Version 2.8.0 page, on the BuddyPress Codex 9 years, 3 months ago

    Version 2.8.0 is a major BuddyPress feature release.

    For Version 2.8.0, the database version (_bp_db_version in wp_options) was 11105, and the Trac revision was 11431. Read the full ticket log […]

  • Profile picture of Slava Abakumov

    Slava Abakumov updated the Releases page, on the BuddyPress Codex 9 years, 3 months ago

    The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
    N.B from version 1.5 […]

  • 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