Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
451 views
in Q2A Core by
by
Same question.

1 Answer

0 votes
by

Find below code in qa-config.php file of root directory.

/*

$QA_CONST_PATH_MAP = array(

'questions' => 'topics',

'categories' => 'sections',

'users' => 'contributors',

'user' => 'contributor',

);

*/

here will be the code (below */)

$QA_CONST_PATH_MAP = array(

'category' => '',

);

...