hiya,
i am trying to integrate q2a with my existing site, which runs on codeigniter framework. i have so far managed to get it working in terms of sso and having no errors.
at the moment i am basically just including qa-include/qa-index.php and q2a is echoing out all the html, however the resulting html is a full page of q2a content (including opening and closing html, head and body tags) followered by a full page of my own content (opening and closing html, head and body tags)
i have been looking through several files such as qa-theme-base.php but i cannot see how to make q2a return the value of the html to codeigniter, rather than just print it straight to browser.
does anybody have any ideas?
many thanks