| quick reply review always displayed
i put adimcp --> showproduct options --> Show quick comments box on product pages? in the no value, but the quick reply are always displayed.
i have edited the showproduct.php and before the quickcom question (if ( ($Globals['quickcom'] == "yes" && $Globals['allowpost'] == "yes" && $User['reviews'] == 1) && $CatPerms['ugpost'][$cat] == 0 ) i put this line:
$Globals['quickcom'] = "no";
Now the quick reply box is not shown....
How i can correct this little bug?
In another order , i know the quick reply review is designed to be a "quick" method for a review, and the complete method is "post a review" but i think is very practical to have in the same view the product and the posibility to make a complete review.
Is posible to have a complete review (with the extra review fields) in the quick reply box? pearhaps changing some templates?
sorry for my bad english.. and thanks in advance
|