Auto-populate forums
webchick - May 14, 2007 - 03:46
| Project: | Drupal.org Testing |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | aclight |
| Status: | needs review |
Description
The Primary Links patch brought to light that we're not initializing any of the content that the menu items are pointing to. This issue is about auto-populating the forums.

#1
Here's a patch... the forum creation stuff works... the forum assigning stuff doesn't but should almost be there.
#2
seems like we should cerate the taxonomy/forums and then create content with terms in one shot. that skips an assignment step. just musing aloud ...
#3
patch no longer applies
#4
Downgrading to minor and postponed, like book.module... let's get the 'core' stuff working first. :)
#5
This could be useful to have when others are working on the redesign, so I spent some time to get this working. It wasn't easy, seeing as there are a combination of bugs/limitations in various FAPI and taxonomy components that make this task tricky, but I was able to get this working.