Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
703 views
in Themes by
i install qawork theme in my website but the button 'select as best answer' not working

who know how to resolve it

this is my website

http://ejabat.tn

1 Answer

+1 vote
by
selected by
 
Best answer

If it does not work and the theme is older (before 1.7), then there might be the input hidden security code missing.

I ran a couple of times into this issue.

For instance for a custom login field I need to add:

     <input type="hidden" name="dologin" value="1">
    <input type="hidden" name="code" value="'.qa_get_form_security_code('login').'">

For your specific case:

Find the modification by the custom theme and add the code above with the appropriate qa_get_form_security_code().

by
where can i find this modification ?
by
just edit qa-theme.php , find the black line , and add the blue one after. If there is another input with name=code, remove it. And say TY to this smart author :)
by
edited by
its okkkkay i find the problem thank youuuu ;)
by
It's always a good idea to note it down for others with the same problem...
by
the problem is :
Administration Centre - Posting - (remove) Close questions with a selected answer
by
@bonlieu13 : do you mean you found the solution ? please, add any --details that could help another user
by
yes my friend
admin - posting - and you remove Close questions with a selected answer.
...