By ShannonK on
I need to have a certain User, let's call him Joe, login to my site and upload doc's to a Page on my site called Houses. What he uploads needs to be able to be viewed by all Authenticated Users. But, he should be the only one able to upload to Houses (besides Admin). The Houses section does not need to be a Page, but I wasn't sure what the best way to go about it would be.
I tried enabling the comment_upload module, and I set permissions, but I see no way to upload docs to comments. I have a WYSIWYG editor and IMCE installed, and can upload images using it, but what I thought I was enabling was some sort of "upload attachment" function for comments. What am I misunderstanding here??
Comments
=-=
these images must be attched to comments?
If not:
I think I'd use the image.module
which comes with the image_attach.module
you could:
create a new role with proper permissions on image_attach
add joe to that role
He needs to be able to attach a document
...not an image. Uploading images is handled through the WYSIWYG editor and IMCE. But what I'm looking for is way for him to upload documents, whether it is attached to a comment, or just by clicking a button. Is this possible?
=-=
I'm no expert in editors.
the comment_upload.module should have allowed you to do what you wanted with attaching files to comments on a per content type basis. ie: after installing the module you would have to edit the content types you want this feature on and check the comment settings on each of those content types for the settings provided by the module in question.