Hello,
In the hottest.php action file the defined buttons are listed without checking if they are set inactive:
IMHO it would be better to list only those buttons that are set active.
thank you - all the best,
Sacha
In the hottest.php action file the defined buttons are listed without checking if they are set inactive:
PHP:
$templater = vB_Template::create('dbtech_thanks_statistics_statisticbit');
$templater->register('phrase', $vbphrase['dbtech_thanks_hottest_threads'] . ' - ' . $button['title']);
$templater->register('userbits', implode('', $threadbits));
thank you - all the best,
Sacha
Upvote
0