Quote:
Originally Posted by nibb
This addon is very nice but sadly I think it has a bug. I can only post a review as admin. As users I always get the error about the Minimum Review Length, I changed this setting multiple time and regardless of what you type in the review it will always complain it does not have the minimum characters. As admin I did not had any troubles posting a review.
|
This bug is related to the editor which has far too many permutations and should never have been added
Should be fixed in 1.3.0 due out soon but in the meantime you can remove the check by editing forum/productforums.php to either comment out or remove line 382
Code:
// if(strlen($comments) < $vbulletin->options['prodforums_minreview']){ $errors .= "Your review comments must be at least ". $vbulletin->options['prodforums_minreview'] ." characters long.<br />"; } // must have rating picked