How to upload OpenOffice text files with Xoops ?

Requested and Answered by Hervet on 2006/2/27 17:12:31

How to upload OpenOffice text files with Xoops ?

To be able to upload OpenOffice text files, you must modify the file called /xoops/class/mimetypes.inc.php

Search for this line :

"avi"        => "video/x-msvideo",


and just after, insert :
"odt"        => "application/vnd.oasis.opendocument.text",

This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=574