By ZippySLC on
Hi --
I already run a Drupal based CMS, but a vBulletin forum. Considering what a disaster vB4 is, I'm considering switching the forums over to the internal Drupal one.
Most of my users visit my site for the forums, so I'd like to have a forum topic automatically be created when an article in the CMS is created. Is there a module for this?
Thanks!
Comments
_
If you can code, you can do it with a bit of custom code use hook_nodeapi. If not, you can use the http://drupal.org/project/rules or maybe http://drupal.org/project/discussthis modules. I tend to use rules, because it's so useful for so many things and discussthis is singular in purpose.
You'll also want to look into the http://drupal.org/project/advanced_forum, as well as the other forum enhancing contribs.