This topic has 10 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #181531
     mbfit
    Participant

    Hi I’ve asked this question on BuddyPress forums and they mentioned it has no relations to them so I will ask around here as well.

     

    1.

    I noticed when creating Groups and selecting the option to have a Forum, that it increases on the main forum page. The more I create the more it expands on the Main Forum page. I attached an image as an example. Is there a way to default to only show 4? Also without affecting any Groups that update their pages, so it will always be the most active Groups?

    As you see I’ve created 8 Groups, I was hoping it would stop at some point.

    attached: FORUM_GROUPS.png

    2.

    Also curious within the Groups pages and Activity pages it seems I can “favorite” posts/images etc but where does that reflect? I know that within Forums you can sub/fav topics and it will show on members profiles under Forum, what about the ones below I’ve attached..

    attached: FAVORITES.png

     

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #181565
     Laura
    Moderator

    Hello, do you want to show only 4 forums or prefer none? I mean to show not to delete them, i understand your issue 🙂
    About the favorite, its at profile and also activity selection dropdown

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #181676
     mbfit
    Participant

    Thanks, having 4 will be consistent with the rest so that would be great!

    #181677
     mbfit
    Participant

    “About the favorite, its at profile and also activity selection dropdown”

    Ah yes I see it, thanks!

    #181831
     Laura
    Moderator

    Here 🙂
    CSS to style.css of child theme

    COPY CODE
    
    ul.bbp-forums-list li:nth-child(n+5) {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #181959
     mbfit
    Participant

    Hi Laura, that worked however it doesn’t update to keep current to the activity of updates etc. The same 4 Groups stay locked on the Forum main page despite activity within. If it’s a simple fix that’s great, if not then it’s fine to keep it hidden on the main page then. Thanks!

    #182022
     Laura
    Moderator

    Hello, well that its a bit more difficult, they are just hidden, so if they did change with activity those would show, but they do not sadly

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #182070
     mbfit
    Participant

    Hi Laura, just a little confused with your response.
    I take it that once a Group Forum is created it stays locked? I’m testing and I notice that any updates within the Groups > Home/Forum tabs doesn’t update as far as the Forum pages go? is that the case?
    Thanks.

    #182104
     Laura
    Moderator

    Hello, the code should just hide other forums at the main forum page so they all show 4, but they are still there if you click at Groups you should see all forums.

    Try to replace the code i gave with

    COPY CODE
    
    .forum-archive ul.bbp-forums-list li:nth-child(n+5) {
        display: none !important;
    }
    

    Its css, style code, so it doesnt affect group updates or any function

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #182194
     mbfit
    Participant

    Ok so by default Group Forums never update it seems? So a forum created say 2 years ago stays on the top of the page because it was the first one created? I’ll assume this can be coded to fix?

    #182281
     Laura
    Moderator

    Hello, it looks like it… and i think it would be a bit complicated to change that, i’m sorry i couldn’t help you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?