We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Uploading excel files to forum not working[Solved] | Forum

Topic location: Forum home » Support » General Questions
Marcel Groote
Marcel Groote Feb 10 '14
Hello,


Is there a way to upload excel files in the forum? Please help!

The Forum post is edited by ross Feb 10 '14
ross Team
ross Feb 10 '14
The following are the allowed extension for Forum attachments. MS Word and Excel are not supported.

    private static $allowedExtensions =
        array(
        'txt', 'doc', 'docx', 'sql', 'csv', 'xls', 'ppt', 'pdf',
        'jpg', 'jpeg', 'png', 'gif', 'bmp', 'psd', 'ai',
        'avi', 'wmv', 'mp3', '3gp', 'flv', 'mkv', 'mpeg', 'mpg', 'swf',
        'zip', 'gz', '.tgz', 'gzip', '7z', 'bzip2', 'rar'
    );

File: ow_plugins\forum\bol\post_attachment_service.php

you can add excel format, that will do the trick

Marcel Groote
Marcel Groote Feb 10 '14
thanks. It;s done now
ross Team
ross Feb 10 '14
Great! I'm going to mark this thread as Solved.