Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
352 views
in Q2A Core by

 

I find the answer,update qa-page.php, like below:

 

foreach ($qa_content['navigation'] as $navtype => $navigation)
if (is_array($navigation) && ($navtype!='cat'))
foreach ($navigation as $navprefix => $navlink)
if ((substr($requestlower.'$', 0, strlen($navprefix)) == $navprefix)||(strtolower(@$navlink['url'])==$selfpathhtml))
$qa_content['navigation'][$navtype][$navprefix]['selected']=true;
 
but then the next bug appears:
 
Q2A version: 1.5

Please log in or register to answer this question.

...