Hi!. I made this
Quote:
Open: forumdisplay.php in a text editor
Find:
$templater = vB_Template::create('threadbit');
Replace with:
if($foruminfo['productforumsbits']){
// adjust this to your images folder, for products w/o an image
if(!$thread['mainphoto_small']){ $thread['mainphoto_small'] = '/images/rating/pf/noimage-40.png'; }
$thread['pf_rating'] = vb_number_format($thread['pf_rating'],1);
$templater = vB_Template::create('prodforums_threadbit');
} else {
$templater = vB_Template::create('threadbit');
}
|
but i also want to see the "Views". What I hade to do to see that info beside ratings&reviews. Thanks in advance!