织梦教程

本人用于sitemap.xml,但不局限于此 新建 sitelink.lib.php[名字可任意命名,按规则即可],内容如下 ?php /* 获取所有分页列表的分页网址 如--- http://www.abc.com/abc/list_145_2.html http://www.abc.com/abc/list_145_3.html http://www.abc.com/abc/list_1
修改dede5.7 ask源码标签 使之实现---调用相应级别[一级,二级,...栏目]的问答,可根据需要修改 /include/asks.lib.php ?php if (!defined( DEDEINC )) exit ( Request Error! ); /** * 问答调用标签 * * @version $Id: ask.lib.php 1 9:29 2010年7月6日Z tian
修改文件: dede/inc/inc_menu.php 143行,插入 m:item name=更新今日更新 link=makehtml_freelist.php?aid=1title=today rank=sys_MakeHtml target=main/ 新建 today_list.htm 可从列表页拷贝 修改 /include/arc.freelist.class.php line---303---if($this-
在dede网站根目录下 新建 replace.php,内容如下: 然后 浏览器直接访问 http://www.genban.org/dedecms/replace.php 注意:此操作很危险,替换关键字时请小心,谨慎,最好先备份数据库 ?php require_once(dirname(__FILE__)./include/common.inc.php); $Arr = ar
找到 include/taglib/type.lib.php , 复制, 重命名为toptype.lib.php 查找 function lib_type($ctag,$refObj) 修改为: function lib_ toptype ($ctag,$refObj) 查找$row = $dsql-GetOne 注释掉//$row = $dsql-GetOne(Select id,topid,description,typename,t
在开发过程中客户需要在列表中支持权重排序,和推荐功能。经过不断的摸索,终于将{dede:list}标签修改成功。 使用方法:{dede:list orderby=weight orderway=asc flag=c } orderby=weight orderway=asc 与权重排序、从小到大。(与{dede:arclist}标签的使
找到 \include\taglib\channelartlist.lib.php, 查找$attlist 将 $attlist = typeid|0,row|20,cacheid|; 修改为: $attlist = typeid|0,row|20,cacheid|,notypeid|0; [此处添加了一个所要排除typeid的参数---notypeid] 查找: $dsql-SetQuery(Select id,typen
[field:global name=autoindex runphp=yes]@me=@me+1;[/field:global] {dede:global name=itemindex runphp=yes}@me=@me+1;{/dede:global} autoindex itemindex 的使用心得区别 channelartlist 标签下使用 {dede:global name=itemindex runphp=yes}@me;{/ded
dedecms每次新上传图片插入编辑器会自动加p标签,这个会导致网页错位等问题。以下是修改方法。 第一种解决方法: 修改网站根目录\include\FCKeditor\editor\dialog\dede_image.php 找到 //FCK.InsertHtml(inImg); var newCode = FCK.CreateElement(p); newCo
如我们一个栏目列表都用缩略图来表示,而不仅仅只是文字,如果没有这项功能会非常麻烦,网上有很多这方面的资料,但是都试过了有很多问题,自己研究一下,测试基本通过。新加字段 typeimg 后台执行SQL: alter table `cn_arctype` add `typeimg` char(100) NO
今天在做一个织梦企业网站的时候,需要用到分类信息,织梦模板是用的DEDECMS V5.7版本的,在修改联动类别里面的信息类型的时候发现只能增加一级选择和三级选择,就是不能增加二级选择,怎么办呢? 去织梦官方找了下解决办法没得,看来只能自己研究了。 后来
开发背景:在帮客户制作网站时,客户要求栏目中也需要有缩略图的功能。因此也只好对DEDE进行 二次开发 了。 目的:在栏目模块中新添加一个字段。 操作原理: 1、确认新添字段功能:我这里是要能添加缩略图。 2、修改栏目编辑页面,添加新的字段并。(catalog