<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>虾皮社区 - destoon二次开发</title>
    <link>http://www.xp6.org/portal.php?mod=list&amp;catid=4</link>
    <description>Latest 20 articles of destoon二次开发</description>
    <copyright>Copyright(C) 虾皮社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 16 Aug 2026 10:57:33 +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>destoon IP地址库更新教程</title>
      <link>http://www.xp6.org/article-3301-1.html</link>
      <description><![CDATA[由于网络运营商会不时的更改IP段，可能导致根据IP显示的地区出现不准确的情况，因此需要定期更新IP数据库.官网下载可能会出问题，因此，建议直接在线更新。官网下载：系统支持纯真版IP数据库，最新版下载地址：http: ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Tue, 14 Jun 2022 06:47:51 +0000</pubDate>
    </item>
    <item>
      <title>destoon后台登录提示未被允许的地区</title>
      <link>http://www.xp6.org/article-3269-1.html</link>
      <description><![CDATA[工作中使用destoon二次开发B2B平台，今天在登录destoon后台的时候，突然出现报错，报错提示为”未被允许的地区“。因为前面在后台设置中为了防止后台被破解设置了允许登录后台地区，可能是因为我们这边的IP更新，系  ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Fri, 08 Jan 2021 03:37:00 +0000</pubDate>
    </item>
    <item>
      <title>destoon 网站设置QQ一键登录的回调地址</title>
      <link>http://www.xp6.org/article-3266-1.html</link>
      <description><![CDATA[QQ一键登录中大家都是用的什么回调地址？回调地址填写错误容易导致QQ互联提示redirect uri is illegal(100010)错误，在QQ互联管理平台编辑应用，填写回调地址为：http://网站首页域名/api/oauth/qq/callback.php如果 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 09 Dec 2020 02:16:47 +0000</pubDate>
    </item>
    <item>
      <title>destoon模块开发流程，如何添加一个新的模块</title>
      <link>http://www.xp6.org/article-3251-1.html</link>
      <description><![CDATA[一、复制模块首先根据需要制作的模块功能，从系统已有模块里选择一个功能类似的模块，在此模块基础上进行修改开发例如，复制求购模块为采购，模块为offer复制 module/buy/ 为 module/offer 修改 module/offer/buy.cl ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Tue, 08 Sep 2020 08:30:05 +0000</pubDate>
    </item>
    <item>
      <title>destoon模块自定义字段的添加并让其支持搜索的方法</title>
      <link>http://www.xp6.org/article-3248-1.html</link>
      <description><![CDATA[今天看了看模块设置里的自定义字段功能的用法，试着加了个新字段glry，设置了值，然后去数据库moduleid的article表看，字段成功加上了。于是去template下article文件夹的list.htm和show.htm里调看看能不能调得到，结 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 29 Jun 2020 10:19:59 +0000</pubDate>
    </item>
    <item>
      <title>destoon各栏目调用汇总</title>
      <link>http://www.xp6.org/article-3244-1.html</link>
      <description><![CDATA[destoon根目录、模板目录和样式目录：{DT_PATH}　　= http://localhost/{DT_SKIN}　　= http://localhost/skin/default/destoon导入头脚：{template \'header\'}{template \'footer\'}destoon对应模块首页：{$MODULE} // ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 29 Apr 2020 03:54:00 +0000</pubDate>
    </item>
    <item>
      <title>解决Destoon7.0 远程图片无法下载到本地保存失败</title>
      <link>http://www.xp6.org/article-3233-1.html</link>
      <description><![CDATA[Destoon中可以保存下载远程图片，非常实用的一个功能，可以把图片下载保存到本地，避免站外图片链接失效果对网站访问体验的影响。但常常会发现，你更换了服务器或者主机后，保存远程图片虽然开启了设置，但仍然无法 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Sun, 29 Sep 2019 09:07:38 +0000</pubDate>
    </item>
    <item>
      <title>destoon6.0开发修改之付费VIP会员才开通二级域名</title>
      <link>http://www.xp6.org/article-2370-1.html</link>
      <description><![CDATA[1、打开include\\global.func.php文件         搜索：if($subdomain || $domain) {修改为：$HY = userinfo($username);//S addif($subdomain  $HY || $domain) {//S eidt2、打开module\\company\\index.inc.php文件搜索 ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Fri, 16 Mar 2018 00:54:04 +0000</pubDate>
    </item>
    <item>
      <title>Destoon致命bug导致缓存失效修复方法</title>
      <link>http://www.xp6.org/article-2321-1.html</link>
      <description><![CDATA[最近发现最新版本的destoon 2017 11月最新版本，的Mysqli的缓存配置文件一个小错误，导致文件缓存失效，系统非常缓慢。可能是destoon官方不希望免费版效果太好导致的。修复办法：打开include下的mysqldb.class.php第 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 28 Feb 2018 09:47:16 +0000</pubDate>
    </item>
    <item>
      <title>destoon修改默认模板名称没反应解决方法</title>
      <link>http://www.xp6.org/article-2261-1.html</link>
      <description><![CDATA[destoon建立一个新模板的时候习惯为它命名一个新的中文名称方便查找，今天发现不能保存中文名称了。原因：模板文件中每个文件里面都有一个these.name.php文件，对应记录相关模块的自命名名称，如果文件权限不够不能 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 29 Jan 2018 02:26:02 +0000</pubDate>
    </item>
    <item>
      <title>destoon企业会员绑定三级域名、二级域名的方法。</title>
      <link>http://www.xp6.org/article-2222-1.html</link>
      <description><![CDATA[使用destoon的过程中，会给企业会员的公司主页绑定二级域名方便用户保存网址，但是有的时候很多二级域名我们需要自己保留使用，比如新闻中心news.xp37.com等而不想使用二级域名，那么我们可以使用三级域名。 首先是  ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
<enclosure url="http://www.xp6.org/data/attachment/portal/201801/09/091756g8qus85q5el5dw9w.jpg" length="52409" type="image/jpeg" />
      <pubDate>Tue, 09 Jan 2018 01:46:00 +0000</pubDate>
    </item>
    <item>
      <title>destoon中如何准确的使用if else常见使用方法</title>
      <link>http://www.xp6.org/article-2179-1.html</link>
      <description><![CDATA[destoon中if和else可以单独或者配合使用。例如：单条件判断 {if 判断条件}输出内容{/if}多条件判断{if 判断条件1}输出内容1{else} {if 判断条件2} 输出内容2 {else} 输出内容3 {/if}{/if}一次类推，注意{if}{/if}标 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Wed, 20 Dec 2017 05:36:27 +0000</pubDate>
    </item>
    <item>
      <title>destoon中如何更改企业网站左侧栏的默认宽度</title>
      <link>http://www.xp6.org/article-2166-1.html</link>
      <description><![CDATA[destoon中注册会员之后，每个企业会有一个自己单独的企业页面，通过登陆会员中心后，在店铺设置里面可以修改页面宽度高度。如果站长想修改默认的宽度怎么办呢？首先打开/module/member/home.inc.php找到 isset($HOME ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Thu, 14 Dec 2017 05:40:32 +0000</pubDate>
    </item>
    <item>
      <title>Destoon开启伪静态后搜索中文字词出现对话框http 403 forbidden的解决方法</title>
      <link>http://www.xp6.org/article-2149-1.html</link>
      <description><![CDATA[Destoon开启伪静态后搜索中文字词出现 http 403 forbidden的解决方法解决的方法：1、打开 include/safe.func.php2、搜索 HTTP 403 Forbidden 或者 dalert(\'HTTP 403 Forbidden\', DT_PATH);的代码大概在89行附近，并  ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
<enclosure url="http://www.xp6.org/data/attachment/portal/201712/05/112210u1xz5lea5eqvvnfq.jpg" length="105674" type="image/jpeg" />
      <pubDate>Tue, 05 Dec 2017 03:23:00 +0000</pubDate>
    </item>
    <item>
      <title>destoon中如何调用产品级别level为指定1.2</title>
      <link>http://www.xp6.org/article-2146-1.html</link>
      <description><![CDATA[destoon经常会调用产品级别对应级别level的信息，比如有的产品，你在1位置首页图片大图调用了，在2推荐的位置位置又想调用，1的位置显示的内容2里面必须有，2里面有的内容1里面不一定有。正常级别的话，设置了level= ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Mon, 04 Dec 2017 02:29:58 +0000</pubDate>
    </item>
    <item>
      <title>destoon自带404页面在win2012服务器IIS+php中无法使用解决方法</title>
      <link>http://www.xp6.org/article-2099-1.html</link>
      <description><![CDATA[估计能用到这种设置的很少，我的服务器是win2012，然后用的IIS+php+mysql，最近刚换的，发现404页面没有了，系统设置好的不显示，研究了一下，方法共享给大家，其他类型的网站程序也可以参考这个设置。如图：找到iis ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
<enclosure url="http://www.xp6.org/data/attachment/portal/201711/08/103332hz7j7q7oyz7ojaro.jpg" length="16654" type="image/jpeg" />
      <pubDate>Wed, 08 Nov 2017 02:36:00 +0000</pubDate>
    </item>
    <item>
      <title>destoon任何页面实现自定义筛选的方法</title>
      <link>http://www.xp6.org/article-2040-1.html</link>
      <description><![CDATA[首页在页头引入jquery.min.js 文件，默认的模板是有这个的。如果不是默认的模板，也没这个文件，请去下载个。然后在筛选的页面引入以下JS代码：scriptfunction getQueryString(){var result = location.search.match ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Sat, 07 Oct 2017 08:20:51 +0000</pubDate>
    </item>
    <item>
      <title>destoon6.0模块自定义字段支持搜索的方法</title>
      <link>http://www.xp6.org/article-2039-1.html</link>
      <description><![CDATA[destoon中自定义字段有选项的自动支持筛选，无需搜索，就不多说了。手动录入的如何支持搜索呢？以sell模块为例，后台模块设置里添加一个&amp;quot;xcity&amp;quot;字段module/sell/search.inc.php其他模块一样，搜索的时候可能找不 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Sat, 07 Oct 2017 06:23:47 +0000</pubDate>
    </item>
    <item>
      <title>Destoon6.0如何在列表页调用自定义字段标签</title>
      <link>http://www.xp6.org/article-2038-1.html</link>
      <description><![CDATA[Destoon如何在列表页调用自定义字段标签，在模块设置中添加完自定义字段后，你会发现无法在列表页调用，调用之后没有任何反应，那么如何在列表页进行调用自定义字段呢？ 在模块设置-》列表或搜索主字段中 添加 你所 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Sat, 07 Oct 2017 01:40:40 +0000</pubDate>
    </item>
    <item>
      <title>destoon 6.0如何调用产品的大中小图</title>
      <link>http://www.xp6.org/article-1989-1.html</link>
      <description><![CDATA[destoon中默认的产品展示调用的全部都是小图。为了满足要求，我们需要在调用代码时将小图的代码修改成中图或大图的。在调代码之前，我们需要对大图、中图以及小图做一点点的了解。正常情况下，我们在后台上传图片时 ... ...]]></description>
      <category>destoon二次开发</category>
      <author>happyxp</author>
      <pubDate>Sat, 09 Sep 2017 06:14:13 +0000</pubDate>
    </item>
  </channel>
</rss>