Replies
- Brajesh Singh on June 27, 2022 at 10:34 am in reply to: [Resolved] Filtering activity feed in BuddyBoss #45519
Thank you Nik.
It’s good to know. It probably has to do with their privacy.Regards
Brajesh Hi Nik,
It’s always good to look for better ways 🙂
I am glad it is resolved.
Regards
BrajeshHi Mario,
I am very sorry for not acknowledging with a fix earlier.Please add this to additional css in the Appearance->Customize->Additional CSS
#site-content-inner { overflow:hidden; }That will resolve it.
Regards
BrajeshHi Nik,
There is no standard way to do it.Here is what we are doing with Group Tabs:-
In the screen function for parent tab, we add a section for displaying a list of sub navs.
These sub navs are generated by us by looking through all our registered sub navs for that particular parent(these are just plain links being generated with similar markup to sub nav).You may use this idea to achieve your goal.
Regards
Brajesh- Brajesh Singh on June 27, 2022 at 12:25 am in reply to: php – hide search form field based on WordPress user role #45511
Hi Fabien,
Welcome to BuddyDev support forums.Thank you for the kind words.
Are you using any plugin to add the search form or is it some custom coded feature?
Please share the details and we will assist you.
Regards
Brajesh - Brajesh Singh on June 27, 2022 at 12:24 am in reply to: [Resolved] Remove activity filter option #45510
Hi Tosin,
Depending on your theme and template pack, you may need to make some template override.Which template pack are you using?
Regards
Brajesh Hi Nik,
If you are thinking of sub nav as in User profile, the group does not list it even if you added.You do have access to our Group Tabs Creator, This plugin will add sub tabs for any new group tab. It will not help if you are registering via code.
Regards
Brajesh- Brajesh Singh on June 26, 2022 at 12:45 pm in reply to: [Resolved] BuddyPress Auto Activate Auto Login Doesn’t work #45505This reply has been marked as private.
Hi Tina,
Thank you for the details.1. You will need to create 2 entries with same tab slug. In one of the entry, Please hide the tab(set Enabled for to “none”).
In the other entry, Please use the new label and make sure to tick “Update Label”.2. Your issue is you have to select “None” in the Enabled for option.
What you have missed is scoping the change. If you have 2 entries with same scope, one will override other.
since your goal is to rename it for some and remove it for others, you need to scope at least one of these entries.
You can specify one or more group or Group types in the right side scope and It will work
Regards
Brajesh- Brajesh Singh on June 25, 2022 at 5:17 am in reply to: [Resolved] Strange behaviour in empty post form #45498
Hi,
I have tested again today and it is working for me with the github version.https://www.youtube.com/watch?v=pfLyQCJFPgs
It does have one bug with Nouveau template pack when you try to post media without any content, It shows error. Other than that, Everything is working fine.
Please take a look.
PS:- Is there any chance that you are using the Local Transcoder plugin? That may cause issue with media list some of the time.
Regards
Brajesh