Needs review
Project:
Drupal.org Testing
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
14 May 2007 at 03:46 UTC
Updated:
12 Oct 2008 at 20:17 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 143804_dot_generate_forums_5.patch | 6.66 KB | aclight |
| #1 | forums.patch | 3.53 KB | webchick |
Comments
Comment #1
webchickHere's a patch... the forum creation stuff works... the forum assigning stuff doesn't but should almost be there.
Comment #2
moshe weitzman commentedseems like we should cerate the taxonomy/forums and then create content with terms in one shot. that skips an assignment step. just musing aloud ...
Comment #3
hunmonk commentedpatch no longer applies
Comment #4
webchickDowngrading to minor and postponed, like book.module... let's get the 'core' stuff working first. :)
Comment #5
aclight commentedThis 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.