Replies
Hi Trev,
Welcome to BuddyDev.1. You do not need this plugin to allow users login via email or user name. It is available out of the box for WordPress now.
2. Please delete the bp-custom.php file or put the following before anything else in this file to make it work
<?php // the code goes hereThere should not be any space before it.
3. The code and filter ‘bp_autoactivate_use_email_login’ was used specifically for a plugin that used email for login. You do not need it.
Now, my question:-
A. Do you want to allow users to login via email? If yes, you do not need to do anything. It is available out of the box. If it is not working, Please check your login related or security related plugins.
B> Or do you want to force users to login via email instead of username? If that is the case, Please let me know. I can point to 1or 2 available plugin that allows it.
Regards
Brajesh- Brajesh Singh on August 19, 2019 at 12:49 pm in reply to: [Resolved] Home Tab to Members to Logged in User Profile #24746
You are welcome.
- Brajesh Singh on August 19, 2019 at 12:48 pm in reply to: Styling issue with tabs created in Tabs Creator Pro, different styling class #24745This reply has been marked as private.
- Brajesh Singh on August 19, 2019 at 12:43 pm in reply to: [Resolved] MediaPress comments posted in activity without media. #24744
Hi Richard,
I have found the issue. We are not saving media id with comment and that is leading to this issue. Please allow me 2 more days to put a solution.Thank you
Brajesh - Brajesh Singh on August 19, 2019 at 12:27 pm in reply to: [Resolved] Point comment on media notification link to activity and not media #24743
Hi C,
Thank you for using MediaPress.Please put this code in your bp-custom.php or your theme’s functions.php
/** * Disable filtering of activity permalink by MediaPress. */ add_action( 'mpp_init', function () { if ( has_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink' ) ) { remove_filter( 'bp_activity_get_permalink', 'mpp_filter_activity_permalink', 10 ); } } );That should remove the filtering of activity permalink and resolve the issue.
Please do let me know if it works for you or not?
Regards
Brajesh Hi Mike,
I am sorry for the delayed reply.Please upgrade to 1.3.8
https://buddydev.com/plugins/bp-branded-login/and then try resetting the password. Does it work?
Regards
Brajesh- Brajesh Singh on August 19, 2019 at 6:42 am in reply to: Styling issue with tabs created in Tabs Creator Pro, different styling class #24732This reply has been marked as private.
- Brajesh Singh on August 19, 2019 at 6:24 am in reply to: [Resolved] Features from demo not working on my site #24731
Hi Jeremy,
Thank you for the details.The problem does not seems to come from MediaPress. It is something else on your site. try disabling MediaPress and posting to the feed. Does that work?
Oembed is a native feature of WordPress
https://wordpress.org/support/article/embeds/and BuddyPress supports it in the activity feed.
MediaPress uses the WordPress oembed API to integrate the remote video. When I tried adding a video, I am getting the error “Sorry, can not add the url.”
That means the oembed fetch is not returning result. My suggestion is to disable all plugins(including MediaPress) and start by verifying that Oembed works on your site.
Regards
Brajesh Hi Mike,
My mistake. I was confused by something else. I checked my own settings on a local site with the branded login and can see there is only one page.Please allow me couple of hours to test it and I will get back to you.
Regards
Brajesh- Brajesh Singh on August 18, 2019 at 8:21 am in reply to: [Resolved] Comments in activity stream #24720
Hi P,
Thank you for the question.Are you using anyplugin/code to exclude activity types? I don’t see any other reason for the same.
Regards
Brajesh