By Ledo2 on
Is that possible in drupal 6? I know when somebody creates a new forum topic he can upload files if we enable core upload module. And what about replys in forum. Is it possible to use attachments in replys??
Thanks for replies.
Comments
Node Comments
Hi there,
Check out the Node Comments module: http://drupal.org/project/nodecomment.
This will allow you to use CCK (http://drupal.org/project/cck) along with FileField (http://drupal.org/project/filefield) to add attachments to comments.
Good luck!
Dave Ingram - Gainesville, FL
www.ingraminnovation.com
Try
Try http://drupal.org/project/comment_upload
I see
So i must "convert" al my comments to nodes and use it as nodes with comment node module or use comment upload module that is still in dev state for 6.0.
:(
=-=
at this stage, yes. Although my personal opinion is that neither method should be deployed until tested on a test site. I'd export my live DB for testing so that I know I am working with real data. commentupload.module while still in -dev may work perfectly well for your needs and you can then report back to the issue queue that it is working as expected helping the maintainer/s to know how close to a numbered release he/she/they are.
I agree
I tried comment upload and i like it. But until is in dev state i will not use it for real.
I don't feel comfortable using different aproach then Drupal uses and to disable comment module and use node comment module is something i am not prepared to do right now.
I hope comment upload will be in stable release soon for 6.0 and i hope something like that will get into the core soon! :(