给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}
{$r['title']}
{$r['description']}...
>>更多
{/loop}
{/pc}{/if}
{/loop}
Stellungnahme: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