display.template.php de
bul
Kod: Kodu kopyalamak için üzerine çift tıklayın!
// Are they not allowed to vote but allowed to view the options?
if ($context['poll']['show_results'] || !$context['allow_vote'])
degistir
Kod: Kodu kopyalamak için üzerine çift tıklayın!
// Are they not allowed to vote but allowed to view the options?
if ($context['poll']['show_results'] || !$context['allow_vote'] && $GLOBALS['user_info']['posts'] < 20)
20 yerine istediginiz maksimum mesaj sayısını yazabilirsiniz.