I got a new design that needs some tweaks. One is to add a custom button (just holding a link) to the default button list of each question (note: in Snow theme here in this forum, they don't look like buttons but as links).
$this->q_view_buttons($q_view);
is responsible for the output, it uses $this->form($q_view['form']); as data.
How can I add a link (button) inside this array?
thx, Kai