i dont recommend using that envato author support forum theme , unless you are at least selling a product from envato or want a support forum and know how to remove what you dont want from the envato theme.
plus the envato theme hasnt been updated in 2 years.
I am having this problem too. And, I am not sure how to start a new topic on your site. Maybe you can advise me on that. I am registered, I think.
@newdermeo
hover over bbpress.org in the toolbar there should be a dropdown that says create new topic
or click the forum you want to create your topic in the forum list in the sidebar and scroll to the bottom of the page and create a new topic from there.
ok, I am having this problem, too. I don’t see an actual solution in this thread. (Was the site theme the problem?)
My testsite is here: ttp://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
This is making my clients BONKERS and I may have to find another forum solution if I can’t get this to work. 🙁 Thanks for your help.
ok, I just discovered the solution on another forum. In your WordPress Appearance menu, go to Editor and find meta-single-topic.php and locate the following code:
<a href="<?php echo home_url() ?>">← Back to discussions</a>
Change it to:
<a href="<?php echo home_url() ?>/forums">← Back to discussions</a>
Or enter the forum URL manually.