As I once noted, asked resp. asked by is not linked in the question list nor in the question view.
I added a hack to at least link it. But gidgreen built in the linking by the request URL which gives not correct URLs.
Now I tried to change the hack to link the real URL (like the canonical one):
if (@$options['whatlink'] && $isquestion)
//former hack: $fields['what_url']=qa_path_html(qa_request(), null, null, null, null);
$fields['what_url']=qa_q_request($fields['raw']['postid'], $fields['raw']['title']);
which links the "asked" in the question list correctly!
However, in the question view I get the question-ID in the URL twice?!
e.g. http://www.question2answer.org/qa/20274/20274/why-is-asked-by-actually-not-linked
Can somebody help me finding the reason for that ... or solve the problem?
Thanks.