-20%
Le deal à ne pas rater :
Drone Dji DJI Mini 4K (EU)
239 € 299 €
Voir le deal


[Tuto n°1] Affichage du profil

Rainbow D.Ashe


Rainbow D.Ashe

Head of the Institute


[Tuto n°1]  Affichage du profil  B889995d3281568fc6e11e27627d4c167534b6d1
Autre(s) compte(s) : Touuus
Points : 2585
Messages : 1956
Date d'inscription : 05/04/2014


   https://theme-lily.forumactif.org
Pour changer la disposition du profil/avatar dans un sujet

Template viewtopic_body, lignes 139 à 150 (dans un template non-modifié)

Code:
   <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{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><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>


* Décryptage du template :

{postrow.displayed.POSTER_RANK} = Rang du posteur (en texte)
{postrow.displayed.RANK_IMAGE} = Image de rang du posteur
{postrow.displayed.POSTER_AVATAR} = Avatar du posteur
{postrow.displayed.profile_field.LABEL} = Informations de profil (date d'inscription, etc...)
{postrow.displayed.profile_field.CONTENT}
{postrow.displayed.profile_field.SEPARATOR}
{postrow.displayed.POSTER_RPG} = Fiche de personnage du posteur (si activée)