Skip to:
Content
Pages
Categories
Search
Top
Bottom

Feature request: separate out the topic and replies logic


  • Anointed
    Participant

    @anointed

    Right now the loop replies is calling the loop as follows:

    <?php while ( bbp_replies() ) : bbp_the_reply(); ?>

    <?php bbp_get_template_part( 'bbpress/loop', 'single-reply' ); ?>

    <?php endwhile; ?>

    This is combining the topic and the replies into the same query to be output by the loop-single-reply.php template file.

    Request:

    Separate out the calls to get the topic and then the replies after that function. (use 2 sep functions to call topics/replies)

    Reason:

    It is VERY difficult for me to style the original topic separately from the replies.

    *Yes, I know that everything is currently in a table format so styling topics and replies is not really feasible, however I am working on building some custom forum templates without tables. This would make building custom templates a bit easier.

    agree?

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