Se tiver um erro durante a instalação pode fazer manualmente que seria o seguinte
index.template.php
Pesquisar
// Show the [help] button.
echo'
<td align="center" class="menubg' , $current_action == 'help' ? '2' : '' , '">
<a href="', $scripturl, '?action=help">' , $txt[119] , '</a>
</td>';
Adicionar
// Show the [QTO email] button.
echo'
<td align="center" class="menubg' , $current_action == 'Picture' ? '2' : '' , '">
<a href=http://yourlink', ' target="_blank">', $txt['Email'], '</a>
</td>';
index.teuidioma.php
Pesquisar
?>
Antes desse codigo colocar
$txt['Yahoo!Mail'] = 'Mail do Yahoo!';