To remove the option of users being able to disable the advanced forum statistics, remove the following from the
cyb_topstats_stats template:
PHP Code:
<tr>
<td class="vbmenu_option" title="$vbphrase[cyb_afs_turnoff_stats]"><form action="" name="cybstats_turnoff" method="post"><input type="hidden" name="cyb_turnoffstats" value="1" /></form><a href="#" rel="nofollow" onclick="cybstats_turnoff.submit();">$vbphrase[cyb_afs_turnoff_stats]</a></td>
</tr>
This will eliminate the problem of trying to turm the statistics back on from the quick links menu, which for the moment, is not working.