Hello, I noticed in my forum profiles do not show thread count of users. So I try to add that.
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?
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&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&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?