织梦DeDecms栏目增加缩略图
后台执行SQL:
altertable`dede_arctype`add`typeimg`char(I.00)NOTNULLdefault;
更多精彩就在: 51免费论文网|www.jxszl.com
如果你织梦后台后缀不是dede就要更改哦!
I..打开dede/catalog_add.php
查找:
$queryTemplate="insertinto`dede_arctype`
将:
(reid,topid,sortrank,typename,typedir,
替换为:
(reid,topid,sortrank,typename,typedir,typeimg,
将:
(~reid~,~topid~,~rank~,~typename~,~typedir~,
替换为:
(~reid~,~topid~,~rank~,~typename~,~typedir~,~typeimg~,
II.打开dede/catalog_edit.php
查找:
$upquery="Update`dede_arctype`set
在其下面新加I.行
`typeimg`=$typeimg,
III.打开dede/templets/catalog_add.htm查找
在其下面增加以下内容
(栏目模板里用{dede:field.typeimg/}调用)
IV.打开dede/templets/catalog_edit.htm查找
在其下面新增以下内容:
(栏目模板里用{dede:field.typeimg/}调用)
这样就可以了.
原文链接:http://www.jxszl.com/biancheng/dedecms/75437.html
热门阅读