Hi, basically I want the forum to show all kind of nodes (not only the Forum ones), so if I publish a new Story Node, I can see it under (for example) the Stories Forum.
I thought that using the default_taxonomy_terms module, and assigning a taxonomy to the story node that matches a forum category should work, but the forum doesn't show me the nodes (probably because they must be 'forum' type, and these are 'story' type), I think I have to modify the forum.module, but I don't know where. I've changed the WHERE conditions in all the SELECT statements in the module (removing the n.type = 'forum'), but it doesn't work completely (only shows me a bigger post count number, but when I enter the forum... nothing). Anyone can give me a clue? Thanks!
Sorry about my english :S
Comments
An alternative is to
An alternative is to automaticaly create a new forum post for each new node created (with a link to the forum post, of course), but still don't know how to do it.