destoon实现调用图文新闻的方法
更新时间:2014年08月21日 17:38:22 投稿:shichen2014
这篇文章主要介绍了destoon实现调用图文新闻的方法,是非常实用的技巧,需要的朋友可以参考下
本文实例展示了destoon调用图文新闻的方法,该功能是非常常见且实用的技巧。分享给大家供大家参考。具体实现方法如下:
主要功能代码如下所示:
{if $DT[page_news]} <!--{tag("moduleid=21&length=16&condition=status=3 and level=3 and thumb<>''&pagesize=1&target=_blank&order=addtime desc&width=100&height=80&cols=1&template=thumb-table")}--> {/if} <!--{php $tags=tag("moduleid=7&condition=status=3 and thumb!=''&length=30 and level>0&areaid=$cityid&pagesize=1&datetype=2&order=addtime desc&target=_blank&template=null");}--> {loop $tags $i $t} <a href="{$t[linkurl]}" rel="external nofollow" target="_blank"><span><img src="{$t[thumb]}" width="96" height="66" alt="" ></span> <strong>{$t[title]}</strong> <small>{dsubstr($t[introduce],76)}... <em>[详细]</em></small> </a> {/loop} </div>
希望本文所述方法对大家destoon开发能有所帮助。
您可能感兴趣的文章:
- destoon供应信息title调用出公司名称的方法
- destoon实现不同会员组公司名称显示不同的颜色的方法
- destoon文章模块调用企业会员资料的方法
- destoon实现会员商铺中指定会员或会员组投放广告的方法
- destoon切换城市后实现logo旁边显示地区名称的方法
- 去掉destoon资讯内容页keywords关键字自带的文章标题的方法
- destoon调用discuz论坛中带图片帖子的实现方法
- destoon调用企业会员公司形象图片的实现方法
- destoon实现调用当前栏目分类及子分类和三级分类的方法
- destoon实现VIP排名一直在前面排序的方法
- 修改destoon会员公司的伪静态中的com目录的方法
- destoon出现验证码不显示时的紧急处理方法
相关文章
Yii框架ACF(accessController)简单权限控制操作示例
这篇文章主要介绍了Yii框架ACF(accessController)简单权限控制操作,结合实例形式分析了Yii框架简单权限控制操作参数设置与使用技巧,需要的朋友可以参考下2019-04-04PhpStorm的使用教程(本地运行PHP+远程开发+快捷键)
这篇文章主要介绍了PhpStorm的使用教程(本地运行PHP+远程开发+快捷键),文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧2020-03-03深入探讨:Nginx 502 Bad Gateway错误的解决方法
本篇文章是对Nginx 502 Bad Gateway错误的解决方法进行了详细的分析介绍,需要的朋友参考下2013-06-06
最新评论