Replies
- Brajesh Singh on March 5, 2020 at 1:54 pm in reply to: Mediapress plugin media input dialogue box close button persisting after close #28067
Hi David,
Thank you.1. Clicking icon to close will still work. It was not obvious for many people though. We haven’t changed that at all.
2. I am sorry, the opening/closing has nothing to do with ajax. It seems some javascript events might not be bound(I need to verify this).
3. I beg to differ about the activity plus, can you please tell me what is better experience there? I took over it as it was needed by the people. I believe it has very limited functionality(allowing to upload to activity).
For MediaPress, activity upload is just one of the many things. MediaPress can be used without BuddyPress, or with BuddyPress but without activity upload too.
It is aimed at managing collection of media. Activity Plus has 1 goal and that is to allow uploading/adding media in the activity stream(can’t handle video/audio upload) and there ic no concept of managing media.These two serve to very different audiences.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 8:41 am in reply to: BuddyPress Profile Completion – Alert doesn't disappear #28062
Hi Enrico,
Welcome to BuddyDev.Thank you for the feedback.
It is difficult to standardize this behaviour as all themes have their own way of implementing the uploads and there is no common way to subscribe to the uploaded event using javascript(it is possible for Nouveu template pack).
So, I am afraid, I do not see a proper solution.
May I suggest requesting your theme developer to reload the page after successful upload, that will fix it.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 8:37 am in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #28061
Hi ,
Please try putting this in your bp-custom.phpdefine( 'BPFB_LINKS_TARGET', 'external');Let me know if that works or not. I might have to delay the test a bit in the plugin if it does not work.
Regards
Brajesh Hi Irene,
Thank you for the question.Are you using the shortcode for listing? The search form is not available with it. The reason is layout. We use the members-loop.php for listing the members(which should work fine for most of the theme) but there are no standard way for the form.
Regards
Brajesh- Brajesh Singh on March 5, 2020 at 8:30 am in reply to: Mediapress plugin media input dialogue box close button persisting after close #28059
Hi David,
Thank you for reporting the issue.If you do not want the close button, Please add the following css .
.mpp-upload-container-close{ display:none;}You can add it via Appearance->Customize->Additional Css.
As of the unnecessary close button:- It may not suit your theme as they show/hide the form differently, I personally believe it is needed. There are so many themes which don’t do it and there was no way to close the upload area once it opened.
Regards
Brajesh Hi James,
Thank you for the kind words.We are working on more documentation for the new release and hope that withing a weeks, we should have even more resources.
I wish you all the best with the site. Please feel free to ask us anything here. I and my team will be more than happy to help.
Best Regards
Brajesh- Brajesh Singh on March 5, 2020 at 12:18 am in reply to: [Resolved] Mediapress – padding issue. When clicking on buttons! #28051
Hi Carsten,
Thank you for using MediaPress.It seems like some css conflict.
Please share the site and a guest user account. I can check and get back to you quickly.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 12:17 am in reply to: How can i automatically add users to groups based on their profile field input? #28050
Hi,
You can most probably do it bu hooking to the activation action ‘bp_core_activated_user’.Yes, it is doable but you will need to handle the checks and assisgn user to group using ‘groups_join_group()’ on that action.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 12:14 am in reply to: [Resolved] Activity Plus Reloaded for BuddyPress #28049This reply has been marked as private.
- Brajesh Singh on March 4, 2020 at 11:11 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types #28047
Thank you for confirming.
I am glad it is resolved.
Regards
Brajesh