Skip to:
Content
Pages
Categories
Search
Top
Bottom

PLEASE HELP! Show latest topic title with excerpt in subforum (See image)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anyone?


    Gautam Gupta
    Participant

    @gautamgupta

    You would actually need to modify theme files, particularly the forum loop and CSS files to do that. It involves a bit of time and no one has tried to do it yet. I’ll see to it when I get time. :)


    Anointed
    Participant

    @anointed

    Actually it was quite easy to do:

    Modify archive forum:

    <div id="forum-front" class="bbp-forum-front">
    <div class="entry-content">

    <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
    <br><br>
    <h3>Recent Topics:</h3>
    <?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>

    </div>
    </div><!-- #forum-front -->

    Notice I am simply calling the content-archive-topic template.

    **Obviously there is more to it than simply modding a core file which is not good. I am going to assume that you are using a custom theme/child-theme and modifying the templates from there.


    Gautam Gupta
    Participant

    @gautamgupta

    No, he actually wants to have threaded forum table so that the recent topic of the subforums is displayed too, instead of just topic and reply count in parenthesis. Am I right?


    Anointed
    Participant

    @anointed

    My bad, I thought he was asking about displaying topics, should have read it better. I’ve done that part as well, although it is not as straightforward an answer.

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