会员发布的文章数量

79是我现在的总数量,我想要的是每个会员的单独的发文数量
下面这个是我写的代码
{member count action=module module=news order=regtime catid=$uid}
<tr>
<td style="text-align: center;" width="100" valign="top">{$t.username}</td>
<td style="text-align: center;" width="100" valign="top">{count action=module module=news YEAR_inputtime=0}</td>
</tr>
{/member}
{count action=module module=news uid=$t.id}