Lynq (@lynq)

Forum Replies Created

Viewing 2 replies - 376 through 377 (of 377 total)

  • Lynq
    Participant

    @lynq

    Try adding this css rule…

    table { width: 100%; }

    Your forum table tag has no width on it at the moment.


    Lynq
    Participant

    @lynq

    Hi Bluealek, I managed to find this on the forum, have you tried the search?

    Here is the code I found none the less.

    `<?php

    if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 5 ) ) )

    bbp_get_template_part( ‘bbpress/loop’, ‘topics’ );

    ?>`

    You can add this inside the loop-forums.php above the table tag.

    Good luck!

Viewing 2 replies - 376 through 377 (of 377 total)