Quote:
Originally Posted by PattiOz
$templater = vB_Template::create('threadbit');
Replace with:
if($foruminfo['productforumsbits']){
$thread['pf_rating'] = vb_number_format($thread['pf_rating'],1);
$templater = vB_Template::create('prodforums_threadbit');
} else {
$templater = vB_Template::create('threadbit');
}
|
This refers to forums/productforums.php and has no bearing on the admin files.