Skip to:
Content
Pages
Categories
Search
Top
Bottom

function calls?


  • alieninformer
    Member

    @alieninformer

    Not sure if the title is the correct term I am looking for.

    I was wondering where I could find some notes, documentary, or whatever you guys call it regarding the use of things like:

    ‘separator’ => ‘ ‘

    ‘show_reply_count’ => false

    And other such functions?

    I currently have something like:

    <?php bbp_list_forums(array(‘separator’ => ‘
    ‘,’show_topic_count’ => false, ‘show_reply_count’ => false)); ?>

    and I was wondering what else I could do with the various bbpress arrays?

    I’m using bbPress 2.x and what I’m really trying for is to make the front page look more like the category page.

    Right now the front page is:

    Category 0 0

    forum (0,0), forum (0,0), forum (0,0), forum (0,0)

    and I’m trying to achieve

    Category

    – Forum 0 0

    – Forum 0 0

    – Forum 0 0

    – Forum 0 0

    Or something VERY similar.

    Any help anyone could lend me would be GREATLY GREATLY GREATLY appreciated!!!

  • You must be logged in to reply to this topic.
Skip to toolbar