First mod is working, thx ;)
But second one isn't :(
At the end of function:
function qa_page_q_post_rules(&$post)
before:
}
I added:
if ($post['isbyuser'] && ($post['basetype']=='Q'))
$post['commentbutton']=false;
Did I do anything wrong?
PS: yes, its beta 1.2
Update!
Ups yes its working :) I did mistake and ask you how to remove comment button, but I was thinking Answer button :( sorry my bad
Update 2!
if ($post['isbyuser'] && ($post['basetype']=='Q'))
$post['answerbutton']=false;
Simple :)