Hi,
In QA 1.3.x in order to show the categories in every page you could add in your personalized theme in function body_content() the followings lines:
$categories=qa_db_single_select(qa_db_categories_selectspec());
$this->content['navigation']['cat']=qa_category_navigation($categories);
How to do this in 1.4??
Thanks!