loop-topics.php edits the content of a forum
And how can I put a Topic-Form in this template?
well a topic form should already be in content-single-forum.php
its called with
<?php bbp_get_template_part( 'form', 'topic' ); ?>
Yes, this is for forums/forum but not for forums/forum/bbpress
well isnt the way bbpress forums are structured is
example.com/forums/forum/name-of-forum
so
example.com/forums/forum
would not go any where , or am i missing something
what exactly are you trying to do . put a topic form where??
post pic for example.
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.
its probably loop-single-forum.php that your after then.
if its not then just browse the templates in plugins>bbpress>templates>default>bbpress