Forum file attachment types

blindmime
@blindmime
8 years ago
772 posts
I would like to allow additional file type attachments in the Forum.
updated by @blindmime: 08/25/16 04:21:29PM
douglas
@douglas
8 years ago
2,790 posts
There should be a field in your ACP > Profiles > Forum > Quota Config for file types.


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
8 years ago
7,715 posts
For the initial post in the forum, the location is:
ACP -> PROFILES -> FORUM -> GLOBAL CONFIG -> GENERAL SETTINGS -> ALLOWED FILE TYPES

For all of the comment responses to the initial forum post the location is hard-coded at:
/modules/jrForum/templates/item_detail.tpl

around line 177, this:
{if $_user.quota_jrForum_file_attachments == 'on'}
<div class="jrforum_upload_attachment">
     {jrCore_upload_button module="jrForum" field="forum_file" allowed='png,jpg,gif,jpeg,txt,zip,pdf' multiple="true"}
</div>
{/if}

Or you can alter it from
ACP -> PROFILES -> FORUM -> TEMPLATES -> item_detail.tpl -> MODIFY

Tags