-
Varun Dubey replied to the topic Create edit profile form or page in the forum How-to & Troubleshooting 6 years, 5 months ago
You can override edit page template inside the child theme
buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
at following path
child-theme/buddypress/members/single/profile/edit.php -
Varun Dubey replied to the topic Non admin users cannot comment on post after updating to buddypress 3.0 in the forum How-to & Troubleshooting 6 years, 5 months ago
-
Varun Dubey replied to the topic version 3.0 problems in the forum How-to & Troubleshooting 6 years, 5 months ago
@geertbaven check following thread once
-
Varun Dubey replied to the topic How to activate registration automatically without having to activate? in the forum Installing BuddyPress 6 years, 5 months ago
-
Varun Dubey replied to the topic Create edit profile form or page in the forum How-to & Troubleshooting 6 years, 5 months ago
You can check this https://wordpress.org/plugins/better-bp-registration/
-
Varun Dubey replied to the topic OneSignal? in the forum Creating & Extending 6 years, 5 months ago
@keytastic BP does not use custom post type.
-
Varun Dubey replied to the topic After updating buddypress to 3.0.0 one of Xprofile field missing. in the forum Installing BuddyPress 6 years, 5 months ago
@denniscabasal You can check following fix
https://wordpress.org/support/topic/warning-breaks-with-bp-3-0/ -
Varun Dubey replied to the topic User registration fails when multiple options selected in BuddyPress 3.0.0 in the forum Installing BuddyPress 6 years, 5 months ago
Hi @filehippofree,
As a Quick fix, You can replace line 91 at following path
buddypress/bp-members/screens/register.phpif ( isset( $_POST[ 'field_' . $field_id ] ) ) {
$_POST[ 'field_' . $field_id ] = trim( $_POST[ 'field_' . $field_id ] );
}with
if ( isset( $_POST[ 'field_' . $field_id ] ) && !is_array( $_POST[ 'field_' .…
[Read more] -
Varun Dubey replied to the topic Buddypress activity plus pludin issues in the forum How-to & Troubleshooting 6 years, 5 months ago
@shahriar83 what exact issue are your getting on them?
-
Varun Dubey replied to the topic Buddypress on local server (using MAMP) MAC in the forum How-to & Troubleshooting 6 years, 5 months ago
yes BP works fine at localhost, I was using Mamp Pro earlier, nowadays using Local by Flywheel
-
Varun Dubey replied to the topic wordpress top bar in the forum Installing BuddyPress 6 years, 5 months ago
@mechwiy You can add a new class to the body based on role
Added following codes inside child theme functions.php or using snippet pluginadd_filter( 'body_class','adminbar_body_classes' );
function adminbar_body_classes( $classes ) {if ( !current_user_can( 'level_10' ) ) {
$classes[] = 'no-adminbar';
}return $classes;…[Read more]
-
Varun Dubey replied to the topic registration in the forum Installing BuddyPress 6 years, 5 months ago
@omshankar You can try https://wordpress.org/plugins/lock-my-bp/ plugin to keep your site for members only and it will also add login and register links locked pages
-
Varun Dubey replied to the topic hidden group not showing in my-profile>groups in the forum Requests & Feedback 6 years, 5 months ago
Hi @onions2578
By Default Hidden group will not be listed in the group’s directory or search results but it will be visible inside Members’s Group Memberships Tab
https://drive.google.com/a/wbcomdesigns.com/file/d/1wJgoNI8egfOtoje3QvwgF2jGVfQB4Kb0/view?usp=drivesdk -
Varun Dubey replied to the topic Problems with the mandatory checkboxes field in registration in the forum How-to & Troubleshooting 6 years, 5 months ago
Hi @blenderitalia you can check following ticket https://buddypress.trac.wordpress.org/ticket/7845#ticket
-
Varun Dubey replied to the topic Problemi col campo checkboxes obbligatorio in registrazione in the forum How-to & Troubleshooting 6 years, 5 months ago
-
Varun Dubey replied to the topic Problem interfacing Pods to BP Groups in the forum Third Party Plugins 6 years, 5 months ago
@vegebond BP Groups are not directly linked with CPT, Pods do not have any integration with BuddyPress. If you are looking for any specific integration, I think you will need to develop it.
-
Varun Dubey replied to the topic Buddypress friends only group (listing only viable by users friends) in the forum Third Party Plugins 6 years, 5 months ago
@onions2578 you can keep a private group and invite your friends only to join your group.
For a group-specific, you can create custom code which adds those members to a specific group when they will be added to your friend list, but it can not be a general scope. -
Varun Dubey replied to the topic Buddypress on local server (using MAMP) MAC in the forum How-to & Troubleshooting 6 years, 5 months ago
@ethanpui try to set permalinks from settings >> Permalinks for /%postname%/
-
Varun Dubey replied to the topic multi user types in the forum Creating & Extending 6 years, 5 months ago
-
Varun Dubey replied to the topic activation mail setting in the forum Installing BuddyPress 6 years, 5 months ago
You can check following thread https://buddypress.org/support/topic/can-someone-please-share-a-copy-of-the-default-activation-emails/
- Load More
@vapvarun
Active 3 weeks, 4 days ago