MyBB Community Forums

Full Version: Post Statistics Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This plugin is not working on MyBB 1.6.14.
Its installed and activated and configured too. But its not showing posts of members.
PLUGIN: http://mods.mybb.com/view/post-statistics
bit more info?

is {$post_stats} in the member_profile template?


edit; installed to check it out, it won't put the above into your template if your theme is missing

<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>

also, if it's at 0, you must've reset the counter or not posted since installing. The counter starts on install or resets on reset.

To make it show if it's not;

put {$post_stats} in your member_profile template after:

<td class="trow2">{$memprofile['postnum']} ({$lang->ppd_percent_total})</td>

if it's formatted differently, it'll be just after the </td> after the {$memprofile['postnum']}

it should show like this;
[Image: 7Uz4nWq.png]


edit; I was looking for a plugin like this, too. ballin
Please check your PM @p00lz

Thanks for helping! +REP