1/ Login to your admin cp as before
2/ Goto Templates > Modify > [expand list] > User Info Display Templates [expand] > getinfo [edit]
3/ Find
PHP Code:
<tr>
<td bgcolor="{secondaltcolor}"><normalfont><b>Total Posts:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont>$userinfo[posts] ($postsperday posts per day)</normalfont></td>
</tr>
And remove it.
4/ You're done!
_______________
NoteIf you want to keep there posts per day still... then find this in "getinfo"
PHP Code:
<td bgcolor="{secondaltcolor}"><normalfont><b>Total Posts:</b></normalfont></td>
And just remove that....
___________________________________
Hope that helps...
- Mist