Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Andrea Armeni

    Andrea Armeni replied to the topic How to view Custom Columns (extended profiles field) in Admin users view? in the forum How-to & Troubleshooting 10 years, 3 months ago

    please anyone can help me?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Need some help with registration page in the forum Installing BuddyPress 10 years, 3 months ago

    I don’t see my fix in the source code of the /register page.
    Does your theme have /members/ or /buddypress/ directory? If yes, please give me content of the file /members/register.php or /buddypress/members/register.php.
    If there is no such file, – give me the content of a file (and its name) where you put the code I gave you. You can use…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Need some help with registration page in the forum Installing BuddyPress 10 years, 3 months ago

    No, it should not matter. General rule – in the and of the file 🙂

  • Profile picture of Dennis Alund

    Dennis Alund replied to the topic Buddypress and Restricting Page Access in the forum How-to & Troubleshooting 10 years, 3 months ago

    +1 for this thread

    See this FAQ on WooThemes Memberships regarding the issues that you can run into if you purchase a membership plugin and try to restrict access to e.g. Groups or Members directory.

  • Profile picture of Toni

    Toni started the topic Lost site wide admin to users header/widget message feature in the forum How-to & Troubleshooting 10 years, 3 months ago

    WP version 4.4.1 MultiSite with BuddyPress activated on one subsite
    PHP version 5.4.45
    BuddyPress 2.4.3
    site url http://toni-esl.com/eslbuddy

    I saw, then somehow lost, the widget for posting a site wide, front end viewed, admin to site users message. When the widget was available, I never found where to add the content – the message.…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic buddypress function reference in the forum How-to & Troubleshooting 10 years, 3 months ago

    The best code ref you’ll find is the plugin’s source. Inline documentation is very comprehensive

  • Profile picture of Manuel Schmalstieg

    Manuel Schmalstieg replied to the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 10 years, 3 months ago

    Wow, thanks for the link!

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 10 years, 3 months ago

    After rereading I see that you have a different request. But check that ticket anyway 🙂

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 10 years, 3 months ago

    You should definitely take a look at this ticket in BP trac – #6592.
    It’s all about the future of emails in BuddyPress. Please test and provide your feedback there in a ticket. Thanks a lot!

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic buddypress repositories in the forum Requests & Feedback 10 years, 3 months ago

    Are you talking about CDN?
    It’s not an option for BP plugin. Some sites are developed in Intranet – they don’t have access to Internet at all. So CDN won’t be available for them. You can easily use cloudlflare or any other CDN provider to save there your assets.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Creating a welcome page in the forum How-to & Troubleshooting 10 years, 3 months ago

    It’s nothing to do here with BuddyPress. Go to your membership plugin forum and ask there – they better know that plugin API and conditionals.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic NOTHING FOUND FOR MEMBERS in the forum Installing BuddyPress 10 years, 3 months ago

    Check in wp-admin area your Settings -> BuddyPress -> Pages settings. All directories components should be associated with WP pages. WP pages should be published.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Need some help with registration page in the forum Installing BuddyPress 10 years, 3 months ago

    The problem is with your theme.
    The quickest fix is this:

    function the7_bp_register_fix(){
    echo '<div style="clear:both"></div>';
    }

    add_action('bp_custom_signup_steps', 'the7_bp_register_fix', 999999);

    Place this code into either bp-custom.php or functions.php of your (child) theme.

    Ideally – contact your theme author and ask him/her/them…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic buddypress function reference in the forum How-to & Troubleshooting 10 years, 3 months ago

    The closest you’ll find is the section for developers: https://codex.buddypress.org/context/developer/

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Undefined index: position in Buddybar in the forum How-to & Troubleshooting 10 years, 3 months ago

    Position is actually optional so if you wanted to avoid investigating what exactly is going on here you could just remove it altogether

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic where is turn on forum & photo category? in the forum Creating & Extending 10 years, 3 months ago

    Do you have bbPress plugin installed. If not, please install “bbPress” plugin and on its settings page, enable forums for BuddyPress. That will do it.

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic How this code works.? in the forum How-to & Troubleshooting 10 years, 3 months ago

    The above code at the moment is not doing anything.
    I will start by explaining.

    The action “bp_after_message_thread_content” is called on single thread page where all messages of a thread(conversation between two people) are listed. It happens at the bottom of that page.

    In your function, you are populating the variable $thread with current…[Read more]

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Registration Redirect in a Multisite in the forum How-to & Troubleshooting 10 years, 3 months ago

    Is your BuddyPress Network active? Deactivate and activate it only on the subsite. That should fix it.

  • Profile picture of Brajesh Singh

    Brajesh Singh replied to the topic Users creating posts in the forum How-to & Troubleshooting 10 years, 3 months ago

    Also, I will suggest using the above plugin in combination with BuddyBlog for a better experience.

    BuddyBlog

  • Profile picture of Henry Wright

    Henry Wright replied to the topic Undefined index: position in Buddybar in the forum How-to & Troubleshooting 10 years, 3 months ago

    This is most probably a result of your code (or a plugin you’re using) referring to a position array key, which isn’t defined.

  • 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