Replies
- 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, 6 months ago by
Brajesh Singh.
- This reply was modified 9 years, 6 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 - Brajesh Singh on January 4, 2016 at 11:08 pm in reply to: [Resolved] Activity Comment Notifications disappear after clicking #2235
Thank You. Marking it as resolved. Please feel free to reopen a new topic if you find any issues.
Thank you
Brajesh - Brajesh Singh on January 4, 2016 at 10:43 pm in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2232This reply has been marked as private.
- Brajesh Singh on January 4, 2016 at 10:33 pm in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2230
Oops, It could be the extension. What is the file extension. Can you please post the complete filename/extension?
- Brajesh Singh on January 4, 2016 at 10:26 pm in reply to: Cannot upload a JPEG file larger than 2 MB AGAIN #2228
Strange but I am able to upload files without any issue. I tried one png and jpg and both worked. Can you please check my profile. I was uploading from activity screen. Is the issue happening on single gallery screen?