Bonjour,
Il semble qu'il faille remplacer :
// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged'])
echo '
<a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="', $txt[302], '" border="0" /></a>';
par
// Is this topic new? (assuming they are logged in!)
if ($topic['new'] && $context['user']['is_logged']) {
echo '<span id="msg_' . $topic['first_post']['id'] . '"><b>', $topic['first_post']['link'], '</b></span>';
echo' <a href="', $topic['new_href'], '" id="newicon' . $topic['first_post']['id'] . '"><img src="', $settings['images_url'], '/', $context['user']['language'], '/new.gif" alt="', $txt[302], '" border="0" /></a>';
} else {
echo '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], '</span>';
}
Dans le fichier citer ci-dessus fonctionne (Pour voir :
http://forum.joomlaportail.net).
Merci à vous