Replies
Please Pm me the details here or mail me at brajesh@buddydev.com
Thank you
- Brajesh Singh on January 7, 2016 at 9:34 am in reply to: [Resolved] BBpress Thread Prefix Plugin Idea #2259
Sorry that I could not work on it. I am happy you got it resolved.
Hi Curt,
Welcome to BuddyDev forums.Thank you for the kind words about MediaPress. I will love to support X theme if possible.
As per your message, it seems the options nav is not being generated properly. It should be a minor css issue. Can you please point me to the site and provide a temporary login. I can provide the css.
PS: If you plan to customize the contents of MediaPress please do let me know, It is easily themable too.
Thank you
Brajesh- Brajesh Singh on January 6, 2016 at 8:53 pm in reply to: [Resolved] Filter for favorites notifications #2255
Thank you Jamie. Added now. Will be pushing an update in 30 mins or so.
- Brajesh Singh on January 6, 2016 at 8:50 pm in reply to: Show Friends Only Activities on BuddyPress Sitewide Activity Widget #2254
Hi Israel,
Let us use this thread or you can create a topic in the “Requests & Feedback” forum. - Brajesh Singh on January 6, 2016 at 11:58 am in reply to: Show Friends Only Activities on BuddyPress Sitewide Activity Widget #2250
Hi Israel,
This is not part of BP Activity Shortcode as it simply default to to the parameters allowed by bp_has_activitiesIt is possible to add some abstraction. What other features you want in this plugin that we can implement to make it more useful?
Let us build a list and I will update this plugin to have those features.
Thank you
Brajesh Hi Mark,
I hope you are doing well. I am marking it as resolved since we fixed it a week ago in the commit
https://github.com/buddydev/mediapress/commit/2f84811d0e43878e95cabaf6113d5334e00aa6aaPlease reopen a new topic if you face any issue.
Thank you
Brajesh- Brajesh Singh on January 5, 2016 at 9:39 am in reply to: [Resolved] Extra notification created rtMedia photo comment using comment notifier plugin #2244
Hi Mark,
Thank you for the kind words.
I am glad I was able to assist.Have a great time building sites with BuddyPres 🙂
- Brajesh Singh on January 5, 2016 at 9:30 am in reply to: [Resolved] Extra notification created rtMedia photo comment using comment notifier plugin #2241
Hi Mark,
It should be in the activity table ( type column) . Please let me know if you can find it quickly or I will install RT Media and check.- This reply was modified 9 years, 9 months ago by
Brajesh Singh.
- This reply was modified 9 years, 9 months ago by
- Brajesh Singh on January 5, 2016 at 8:02 am in reply to: [Resolved] Extra notification created rtMedia photo comment using comment notifier plugin #2239
Hi Mark,
Welcome to BuddyDev forums.I specifically added that filter for your requirement. I am sorry, I was not able to help there in time.
Can you please put this code in your bp-custom.php and see if it works
add_filter( 'ac_notifier_skip_notification', 'bp_ac_custom_exclude_rtmedia_activity', 10, 2 ); function bp_ac_custom_exclude_rtmedia_activity( $exclude, $activity ) { if ( ! empty( $activity ) && $activity->type =='bp_album_picture' ) { return true; } return $exclude; }
I am not familiar with what activity type RTMedia uses but a quick looks shows ‘bp_album_picture’. So, That code should work.
Please try and let me know.
Thank you
Brajesh