Single forum with new topic form on front page
-
Hi,
I’m creating a forum with bbPress in which I want to run only a forum/”room”, showing all the topics in the front page. I achieved that in settings, selecting that the forum root should show most recent topics.
On the front page, however, I wish any user could post new topics straight from a form. So, I opened
content-archive-topics.php
and add this line of code right after the topics’ loop:<?php bbp_get_template_part( 'form', 'topic' ); ?>
It worked like a charm, except only for admins. Participants (the role) are shown a message saying they aren’t allowed to post topics. On the other hand, when a participant enter the (only) forum page, the form appears working below the topics.
Any idea about how to fix this?
- You must be logged in to reply to this topic.