If You are still looking for a way to implement adsense code You can add it everywhere inside the functions:
For example here in Your advanced theme in the function
function q_view()
after
$this->q_view_content($q_view);
// ADSENSE BEGIN
$this->output('<DIV CLASS="my-qa-q-view-adsense">');
$this->output('Your complete adsense code');
$this->output('</DIV>');
// ADSENSE END
This example shows the adsense after the content of a single question.
You can use the class
.my-qa-q-view-adsense
to move the code or set borders or something...
It should work in qa-theme-base.php as well, but it is allways better to build an advanced theme and add changes to qa-theme.php
Read more at