Replies
- 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 Hi,
Thank you for the question.Even though it is doable, It will need extra efforts from you.
1. A plain text area can not have a different content presentation than the content view. What you want if you use contenteditable div or rich text area. They can have 2 different views. This will need rewriting the part of theme that provides interface for posting content(and related js)
2. Filtering the displayable content:- Filtering @ mentioned username at the time of display of activity content is inefficient as you will need to use regular expression to achieve the same for each entry. You can hook to activity saving action and update content to use the display name for mentioned users. Make sure to hook a bit late to allow the activity mention notificationss work.
Regards
BrajeshHi Mike,
It seems to me the issue is your Forget Password and reset password are set to the same page.Please visit Settings->BuddyPress->Pages and check if that is the case? If that is, Please set them to different pages and it will be fixed.
Regards
Brajesh- Brajesh Singh on August 18, 2019 at 8:04 am in reply to: [Resolved] Forums signature and about the author #24716
Hi Mike,
There seems to be 2-3 plugins available for bbPress. I don’t use any, so unable to say which one is better.Do you need integration with BuddyPress? Allowing users to update signature from BuddyPress profile? IF you are able to find one, it will be good. If not, Please let me know. Our team will be glad to create one for allowing signature update from profile.
Regards
Brajesh - Brajesh Singh on August 18, 2019 at 7:52 am in reply to: [Resolved] BuddyPress Xprofile Custom Field Types Plugin Now Not Working (Fatal Error) #24712
Hi Dave,
No issue. I am glad it was not an issue.Regards
Brajesh