I added "Post type" feature. And, some phrases are converted to more suitable phrases with "Lang Filter" plugin. PowerQA is no longer just Q&A system. It became wide range face to face social community.
QA_CONST_PATH_MAP in qa-config.php:
$QA_CONST_PATH_MAP=array(
'questions' => 'threads',
'unanswered' => 'unreplied'
);
Replace entries of "Lang Filter" plugin (for English):
Q&A==Discussions
Questions==Threads||questions==threads
Question==Thread||question==thread
Unanswered==Unreplied||Unanswer==Unreply
Answers==Replies||answers==replies
Answer==Reply||answer==reply
Post types==Thread types||Post type==Thread type
Ask==Start||ask==start||asked==started
Start a Thread==Start discussion!||Start a thread==Start discussion!
Replace entries of "Lang Filter" plugin (for Japanese):
Q&A==議論
質問==投稿
未回答==未返信
回答==返信
投稿を投稿==記事を投稿
This feature has not been tested enough yet. I welcome bug reports.
Thanks.