Replies
- Brajesh Singh on March 23, 2016 at 5:54 am in reply to: BP Rate Limit Private Message – what does "NEW" messages mean? #3143
Thank you Lucas.
I am looking forward to hear your experiences.Regards
Brajesh - Brajesh Singh on March 23, 2016 at 1:07 am in reply to: BuddyPress Message Privacy – can default be set to Friends? #3141
Hi Lucas,
Putting this snippet in your bp-custom.php will set the default message privacy to friends onlyadd_filter( 'bpdmp_default_settings', 'buddydev_set_message_privacy_default'); function buddydev_set_message_privacy_default( $settings ) { $settings['privacy_type'] ='friends_only'; return $settings; }
Hope that helps.
- Brajesh Singh on March 23, 2016 at 12:27 am in reply to: BP Rate Limit Private Message – what does "NEW" messages mean? #3140
Hi Lucas,
Thank you for the tests.
This plugin does not count or restrict recipient users. It only acts on threads/replies.I will get @ravi1987 to check the 2 plugins you have mentioned and update if necessary. I or Ravi will update the thread in the day with relevant information.
Thank you
Brajesh - Brajesh Singh on March 22, 2016 at 9:21 pm in reply to: How to change the media upload icons when uploading to galleries? #3137
Hi Again,
I have pushed the changes on github development repo. It will be available in MediaPress 1.0.5 coming this weekend(or next monday, depending on the remaining tasks) Hi Leo,
Thank you for posting here and sending the mail. I highly appreciate it.Regards
Brajesh- Brajesh Singh on March 22, 2016 at 6:13 pm in reply to: [Resolved] Images appear in gallery/gallery-name/manage/edit.. not in gallery/gallery-name #3135
Thank you. Please do note that the component_id represents the object id that owns the media/gallery. For User media it is user id and for groups media it is group id.
- Brajesh Singh on March 22, 2016 at 6:11 pm in reply to: How to change the media upload icons when uploading to galleries? #3134
Hi Jaume,
Thank you. I checked and I found that though It should have been part of MediaPress to allow overriding, we forgot to change a few calls. I will push an update with this fix today.Thank you
Brajesh - Brajesh Singh on March 22, 2016 at 6:10 pm in reply to: [Resolved] Searching and re-ordering within a gallery. #3133
Hi Paul,
That is very easy. Do you want the user to be able to search images from some custom page, if so, you can pass the “search_terms” parameter t search for media to the MPP_Media_Query.
https://buddydev.com/mediapress/topics/api-reference/core/mpp_media_query/#parametersIf you are not using it on custom page, Please let me know and I will assist you in passing it to our main queries if needed. The same applies for the order/orderby. Please take a look at the documentation.
- Brajesh Singh on March 22, 2016 at 11:17 am in reply to: [Resolved] Cannot simultaneously create group in 2 different of a network #3125
Hi Amy,
How many users do you have? I can provide you some code that will move the users to our table and enable the list but need to know the approx number of users on subsite.Thank you
Brajesh - Brajesh Singh on March 22, 2016 at 3:24 am in reply to: [Resolved] Cannot simultaneously create group in 2 different of a network #3120
Hi Amy,
Thank you for confirming.
Were the users added to the subsite after activating multi network plugin? If no, That can be an issue.If yes, Then please make sure that the user logged in to the subsite atleast once before they appear.