Heim > Backend-Entwicklung > PHP-Tutorial > 给phpcms v9课题添加一个radio单选按钮,可以多次利用专题创建不同的栏目进行内容编辑,给专题添加一个自定义字段

给phpcms v9课题添加一个radio单选按钮,可以多次利用专题创建不同的栏目进行内容编辑,给专题添加一个自定义字段

WBOY
Freigeben: 2016-06-13 12:02:41
Original
1196 Leute haben es durchsucht

给phpcms v9专题添加一个radio单选按钮,可以多次利用专题创建不同的栏目进行内容编辑,给专题添加一个自定义字段

1、

2、

找到 phpcms\modules\special\templates中的special_add.tpl.php和special_edit.tpl.php文件

special_add.tpl.php中添加



special_edit.tpl.php


3、在数据库表`phpcms_special`中添加type2字段

4、模版调用



专题模版首页


{loop $types $t}
 {if $t['name'] == "简介"}
 {pc:special action="content_list" specialid="$id" typeid="$t[typeid]" listorder="3" num="999"}
 {loop $data $r}

给phpcms v9课题添加一个radio单选按钮,可以多次利用专题创建不同的栏目进行内容编辑,给专题添加一个自定义字段

{$r['title']}

{$r['description']}...>>更多

{/loop}
{/pc}

{/if}
{/loop}


Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage