The 'post new $type' link at the top of forums currently tries to allow you to post any entity type to a forum which happens to be attached to the forum vocabulary after #412518: Convert taxonomy_node_* related code to use field API + upgrade path. We need an additional check for node to limit the choices.
Comments
Comment #1
xanoLike what? Just forum nodes in the Forum vocabulary? (which I +1 btw)
Comment #2
catchIt's mainly this bit of code:
But also whether we want to try to lock down the forum vocabulary field so you can only ever apply it to nodes. I think that last bit requires a small change to field API though - although there's an issue somewhere iirc.
Comment #3
xanoI think we need that, yes. Forum.module is nothing more than a view/wrapper around existing features. Allowing users and terms to be posted in a forum is a bug IMO.
Disclaimer: As I'm too busy to learn Field API in the next few weeks I think you won't be seeing me in this issue anymore. Just +1-ing :-P
Comment #4
andypostInteresting bug, maybe just disable forum vocabulary for using within taxo-field? we have a lot of field_alter to make it
EDIT: related #837806: Forum should uninstall itself more thoroughly
Comment #5
andypostThis already fixed
D7 http://drupalcode.org/project/drupal.git/blob/refs/heads/7.x:/modules/fo...
D8 http://drupalcode.org/project/drupal.git/blob/refs/heads/8.x:/core/modul...