最新公告
  • 欢迎您光临仿站吧 帝国CMS模板一站式建站供应平台 . 欢迎加入VIP
  • destoon各栏目调用汇总

    正文概述 仿站吧   2021-09-19 20:41:15  
    destoon根目录、模板目录和样式目录:
    {DT_PATH}  = http://localhost/
    {DT_SKIN}  = http://localhost/skin/default/
    destoon导入头脚:
    {template 'header'}
    {template 'footer'}
    destoon对应模块首页:
    {$MODULE[$moduleid][linkurl]} //注:$moduleid表示对应模块的ID号
    destoon对应模块列表页:
    {$MODULE[$moduleid][linkurl]}list.php?catid=$catid  //注:$catid表示调用的分类的ID号
    destoon发布某模块信息:
    {$MODULE[][linkurl]}my.php?mid=$moduleid&action=add
    调用广告:
    {ad(7)}  //注:7表示广告位为7的广告
    时间函数:
    {date('Y-m-d',$t[addtime])} // 注:addtime是添加时间,可以换别的
    控制字符数:
    {dsubstr($t[company],30)}  //注:company是公司名称字段,可以换别的。30表示字符数为5个
    版权信息:
    {$DT[copyright]}
    客服电话:
    {$DT[telephone]}
    ICP备案号:
    {$DT[icpno]}
    本月:
    addtime>$today_endtime-30*86400
    供应:
    (level=)
    {php $tags = tag("moduleid=5&table=sell&length=30&condition=status=3 and catid=? and level=?&pagesize=0&order=addtime desc&template=null")}
    求购:
    (level=)
    {php $tags = tag("moduleid=6&table=buy&length=30&condition=status=3 and catid=? and level=?&pagesize=0&order=addtime desc&template=null")}
    行情:
    (level=,,3,4,5)
    {php $tags = tag("moduleid=7&table=quote&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    公司:
    {php $tags = tag("moduleid=4&table=company&condition=groupid>5&pagesize=0&order=fromtime desc&template=null")}
    展会:
    (level=)
    {php $tags = tag("moduleid=8&table=exhibit&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    资讯:
    (level=,,3,4,5)
    {php $tags = tag("moduleid=&table=article_&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    招商:
    (level=)
    {php $tags = tag("moduleid=&table=info_&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    品牌:
    (level=)
    {php $tags = tag("moduleid=3&table=brand&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    人才:
    {php $tags = tag("moduleid=9&table=job&length=30&condition=status=3 and catid=?&pagesize=0&order=addtime desc&template=null")}
    {php $tags = tag("moduleid=9&table=resume&length=30&condition=status=3 and catid=?&pagesize=0&order=addtime desc&template=null")}
    知道:
    (level=)
    {php $tags = tag("moduleid=0&table=know&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    专题:
    (level=,,3,4,5)
    {php $tags = tag("moduleid=&table=special&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    图库:
    (level=,,3,4,5)
    {php $tags = tag("moduleid=&table=photo&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    视频:
    (level=)
    {php $tags = tag("moduleid=4&table=video&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    下载:
    (level=)
    {php $tags = tag("moduleid=5&table=down&length=30&condition=status=3 and catid=? and thumb<>'' and level=?&pagesize=0&order=addtime desc&template=null")}
    论坛:
    {php $tags=tag("table=discuz.cdb_threads&prefix=&condition=status=0 and fid=?&order=dateline desc&pagesize=0&target=_blank&template=null")}
    调用模块内容,资讯模块举例:
    {php $tagss = tag("moduleid=&table=article_data_&condition=itemid=".$t[itemid]."&template=null")}
    调用分类,资讯模块举例:
    {php $tagss = tag("moduleid=&table=category&condition=moduleid= and parentid=?&pagesize=0&order=catid desc&template=null")}
    网站标题:
    {$seo_title}
    关键字:
    {$head_keywords}
    网页描述:
    {$head_description}
    会员升级:
    {$MODULE[][linkurl]}grade.php
    收藏本页:
    <script type="text/javascript">addFav('收藏本页');</script>
    设为首页:
    <a href='#' onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xp6.org');">设为首页</a>
    WAP浏览:
    {extendurl('wap')}
    RSS订阅:
    {extendurl('feed')}
    商务中心:
    {$MODULE[][linkurl]}
    发布信息:
    {$MODULE[][linkurl]}{$DT[file_my]}
    排名推广:
    {extendurl('spread')}
    网站地图:
    {DT_PATH}sitemap/
    友情链接:
    {extendurl('link')}index.php?typeid=
    申请友情链接:
    {extendurl('link')}{rewrite('index.php?action=reg')}
    调用友情链接:
    {php $tags = tag("table=link&length=4&condition=status=3 and typeid=&pagesize=40&order=addtime desc&template=null")}
    网站留言:
    {extendurl('guestbook')}
    广告服务:
    {extendurl('ad')}
    版权隐私、使用协议、联系方式、关于我们
    {tag("table=webpage&condition=item=&order=listorder desc,itemid desc&template=list-webpage")}
    Copyright.html、agreement.html、contact.html、about.html
    地区:
    {$AREA[][areaname]}
    投票:
    {extendurl('vote')}
    登录框模板:
    {if $DT[page_login]}{template 'user', 'chip'}{/if}
    公告栏:
    {extendurl('announce')}
    分类模板:
    {php $mid=5;}{template 'catalog' 'chip'}
    相关评论模板:
    {template 'comment', 'chip'}
    联系方式模板:
    {template 'contact', 'chip'}
    留言加盟:
    <iframe src="{$MOD[linkurl]}message.php?itemid={$itemid}" name="<strong>destoon</strong>_message" id="<strong>destoon</strong>_message"  scrolling="no" frameborder="0"></iframe>
    读缓存:
    {php $CATEGORY = cache_read('category-.php');}
    {$MODULE[][linkurl]}{$CATEGORY[5][linkurl]}
    <meta http-equiv="x-ua-compatible" content="ie=7"/>
    调用栏目名
    {php $tags = tag("moduleid=&table=article_&length=3 &condition=status=3 &pagesize=&order=addtime desc&template=null")}    {loop $tags $t}    <li><span class="rq">{date('Y-m-d',$t[addtime])}</span><span class="catn"> {php $tagss = tag("moduleid=&table=category&condition=moduleid= and catid=".$t[catid]."&template=null")}     {loop $tagss $tt}     【<a href="{$tt[linkurl]}" target="_blank">{dsubstr($tt[catname],)}</a>】     {/loop} </span><a href="{$t[linkurl]}" target="_blank">{$t[title]}</a></li>    {/loop} 
    调用大分类中的所有
    {php $tags = tag("moduleid=6&table=category&condition=moduleid=6 and catid=37&template=null")}
       {loop $tags $t}
      {php $tagss = tag("moduleid=6&length=6&condition=status=3 and level=4 and catid IN(".$t[arrchildid].")&pagesize=4&order=addtime desc&template=null")}
       {loop $tagss $ts}
            <li>·<a href="{$ts[linkurl]}" target="_blank">{$ts[title]}</a></li>    
         {/loop}
      {/loop}
    产品图片怎么调用middle.jpg中大的图?
    <img src="{str_replace('thumb', 'middle', $t[thumb])}" width="{$width}" height="{$height}" alt="{$t[alt]}"/>
    仿站吧,一个优质的源码资源平台!
    仿站吧 » destoon各栏目调用汇总