<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>虾皮社区 - dedecms(织梦)二次开发</title>
    <link>http://www.xp6.org/portal.php?mod=list&amp;catid=6</link>
    <description>Latest 20 articles of dedecms(织梦)二次开发</description>
    <copyright>Copyright(C) 虾皮社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 16 Aug 2026 10:57:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.xp6.org/static/image/common/logo_88_31.gif</url>
      <title>虾皮社区</title>
      <link>http://www.xp6.org/</link>
    </image>
    <item>
      <title>沉痛悼念织梦创始人林学先生，他为网站开源系统打开了大门！</title>
      <link>http://www.xp6.org/article-3315-1.html</link>
      <description><![CDATA[出品 | CSDN（ID：CSDNnews）12 月 4 日，突闻噩耗，国内流行的内容管理系统（CMS） DEDEBIZ 网站发布讣告，DedeCMS 创始人林学先生（IT 柏拉图）因罹患癌症于 2022 年 12 月 3 日下午逝世，终年 43 岁。林学先生生 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>CSDNnews</author>
      <pubDate>Tue, 06 Dec 2022 07:45:31 +0000</pubDate>
    </item>
    <item>
      <title>织梦CMS整站源码通用安装教程</title>
      <link>http://www.xp6.org/article-3286-1.html</link>
      <description><![CDATA[今天先跟大家介绍一下dedecms织梦系统安装的方法步骤，以及织梦数据库还原的教程。详细请看图文讲解：1.运行http://域名/install/index.php(比如你的域名是：http://www.xp6.org/，就输入http://www.xp6.org/install ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
<enclosure url="http://www.xp6.org/data/attachment/portal/202106/07/180404dgk9m9u79y9ymb6c.jpg" length="108953" type="image/jpeg" />
      <pubDate>Mon, 07 Jun 2021 10:04:24 +0000</pubDate>
    </item>
    <item>
      <title>如何给Dedecms网站搬家的详细步骤</title>
      <link>http://www.xp6.org/article-3285-1.html</link>
      <description><![CDATA[各位站长在使用dedecms时经常会遇到网站空间不稳定，服务器被黑等情况需要换空间，那么搬家的时候怎么才能完美的将网站搬过去呢？1、数据库备份进入织梦后台–系统 – 数据库备份/还原 – 全选有所织梦的数据表，然 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 07 Jun 2021 09:50:21 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms自定义表单提交成功后提示信息|跳转页面|跳转停留时间修改方法</title>
      <link>http://www.xp6.org/article-3275-1.html</link>
      <description><![CDATA[一、修改提示文字和跳转页面/plus/diy.php 里修改提示文字及跳转页面如果还要修改跳转地址，也是可以的，在/plus/diy.php 找到下面这段代码 （117行）修改前：if($dsql-ExecuteNoneQuery($query)){$id = $dsql-GetLa ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Thu, 04 Feb 2021 02:30:01 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms自定义表单限制一个IP24小时只能提交一次方法</title>
      <link>http://www.xp6.org/article-3274-1.html</link>
      <description><![CDATA[我们在使用织梦建站的时候会经常碰到织梦dedecms自定义表单功能，方便我们做网站的在线留言，在线下单，在线报名等订单信息提交，我们也发布了(织梦自定义表单教程) 不懂的朋友可以点击看看。但是用户可以无限制重复 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 03 Feb 2021 08:43:17 +0000</pubDate>
    </item>
    <item>
      <title>DEDECMS织梦自定义表单提交成功后如何返回当前页面的方法</title>
      <link>http://www.xp6.org/article-3273-1.html</link>
      <description><![CDATA[在使用dedecms过程中发现一个问题：数据提交之后程序返回了首页，很多人不想让它返回首页，而是返回原来的提交页面。今天我来说下具体的操作方法。1、找到/plus/diy.php 找到下面这段代码：if($dsql-gt;executenoneq ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 03 Feb 2021 08:37:00 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms自定义表单如何获取IP地址和提交时间</title>
      <link>http://www.xp6.org/article-3271-1.html</link>
      <description><![CDATA[dedecms中如何查看用户什么时间填写的表单,和客户的IP地址修改plus/diy.php,在:if($fieldinfo == \'textdata\'){${$fieldinfo} = FilterSearch(stripslashes(${$fieldinfo}));${$fieldinfo} = addslashes(${$fieldinfo ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Tue, 02 Feb 2021 08:37:42 +0000</pubDate>
    </item>
    <item>
      <title>dedecms升级最新版CKEditor4.15教程</title>
      <link>http://www.xp6.org/article-3268-1.html</link>
      <description><![CDATA[1、下载最新版本的 CKEditor：https://ckeditor.com/ckeditor-4/download/ ，主要有三个版本：基础包，标准包，完整包，可以根据需要选择版本下载2、备份之前的编辑器，将之前的编辑器目录复制一个修改名称，比如原 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 23 Dec 2020 08:30:06 +0000</pubDate>
    </item>
    <item>
      <title>dedecms v6安装之后打开提示错误Parse error: syntax error, unexpected \'\'</title>
      <link>http://www.xp6.org/article-3267-1.html</link>
      <description><![CDATA[dedecmsv6虽然有争议，但是毫无疑问，里面修改了不少东西，比原版还是稍微强点的。毕竟可以良好的支持7.x以上了，而且编辑器也用上新版的了，比起原版很长时间没有更新，还是可以拼凑一下用用的。很久之前安装了测试 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 23 Dec 2020 03:16:59 +0000</pubDate>
    </item>
    <item>
      <title>dedecms织梦CKEditor编辑器发布编辑文章时，点击源码自动过滤掉div样式标签问题</title>
      <link>http://www.xp6.org/article-3265-1.html</link>
      <description><![CDATA[今天在使用dedecms后台用CKEditor编辑发布文章的时候发现发布成功之后再次编辑文章，源码中的div样式标签属性会被自动过滤掉，反复试了几次，发现点击CKEditor中源码按钮时也会出现这个问题。 解决方案：1.CKEDITOR ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Fri, 04 Dec 2020 01:00:24 +0000</pubDate>
    </item>
    <item>
      <title>dedecms织梦更新后台提示“ 模板文件不存在,无法解析文档!”</title>
      <link>http://www.xp6.org/article-3264-1.html</link>
      <description><![CDATA[现在网上有很多的织梦dedecms模板共享出来可以免费试用，对于不懂代码却想要建站的人来说真的是带来了很大的便利，只需要下载下来安装了就可以使用，但新手在实际使用中还是会遇到一些小问题让人头疼，比如在更新内  ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 02 Dec 2020 08:18:00 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms channelartlist标签如何支持currentstyle的方法</title>
      <link>http://www.xp6.org/article-3263-1.html</link>
      <description><![CDATA[织梦dedecms模板网站里面默认只有channel标签支持currentstyle属性，但是今天在调整一个网站的时候channelartlist也需要使用currentstyle属性，怎么办呢?　　找了很久，终于有了完美的解决办法：　　打开include\\tag ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 30 Nov 2020 10:03:00 +0000</pubDate>
    </item>
    <item>
      <title>dede织梦 点击文章列表标题切换标签效果 arclist标签完美支持currentstyle属性</title>
      <link>http://www.xp6.org/article-3262-1.html</link>
      <description><![CDATA[dedecms织梦当中因为需要做一个效果，点击左侧标题，切换对应的页面，点击的标签页跟着切换，因为页面需要静态生成，所以最好在系统里面通过php代码实现。dede版本v5.7sp找到PHP修改:include/taglib/arclist.lib.php ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Fri, 27 Nov 2020 10:03:00 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms自定义表单添加地区联动显示数字解决方法</title>
      <link>http://www.xp6.org/article-3256-1.html</link>
      <description><![CDATA[前面我们在开发织梦dedecms自定义表单http://www.xp6.org/article-3255-1.html添加了地区联动，今天在测试调用的时候，发现显示的都是地区的代码，因此要转化一下。开发方法1、让织梦自定义表单，可添加联动类型的字 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Sat, 10 Oct 2020 08:25:36 +0000</pubDate>
    </item>
    <item>
      <title>织梦dedecms自定义表单怎么添加联动类型</title>
      <link>http://www.xp6.org/article-3255-1.html</link>
      <description><![CDATA[织梦dedecms自定义表单添加联动类型，默认的没有这个选项，原因是织梦官方默认把联动类型在自定义表单中注释掉了，重新打开即可显示。后台开始从 核心--自定义表单开始，添加的时候，发现没有找到“联动”的选项。我 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Fri, 09 Oct 2020 02:53:00 +0000</pubDate>
    </item>
    <item>
      <title>dedecms自定义表单添加单条信息审核按钮</title>
      <link>http://www.xp6.org/article-3254-1.html</link>
      <description><![CDATA[dedecms的自定义表单默认没有单条的审核按钮，对于小白客服来说，操作起来就非常不方便，添加一个即可。在40行左右$fields = $fields == 1 ? \'span style=&amp;quot;color:blue&amp;quot;=====已审核=====/span\' : \'span style=&amp;quot; ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 28 Sep 2020 01:56:09 +0000</pubDate>
    </item>
    <item>
      <title>dedecms自定义表单添加取消审核未审核按钮选项</title>
      <link>http://www.xp6.org/article-3253-1.html</link>
      <description><![CDATA[dedecms自定义表单只能审核不能取消审核，加一个选项即可。找到后台的：dedecms\\templets\\diy_list.htm第70行前后 labelinput name=&amp;quot;action&amp;quot; type=&amp;quot;radio&amp;quot; class=\'np\' value=&amp;quot;check&amp;quot; /审核/label 下面添 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 28 Sep 2020 01:12:58 +0000</pubDate>
    </item>
    <item>
      <title>15条实用的预防Dede织梦网站被挂马方法</title>
      <link>http://www.xp6.org/article-3252-1.html</link>
      <description><![CDATA[对刚开始学习Dede织梦建站的同学，当在本地调试好网站上传到服务器后，在没有采取防护的情况下，网站很容易被挂马，挂马后，网站首页会被篡改，或者网站被恶意跳转到别的不相关的网站上。所以为了避免这种情况的发生 ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Thu, 24 Sep 2020 09:55:44 +0000</pubDate>
    </item>
    <item>
      <title>织梦自定义表单 日期问题 织梦自定义表单提交时,自动显示当前日期和时间</title>
      <link>http://www.xp6.org/article-3250-1.html</link>
      <description><![CDATA[dedecms提交表单我们想知道他们什么时间来的，需要添加一个字段，然后跟踪一下。两种方法，JS调用和php调用，js调用适合所有页面，php调用仅适合动态页，具体方法如下：JS调用框： input type=\'hidden\' name=\'timesj ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Thu, 03 Sep 2020 03:55:14 +0000</pubDate>
    </item>
    <item>
      <title>dedecms获取当前文档url地址的方法</title>
      <link>http://www.xp6.org/article-3249-1.html</link>
      <description><![CDATA[因为需要统计来源，所以要获取dedecms当前文档url地址。PC端获取很容易，{dede:field name=\'arcurl\'/} 这个标签就可以直接调用。手机端用这个标签就无效了，估计是调用的问题，直接换这个：{dede:global.cfg_basehos ... ...]]></description>
      <category>dedecms(织梦)二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 02 Sep 2020 09:40:03 +0000</pubDate>
    </item>
  </channel>
</rss>