Hello,

Here is my annoying problem: Users are allowed to create new forum threads using node/add/forum link. In the node creation page , they have to choose which forum their thread belongs to.

The default forum in the drop-down menu is set to '-None-' . So users who do not choose any forum, end up creating their thread in the 'None' forum, which is obviously not desirable because it deforms the forums structure.

I am wondering who to get rid of this 'None' option?

Thank you

Comments

x3cion’s picture

Status: Active » Needs review

Afaik, the forum structure is based on taxonomy.

You can change the way threads are attached to forums by changing the field of the content type. My guess would be, you unchecked the "Required field" option of the taxonomy_forums field. "Required field" is normaly checked and this will require the user to set a forum. You can also select a default forum for the threads.

podarok’s picture

Status: Needs review » Fixed

Please, use proper status message. Needs review should be used only for uploaded patches

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.