Hi, using the history plugin I would like to link "my updates" to the user's history section.
In qa-page.php I found the according link at line 652:
$qa_content['navigation']['user']['updates']=array(
'url' => qa_path_html('updates'),
'label' => qa_lang_html('main/nav_updates'),
);
How to set the user path (i. e. get username) at:
'url' => qa_path_html('user/theusername?tab=history'),
?