Is this a bug or am I being a pleb? (bb_new_topic_forum_dropdown())
-
I’m using BBPress 1.0 alpha and working on a new theme almost completely from scratch.
I have added the
post_form()
function to my front-page.php template file as I want to allow people to start a new topic direct from the home page.Naturally, this requires people to be able to select a target forum for their post and the post-form.php template contains the
bb_new_topic_forum_dropdown()
function which is supposed to show the drop down list, however for some reason it doesn’t appear. The code around it shows ok, so it’s not a problem with the if statement that checks if we’re on the homepage or not…So… is that a bug in BBPress that needs to be submitted to trac or am I doing something that I shouldn’t be doing?
- You must be logged in to reply to this topic.