SS 6.1 uc 后怎么直接调用论坛头像呀
SS 6.1 uc 后怎么直接调用论坛头像呀
原来6.0 的时候是
<!--{block name="bbsmember" parameter="lastvisit/8888604800/lastpost/8888604800/order/m.lastpost DESC,m.posts DESC/limit/0,2/cachetime/86400/showdetail/1/signaturelen/40/signaturedot/1/cachename/member/tpl/data"}--><!--活跃-->
<!--{loop $_SBLOCK[member] $value}-->
就可以出现了
<img src="$value[avatar]" 论坛图像的地址
现在用<img src="$value[avatar]" 怎么不行了