There is a lot of flexibility for file management. However, as far as I know there is not a way to restrict the size of a file a specific member can upload.
I do not think there is a size restriction for uploaded files based on user group either. You could restrict the upload size for all users. That might not be the right solution for your circumstance.
We are surprised this has not been discussed before. It's a good suggestion.
Photos are not scanned for viruses as they are uploaded in concrete5, but it's possible the your host scans files on upload. Probably not though.
Hi Dave,
We could do custom development work for these. We'd need more details about what files need scanning and where they are uploaded from, and what size restriction you want. You can open a support ticket if you'd us to start this work.
but, if your using threaded view you will have to add another one... I used the following in my theme but it will be different for you.
.columncontent img {
max-width: 800px;}
Keep in mind all this does is resize the rendered images so that it does not break your forum styling. It does nothing for file size or uploaded file dimensions.
Yes if you search "clear cache" in the dashboard search, it will bring up the clear cache page and then any changes you have made in files should be reflected on your site.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
That's a great question.
There is a lot of flexibility for file management. However, as far as I know there is not a way to restrict the size of a file a specific member can upload.
I do not think there is a size restriction for uploaded files based on user group either. You could restrict the upload size for all users. That might not be the right solution for your circumstance.
We are surprised this has not been discussed before. It's a good suggestion.
Photos are not scanned for viruses as they are uploaded in concrete5, but it's possible the your host scans files on upload. Probably not though.