How to add a playback attachment (MP4) to discuz x2.5

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.