本方法适用于各频道缩略图的大图,图库图片的大图调用很简单,使用如下标签即可。循环中;{str_replac(.thumb.jpg,, $t[thumb])} 列表一般不需要,这个主要...
我的领地 8年前81
调用代码:{loop $MODULE $m}{if $m[ismenu]} ul li class=tit{$m[name]}/li ...
我的领地 8年前54
调用标签如下,将1换成你的分类id即可{cat_url(1)}
我的领地 8年前58
代码如下!--{php $tags=tag(table=categorycondition=parentid=0 and moduleid=5pagesize=10order=listorder asctemplate=null);}--{loop $tags $i $t}lia hr...
我的领地 8年前87
主要用来调用轮播广告,循环标签套到自己的轮播模板里即可!--{php $tags=tag(table=adareaid=$cityidcondition=status=3 and pid=42pagesize=10order=listord...
我的领地 8年前109
在include/global.func.php中添加如下函数function get_maincata($catid, $moduleid, $level = -1) { global $db; $condition = $catid ? parent...
我的领地 8年前67
要显示指定的第几条到第几条如何写,如第10条到20调用方法,在标签中传输 offset=10pagesize=10!--{tag(moduleid=5length=36condition=status=3 and level0 an...
我的领地 8年前56
无限循环调用案例:会员+会员在供应频道所发布的信息路径:include/global.func.phptable width=800 border=1 cellspacing=3captionh1 style=font-size:36px;...
我的领地 8年前72
标签里加一段这个:&showcat=1然后所属栏目就是{$t[catname]}
我的领地 8年前54
步骤:在公共函数文件中添加以下函数路径 include/global.func.php//用户周积分排行,如要调用其它时间,如一个月,将SQL中的7改成30function zhou($page) {...
我的领地 8年前49
把以下函数加到公共函数文件中 include/global.func.php function dtime($totime){global $DT_TIME;$dtime = $totime - $DT_TIME;$dtime = dround($dtime/60/...
我的领地 8年前38
调用供应,求购类型的方法,用得着的时候虽然不多,但记录下在api/extend.func.php 中加入以下函数//类型function ext_type($typeid){ global $MOD; ...
我的领地 8年前50
在api/extend.func.php 中加入以下函数function commentnum($userid) { global $db; $r = $db-get_one(selec * from {$db-pre}comment wher item...
我的领地 8年前57
在api/extend.func.php 中加入以下函数//收藏function favorite($title){ global $db; $r = $db-get(selec count(itemid) as num from {$db-pre}...
我的领地 8年前56