Change the default "Standard Edition" of DiscuzX3 to "touch screen Edition"

Source: Internet
Author: User
Back up the original file before modification. 1. find "\ source \ class \ discuz \ discuz_application.php" and set the (red) mobiletplarray (1 mobile, 2 touch, 3wml, yesmobile ), change to mobiletplarray (1 mobile, 2 touch, 3wm

Back up the original file before modification

1. find "\ source \ class \Discuz\Discuz_ Application. php ", marked in red)

'Letletpl' => array ('1' => 'mobile', '2' => 'Touch', '3' => 'wml ', 'Yes' => 'mobile '),

Change

'Letletpl' => array ('1' => 'mobile', '2' => 'Touch', '3' => 'wml ', 'Yes' => 'touch '),

2. the above modification has been successful, but a short text "access this site with a handheld forum and have a better reading experience" will be displayed on the top, and you can delete it now.

Find "\ source \ plugin \ mobile. class. php ",

If (strpos ($ useragent, 'iPhone ')! = False | strpos ($ useragent, 'iOS ')! = False ){
Return lang ('plugin/mobile', 'mobile _ tip_ios ');
} Elseif (strpos ($ useragent, 'Android ')! = False ){
Return lang ('plugin/mobile', 'mobile _ tip_android ');
} Elseif (strpos ($ useragent, 'windows phone ')! = False ){
Return lang ('plugin/mobile', 'mobile _ tip_wp7 ');
}

If you delete or comment it out, it will be completely OK.

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.