<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>DEDECMS</title>
<link>https://www.seoer.cc/DEDECMS/</link>
<description>DEDECMS</description>
<language>zh-cn</language>
<webmaster>admin@seoer.cc</webmaster>
<item>
    <title><![CDATA[新增DEDE栏目页，无法更新，无权限]]></title>
    <link>https://www.seoer.cc/DEDECMS/264.html</link>
    <description><![CDATA[因为之前把某站的data移到了上一层目录（方法： 织梦data文件夹移动到程序上一层目录 ），今天新增栏目遇到了问题，系统提示：织梦dede错误：没有该栏目数据 可能缓存文件(data/cache/inc_catalog_base.inc)没有更新 请检查是否有写入权限，无非是权限问题，]]></description>
    <pubDate>2020-02-16</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[修改织梦摘要长度字数限制]]></title>
    <link>https://www.seoer.cc/DEDECMS/263.html</link>
    <description><![CDATA[前面我们有提到关于 DEDECMS织梦摘要字数长度修改 ，但是只能简单的解决摘要的字数，GBK的倒好，如果是UTF-8的DEDECMS，根本设置不了几个字，那么到底如何彻底增加摘要的字数呢？ 有时候觉得文字的摘要不够长，我们经常的操作就是去后台修改文字字数，但是织]]></description>
    <pubDate>2020-02-16</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[DEDECMS后台批量替换数据安全码不显示]]></title>
    <link>https://www.seoer.cc/DEDECMS/262.html</link>
    <description><![CDATA[采集了一些数据，有些地方忘记过滤了，需要用到批量替换，因为之前把DB文件夹移出根目录了，所以安全码不显示，如图： 在登录后台根目录找到sys_data_replace.php文件，搜索如下代码 if($validate == || $validate != $svali){ShowMsg(安全确认码不正确!]]></description>
    <pubDate>2020-02-15</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>Admin5</comments>
</item>
<item>
    <title><![CDATA[去掉FCK编辑器复制粘贴产生的&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;代码]]></title>
    <link>https://www.seoer.cc/DEDECMS/261.html</link>
    <description><![CDATA[更换FCK编辑器之后，发现小问题挺多的，尤其是对于我们这种强迫症的人来说，必须得想办法解决才好。 我们到记事本复制然后粘贴到编辑框一篇文章，因为段落问题，会长生的代码，如图： ，每次手动去解决太麻烦了，恰好本站前面有一段介绍解决DIV相关问题的文]]></description>
    <pubDate>2020-02-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[去掉FCK编辑器每一段之前的空格&amp;amp;nbsp;]]></title>
    <link>https://www.seoer.cc/DEDECMS/260.html</link>
    <description><![CDATA[用dedecms5.6的FCK编辑器，一直都是用的谷歌Chrome、遨游等非IE浏览器，在做资料上传的时候发现内容前面都会有一个空格，网站前台预览的时候文章前面就多出一个空格，很是难看，而且这个问题在IE浏览器里面没有，目前测试在Chrome浏览器下就有这种情况，最后]]></description>
    <pubDate>2020-02-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>Admin5</comments>
</item>
<item>
    <title><![CDATA[织梦登录后台显示空白]]></title>
    <link>https://www.seoer.cc/DEDECMS/258.html</link>
    <description><![CDATA[织梦经常会遇到一些莫名其妙的错误，登录后台显示空白也是织梦用户经常遇到的问题，一般无非以下几种原因。 1、文件夹权限的问题。 2、PHP版本的问题。 3、莫名其妙的其它问题，今天就遇到了，data文件夹中缺少admin这个文件夹，在其它网站中拷贝一份过来就O]]></description>
    <pubDate>2020-02-12</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>爱奇艺</comments>
</item>
<item>
    <title><![CDATA[去掉dede织梦position当前位置最后一个箭头的方法]]></title>
    <link>https://www.seoer.cc/DEDECMS/256.html</link>
    <description><![CDATA[理论是，dede的当前位置标签{dedefield name=position}结构是 首页 主栏目 子栏目 ，这就说明，而箭头符号字段数据都是在后台设置后存储在数据库的，所以肯定有一个php代码是调用这个字段数据，经过数据库查看后发现是 “cfg_list_symbol”这个字段名，接下]]></description>
    <pubDate>2020-02-11</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Dedecms获取当前文章页面网址最全代码]]></title>
    <link>https://www.seoer.cc/DEDECMS/255.html</link>
    <description><![CDATA[Dedecms文档页面调取当前页面网址，有四种情况，1、即PC端模板调取PC端页面网址；2、PC端模板调取移动端对应页面网址；3、移动端模板调取移动端页面网址；4、移动端模板调取PC端对应页面网址。 本文秀才只介绍文档页面，首页、栏目页面调取当前网址很少用到]]></description>
    <pubDate>2020-02-11</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>Admin5</comments>
</item>
<item>
    <title><![CDATA[织梦获取当前子栏目的父栏目的名称]]></title>
    <link>https://www.seoer.cc/DEDECMS/254.html</link>
    <description><![CDATA[在用织梦做一些项目时，时常会碰到需要在当前页面调用顶级栏目名称的时候，织梦默认{dede:field name=typename /} 可以获取当前栏目页上一级栏目的名称，而不是当前栏目顶级栏目名称。 下面拓展出一个方法来实现这个效果、: 在include/common.func.php的最下]]></description>
    <pubDate>2020-02-11</pubDate>
    <category>DEDECMS</category>
    <author>海鬼</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[织梦上传图片样式代码修改]]></title>
    <link>https://www.seoer.cc/DEDECMS/251.html</link>
    <description><![CDATA[关于SEO的朋友当然知道百度MIP，这里不多做介绍。因为个人一直喜欢FCK编辑器，所以这里提及就是FCK编辑器。 使用FCK编辑，上传图片的效果如下图 img src=/uploads/allimg/191105/1_191105151101_1.jpg width=500 border=0 height=500 alt= styleb=]]></description>
    <pubDate>2019-11-05</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[DEDECMS专题栏目内容生成手机版静态页面]]></title>
    <link>https://www.seoer.cc/DEDECMS/250.html</link>
    <description><![CDATA[1:文件 dede/（管理后台目录） makehtml_spec.php spec_add.php dede/templets（目录） makehtml_spec.htm /include（目录） arc.archives.class.php arc.specview.class.php /include/helpers（目录） channelunit.helper.php 第一处 搜索如下代码 $siteurl]]></description>
    <pubDate>2019-10-30</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[织梦DedeCMS uploadsafe.inc.php上传漏洞的解决办法]]></title>
    <link>https://www.seoer.cc/DEDECMS/249.html</link>
    <description><![CDATA[很多将织梦dedecms安装在阿里云的ecs的站长每次都会看到阿里云盾就会通知有一个上传漏洞，引起的文件是/include/uploadsafe.inc.php文件， 原因是dedecms原生提供一个本地变量注册的模拟实 现，原则上允许黑客覆盖任意变量，就会导致被攻击，下面告诉大家解]]></description>
    <pubDate>2019-10-10</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦dedecms文件dedesql.class.php变量覆盖漏洞]]></title>
    <link>https://www.seoer.cc/DEDECMS/248.html</link>
    <description><![CDATA[漏洞名称：dedecms变量覆盖漏洞 危险等级： ★★★★★（高危） 漏洞文件：/include/dedesql.class.php 披露时间：2019-04-11 修复方法： 打开/include/dedesql.class.php 找到591行的代码： if ( isset ( $GLOBALS [ arrs1 ] ) ) 修改为： $arrs1 = array (]]></description>
    <pubDate>2019-10-10</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦dedecms后台文件media_add.php任意上传漏洞解决办法]]></title>
    <link>https://www.seoer.cc/DEDECMS/247.html</link>
    <description><![CDATA[织梦在安装到阿里云服务器后阿里云后台会提示media_add.php后台文件任意上传漏洞，引起的文件是后台管理目录下的media_add.php文件，下面跟大家分享一下这个 漏洞的修复方法： 首先找到并打开后台管理目录下的media_add.php文件，在里面找到如下代码： 1 $fu]]></description>
    <pubDate>2019-10-10</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[最新DedeCMS后台文件任意上传漏洞select_soft_post.php修补教程]]></title>
    <link>https://www.seoer.cc/DEDECMS/246.html</link>
    <description><![CDATA[期登陆阿里云服务器后台查看数据，发现一个这样的CMS漏洞提示预警： 修复原理相同，根据路径来看，是dedecms变量覆盖漏洞导致任意文件上传修复：/include/dialog/select_soft_post.php文件，其实修复起来也很简单，在里面找到如下代码： $fullfilename = $cf]]></description>
    <pubDate>2019-10-09</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[dedecms织梦上传图片 缩略图路径统一]]></title>
    <link>https://www.seoer.cc/DEDECMS/245.html</link>
    <description><![CDATA[一直以来，我都觉得织梦的图片上传功能看似强大，实则乱七八糟的，举例说明： 1：直接从其他网站复制粘贴过来的文章，默认自动下载远程图片，提取第一张为缩略图，图片保存位置一般是 uploads/allimg/190702/xxxxxxx.jpg，缩略图的存放路径和规则也差不多。]]></description>
    <pubDate>2020-02-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[dedecms织梦php主动推送]]></title>
    <link>https://www.seoer.cc/DEDECMS/244.html</link>
    <description><![CDATA[百度站长资源平台有一项链接提交，分为主动提交、自动提交、sitemap和手动提交，彼此并不冲突，只要不是反复重复提交某一条数据，主动推送又分为curl推送、post推送、php推送、ruby推送，对织梦来说，只有php推送是最简单的，以下提供两种方法，提交过程实际]]></description>
    <pubDate>2019-06-13</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[织梦DEDECMS5.7 Tags标签URL去掉中文加密URLEncode]]></title>
    <link>https://www.seoer.cc/DEDECMS/243.html</link>
    <description><![CDATA[dedecms5.7在默认情况下，tags的url一般是这样： + tags.php + ? + / + 中文tag加密字符串 从实际情况看，google对中文的url很友好，收录很快，也会给予一定的权重。但是百度对中文的url貌似不感冒，虽然这有可能是测试时间比较短，百度还没有反应过来，但是]]></description>
    <pubDate>2019-05-17</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦DEDECMS关键词内链，优先匹配长尾关键词]]></title>
    <link>https://www.seoer.cc/DEDECMS/242.html</link>
    <description><![CDATA[例如文章内有关键词“很多人”“很多人都特别”，按照目前DEDECMS版本5.7 SP2内部链接来，会首先匹配链接“很多人”，而长尾关键词自然被拆分了，所以不能形成链接，具体如图所示： 没有修改前修改如下： 实际我们需要的效果如下： 请按照如下步骤修改 1、后]]></description>
    <pubDate>2019-05-15</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[织梦默认作者和默认来源修改]]></title>
    <link>https://www.seoer.cc/DEDECMS/237.html</link>
    <description><![CDATA[首先直奔主题了，默认的未知和admin，很容易导致页面不美观，如果在返回修改的话，也会很烦人，主要修改一个文件即可。 方法教程： 打开你的管理员目录（默认是dede）下的article_add.php文件，找到第93到95行，把默认的： 修改方法： //对保存的内容进行处]]></description>
    <pubDate>2019-04-01</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦基础安全设置，如何删除不必要的文件]]></title>
    <link>https://www.seoer.cc/DEDECMS/233.html</link>
    <description><![CDATA[DEDECMS用户量巨大，上手简单，功能能满足一般的需求，但是用户量大，研究织梦漏洞的人也很多，加上织梦本身更新慢，确实也存在不少，甚至很初级的问题，所以站长们都称织梦为筛子，不管如何，还是转载一篇比较基础的织梦安全设置，我们根据自己的需要自行理]]></description>
    <pubDate>2019-03-26</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦DEDECMS 基本的修改步骤]]></title>
    <link>https://www.seoer.cc/DEDECMS/232.html</link>
    <description><![CDATA[这个作用不大，个人习惯而已，尤其是我这种有强迫症的人，用下记录下下！ 1：修改栏目默认文档的生成规则，打开include/common.inc.php，找到 $cfg_df_namerule = '{typedir}/{Y}/{M}{D}/{aid}'.$cfg_df_ext;]]></description>
    <pubDate>2019-04-04</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>织梦技术论坛</comments>
</item>
<item>
    <title><![CDATA[织梦DEDECMS上传图片为绝对链接]]></title>
    <link>https://www.seoer.cc/DEDECMS/231.html</link>
    <description><![CDATA[根据路径依次找到：include\dialog\select_images_post.php 第108行，找到代码： $fileurl = $activepath.'/'.$filename; 织梦绝对路径设置的3种方法,传图片绝对地址设置 将其替换成： $fileurl = 'http://你的域名'.$activepath.'/'.$filename;]]></description>
    <pubDate>2019-03-24</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>ChinaZ</comments>
</item>
<item>
    <title><![CDATA[DEDECMS织梦文件夹文件说明]]></title>
    <link>https://www.seoer.cc/DEDECMS/230.html</link>
    <description><![CDATA[我们现在讲的这个模板主要是讲它的一些目录和文件存放位置以及它作用。 |-- templets 默认模板目录 |-- templets -- default 默认模板风格目录 |-- templets -- default -- images 默认模板所用到相关图片存放目录 |-- templets -- default -- js 默认模板所]]></description>
    <pubDate>2019-03-19</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DEDECMS织梦文章内容图片img转mip-img]]></title>
    <link>https://www.seoer.cc/DEDECMS/229.html</link>
    <description><![CDATA[如果使用FCK编辑器，可以直接在里修改，但是存在一个问题，那就是在编辑器里预览不了，以下的方法更加简单，直接替换img代码为mip-img. 打开/include/extend.func.php，在下面添加如下代码，修改好代码后，在模板里面调用：{dede:field name=body function=m]]></description>
    <pubDate>2019-04-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦DEDECMS5.7 CK 编辑器替换成FCK编辑器]]></title>
    <link>https://www.seoer.cc/DEDECMS/228.html</link>
    <description><![CDATA[前面有提到 织梦CMS换百度富文本编辑器ueditor ，今天记载的是更简单的dedecms5.7版本中默认的CK编辑器替换成FCK。 自从dede 5.6升级到5.7以后，实在不习惯用dede 5.7的ckeditor，虽然可以选择用fck，但是dede 5.7本身没有自带fck编辑器。 所以我们有时候一]]></description>
    <pubDate>2019-03-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦栏目列表调用seotitle，第二页开始不显示]]></title>
    <link>https://www.seoer.cc/DEDECMS/225.html</link>
    <description><![CDATA[问题说明：栏目调用seotitle，有seotitle就显示，没有seotitle就不显示，代码如下： {dede:field name='array' runphp='yes'} if (@me['seotitle']=='') @me=; else@me=_.@me['seotitle'].; {/dede:field} 使用这段代码我，我们会发现一个问题，列表分]]></description>
    <pubDate>2019-02-20</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[去除keyword关键词自动内链的U标签]]></title>
    <link>https://www.seoer.cc/DEDECMS/223.html</link>
    <description><![CDATA[找到include/arc.archives.class.php文件,搜索$key，修改即可。]]></description>
    <pubDate>2019-01-19</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DEDECMS织梦上下篇上下页调用代码]]></title>
    <link>https://www.seoer.cc/DEDECMS/222.html</link>
    <description><![CDATA[织梦调用上下篇，自带的代码是{dede:prenext get=pre/}和{dede:prenext get=next/}，但是这已经固化了格式，例如5.7版本的代码如下： $this-PreNext['pre'] = 上一篇：a href='$mlink'{$preRow['title']}/a ; 如果我们单独调用上下篇的代码，有如下两种方]]></description>
    <pubDate>2019-04-14</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[远程连接身份验证错误，又找不到加密Oracle修正]]></title>
    <link>https://www.seoer.cc/DEDECMS/220.html</link>
    <description><![CDATA[昨天想用远程桌面连接登陆服务器的时候跳出来一个对话框，提示： 发生身份验证错误，要求的函数不受支持 。 查阅了度娘，百度百科上有很多方法，都是改本地策略或者删除微软更新的补丁，具体操作方法如下： 策略路径：“计算机配置”-“管理模板”-“系统”-]]></description>
    <pubDate>2018-11-06</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[判断是否有短标题shorttitle语句（seotitle）]]></title>
    <link>https://www.seoer.cc/DEDECMS/219.html</link>
    <description><![CDATA[为了SEO，很多网站栏目都使用了seotitle，可是问题来了，有的栏目有SEOTITLE，有的栏目并没有，那怎么办呢？ title{dede:field.title/}{dede:field.array runphp='yes'}$a=|;if(@me['seotitle']=='') {@me=@me[''];}else{@me=$a .@me['seotitle'] ;}{/dede]]></description>
    <pubDate>2019-05-06</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Dedecms添加广告不能正常显示的解决办法]]></title>
    <link>https://www.seoer.cc/DEDECMS/218.html</link>
    <description><![CDATA[许多织梦站长朋友会发现织梦添加谷歌联盟和百度联盟的广告后都不能正常显示。查看了一下首页源码，发现更新后的广告代码双引号前均多了一个反斜杠。在网上搜了很久，都没有找到解决方法，只好自己排查，终于发现了问题所在。 找到管理目录下的ad_add.php文件]]></description>
    <pubDate>2018-10-16</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[CKEditor 去掉图片自动添加高宽度]]></title>
    <link>https://www.seoer.cc/DEDECMS/217.html</link>
    <description><![CDATA[前面有《 完美解决FCK编辑器上传图片自动带DIV标签的问题 》，这里主要针对CK编辑器上传图片，自动添加长度，高度，因为CSS已经设置了，所以希望不要自动添加长度宽度，少一点冗杂代码。 昨天为一个客户的项目修改后台富编辑器在上传图片后去掉自动添加高宽]]></description>
    <pubDate>2018-09-25</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DEDECMS栏目按照默认ID排序]]></title>
    <link>https://www.seoer.cc/DEDECMS/216.html</link>
    <description><![CDATA[我们都知道织梦文章排序可以使用orderby=id实现文章按照ID排序，这对栏目似乎不起作用，例如如下： {dede:channel type='top' row='10' orderby=id}lia href=[field:global.cfg_beian/]/list.php?tid=[field:id/]i class=iconfont ico[field:id/] icon-]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦手机版首页更新BUG]]></title>
    <link>https://www.seoer.cc/DEDECMS/215.html</link>
    <description><![CDATA[织梦S5.7版本手机版本，默认地址 domain/m/，首页访问index.php自动生成index.html，生成静态后，再次就不能再自动更新了，必须到空间删除静态页index.html后再次生成，特别的麻烦不方便，今天为大家提供2种常见的方法。（网上有一个所谓的插件，这个插件存]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[判断是否有下级栏目 有就显示下级栏目 没有就显示同级栏目]]></title>
    <link>https://www.seoer.cc/DEDECMS/214.html</link>
    <description><![CDATA[首先介绍以下栏目名称及链接调用标签 标签名称：channel 功能说明： 获取栏目列表标签 使用实例： {dede:channel type='top' row='8' currentstyle=lia href='~typelink~' class='thisclass'~typename~/a /li}lia href='[field:typelink/]'[field:typename]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[去掉织梦tag标签url中的问号]]></title>
    <link>https://www.seoer.cc/DEDECMS/213.html</link>
    <description><![CDATA[织梦去除tag标签url中的问号 找到文件 include\taglib\tag.lib.php 大概87行 $row['link'] = $cfg_cmsurl./tags.php?/.urlencode($row['keyword'])./; 换成如下 $row['link'] = $cfg_cmsurl./tags.php/.urlencode($row['keyword'])./;]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦标签TAG汉字urlencode转码]]></title>
    <link>https://www.seoer.cc/DEDECMS/212.html</link>
    <description><![CDATA[因为织梦手机版是没有对应的tag模板的，由于自己需要只做了手机版的模板，对应的代码如下，照猫画虎。 因为标题title是汉字，没有转码，所以新增加一个标签titles，然后在arc.taglist.class.php文件中搜索$this-Fields[title] = $keyword;，在下面添加$this-]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[修改聚合标签TAG为绝对地址]]></title>
    <link>https://www.seoer.cc/DEDECMS/211.html</link>
    <description><![CDATA[前面我们有提到 织梦DEDECMS首页列表页调用文章TAG标签的方法 ，简单修改完毕之后，发现链接不是绝对地址。 如题，两处箭头处，修改完毕。]]></description>
    <pubDate>2018-09-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[dede:channelartlist获取指定的栏目列表]]></title>
    <link>https://www.seoer.cc/DEDECMS/210.html</link>
    <description><![CDATA[我们平时调用指定栏目列表的时候，channel标签虽然能调用栏目列表，但是不能调用指定的某些栏目栏目，所以我们一般用dede:channelartlist标签来实现，然后指定typeid属性来调用多个栏目，用逗号“,”分隔。 但是调用指定栏目的时候，都是用的后台栏目指定的]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Dede栏目交叉不显示文章的问题]]></title>
    <link>https://www.seoer.cc/DEDECMS/209.html</link>
    <description><![CDATA[最近用了交叉栏目，发现当为手动指定交叉栏目ID时用arclist标签不能调出相关文章 最后发现是arclist标签有问题。 要修改的地方是： include/taglib/arclist.lib.php 找到如下： if($ctag-GetAtt(cross)==1) 改为 if($ctag-GetAtt(cross)!=0) 再找： if($arr[]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[详解Dedecms各种形式的栏目调用标签,包括SQL调用方法]]></title>
    <link>https://www.seoer.cc/DEDECMS/208.html</link>
    <description><![CDATA[代码功能：父栏目及子栏目同时调用 使用说明……typeid,row 如果[field:typedir/]中含有{cmspath}而使链接无效，请使用[field:typedir function=str_replace({cmspath},,@me)/] 此标签替换[field:typedir/]。 {dede:field name='typedir' runphp='yes'}@me=s]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦DedeCms channelartlist调用排除指定typeid栏目数据]]></title>
    <link>https://www.seoer.cc/DEDECMS/207.html</link>
    <description><![CDATA[今天有朋友让我帮他解决一个bug,就是他想显示织梦栏目的时候,排除指定的typeid,弄个类似notypeid的标签. 这个教程网上已经有很多了,但是我还是写一下记录一下. 首先他的错误犯的很低级,就是调用的时候把notypeid写成了notypid,导致没效果,所以大家敲代码的时]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦判断导航菜单是否有子栏目，有就显示，否则不显示]]></title>
    <link>https://www.seoer.cc/DEDECMS/206.html</link>
    <description><![CDATA[织梦官方默认模版导航菜单的显示为： 主页 {dede:channel type='top' row='10' currentstyle=~typename~}[field:typename/]{/dede:channel} 首先是添加输出二级栏目的代码如下： 主页 {dede:channelartlist typeid='top' currentstyle='on'}{dede:field na]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[dedecms二级菜单中判断子菜单标签的使用方法]]></title>
    <link>https://www.seoer.cc/DEDECMS/205.html</link>
    <description><![CDATA[最近做一个项目，需要用到dedecms的二级菜单，在其中需要判断哪些一级菜单有子菜单，有的才显示弹出下拉框，没有的则不显示，可以用js来实现，但是，js长时间没用都快忘记了，所以干脆用dedecms的自带的标签进行判断，代码如下. ul id=nav lia href={dede]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[dedecms安装常规设置]]></title>
    <link>https://www.seoer.cc/DEDECMS/204.html</link>
    <description><![CDATA[织梦网站数据备份步骤图解 DedeCMS顽固木马后门专杀工具 V 2.0 FlashFXP工具 简体中文绿色特别版 安装程序后删除install文件夹，并且一定修改dede这个文件夹名称，也就是修改你的后台路径！ 后台管理员不要使用admin或者其他一类很容易被猜到的账号！ 使用最]]></description>
    <pubDate>2018-07-22</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦{dede:list}列表按多种排序显示]]></title>
    <link>https://www.seoer.cc/DEDECMS/203.html</link>
    <description><![CDATA[orderby=sortrank 文档排序方式 orderby=hot 或 orderby=click 表示按点击数排列 orderby=sortrank 或 orderby=pubdate 按出版时间排列 orderby=near orderby==lastpost 按最后评论时间 orderby==scores 按得分排序 orderby=id 按文章ID排序 orderby=rand 随]]></description>
    <pubDate>2018-07-21</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[织梦data文件夹移动到程序上一层目录]]></title>
    <link>https://www.seoer.cc/DEDECMS/202.html</link>
    <description><![CDATA[织梦后台精简可以删掉的不需要的文件 如果是一开始就不想要的话，安装时plus目录下进行如下操作。 删除：guestbook文件夹【留言板，后面我们安装更合适的留言本插件】； 删除：task文件夹和task.php【计划任务控制文件】 删除：ad_js.php【广告】 删除：book]]></description>
    <pubDate>2019-04-04</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>Admin5</comments>
</item>
<item>
    <title><![CDATA[DEDECMS中channelartlist按ID等不同字段排序]]></title>
    <link>https://www.seoer.cc/DEDECMS/201.html</link>
    <description><![CDATA[目标：根据栏目ID进行排序，同时也可以根据默认的后台进行排序。 打开 \include\taglib\channelartlist.lib.php 找到我们所需修改的部分 $dsql-SetQuery(SELECT id,typename,typedir,isdefault,ispart,defaultname,namerule2,moresite,siteurl,sitepath FRO]]></description>
    <pubDate>2017-04-20</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[DEDECMS自定义模型新增字段为什么在栏目中调用不出]]></title>
    <link>https://www.seoer.cc/DEDECMS/198.html</link>
    <description><![CDATA[因为增加一个自定义模型，发现增加的新字段在list_aticle.htm（仅举例，自己根据自己的对应模板测试）中调用不出结果，网上找了很多资料，有人说这个是BUG，结果却是太粗心，后台的文字看都没看，留个记号，希望下次不犯同样错误。 把要调用的字段写到这里就]]></description>
    <pubDate>2017-01-09</pubDate>
    <category>DEDECMS</category>
    <author>酱油</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
