如题,代码如下,查看了官方的参数说明文档里,有attachment/1/这个参数就可以调用出论坛的主题附件的,可以怎么试也不行
版本是7.5的
<!--{block name="bbsthread" parameter="dateline/2592000/order/views DESC/limit/0,3/cachetime/87400/attachment/1/subjectlen/32/subjectdot/0/showdetail/1/messagelen/80/messagedot/1/cachename/picpost/tpl/data"}-->
<!--{if !empty($_SBLOCK['picpost'])}-->
<!--{eval $picpost = @array_slice($_SBLOCK['picpost'],0 ,1)}-->
<!--{/if}-->
<!--{if !empty($picpost)}-->
<!--{loop $picpost $key $value}-->
<DL>
<DD>
<A href="$value[url]" target="_blank"><IMG height=90 src="$value[attachment]" width=120 alt="$value[subjectall]"></A>
</DD>
<DT><A href="$value[url]" target="_blank">$value[subject]</A>$value[message]</DT>
</DL>
<!--{/loop}-->
<!--{/if}--> |