Replies
- Brajesh Singh on February 8, 2020 at 1:25 am in reply to: [Resolved] Buddypress editable activity #27637
Thank you.
- Brajesh Singh on February 7, 2020 at 10:38 pm in reply to: Auto refresh page after upload media in the gallery or get info that is finished #27635
Hi Jan,
Thank you for the topic.Currently, there is a feedback on upload. When users try to upload, they see a list of files and a “Loading” icon. When the upload is complete, the loading icon disappears. Isn’t that happening for you?
I do believe that providing a progress bar can be more useful. I checked and found that we do fire events before/after the uploading happens.
You can bind to them using jQuery and create a custom progress bar.// on files added to the queue mpp:uploader:files:added // on single upload mpp:uploader:upload:success // on all complete. mpp:uploader:upload:completeRegards
Brajesh - Brajesh Singh on February 7, 2020 at 10:30 pm in reply to: [Resolved] Mediapress Media moderation – get photo status in moderation #27634
Hi Jan,
I have updated the plugin code today to accept any args available for Meta Query.You can count now with
$total_uploaded_photo = mpp_get_media_count( array( 'component_id' => bp_displayed_user_id(), 'component' => 'members', 'type' => 'photo', 'status' => 'public', 'meta_query' => array( 'relation' => 'AND', array( 'key' => '_mpp_in_moderation', 'value' => 1, 'compare' => 'NOT EXISTS' ) ) ) );It is only available in our development repor currently(will be available in with next release).
Here is the change I made.
https://github.com/buddydev/mediapress/commit/56924852f34da86bfcb3a4536f404ddecd44390cRegards
Brajesh - Brajesh Singh on February 7, 2020 at 8:42 pm in reply to: This plugin not work with other themes? #27633
Hi KH,
Thank you for checking the theme. May I ask for a favour?
You have been using BuddyPress for quiet some time and I/we have benefited from your suggestions and support for a long time. I appreciate you being with us.If you have some time, Please do take a look at our “Customizer” and see if it help you or not and if it is good or we need to make it better(and what needs to be).
Also, can you please tell me what should we do to make the demo more interesting:-
– Adding some pre built home page layouts using page builders?
– Adding better menu/dorpdown
– adding better left/right panel menus?
– Adding more plugins like Gamipress, BadgeOS etc over the demo?Please do share your suggestions if you have some time.
Looking forward to your feedback.
PS:- This is a minimalistic theme that lets site admins design their own. Our next themes will be more specifically design focused(I may share the design over email if you want to take a look).
Thank you
Brajesh - Brajesh Singh on February 7, 2020 at 8:27 pm in reply to: [Resolved] Buddypress editable activity #27632
Hi Chameli,
Please upgrade to 1.3.1
https://buddydev.com/plugins/bp-editable-activity/Please clear browser cache and let me know if it works as expected or not?
Thank you
Brajesh - Brajesh Singh on February 7, 2020 at 8:19 pm in reply to: This plugin not work with other themes? #27631
Hi,
Thank you.
Thank you for the feedback.Please click on the “Customize” button in the menu on our demo site and you will get the option to customize the site.
Please test.
We are still preparing the docs and blog before going live fully. There are a lot of the things in the theme which we haven’t been able to showcase on demo.
We will be coming up with more and better demo in near future. For now, Please do try customize and let me know your suggestions/feedback.
PS:- We will be releasing 2 more themes by March end which are more focused on design than being a builder.
Regards
Brajesh - Brajesh Singh on February 7, 2020 at 7:38 pm in reply to: [Resolved] Cross Site Request Forgery (CSRF/XSRF) issues with BuddyPress #27629
Hi Milan,
This is a false positive. Please contact the scan software company and ask them for what is the potential threat here.Regards
Brajesh - Brajesh Singh on February 7, 2020 at 7:36 pm in reply to: [Resolved] Buddypress editable activity #27628
Ahh, sorry.
Since that is a no reply address, we could not see it. I am putting the update in an hour. Almost done with the testing.
Regards
Brajesh - Brajesh Singh on February 7, 2020 at 5:41 pm in reply to: [Resolved] Buddypress editable activity #27625
Hi Chameli,
I am sorry, I did not hear back on your first topic from you. Did you reply there? That would have saved some time.
Here is the link:-
https://buddydev.com/support/forums/topic/editing-the-button-in-buddypress-editable-activity/As of the issue, It is the 3rd day and we will be putting a solution.
Your issue is related to compatibility with BuddyBoss, we do not mention BuddyBoss as supported platform currently.
We hope to support someday in future but currently, It is based on the user requests and may take time.Also, if you are not satisfied, Please feel free to ask for a refund. Adding compatibility for platform takes time and we can not put something online which will break compatibility with BuddyPress.
Thank you
Brajesh - Brajesh Singh on February 6, 2020 at 10:07 am in reply to: This plugin not work with other themes? #27618
Hi,
Thank you for the feedback.1. We will support any BuddyPress plugin our members need(with a condition that it does not downgrades the performance).
2. We have a fork of BuddyBoss’s BuddyPress Global Search named BuddyPress Better search and that template is for that.
3. I do agree with you on visual composer but to use shortcode, you do not need visual composer. The good thing about visual composer is the wide range of presets/feature and the available eco system. The bad thing is it does not take efficiency seriously.
4. We do not expect existing site owners to switch to our theme just because of Emoji or GIPHY. We are not expecting people who are already satisfied with their site’s performance to switch side.
We are hoping to help those people who are looking to improve their site speed and functionality. In our upcoming series “Solving Common BuddyPress problems” we are going to showcase the power of Community Builder and how it saves time while solving most of the common/well known BuddyPress issues.
Community Builder is aimed at solving BuddyPress problems which has either been never solved or there are are no simple ways to do it.
It also empowers site admins to design their site on their own terms unlike other themes where each site look and feel the same.I am looking forward to the next 6 months and I hope that our effort will be helpful for many.
Btw, I purchased Kleo, Gwangi, Adavark and a few more themes a few month ago to make sure we analyze what problems they are solving, what the actual BuddyPress Community is facing and how can we ease it.
Regards
Brajesh