Replies
Hi NikB,
1. Activity comment Notifier is not needed for MediaPress
2. Activity Comment notifier originally added reply/comment notification. BuddyPress added the reply notification later. In the current state, BuddyPress does not notify all involved people on an activity if there are more than 2 people involved. This plugin does it.
You will need it if you want to have a notification like facebook where you notify things like “X and 5 members also commnted on xyz”.
For MediaPress Comments:- Do you mean commenting using lightbox or single media page? Sorry, The notification is not available for that. It is something I have missed. If you can wait till this thursday, I will have it in the core.
Thank you
Brajesh- Brajesh Singh on May 6, 2018 at 10:50 pm in reply to: BuddyPress Moderation – Report Users/Groups #14946
Hi All,
Just wanted to let you know that I am still unable to put it as the first release.It is one of my most ambitious project and I have been pushing the limit for last few days to release it. It seems that I will still need 2-4 days to put a release even if I skip on the moderation for some of the things(topic moderation/forums replies moderation/woocommerce product moderation). I plan to bring it in 2nd release( Any thing which can be identified by a type and id can be marked as reportable and it is easy to register/add new Reportable types).
I will have a series of posts about this plugin after the release. Please hold on a little more. The plugin is more focused on the actual work flow and is way beyond what you will find in a normal content flagging plugin.
Also, I did spend a lot of time on this because I planned to account for next 8-10 years of growth.
If some of you will take a look at it as a developer, I am sure, you will see the potential and enjoy working with it.
Thank you for the patience and bearing with me till now. When I had started, I thought to keep it simple but then again, as a developer, I could not resist the temptation of architecting it for future instead of releasing the simple one. And I have loved every bit of time spent on this project. I hope that you will love it too.
Best regards
Brajesh - Brajesh Singh on May 6, 2018 at 10:36 pm in reply to: [Resolved] Get rid of "Settings" tab with Plugin BuddyPress User Profile Tabs Creator Pro #14944
You are welcome.
Hi Ben,
You are kind.Thank you for the kind words.
just doing my bits. I am still stuck with another project for next 2-4 days and after that I really hope to concentrate on the media in comment/remote media.
Hope that you will have the PC issues resolved by that time.
Regards
BrajeshHi Jill,
The update will be available on this Thursday.Thank you
Brajesh- Brajesh Singh on May 6, 2018 at 10:23 pm in reply to: Editable Activity, Site wide activity plugin and reply #14939
Hi Jill,
Thank you for purchasing the membership.1. Do you want to allow editing activity when using sitewide activity widget or the editable activity is not working on user profiles too?
2. For MediaPress, I am planning to release an update this Wednesday/Thrusday. The change will go in this release. All we need to do is create custom action text.
3. Open reply box:- I just noted it. Will have a fix available by Tuesday.
2. For delete. I will allow it in our Tuesday’s updateRegards
Brajesh - Brajesh Singh on May 6, 2018 at 10:10 pm in reply to: Hidden Profile Shows when Ordered by Alphabetical #14938
Hi Charles,
is there any chance that one of the plugin or some code that you are using is forcing BuddyPress to use BuddyPress legacy user query.About the count in directory:- We are updating it but only excluding the users who have profile set to hide in member directory( and not the private profiles).
If feasible, can you please check it on a fresh install and then activate other plugins one by one. if there is a a conflict with any plugin, I will be able to fix quickly.
Regards
Brajesh Hi NikB,
Thank you for posting.While moving from RTMedia to MediaPress, we will most probably need to account for
1. Moving gallery
2. Moving Media
3. Moving activityIn last few releases, I have been adding functionalities in MediaPress to make the migration/importing from any
In order to the above tasks, we need to know about the rtMedia and its architecture.
For MediaPress, if you plan to write a migrator in PHP, here is how it should be
1. Make sure you have both the plugins active.
2. Find All RT Media Galleries(do they support media without gallery too?) by code.3. For each gallery, find the title, slug, privacy, type, owner user and if it is group or user gallery.
Use mpp_create_gallery() to create MediaPress gallery.
Possible values for component=’members’ and ‘groups’ and the component_id will be the member id or the group id based on the component.Now, for the created gallery, find each media from related RT media gallery and use mpp_import_file() or mpp_import_attachment() for importing file or (WordPress attachment to MediaPress gallery)
Repeat the process for each gallery.
PS:- Moving activity will be a bit complex.
To be honest, if you have a site with RTmedia, I will suggest to stick with it if you are going live soon.
Creating and migrating from RtMedia to MediaPress will be a major task and it might not suit for the project.
For references:-
https://buddydev.com/mediapress/guides/api-reference/media/For mpp_create_gallery https://buddydev.com/support/forums/topic/help-w-auto-create-gallery-code/#post-14752 should act as an example.
Regards
Brajesh- Brajesh Singh on May 6, 2018 at 9:43 pm in reply to: Implementing Instagram Photos into MediaPress ? #14933
Hi Daniel,
Thank you for asking.We have a plugin in working and you can check it here.
http://demos.buddydev.com/mediapress/user: demo
pass: demoThe plugin is not complete yet(we need to show the status etc).
Here is how you can apply filter from lightbox.
https://i.imgur.com/N0ba17e.png
I will disable the plugin on the site in an hour as it is not fully ready. Please give it a try and let me know your feedback.
Regards
Brajesh - Brajesh Singh on May 6, 2018 at 9:35 pm in reply to: Scope="following and load_more=1 don't work together #14932
Hi Henrique,
Ravi asked me to look at this. I checked your site and I see that you are using BuddyPress follow 1.2.2The scopes support is not available in BuddyPress follow 1.2.2(which is stable version available from wp.org).
The support is available in 1.3 branch, Please download it from here
https://github.com/r-a-y/buddypress-followers
and use this instead. That will make the scope work.
Regards
Brajesh