Dream System-Mobile search page jump to computer-side problem solving method

Source: Internet
Author: User

use dedecms latest program mobile version of children's shoes if you encounter, mobile search results jump to the computer version of the search results page to go;

Workaround

Mobile Template Search code with ( the code below is labeled Red )

<form name= "Formsearch" action= "/plus/search.php" >
<input type= "hidden" name= "pagesize" value= ">"
<input type= "hidden" name= "Kwtype" value= "0"/>
<input type= "hidden" name= "mobile" value= "1"/>
<input name= "q" type= "text" placeholder= "input keywords" >
<button type= "Submit" > Search </button>
</form>

then open \plus\search.php found

$mid = (isset ($mid) && is_numeric ($mid))? $mid: 0;

Add it under it.

if ($mobile ==1)
{
Define (' Dedemob ', ' Y ');
}

the mobile version of the search results template is search_m.htm, the search results can be displayed as mobile version

Dream System-Mobile search page jump to computer-side problem solving method

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.