-
Varun Dubey replied to the topic Third time and no one responds: do not index buddypress links? in the forum How-to & Troubleshooting 4 years, 4 months ago
@danielafer use private community plugin or BP lock , it will help to keep your community private for logged in users.
If you do not want the private community approaches you can also use no-index.function no_index_for_buddypress() {
[Read more]
if ( is_buddyPress() ) {
echo '<meta name="robots" content="noindex, nofollow">';
} else {… -
Varun Dubey replied to the topic disable component gives critical error in the forum Installing BuddyPress 4 years, 4 months ago
@sjdeveloper check-in your error logs it will help to identify which additional plugin is creating the issue.
-
Varun Dubey replied to the topic disable component gives critical error in the forum Installing BuddyPress 4 years, 4 months ago
@sjdeveloper delete BuddyPress plugin folder to remove the error first, it will bring the site live and afterword activate the default 2020 theme to disable any function call from the currently active theme which requires BuddyPress profile component. Install BuddyPress and enable the profile component then activate your theme again.
-
Varun Dubey replied to the topic comment in the forum Installing BuddyPress 4 years, 4 months ago
@socially2020 it will be your theme-specific customization task.
-
Varun Dubey replied to the topic No pending accounts found. in the forum How-to & Troubleshooting 4 years, 4 months ago
-
Varun Dubey replied to the topic How to add ugc into outbound links rel? in the forum How-to & Troubleshooting 4 years, 4 months ago
@imath yes, instead of adding nofollow for activity content and body, we can use ugc
adding it as ticket -
Varun Dubey replied to the topic BuddyPress Group Profile Pictures in the forum How-to & Troubleshooting 4 years, 4 months ago
@scox1 it might be theme-specific, try to check with default theme at staging/development site.
-
Varun Dubey replied to the topic comment in the forum Installing BuddyPress 4 years, 4 months ago
@socially2020 as nested comments or you are looking for similar styling?
-
Varun Dubey replied to the topic Update buddypress and badgeOS issue in the forum How-to & Troubleshooting 4 years, 4 months ago
@gcholmes try to deactivate BadgeOS community addon and BadgeOs itself to isolate it’s BuddyPress related or BadgeOs itself.
-
Varun Dubey replied to the topic Solved – Is there a way to hide this metadata info? in the forum How-to & Troubleshooting 4 years, 4 months ago
You can use simple custom CSS to hide them
.buddypress-wrap .groups-list li .item-meta {
display: none;
} -
Varun Dubey replied to the topic administrator in the forum in the forum Creating & Extending 4 years, 4 months ago
-
Varun Dubey replied to the topic No Upload Avatar Button in the forum How-to & Troubleshooting 4 years, 4 months ago
@bigealien seems working fine https://prnt.sc/t7udpt
you can try following steps to debug the possible issue
https://buddypress.org/support/topic/when-asking-for-support-2/ -
Varun Dubey replied to the topic Groups only Displaying for Admin in the forum How-to & Troubleshooting 4 years, 4 months ago
@optimizedpanama it seems you are using any other plugin which might be limiting access of groups and redirecting regular members to the homepage. Try to deactivate other active plugins and test once with BuddyPress only.
-
Varun Dubey replied to the topic Activity stream nesting and comment reply likes in the forum How-to & Troubleshooting 4 years, 4 months ago
@reelscene not sure with Youzer, BuddyPress by default have nested comments and replies for activity
https://prnt.sc/t73fas -
Varun Dubey replied to the topic How do I improve the profile template in the forum Creating & Extending 4 years, 4 months ago
@rootcr8r not sure if anyone has created video tutorials for them.
-
Varun Dubey replied to the topic Extending buddyPress notification features in the forum Creating & Extending 4 years, 4 months ago
@globsticks if the plugin is going to change their hooks then you will also need to update your custom code as well, in general developers do not change hooks very frequently.
-
Varun Dubey replied to the topic 404 error for some pages only when BuddyPress is activated in the forum How-to & Troubleshooting 4 years, 4 months ago
@dmcsupport to debug try to disable all active plugin except BuddyPress and also toggle to the default 2020 theme.
It might be possible any of your active plugin or theme is using flush_rewrite_rules() and trying to set their own path. -
Varun Dubey replied to the topic Redirection from /me to /my-account/ in the forum How-to & Troubleshooting 4 years, 4 months ago
@lynnapp try to use a path like this
domain.com/members/me
where members is the slug of your member’s directory -
Varun Dubey replied to the topic 2 problems in the forum How-to & Troubleshooting 4 years, 4 months ago
@wahj73 S2 member has an inbuilt option to override registration form or to use WP default, try to toggle values to check.
-
Varun Dubey replied to the topic avatar notification in the forum Installing BuddyPress 4 years, 4 months ago
@socially2020 You will have to code for it
at xprofile_avatar_uploaded action, you can hook notification
for ref, you can check https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/ - Load More
@vapvarun
Active 1 month ago