By sicapitan on
When a user creates a node and clicks save, i would like the same title to automatically be used as a forum topic.
When I post a node (in this case a custom node with CCK) I would like a "Discuss in forum" link, which links to that title in the forum. If they click on the normal menu Forum link, they get forum topics of all the titles I created as my custom nodes.
I had a look at this: http://drupal.org/node/50716
but it doesn't answer the question (from 2006). Searching didn't come up with anything and then I hit the "oh no 20 searches in 1 hour) problem.
Comments
discuss this
probably the answer is coming far too late, but you could take a look at http://drupal.org/project/discussthis
for drupal 6 i did something similar using views:
http://drupal.org/node/353824
http://drupal.org/node/336097