Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
324 views
in Q2A Core by
I want to place a button under the star for the best choosen answer. Which kind of plugin (widget, viewer etc.) should I take and how can I do that?

1 Answer

0 votes
by

Yes. The approach you probably want to take is to write a plugin 'layer', if you don't already have a custom theme:

http://www.question2answer.org/layers.php

In your theme layer, you will want to override the function a_selection($post)

 

...