
08-11-2010, 06:19 AM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sticky
I could not find this exact code, I found this which is close but I am not sure if editing it out is correct:
Code:
} else if ($vbulletin->options['helpans_min'] AND $vbulletin->userinfo['posts'] < $vbulletin->options['helpans_minnum']) {
// might need to have more post count
$show['rate_helpfulanswer']=false;
|
Yup, remove it all.
|