Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing the sub-forum from top of the page (above topics)


  • lucio7
    Participant

    @lucio7

    I wonder if I am the only one who felt this was unnatural.

    When you have a forum with a subforum, the subforum will be the first item on top of the list.
    Above the topics (look picture below).

    That’s not intuitive in my opinion.

    Is there a way to remove it, or at least move it below the topics?

    2019-03-15_2318

Viewing 4 replies - 1 through 4 (of 4 total)

  • Robin W
    Moderator

    @robin-w

    so it lists

    forum
    sub forum(s)
    topics from forum

    yes ?


    budget101
    Participant

    @budget101

    I’d like to move this as well, some of the subforum listings are so long that people don’t scroll to the bottom to see the topics.

    I’d like it to show:

    Forum Name:
    Topics:
    Then Subforum list


    budget101
    Participant

    @budget101

    @lucio – I had the same issue, I wanted my topic list to appear above my subforums, here is the easy fix.

    go to> wp-content>plugins>bbpress>templates>default>bbpress

    Find content-single-forum.php

    select lines 28-32:

    
    		<?php if ( bbp_has_forums() ) : ?>
    
    			<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    		<?php endif; ?>

    Find these lines:

    		<?php if ( bbp_has_forums() ) : ?>
    
    			<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    		<?php endif; ?>

    Paste the 3 lines selected above UNDERNEATH those lines (Line #50)


    lucio7
    Participant

    @lucio7

    Thank you budget, very kind of you!

    I moved to Asgoros in the end as it’s easier for coding-challenged people 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar