sayez, c'est résolut, voilà le code à ajouter dans portal_body.tpl
Citation:
<table width='50%'><th><div align=center class=cat>Sujet récents</div></th></table>
<marquee id="recent_topics" class="row2" width='100%' behavior="scroll" direction="up" height="170" scrolldelay="100" scrollamount="2" onMouseOver="document.all.recent_topics.stop()" onMouseOut="document.all.recent_topics.start()">
<table cellpadding='3' cellSpacing='2' width='50%'>
<!-- BEGIN recent_topic_row -->
<tr>
<td valign="top" align="center"><img src="templates/{T_NAME}/images/orion/icons/pfeil.png"></td>
<td valign="top" align="left"><span class="gensmall"><a href="{recent_topic_row.U_TITLE}">{recent_topic_row.L_TITLE}</a><br>
par <a href="{recent_topic_row.U_POSTER}">{recent_topic_row.S_POSTER}</a> le {recent_topic_row.S_POSTTIME}<br></span></td>
</tr>
<!-- END recent_topic_row -->
</table>
</marquee>
</table>
merci pour votre réponse.