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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

Status: Active » Needs work
FileSize
3.53 KB

Here's a patch... the forum creation stuff works... the forum assigning stuff doesn't but should almost be there.

moshe weitzman’s picture

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 ...

hunmonk’s picture

patch no longer applies

webchick’s picture

Priority: Normal » Minor
Status: Needs work » Postponed

Downgrading to minor and postponed, like book.module... let's get the 'core' stuff working first. :)

aclight’s picture

Version: » 5.x-1.x-dev
Assigned: Unassigned » aclight
Status: Postponed » Needs review
FileSize
6.66 KB

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.