创建模块管理的'论坛附件',设置让其读取该附件的详细内容,但是首页调用时,却不读取该附件的详细内容!
求解!
这是内部调用代码
<!--{block name="bbsattachment" parameter="filetype/image/t_fid/138,190,194,193,192,191,10/order/t.replies DESC,t.lastpost DESC/limit/0,1/cachetime/900/subjectlen/30/showdetail/1/descriptionlen/58/descriptiondot/1/cachename/Hot_O_img/tpl/data"}--><!--热点图文之我是业务员-->
这是首页调用的代码
<!--{block name="bbsattachment" parameter="filetype/image/t_fid/138,190,194,193,192,191,10/order/t.replies DESC,t.lastpost DESC/limit/0,1/cachetime/900/subjectlen/30/showdetail/1/descriptionlen/58/descriptiondot/1/cachename/Hot_O_img/tpl/data"}--><!--热点图文之我是业务员-->
<!--{loop $_SBLOCK[Hot_O_img] $value}-->
<div class="shostimg">
<div class="shostimgtit"><a href="$value[url]" title="$value[subjectall]" target="_blank">$value[subject]</a></div>
<div class="shostimgcont"><a href="$value[url]" target="_blank"><img src="$value[attachment]" alt="$value[subjectall]" border="0" width="90" height="60" class="imgl"/></a>$value[message] <a href="$value[url]" class="a01" target="_blank">[详细]</a></div>
</div>
<!--{/loop}--> |