MyBB Community Forums

Full Version: Thread statistics in profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I noticed in my forum profiles do not show thread count of users. So I try to add that.

Quote:<tr>
<td class="trow1"><strong>{$lang->total_threads}</strong></td>
<td class="trow1">{$memprofile['threadnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>

When I add this, I see threads : with thread number, but next to that I still see post statistics like ( posts per day |  percent of total posts )  I want to see thread statistics instead. What should I change?
in the above given code, replace ({$lang->ppd_percent_total}) with ({$lang->tpd_percent_total})