Forum Replies Created
-
In reply to: Dropdown menu with all forums – How to ?
Please anyone help us, I need the same function…
In reply to: Sort forum to categorysCan nobody help me?
In reply to: Change template for /forums/forum/…Look, I have category, in each category I have many forums, in the forums I create topics.
I tell you about the page of category with many forums.
Look at the pic.

http://postimg.org/image/xk17bx10z/And I want now to make one list of topics in each category that belong to the forums of this category.
I hope you understand me.
In reply to: Display list of topics under specific forum<?php if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 10 ) ) ) bbp_get_template_part( 'bbpress/loop', 'topics' ); ?>I had put this code to my template. But how can I change the post_parent Parameter automatik, that the plugin know in wich forum he is and show me the right topics.
Thx
In reply to: Change template for /forums/forum/…Yes, this is for forums/forum but not for forums/forum/bbpress
In reply to: Change template for /forums/forum/…And how can I put a Topic-Form in this template?
