Menu - Replace the link to unread replies with a link to the current user messages

This commit is contained in:
Antoine Le Gonidec 2024-07-26 11:34:27 +02:00
parent b412bad1ac
commit 3d8cfe8506
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
3 changed files with 5 additions and 5 deletions

View file

@ -279,7 +279,7 @@ echo '<div class="khbb_body">';
</a> </a>
</li> </li>
<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> <img class="" alt="" src="' . $settings['images_url'] . '/icons/unread_replies.png"></img>
<span class="khbb_subtitlemenu">' ,$txt['unread_replies'], '</span> <span class="khbb_subtitlemenu">' ,$txt['unread_replies'], '</span>
</a> </a>

View file

@ -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['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['updated_topics_visit_none'] = 'No updated topics found since your last visit.';
$txt['unread_topics_all'] = 'All Unread Topics'; $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_title'] = 'Who\'s Online';
$txt['who_and'] = ' and '; $txt['who_and'] = ' and ';
@ -770,7 +770,7 @@ $txt['find_results'] = 'Results';
$txt['find_close'] = 'Close'; $txt['find_close'] = 'Close';
$txt['unread_since_visit'] = 'Show unread posts since last visit.'; $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'; $txt['change_color'] = 'Change color';

View file

@ -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.'; $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 ? //Todo : il est appelé où lui ?
$txt['unread_topics_all'] = 'Tous les sujets non lus'; $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_title'] = 'Qui est en ligne';
$txt['who_and'] = ' et '; $txt['who_and'] = ' et ';
@ -772,7 +772,7 @@ $txt['find_results'] = 'Résultats';
$txt['find_close'] = 'Fermer'; $txt['find_close'] = 'Fermer';
$txt['unread_since_visit'] = 'Messages non lus depuis votre dernière visite.'; $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'; $txt['change_color'] = 'Changer de couleur';