Forum terms and nodes are not generated correctly
aymerick - May 31, 2007 - 21:45
| Project: | Devel |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Install a fresh drupal... activate forum and devel-generate modules.
Generate terms and nodes: no forum is generated, and so no forum topics.
Patches to follow.

#1
This patch:
- removes the generation of 'forum' vocabularies... there should be only one, the one created by forum module
- forces forum.module to create its vocabulary (as this is not done during install phase of forum.module)
#2
This patch fixes issues when inserting manually forum nodes/comments:
- fixes comments statistics
- only one term is possible for a forum node
- update {forum} table
#3
committed to 5. this was already improved in 6.
#4
Automatically closed -- issue fixed for two weeks with no activity.