Hi,
very nice mod, just bought the pro-version.
I find two things that could/should be improved:
In the hottest.php action file the defined buttons are listed without checking if they are set inactive:
PHP Code:
$templater = vB_Template::create('dbtech_thanks_statistics_statisticbit');
$templater->register('phrase', $vbphrase['dbtech_thanks_hottest_threads'] . ' - ' . $button['title']);
$templater->register('userbits', implode('', $threadbits));
IMHO it would be better to list only those buttons that are set active.
Ajax is nice but for those who are not able to use JS there should be a fallback enabling them to use the function. If this is not possible, please consider to insert the whole button via JS so that those without JS are not bothered with a non functional link after each post.
all the best,
Sacha
EDIT: will post it to the pro bug-forum