Home > Backend Development > PHP Tutorial > How to make Destoon template? Simple tutorial on destoon template making

How to make Destoon template? Simple tutorial on destoon template making

WBOY
Release: 2016-07-25 08:53:10
Original
1384 people have browsed it
This article introduces the method of making Destoon templates. A brief tutorial on making Destoon templates. First, make a copy of the original default folders under the template and skin folders, and rename them to newmoban. Prepare the default template files that come with the system. Basically modify it into your own template.

Simple tutorial on making destoon template

To make a Destoon template, you first need to understand two Destoon concepts: template and skin. Templates are stored in the system template directory, and styles (system interface pictures and css files) are stored in the system skin directory. That is to say, template stores page files and skin stores style files.

1. Destoon template production process: First, make a copy of the original default folders under the template and skin folders, and rename them to newmoban. Prepare to modify them into your own templates based on the default template files that come with the system.

Then, modify the contents of the files these.name.php in the template and skin folders and add the name of the new template: Add a line after the 'default' => 'Default Template' statement: newmoban => 'New Template', then upload it to the website, log in to the website backend management, then go to "System Settings"-"Website Settings"-"Basic You can see that there are two options in "Settings": website default style and website default template. There is an additional list item: "New Template", set to clock style, confirm to save, the template and style will be modified.

The templates and styles here can be used together, but the styles are up to you to debug.

Second, how to add a template to the newly added article model in DT? You need to add an article channel and create a new article model section. By default, the newly created article modules are the default official default templates. If you want to change the module yourself, if you modify it directly, all article models will be completely changed. Then you need to create a new one.

In the background, open the function module, create a new article model - module settings, click New, enter the new name and text name, click OK, then return to the module settings and make the association in the drop-down box.

There is such a problem here. Sometimes after creating a new template, there is still only one default template in the drop-down box and there is no template created by yourself. At this time, it is necessary to check the template name and text name when creating a new one. I started. The name is plan_index. As a result, the association failed. The template series displayed in the template management is plan. It may be the reason here. The solution is very simple. Just change the name to index-plan and that's it. The template series is index, and the home page is Column type, be sure to look at the template series when building. The same is true for lists and search pages.

Recommended reading: destoon introductory tutorials and skill examples


source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template