Home CMS Tutorial DEDECMS How to update dedecms mobile version web page

How to update dedecms mobile version web page

Jul 17, 2019 pm 01:34 PM

How to update dedecms mobile version web page

Mobile version homepage update operation

You need to modify the template path, as shown in the figure. After modification, click to update the homepage HTML

How to update dedecms mobile version web page

In this way, great work has been done, and the mobile version of the homepage can be generated

If you think it is more troublesome to change it every time, there are two methods,

First, the method of modifying it yourself , it is simple and does not produce unnecessary things. Originally, Xiaojianjun wanted to make a small plug-in package. Hey, hey, I am a little lazy, so I might as well modify it.

Second, the plug-in package developed by the network master can generate static files for all mobile pages and is powerful.

Introduce the modification method:

1. Open / dede/inc/inc_menu.php

Find about 143 lines: insert the blue code below

<m:item name=&#39;更新主页HTML&#39; link=&#39;makehtml_homepage.php&#39; rank=&#39;sys_MakeHtml&#39; target=&#39;main&#39; />
<m:item name=&#39;更新手机主页HTML&#39; link=&#39;makehtml_homepage_m.php&#39; rank=&#39;sys_MakeHtml&#39; target=&#39;main&#39; />
<m:item name=&#39;更新栏目HTML&#39; link=&#39;makehtml_list.php&#39; rank=&#39;sys_MakeHtml&#39; target=&#39;main&#39; />
Copy after login

2. Find the /dede/ folder and find the makehtml_homepage.php file. Copy it and rename it: makehtml_homepage_m .php

Open the newly added file: makehtml_homepage_m.php Find line 77

How to update dedecms mobile version web page

3. Find the /dede/templets folder, find the makehtml_homepage.htm file and copy it Rename: makehtml_homepage_m.htm

Open the newly added file: makehtml_homepage_m.htm Find lines 36 and 48 and modify their value='' value, which is their path address

After modification:

#36 line is the mobile version homepage template path after modification

Line 48 is the location where the mobile version homepage is generated. After modification

Go to lines 69 and 71

Original

<input name="saveset" type="radio" value="0" class="np">
Copy after login

Do not save the current options

<input name="saveset" type="radio" class="np" value="1" checked>
Copy after login

Save the current options

After modification:

<input name="saveset" type="radio" value="0" class="np" checked>
Copy after login

Do not save the current options

<input name="saveset" type="radio" class="np" value="1">
Copy after login

Save the current options

Just move the checked attribute to the top

4. Upload these three files to the corresponding directory, try it

How to update dedecms mobile version web page

For more DedeCMS related technical articles, please visit the DedeCMS Tutorial column to learn!

The above is the detailed content of How to update dedecms mobile version web page. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)