-
Varun Dubey replied to the topic No text editor in Activity box in the forum How-to & Troubleshooting 5 years, 9 months ago
@markorton93 BuddyPress Post activity section is plain input area without any text editor.
-
Varun Dubey replied to the topic Buddypress SiteWideActivity Updates Only in the forum How-to & Troubleshooting 5 years, 9 months ago
@madhall If you want that activity should not be created at all even at the database.
You can try following inside child theme functions.phpfunction wb_exclude_activity_types_from_recording( &$activity ) {
$excluded_types = array( 'joined_group', 'updated_profile'.'friendship_created' );
if ( empty( $activity->id ) && in_array(…[Read more]
-
Varun Dubey replied to the topic Not embedding in groups in the forum How-to & Troubleshooting 5 years, 9 months ago
@oaz on localhost it might have issues
like this
Refused to display ‘https://buddypress.org/support/topic/not-embedding-in-groups/embed/#?secret=hteHTpJ8oj’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.but at a live site with https, it will fine for both profile and group activity.
eg you can check here…[Read more] -
Varun Dubey replied to the topic Buddypress SiteWideActivity Updates Only in the forum How-to & Troubleshooting 5 years, 9 months ago
-
Varun Dubey replied to the topic Activation Send Delay in the forum How-to & Troubleshooting 5 years, 9 months ago
@razer1 email processing is server specific property, You can try with 3rd party services using SMTP.
-
Varun Dubey replied to the topic Changing group slug in the forum How-to & Troubleshooting 5 years, 9 months ago
@shemakeswebsites just change the group page slug from groups to regional-groups
-
Varun Dubey replied to the topic Sorting activities in the forum How-to & Troubleshooting 5 years, 9 months ago
Hi @sweeny
You can try Activity Bump -
Varun Dubey replied to the topic buddypress compose message to more persons in the forum How-to & Troubleshooting 5 years, 9 months ago
cool
-
Varun Dubey replied to the topic Buddypress Nouveau issue with member directory pagination in the forum How-to & Troubleshooting 5 years, 9 months ago
@xmginc try to check with your theme support.
-
Varun Dubey replied to the topic buddypress compose message to more persons in the forum How-to & Troubleshooting 5 years, 9 months ago
@mrjanvier
if you are using the legacy template
comma separate username will work
For Nouveau, you can use with their mention name with space -
Varun Dubey replied to the topic Paid help! in the forum Miscellaneous 5 years, 9 months ago
@whoam7i7 your request is more specific to 3rd party plugins
for point 1 check with rtMedia as you need to save members avatar inside rtMedia private album and point 2 Capability Manager Enhanced plugin support -
Varun Dubey replied to the topic Trying to privatize buddypress in a way that works fine in the forum Creating & Extending 5 years, 9 months ago
-
Varun Dubey replied to the topic Auto Refresh in the forum Installing BuddyPress 5 years, 9 months ago
@nabeelpommy it will display like this on activity feed if other members keep adding new activities
https://drive.google.com/a/wbcomdesigns.com/file/d/1qH2das7kHKPZ_l2NNNnQpqTJ0sGnQjfU/view?usp=drivesdk
You can try with default 2017 theme -
Varun Dubey replied to the topic Solved – BuddyPress Smtp Settings in the forum How-to & Troubleshooting 5 years, 9 months ago
You can find more details here https://buddypress.org/support/topic/sendgrid-and-buddypress-emails/
-
Varun Dubey replied to the topic Solved – BuddyPress Smtp Settings in the forum How-to & Troubleshooting 5 years, 9 months ago
okay got it, you can add following codes inside
bp-custom.php or child theme functions.php to override
add_filter('bp_email_use_wp_mail', '__return_true');
-
Varun Dubey replied to the topic buddypress compose message to more persons in the forum How-to & Troubleshooting 5 years, 9 months ago
@mrjanvier on your staging site, try to debug with 2017 theme and deactivate other plugins except BuddyPress to isolate the issue.
-
Varun Dubey replied to the topic Buddypress not working in the forum How-to & Troubleshooting 5 years, 9 months ago
@yahven at your site, BuddyPress pages are not mapped
check the following link to setup them -
Varun Dubey replied to the topic I am having URL Rewrite issues in the forum How-to & Troubleshooting 5 years, 9 months ago
@farmrchrys2013 Try to debug 2017 theme once, might be theme have some custom codes
-
Varun Dubey replied to the topic Solved – BuddyPress Smtp Settings in the forum How-to & Troubleshooting 5 years, 9 months ago
Try mailgun, easy to set up and the free plan will be enough.
-
Varun Dubey replied to the topic BuddyPress Register link missing on right in the forum Installing BuddyPress 5 years, 9 months ago
You can easily add them to the menu, check out following link
Inside BuddyPress section, you will find the register menu item to add inside your primary menu.
- Load More
@vapvarun
Active 3 weeks, 3 days ago