Replies
- Brajesh Singh on December 11, 2019 at 4:18 pm in reply to: Rate the galleries using the MediaPress Media Rating plugin #26997
Hi David,
If you mean addign category to gallery and filtering by the category(only one category filtering), we have a free pluginhttps://github.com/mediapress/mpp-gallery-category
It only works with BP Legacy template pack. Since you are using that, It will work for you.
It will have no effect on the appearance though.
Regards
Brajesh - Brajesh Singh on December 11, 2019 at 4:17 pm in reply to: [Resolved] BuddyPress Profile Completion – User Roles #26996
Hi,
Welcome to BuddyDev.You can use the following code to skip non subscribers from the check.
/** * Skip non subscribers from the profile completion check. */ add_filter( 'bp_force_profile_completion_skip_check', function ( $skip ) { if ( current_user_can( 'edit_posts' ) ) { $skip = true; } return $skip; } );Please put it in your theme’s functions.php or if you have bp-custom.php in your wp-content/plugins, you can put it there.
Regards
Brajesh - Brajesh Singh on December 11, 2019 at 2:00 pm in reply to: How to Make Simple Front End post Shown on user profile #26994
Hi,
Welcome to BuddyDev.Please install and configure BuddyBlog too
https://buddydev.com/plugins/buddyblog/These two plugin work together to create that experience.
Regards
BVrajesh - Brajesh Singh on December 10, 2019 at 8:45 am in reply to: [Resolved] BP Featured Members Plugin's Theme Default Display View is not work as expect #26989
Hi Hari,
Thank you for the reply.Since it has stopped recently, you should look at what changes did you make recently(Installed/upgraded some new plugin or activated some theme or custom code?).
We haven’t released any update to Featured Members recently, so it is most probably a conflict caused by recent changes.
Please look into that.
Regards
Brajesh - Brajesh Singh on December 9, 2019 at 10:20 pm in reply to: Problem with the search for galleries on the main page #26986
Hi David,
Thank you.I see that. That’s why the filters and searches are working.
All we need to do is disable the non ajax submission and it will be good. Please allow me to push a release for it.
Regards
Brajesh - Brajesh Singh on December 9, 2019 at 10:16 pm in reply to: Rate the galleries using the MediaPress Media Rating plugin #26985
Hi David,
Thank you for the question.At the moment it is not feasible. It is a good suggestion and we will consider it in our guture updates.
Thank you
Brajesh - Brajesh Singh on December 9, 2019 at 7:04 pm in reply to: BuddyBlog – Suggestion – Visibility – Public/Private – Add Friends Only #26982
Hi John,
Thank you for the question.The visibility you see there is what the default WordPress offers. I am not sure how easy it will be to implement a friends only visibility in the global feed.
It is not difficult to do that if the post lists of a user are restricted to their profile(not using default post type ‘post’).
BuddyBlog is currently a simple plugin that allows creating content what WordPress offers(with classic editor) in the backend
I will explore the friends visibility in future.
Regards
Brajesh - Brajesh Singh on December 9, 2019 at 7:00 pm in reply to: Buddyblog privacy and activity featured image link #26981
Hi John,
I am sorry I missed it. Will post back after testing tomorrow.Regards
Brajeswh - Brajesh Singh on December 9, 2019 at 6:58 pm in reply to: Is it possible to split up the item content in the header? #26980This reply has been marked as private.
- Brajesh Singh on December 9, 2019 at 6:58 pm in reply to: Updates dropdown selector / Notifications email #26979
Hi Vivek,
Thank you for the questions.1. Yes, it is doable but will depend on your template. It will need slight modification of the activity post form(removing the condition that hides group lists on profile).
2. I am sorry, I am not aware of any such plugin.
Regards
Brajesh