Menu - Replace the link to unread replies with a link to the current user messages
This commit is contained in:
parent
b412bad1ac
commit
3d8cfe8506
3 changed files with 5 additions and 5 deletions
|
@ -279,7 +279,7 @@ echo '<div class="khbb_body">';
|
|||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="', $scripturl, '?action=unreadreplies" title="', $txt['show_unread_replies'], '">
|
||||
<a href="', $scripturl, '?action=profile;area=showposts;sa=messages;u=', $context['user']['id'],'" title="', $txt['show_unread_replies'], '">
|
||||
<img class="" alt="" src="' . $settings['images_url'] . '/icons/unread_replies.png"></img>
|
||||
<span class="khbb_subtitlemenu">' ,$txt['unread_replies'], '</span>
|
||||
</a>
|
||||
|
|
|
@ -696,7 +696,7 @@ $txt['unread_topics_visit'] = 'Recent Unread Topics';
|
|||
$txt['unread_topics_visit_none'] = 'No unread topics found since your last visit. <a href="%1$s?action=unread;all">Click here to try all unread topics</a>.';
|
||||
$txt['updated_topics_visit_none'] = 'No updated topics found since your last visit.';
|
||||
$txt['unread_topics_all'] = 'All Unread Topics';
|
||||
$txt['unread_replies'] = 'Updated Topics';
|
||||
$txt['unread_replies'] = 'Your Messages';
|
||||
|
||||
$txt['who_title'] = 'Who\'s Online';
|
||||
$txt['who_and'] = ' and ';
|
||||
|
@ -770,7 +770,7 @@ $txt['find_results'] = 'Results';
|
|||
$txt['find_close'] = 'Close';
|
||||
|
||||
$txt['unread_since_visit'] = 'Show unread posts since last visit.';
|
||||
$txt['show_unread_replies'] = 'Show new replies to your posts.';
|
||||
$txt['show_unread_replies'] = 'Show your posts.';
|
||||
|
||||
$txt['change_color'] = 'Change color';
|
||||
|
||||
|
|
|
@ -698,7 +698,7 @@ $txt['unread_topics_visit_none'] = 'Aucun message non lu depuis votre dernière
|
|||
$txt['updated_topics_visit_none'] = 'Aucun des sujets que vous avez initié n\'a reçu de réponse depuis votre dernière visite.';
|
||||
//Todo : il est appelé où lui ?
|
||||
$txt['unread_topics_all'] = 'Tous les sujets non lus';
|
||||
$txt['unread_replies'] = 'Mes sujets';
|
||||
$txt['unread_replies'] = 'Mes messages';
|
||||
|
||||
$txt['who_title'] = 'Qui est en ligne';
|
||||
$txt['who_and'] = ' et ';
|
||||
|
@ -772,7 +772,7 @@ $txt['find_results'] = 'Résultats';
|
|||
$txt['find_close'] = 'Fermer';
|
||||
|
||||
$txt['unread_since_visit'] = 'Messages non lus depuis votre dernière visite.';
|
||||
$txt['show_unread_replies'] = 'Réponses à vos messages.';
|
||||
$txt['show_unread_replies'] = 'Vos messages.';
|
||||
|
||||
$txt['change_color'] = 'Changer de couleur';
|
||||
|
||||
|
|
Loading…
Reference in a new issue