Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
167 views
in Themes by
function q_view_buttons($q_view) {
    if($q_view['raw']['userid'] == qa_get_logged_in_userid()) {
      if (!empty($q_view['form'])) {
        if(isset($q_view['form']['buttons']['hide']))
          unset($q_view['form']['buttons']['hide']);
Q2A version: 1.8

Please log in or register to answer this question.

...