Destoon首页怎么调用内容里的信息及图片

  2020-02-21    阅读:381
 第一步:
 
打开 /include/tag.func.php
 
找到 isset($showpage) or $showpage = 0; 这句。
 
在其上行或其下行添上
 
(isset($showcontent) && $MODULE[$moduleid]['module']=='article') or $showcontent = 0; 
 
找到 $query = "SELECt ".$fields." FROM ".$table." WHERe ".$condition.$order." LIMIT ".$offset.",".$pagesize;这句。
 
第二步:
 
替换成:
 
if($showcontent){  $query = "SELECt t.".preg_replace('/,\s*/im','t.',$fields).",c.`content` FROM ".$table." as t left join ".preg_replace('/(\d+)$/','data_$1',$table)." as c on t.itemid=c.itemid WHERe ".$condition.$order." LIMIT ".$offset.",".$pagesize;}else{  $query = "SELECT ".$fields." FROM ".$table." WHERe ".$condition.$order." LIMIT ".$offset.",".$pagesize;}
 
第三步:
 
<!--{php $tags=tag("moduleid=".$m['moduleid']."&condition=status=3&length=40&showcontent=1&showcat=1&pagesize=20&order=addtime desc&template=null");}--> 
 
添加:
 
showcontent=1
 
第四步:
 
<ul>{loop $tags $i $t}<li><a title="{$t[title]}" src=http://www.qiyeyunshang.com/skin/gw/image/nopic.gif style="{$t[css]}">{$t[title]}<br/>{$t[content]}</a></li>{/loop}</ul>
 
 
 
{$t[content]} 就能调出来了

免责声明:
本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

相关Destoon技术

(c)2012-2023 www.qiyeyunshang.com All Rights Reserved.
慧一科技destoon模板   辽ICP备2021002520号-1
  QQ咨询

购买模板 售前咨询

  咨询QQ

3292628658
(早8:30-晚10:00)

  微信咨询

咨询微信
客服微信

  返回顶部