To use a mobile client recently, you need to synchronize data with the Forum, because the formats supported by iPhone and Android are MP3 and MP4. Therefore, the audio and video attachments in Forum sections are limited to MP3 and MP4 formats. The Forum itself supports MP3, but not MP4.CodeThen find the method that supports MP4. Other formats and methods must be supported.
1. First, enable the Forum background to allow playing attachments
2. Set the upload size of user groups or plate attachments, and modify the php. ini 8 m limit (omitted)
3. modify source/function/function_discuzcode.php and add MP4 support in the parsemedia () function.
4. Modify the static/editor. js file and add MP4 to ext = in_array ().
5.Modify the function/function_post.php file,Add MP4 to the parseattachmedia Function
Success!
Let's take a look at the effect of uploading MP3 and MP4 files to the Forum.
Click the multimedia button on the figure to insert the bbcode code to the editor.
Both MP3 and MP4 can be played.
====================================== ============
At the current position, the files uploaded to images and MP3 files have the correct extension on the disk, while MP4 is the. Attach extension. In this way, the files cannot be played normally on the mobile phone. Therefore, you need to modify the following:
Modify: \ source \ class \ discuz \ discuz_upload.php
Add MP4 or other video formats to the: get_target_extension function.