织梦教程
名称: fieldlist 功能: 获取当前模型内容页字段列表 语法: {dede:fieldlist}table width="98%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB"trtd height="24" bgcolor="#FAFDEE"strong[field:name/]/strong/td/tr
=DedeCMS 3,DedeCMS 4,DedeCMS 5) 名称: bookcontentlist 功能: 连载图书最新内容调用 语法: {dede:bookcontentlist row='12' booktype='-1' orderby='lastpost' author='' keyword=''}table width="100%" border="0" cellspacin
(=DedeCMS 3,DedeCMS 4,DedeCMS 5) 名称: bookcontentlist 功能: 连载图书调用 语法: {dede:booklist row='12' booktype='-1' orderby='lastpost' author='' keyword=''}a href='[field:bookurl /]'[field:bookname /]/abr /{/dede
名称: group 功能: 调用系统圈子信息 语法: {dede:group row='6' orderby='threads' titlelen='30'}lispanimg style="visibility: inherit;" title="[field:groupname/]" src="[field:icon/]" //spanspana href="[field:url/]" title="[f
名称: group 功能: 调用系统圈子模块主题 语法: {dede:groupthread gid='0' orderby='dateline' orderway='desc' row='12' titlelen='30'}lia href='[field:groupurl/]' target="_blank"[[field:groupname function="cn_substr(@me,10)
(DedeCMS 4,DedeCMS 5) 名称: infoguide 功能: 获取分类信息的地区和小分类搜索的表单,本标签需要在分类信息模型下使用 语法: {dede:infoguide}form name='infoguide' method='get' action='/plus/list
(DedeCMS 4,DedeCMS 5) 名称: infolink 功能: 获取分类信息地区与类型的快捷链接,仅在分类信息模型下能够使用 语法: {dede:infolink}table id='dedeinfolink'trtd colspan='3' class='iftitle'信息附加条
在制作织梦模板遇到一个问题,在文章页部分,顶部和评论部分都要检查会员是否登录。而检查登陆的函数都是同名的。这里就会造成冲突,总有一个无法使用。 最终,找到了解决办法
dede 每分钟审核一篇文章并且生成首页: 直接进入正题: plus下新建文件 makeid.php 内容如下: ?php$lasttime=filemtime($_SERVER['DOCUMENT_ROOT']."/index.html");$interval=180; //更新时间秒为单位180秒=3分钟
dedecms 让带有图片的文章,标题后面加一个图字,没有图片则不加 在arclist 标签下循环出的对应位置中加入 [field:litpic runphp='yes']$imgurl = @me;if(@me=="")@me="";else{$imglink = '【图】';@me=$imglink
发文章遇到Unknown column weight in field list 的解决办法 在后台sql命令输入框里输入: ALTER TABLE `dede_archives` ADD `weight` int(10) NOT NULL DEFAULT '0';
名称: prenext 功能: 获取当前文档上一篇、下一篇内容 语法: {dede:prenext/} 文件: \include\arc.archives.class.php function GetPreNext($gtype=) 默认底层模板: 无 参数: get获取连接类型(5.x以后版