技术文章
百科搜索 百科分类 百科首页 切换频道
推荐 综合 人气 评论 点赞
destoon模块绑定二级域名 File not found.
模块启用二级域名后,首页打开正常,但是点内容页和列表页出现File not found.解决方法,单独给读模块设置伪静态规则即可,规则如下:rewrite^/list-([0-9]+)([\-])?([0-9]+)?\.html$/list.php?catid=$1page=$3;rewri

0评论2019-05-16247

destoon调用频道导航并下拉调出频道顶级分类的方法
调用代码:{loop $MODULE $m}{if $m[ismenu]} ul li class=tit{$m[name]}/li !--{php $tags=tag(table=categorycondition=parentid=0 and moduleid=.$m[moduleid].pagesize=10order=listorder asctemplate=null);}--

0评论2019-05-16468

destoon 内容页批量调用所有自定义字段的方法
destoon 内容页批量调用所有自定义字段的方法一个一个的在模板里调,是不是太麻烦了,下面的方法就是批量循环出当前频道所有不为空的自定义字段内容。api/extend.func.php 中添加以下函数function getfileds($tb){gl

0评论2019-05-16192

destoon 调用会员注册了多少时间的方法
在api/extend.func.php 中添加以下函数function from_date($regtime){global $DT_TIME;$time = $DT_TIME - $regtime;if($time31536000){$year = intval($time/31536000);$t = $time%1314000;if($t259200){$m

0评论2019-05-16116

destoon如何调用企业总数,供应数量,求购数量的插件
li产品总数:span{phpecho$db-count($DT_PRE.'sell_5','status=3',1800);}/span/lili求购总数:span{phpecho$db-count($DT_PRE.'buy_6','status=3',1800);}/span/lili文章总数:span{phpecho$db-count($DT_

0评论2019-04-22192

destoon产品列表调用大图中图标签写法
调用产品图片默认是缩略图,如果需要大图{str_replace('.thumb.'.file_ext($t[thumb]), '',$t[thumb])},中图{str_replace('.thumb.', '.middle.',$t[thumb])}。

0评论2019-04-21170

destoon6.0 7.0后台验证码加载无效解决办法
destoon7.0后台验证码加载无效解决办法

0评论2019-04-07177

Destoon 7.0常见问题解决方法
Destoon 7.0常见问题解决方法

0评论2019-03-16323

Destoon 6.0 手机短信无法发送解决方法
Destoon 6.0 手机短信无法发送解决方法

0评论2019-03-16134

« 上一页 8/8 下一页 »