Hi there,
How category id or category name of a question can be added to the email that is sent to admin once a question is asked?
In the "qa-lang-emails.php", there is following code that needs to be changed, though I don't know what to change here and any other section.
'q_posted_body' => "A new question has been asked by ^q_handle:\n\n^open^q_title\n\n^q_content^close\n\nClick below to see the question:\n\n^url\n\nThank you,\n\n^site_title",
'q_posted_subject' => '^site_title has a new question',