BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Thank you Nik.
    It’s good to know. It probably has to do with their privacy.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Group tabs #45517

    Hi Nik,

    It’s always good to look for better ways 🙂

    I am glad it is resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Disrupted smartphone view #45516

    Hi 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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Group tabs #45513

    Hi 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] Group tabs #45509

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: BuddyPress Group Tabs Creator Pro #45499

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    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