To link the "asked " part, e.g. asked Dec 30, 2012 in Q2A Core by echteinfachtv (Kai)
1. open qa-app-format.php
2. go to line 438 which is:
if (@$options['whatlink'] && !$isquestion)
$fields['what_url']=qa_path_html(qa_request(), array('show' => $postid), null, null, qa_anchor($post['basetype'], $postid));
3. below add those lines:
// link question meta "asked"
if (@$options['whatlink'] && $isquestion)
$fields['what_url']=qa_path_html(qa_request(), null, null, null, null);
Done :)
Note: You might want to change CSS class of .qa-q-view-what to set the default color.