function voting($post)
 {
     if (@$this->expert_question && qa_opt('expert_question_disable_voting')) {
         return;
     }
     qa_html_theme_base::voting($post);
 }