-
Varun Dubey replied to the topic I dont want Upload files in wp dasboard and advert in my users activity in the forum Installing BuddyPress 4 years, 5 months ago
@vandehee it will depend upon your media or attachment plugin. almost all of them saved upload media as wp attachment.
-
Varun Dubey replied to the topic How can I hide 'Mentions', 'Favorite' tabs under the Activity in the forum How-to & Troubleshooting 4 years, 5 months ago
@clancel you can try following to remove sub tabs
function bp_remove_sub_tabs() {
if ( ! bp_is_user() ) {
return;
}
bp_core_remove_subnav_item( 'activity', 'mentions' );
bp_core_remove_subnav_item( 'activity', 'favorites' );
}
add_action( 'bp_actions', 'bp_remove_sub_tabs'… -
Varun Dubey replied to the topic Bug with buddypress hidden group when bbpress activated in the forum How-to & Troubleshooting 4 years, 5 months ago
@tskpbls, yes I am able to replicate the issue now.
When bbPress is active, the hidden group is not visible on my-groups tabs.
bbPress not active: https://prnt.sc/skoogl
bbPress active: https://prnt.sc/skoovq
Group counting still including hidden groups, but not visible in my group’s listing.
You can report it here
buddypress.trac.wordpress.org/report -
Varun Dubey replied to the topic Bug with buddypress hidden group when bbpress activated in the forum How-to & Troubleshooting 4 years, 5 months ago
@tskpbls seems working fine to me https://prnt.sc/sklvtvm, I was able to access as super admin and group admin for a hidden group with forum enabled on that specific group.
-
Varun Dubey replied to the topic Deactivating buddypress creates WSOD in the forum Installing BuddyPress 4 years, 5 months ago
@mythicaproductions try to enable the debug mode to find any possible error message.
-
Varun Dubey replied to the topic Forcing a username on registration with a social login in the forum How-to & Troubleshooting 4 years, 5 months ago
@amnamn180 it will be your social login plugin functionality, check plugin-specific options for it.
-
Varun Dubey replied to the topic BuddyPress Login redirects to WordPress Login in the forum How-to & Troubleshooting 4 years, 5 months ago
there are couple of plugins for custom login page, like https://wordpress.org/plugins/admin-custom-login/ you can use anyone.
-
Varun Dubey replied to the topic BuddyPress Login redirects to WordPress Login in the forum How-to & Troubleshooting 4 years, 5 months ago
@nicourense98 To disable the login with WordPress.com follow these steps:
1- Go to Jetpack > Settings.
2- Reach the Security tab and Disable login with WordPress.com option.
https://prnt.sc/sk8n9b -
Varun Dubey replied to the topic Is_friend funciton? in the forum How-to & Troubleshooting 4 years, 5 months ago
@korsen bp_is_friend( int $user_id )
it is used to check whether a given user is a friend of the logged-in user. -
Varun Dubey replied to the topic How to charge "Business users" and not "Personal users"? in the forum How-to & Troubleshooting 4 years, 5 months ago
@amnamn180 you can use member type https://wordpress.org/plugins/bp-member-type-generator/ and with their pro version, you can also display different x-profile fields for member types.
-
Varun Dubey replied to the topic Why are group forums malfunctioning past page 1? in the forum How-to & Troubleshooting 4 years, 5 months ago
@daeus2 try to debug at your end once with steps mentioned in the following thread
https://buddypress.org/support/topic/when-asking-for-support-2/ -
Varun Dubey replied to the topic Implement Extended Profile Fields into Notifications in the forum How-to & Troubleshooting 4 years, 5 months ago
You can use verified profile approach https://wordpress.org/plugins/bp-verified-member/
-
Varun Dubey replied to the topic Solved – Follow user plugin in the forum Third Party Plugins 4 years, 5 months ago
@fr3dricks0n try GitHub version https://github.com/r-a-y/buddypress-followers
-
Varun Dubey replied to the topic Members do not appear in the page members in the forum How-to & Troubleshooting 4 years, 5 months ago
@benoitos you can use it as ref to activate all users at once. It’s one-time code, remove it after use. https://buddypress.org/support/topic/subscribers-not-showing-in-the-list/#post-311376
-
Varun Dubey replied to the topic Profile Fields Display in the forum How-to & Troubleshooting 4 years, 6 months ago
@rootcr8r it’s theme-specific, try to inspect it.
https://developers.google.com/web/tools/chrome-devtools
When you want to work with the DOM or CSS, right-click an element on the page and select Inspect to jump into the Elements panel. Or press Command+Option+C (Mac) or Control+Shift+C (Windows, Linux, Chrome OS). -
Varun Dubey replied to the topic How to auto publish topics and replies in the forum Miscellaneous 4 years, 6 months ago
@mohantyt it’s default nature of bbPress unless you are using any moderation feature
-
Varun Dubey replied to the topic BuddyPress – Emails not working in the forum How-to & Troubleshooting 4 years, 6 months ago
@n33d check following
https://gist.github.com/imath/4faef242ae104c65ddb9ec711ea37189 -
Varun Dubey replied to the topic Styling buddypress in the forum How-to & Troubleshooting 4 years, 6 months ago
@benhutchenspearson Template Hierarchy is an excellent point to start to get a better understanding of BuddyPress template files.
-
Varun Dubey replied to the topic Change the format and profile info in the Items on a member list in the forum Creating & Extending 4 years, 6 months ago
@yomyaffe you should check with plugin developer.
- Load More
@vapvarun
Active 2 weeks, 5 days ago