@mica123 Placing the login form above on the main Forums page created in your WordPress is easy.
- Edit your WP page containing [bbp-forum-index]
- Include [bbp-login] above that line
- Update the page
And the login form will show above your forum index.
I’ve not fully experimented placing the login above all the forum pages. Though I think it’s very much possible, and the answer may lie in other forum topics.
What I could share though is I tried adding <?php echo do_shortcode("[bbp-login]"); ?>
to loop-forums.php and loop-topics.php but it didn’t work.
What happened was the list of forums and topics disappeared.
I hope this was helpful.