SmartFAQ 由 The SmartFactory (https://www.smartfactory.ca) 开发,InBox Solutions (https://www.inboxsolutions.net) 的一个部门

如何使用 Xoops 上传 OpenOffice 文本文件?
要能够上传 OpenOffice 文本文件,您必须修改名为 /xoops/class/mimetypes.inc.php 的文件

查找此行
"avi"        => "video/x-msvideo",


并在其后插入
"odt"        => "application/vnd.oasis.opendocument.text",


评论归作者所有。我们不对其内容负责。
user

 感谢


我一直想知道该怎么做。感谢这个问题和答案

 


Login

Who's Online

351 user(s) are online (9 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 351


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

Style sheets can be interpreted easily here ...

Random question

How can I insert variable parts in a custom block title? I would like the title of a custom block to depend on menu options selected in a left block. How can I do that ? Is it possible to hide the title of a custom block?