• dedecms列表分页标签Pagelist讲解

    我们在用dede仿站的时候,调用文章列表页的分页时,我们会用到: {dede:pagelist listitem=”info,index,end,pre,next,pageno” listsize=”5″/} 然而系统默认的解析样式是 数字 ,但是有时候我们的目标站的分页样式是数字。 因为目标站的CSS里面根本没有这对标签的属性值,因此页面就会出现混乱,显然我们不需要 这对标签,下面我们来说说怎么修改。 首先我们要明白一个理论,DEDE的页面都分...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • dede 调用二级、三级子栏目

    {dede:channelartlist typeid='栏目ID' row='条数'} {dede:field name='typename'/} {dede:sql sql='Select * from dede_arctype where reid=~id~ ORDER BY id limit 0,7'} [field:typename/] {/dede:sql} {/dede:channelartlist} 代码功能:父栏目及子栏目同时调用 使用说明……typeid,row 如果[field:typedir/]中含有{cmspath}而使链接无效,请使用[field:typedir function='str_replac...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • 织梦dedecms常用函数总结

    函数名:cn_substr 功能:截取中文字符串 参数: $str='' 需要截取的字符串 $slen='' 需要截取的长度,单字节截取模式,一个中文占用2个字节 $startdd=0 截取开始位置标记处,默认为0从头开始 返回值: 返回截取后的字符串,错误返回空字符串 范例: {field:title function='cn_substr(@me, 10)'/} 表示将会截取titile中5个中文字符内容。 函数名:Html2Text 功能:HTML代码转换为Text...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • 织梦CMS模板制作手册 v20120312 For 3/4/5(PDF/CHM)

    简介 本手册是织梦官方推出,用于介绍织梦内容管理系统(以下简称:DedeCMS)模板的制作,为织梦模板设计师提供一份快速检索的操作文档,全面介绍了织梦的模板引擎、标签及常用函数,相信会大大提高模板设计师的制作效率。 DedeCMS 的模板引擎采用了官方自行研发的Dede模板引擎,类XML结构的标签简单易懂,便于在网页编辑器中进行编辑。同时标签齐全,应用广泛,这为基于 DedeCMS建设开发的...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • DedeCMS实现文章列表“隔行换色”的方法

    文章列表隔行换色可以让显示的两条内容有所区别,很多网站在列表页里都采用了隔行换色的显示方法,下面我将织梦cms中实现隔行换色的代码贴上来,让需要的朋友可以参考以下代码进行修改。 列表隔5行加一行线: {dede:list pagesize='50'} [field:title function="cn_substr(@me,48)"/][field:pubdate runphp='yes'] $a="".strftime('%m-%d',@me).""; $b=strftime('%m-%d',@me); $ntime = time...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • DedeTag Engine Create File False 解决方法

    版本:DEDECMS所有版本如下:V5.3,V5.5,v5.6,v5.7   原因:要创建的目录或者文件没有写入权限 解决办法: 第一步,定位出错的文件,即查找生成什么文件时出的问题。 方法:修改 include/dedetag.class.php文件,搜索"DedeTag Engine Create File False",会找到以下代码 $fp = @fopen($filename,"w") or die("DedeTag Engine Create File False"); 修改成  $fp = @fopen($filename,"w")...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    | 标签:
  • dede旅游网站程序系统

      程序说明: 本程序使用PHP+Mysql开发,采用DEDE(DEDECMS)内核,进行的二次开发,以逐渐成为旅游网站建设的首选,本程序非本人所开发, 也不进行交易,只是展示给大家,如果有建设旅游网站的需求,请联系本人,下面是程序功能的介绍。 程序功能介绍: 1、旅游线路模块、酒店模块、租车模块、签证模块、景点模块、文章模块、客户回访模块、网站公告模块、评论模块、会员订单管理模...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • dede模板:白领旅游网+旅游模版

    #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */ ...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    | 标签:
  • dede 搜索结果按点击排序的简单修改

    DEDE默认的搜索功能,所得到的结果是按照文章加入的先后排序的 很多时候,我们希望得到的结果按点击数排序,点击多的排前面。 那么就修改这一个地方: include/inc_arcsaerch_view.php的大概第48行 从 $this->OrderBy = 'dede_full_search.aid desc'; 改为 $this->OrderBy = 'dede_full_search.click desc'; 阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • dedecms 管理员密码忘记怎么办?

    本工具是用于新人忘记管理员密码重设所制作,只需要将radminpass.php文件拷贝到根目录,运行“http://wmphp.com/radminpass.php(wmphp.com为网站域名)”,按照操作执行就可以。恢复完成后请及时删除这个文件!  本工具来自于官方。 附件下载: radminpass 阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • dede 时间格式汇总

    时间格式 {dede:field name='pubdate' function='strftime("%Y年%m月%d日 %H:%M:%S","@me")' /}2007年1月1日 18:30:02 {dede:field name='pubdate' function='strftime("%Y-%m-%d %H:%M:%S","@me")' /}2007-1-1 18:30:02 {dede:field name='pubdate' function='strftime("%Y年%m月%d日 %H时%M分%S秒","@me")' /}2007年1月1日 18时30分02秒 {dede:field name='pubdate' function='strftime("...阅读全文
    作者:admin | 分类:DedeCMS技巧 | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |