-
AiratTop's profile was updated 7 years, 4 months ago
-
AiratTop started the topic BuddyPress PHP 7.2 Compatibility test in the forum How-to & Troubleshooting 7 years, 4 months ago
FILE: /var/www/test.site/wp-content/plugins/buddypress/cli/features/bootstrap/utils.php
---
FOUND 1 ERROR AFFECTING 1 LINE
---
426 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadBuddyPress 3.2.0
PHP Compatibility Checker 1.4.6 -
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 7 years, 4 months ago
If you want to remove the rest of the members from member directory then it can be done using custom code otherwise I don’t think that plugin have the option to show only specific type member.
Thanks
-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 7 years, 4 months ago
What’s the last part of URL it takes when you are going on view and what’s on home?
-
Dona Byrdes's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 7 years, 4 months ago
ok, great 🙂
-
georgeryan2's profile was updated 7 years, 4 months ago
-
website dominoqq's profile was updated 7 years, 4 months ago
-
kapil mishra's profile was updated 7 years, 4 months ago
-
Cara Meningkatkan Penjualan Online di Internet's profile was updated 7 years, 4 months ago
-
Digitaltv Thaitv's profile was updated 7 years, 4 months ago
-
Nahum started the topic Remove the no-js body class in the forum How-to & Troubleshooting 7 years, 4 months ago
What’s the best way to remove the no-js body class?
function bp_remove_no_js( $bp_nouveau ) {remove_filter( 'body_class', array( $bp_nouveau, 'add_nojs_body_class' ), 20, 1 );
}
add_action( 'bp_theme_compat_actions', 'bp_remove_no_js' );I was having trouble with bp and owl carousel’s no-js body class.
-
Nahum replied to the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 7 years, 4 months ago
I see thanks! I went ahead and did just that!
-
Aitken * Aitken * Cohn's profile was updated 7 years, 4 months ago
-
Obat Perangsang Pria's profile was updated 7 years, 4 months ago
-
Hamza Khalid's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic How do I show profile info of users instead of the home tab in buddypress in the forum How-to & Troubleshooting 7 years, 4 months ago
Please do not create duplicate posts in the forum.
-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
With the legacy template you need to write this line
define('BP_DEFAULT_COMPONENT', 'profile' );in your wp-config.php file just afterdefine('DB_COLLATE', '');Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Normally it should work in bp-custom.php but if you are not able to run the code you can use this plugin https://wordpress.org/plugins/bp-custom-functionalities/. Using this plugin you can easily exclude any user role(administrator. subscriber etc.) from members directory.
Thanks
-
Prashant Singh replied to the topic Remove the signup confirmation. in the forum How-to & Troubleshooting 7 years, 4 months ago
- Load More