Coucou !
Alors il faut trifouiller les templates pour retirer ces espaces ^^
Panneau admin >> Affichage >> Templates >> Général : viewtopic_body
Tu dois trouver ceci :
- Citation :
- <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</span>
Et retirer les <br> qui te font sauter des lignes ^^
{postrow.displayed.POSTER_NAME} = le pseudo du membre
{postrow.displayed.POSTER_RANK} = le rang du membre
{postrow.displayed.RANK_IMAGE} = l'avatar du membre
{postrow.displayed.POSTER_RPG} = la fiche personnage ...
Dis moi si cela fonctionne ou pas ^^
Dans le cas contraire, donne moi ton template ^^
Liliana