-
Varun Dubey replied to the topic Comment Button and Reply Not showing in the forum How-to & Troubleshooting 6 years, 5 months ago
@cyberjulie you can download the previous version at https://downloads.wordpress.org/plugin/buddypress.2.9.4.zip
@abracarambar patch is working fine, you only need to modify
Line 395 inside plugins/buddypress/bp-groups/bp-groups-activity.php( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || ! groups_is_user_banned(…
[Read more] -
Varun Dubey replied to the topic Activation is not visible in the forum Installing BuddyPress 6 years, 5 months ago
@zaheedmanuelI will suggest waiting for Kleo update, and meanwhile, you can rollback to the previous version of BuddyPress.
-
Varun Dubey replied to the topic Forums No Longer Appearing After Update in the forum How-to & Troubleshooting 6 years, 6 months ago
@mrlen Legacy Forums support is removed with BuddyPress v3.0.0 and theme also need to update accordingly. Please check with your theme support
For details, you can check https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/ -
Varun Dubey replied to the topic Nouveau – login and logout option? in the forum Installing BuddyPress 6 years, 6 months ago
@glenndavis007 Login and Logout menu are still part of BuddyPress Menu, you can enable inside your menus from Appearance >> Menus https://drive.google.com/a/wbcomdesigns.com/file/d/1us7uVwYN3QsPHbQ_olPOrR7z4RRnxZLE/view?usp=drivesdk
-
Varun Dubey replied to the topic Default Admin name in Emails using Buddypress Group Email Plugin / in the forum Requests & Feedback 6 years, 6 months ago
@kelvinnm no need to alter codes inside the plugin you can simply use https://wordpress.org/plugins/wp-mailfrom-ii/ it will give your option to set name and from
-
Varun Dubey replied to the topic Comment Button and Reply Not showing in the forum How-to & Troubleshooting 6 years, 6 months ago
@kevlew let me know if you are getting any errors inside the browser console and which template set you are using, it will help to replicate the issue.
-
Varun Dubey replied to the topic Nested comments – add margin only for replies in the forum How-to & Troubleshooting 6 years, 6 months ago
@kacper3355 check with your plugin youzer support, activity styling is overridden by them.
-
Varun Dubey replied to the topic Rtmedia doesnt work with buddypress 3.0? in the forum Third Party Plugins 6 years, 6 months ago
@bjoerndz rtMedia working fine with BP 3.0.0 with the legacy template.
For Nouveau, they have to work on the template file, you can check with their support for template styling related to Nouveau.
https://drive.google.com/a/wbcomdesigns.com/file/d/11vfmqRo0QO9J6-euUnvmAQOm4dHFCruc/view?usp=drivesdk with default WordPress theme. -
Varun Dubey replied to the topic Fatal error: Call to undefined function bp_nouveau_before_loop() in the forum Installing BuddyPress 6 years, 6 months ago
@andreia22
bp_is_user_forums() no longer used in core, but supported for third-party code.
legacy forum support removed in BP v3.0 you can find the details here https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/You can check with your theme support to update the corresponding codes inside the theme.
You can keep using…[Read more]
-
Varun Dubey replied to the topic Default Admin name in Emails using Buddypress Group Email Plugin / in the forum Requests & Feedback 6 years, 6 months ago
@kelvinnm
add_filter( 'wp_mail_from', $admin_email_filter );
add_filter( 'wp_mail_from_name', $from_name_filter );is defined inside https://github.com/boonebgorges/buddypress-group-email-subscription/blob/master/bp-activity-subscription-digest.php
which you can override via functions or try
try…[Read more] -
Varun Dubey replied to the topic ERROR: Call to a member function close() on null in the forum Third Party Plugins 6 years, 6 months ago
-
Varun Dubey replied to the topic Replacement for Xprofile Custom Fields? in the forum Third Party Plugins 6 years, 6 months ago
@ma3ry there is a temp fix for BuddyPress Xprofile Custom Fields Type by @venutius you can check it.
https://wordpress.org/support/topic/warning-breaks-with-bp-3-0/ -
Varun Dubey replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 6 months ago
It will help you to set default template pack for the theme, little confusing for now as site admin’s choices will not work inside BuddyPress Option after defining add_theme_support.
-
Varun Dubey replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 6 months ago
You can define following
add_theme_support('buddypress-use-nouveau');
or
add_theme_support('buddypress-use-legacy');
-
Varun Dubey replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 6 months ago
@devoctopix it will be hard to keep support for both templates in a single theme. You can force Legacy via ‘buddypress-use-legacy’ on existing themes.
-
Varun Dubey replied to the topic Spam Users Registering. Stop 'em. What's the current best practice? in the forum How-to & Troubleshooting 6 years, 6 months ago
@dggerhart you can try https://wordpress.org/plugins/ban-hammer/ it will allow you to block list domain TTL.
-
Varun Dubey replied to the topic Codes in the forum Installing BuddyPress 6 years, 6 months ago
@joaovitorb you can use css and if you need structural changes inside the template files you can override them inside child theme
-
Varun Dubey replied to the topic BP Missing Member Features in the forum Installing BuddyPress 6 years, 6 months ago
@ldellc For edit activity, you can try https://wordpress.org/plugins/buddypress-edit-activity/
-
Varun Dubey replied to the topic [Resolved] anybody else having problems creating tickets to buddyboss? in the forum Installing BuddyPress 6 years, 6 months ago
You can also mail via their contact page
-
Varun Dubey replied to the topic How to: Pagination on a customized friends list in the forum Creating & Extending 6 years, 6 months ago
Cool 🙂
- Load More
@vapvarun
Active 3 weeks, 4 days ago