Position des derniers posts.

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Position des derniers posts.

Message par Sawaaa Mer 5 Oct 2011 - 16:47

Bonjour,

J'ai modifié mon template pour que l'image qui indique s'il y a un nouveau post ou s'il est verouillé etc... soit avec les derniers posts etc..
Sauf que j'aimerai qu'ils se positionne à gauche mais ils se mettent à chaque fois à droite. :/ (voir image ci-dessous)
Si quelqu'un peut m'aider, merci d'avance !
Spoiler:

Cordialement;


Dernière édition par Sawaaa le Lun 10 Oct 2011 - 20:06, édité 1 fois
Sawaaa

Sawaaa
Nouveau membre

Messages : 11
Inscrit(e) le : 25/09/2011

http://graph-soul.forumactif.org/
Sawaaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Invité Mer 5 Oct 2011 - 16:55

Bonjour,

Il faudrait nous donner votre template modifié, sous balise hide si vous le souhaitez. Sans cela difficile de vous aider Wink .

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Sawaaa Mer 5 Oct 2011 - 17:03

Ah, oui, désolé. ^^

Voilà mon template ;
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

<!-- DEBUT MODIF ONGLETS -->


 <script type="text/javascript">
    <!--

    document.write('<div align="center" style="display:none;height:0px;" id="conteneur_barre_onglet">
    <ul class="conteneur_onglets">

    <li onClick="change_cat(1)" class="onglet actif" id="onglet_1"> Avant tout. </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(2)" class="onglet " id="onglet_2"> Graphisme </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(3)" class="onglet " id="onglet_3"> Loisirs </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(4)" class="onglet " id="onglet_4"> Flood </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(5)" class="onglet " id="onglet_5">Coin RPG</li>

    </ul></div>');

    var compteur_cat = 1;

    function change_cat(numero)
    {
      if(document.getElementById('categorie_'+numero))
      {
          /* affichage de la bonne categorie */
          $('table[id^=categorie_]').css('display','none');
          $('table[id=categorie_'+numero+']').fadeIn();
         
          /* affichage du bon onglet */
          $('.actif').removeClass("actif");
          $('.onglet[id=onglet_'+numero+']').addClass("actif");
      }
    }

    function capture_cat()
    {
      if(compteur_cat == 1)
      {
          document.write('<table class="forumline" id="categorie_' + compteur_cat + '" >');
      }
      else
      {
          $('#conteneur_barre_onglet').css("display","block");
          document.write('<table class="forumline" id="categorie_' + compteur_cat + '" style="display:none;">');
      }
     
      compteur_cat++;
    }

    //-->
    </script>


    <!-- BEGIN catrow --><!-- BEGIN tablehead -->


  <script type="text/javascript">
    <!--
      capture_cat();
    //-->
    </script>

    <!-- FIN MODIF ONGLETS -->


  <tr>
    <td colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
    <div class="logo-titre"></div>
    <div class="titre-cat">{catrow.tablehead.L_FORUM}</div>

    </td>
                </tr>
                <!-- END tablehead -->
                <!-- BEGIN cathead -->



<tr>

<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"><td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50" align="center">
<h{catrow.forumrow.LEVEL} class="hierarchy"></div>
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><img src="http://i41.servimg.com/u/f41/13/41/85/38/teste_10.png">{catrow.forumrow.FORUM_NAME}</a>

</span>




</td>
<td class="align="center" valign="middle" height="50">

        <span class="gensmall"><div class="derniersmess"><span class="postimg"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span>{catrow.forumrow.LAST_POST}<BR><table width="100%"><tr><td><b>Sujets:</b>  {catrow.forumrow.TOPICS} || <b> Posts:</b> {catrow.forumrow.POSTS}</div></span></td></tr></table></span>
     




<!-- BEGIN forum_link -->
<td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
<!-- END forum_link -->
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->


<html><head>
<style type="text/css">
.mycss
{
font-weight:normal;font-variant:small caps;color:#000000;letter-spacing:1pt;word-spacing:2pt;font-size:11px;text-align:center;font-family:arial, helvetica, sans-serif;line-height:1;
}
</style>
</head>


<body>
<p class="mycss">© GRAPHIC SOUL / Reproduction Interdite !</p>
</body>

<!-- BEGIN disable_viewonline -->
<center>
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques" align="center">
  <tr>
<td width="15%"></td>
<td width="50%">
<img src="http://i41.servimg.com/u/f41/13/41/85/38/qeelja11.png"><br><span class="gensmall"> : {GROUP_LEGEND}</span><br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br>

{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}<br>
<table border="0" cellspacing="3" cellpadding="0" width="550" align="center" style="text-align: center">
{L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}</table></center></span><br>
<td width="5%"></td>
</tr>
</table>
 


<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}
<br clear="all" />

<body>
<p class="mycss">
<ce,ter><div style="font-weight; bold; font-family: Times new roman; letter-spacing: -1px; font-size: 22px; color:gold; text-shadow: 1px 1px #000000; text-align: center">Nos partenaires.</div></center>


<center><div style="overflow: auto; width:50%; height:80px; text-align: justify; padding-right: 1px"><span><a href="http://graphpower.graphforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://img11.hostingpics.net/pics/289754Sanstitre3.png" border="0" alt="" /></a><a href="http://monsters-delirious.meilleurforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://www.netimago.com/images/cPpsWxJownvKOIi.png" border="0" alt="" /></a><a href="http://manga4ever.max2forum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i50.servimg.com/u/f50/11/60/26/23/brique10.jpg" style="width: 88;height: 31" border="0"></a><a href="http://mangas-in-the-world.forumactif.com/forum" class="postlink" target="_blank" rel="nofollow"><img src="http://i64.servimg.com/u/f64/15/14/47/67/88x31-11.png" border="0" alt="" /></span><span></a><a href="http://graphisme-mania.forumsactifs.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i24.servimg.com/u/f24/14/14/69/21/bouton12.gif" border="0" alt="" /></a><a href="http://himitsu-rpg.forumactif.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://img4.hostingpics.net/pics/780779Bouton1png.png" border="0" alt="" /></a><a href="http://reborn-legend.forumactif.org" class="postlink" target="_blank" rel="nofollow"><img src="http://i43.tinypic.com/39214.png" border="0" alt="" /></a><a href="http://army-school.purforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://img10.hostingpics.net/pics/904001Logo2.png" border="0" alt="" /></a><a href="http://naruto-teisei.creerforums.fr/forum.htm" target=_blank><img src="http://i43.servimg.com/u/f43/11/63/33/83/bannie10.png"></span><span></a><a href="http://dgm-destiny.forumactif.org" class="postlink" target="_blank" rel="nofollow"><img src="http://i52.tinypic.com/1z3qj5d.jpg" border="0" alt="" /></a><a href="http://maid-sama-rpg.forumactif.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://www.pixyup.com/uploads/131641324df6219c603a1.png" border="0" alt="" /></a><a href="http://forum-theme.forumperso.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://s1.pictupload.free.fr/images/logolipjp.png" border="0" alt="" /></a><a target="_blank" href="http://hinomasturi-club.frbb.net"><img src="http://img45.xooimage.com/files/5/0/9/bouton-31-88-1ecba01.png" alt="HMC"></a><a href="http://manga.forumgratuit.org/" class="postlink" target="_blank" rel="nofollow"><img src="http://i69.servimg.com/u/f69/15/89/02/87/parten12.png" border="0" alt="" /></a><a href="http://pandora-hearts-abyss.forumactif.com/index.htm" class="postlink" target="_blank" rel="nofollow"><img src="http://i60.servimg.com/u/f60/12/80/18/70/88x33k10.png" border="0" alt="" /></span><span></a><a href="http://kyogaku.lyceeforum.com" class="postlink" target="_blank" rel="nofollow"><img src="http://img198.imageshack.us/img198/4194/8831version3.png" border="0" alt="" /></a><a href="http://asia-wonderland.meilleurforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i44.servimg.com/u/f44/15/94/29/71/part10.png" border="0" alt="" /></a><a href="http://grails-road.forums-actifs.net/" class="postlink" target="_blank" rel="nofollow"><img src="http://i48.servimg.com/u/f48/16/58/12/94/88-3110.jpg" border="0" alt="" /></a>
<a href="http://enferme-moi.purforum.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://nsa25.casimages.com/img/2011/01/22/110122095215949797.gif" border="0" alt="" /></a><a href="http://mangas-world.creerforums.com/forum.htm" class="postlink" target="_blank" rel="nofollow"><img src="http://i26.servimg.com/u/f26/14/66/22/24/iu10.png" border="0" alt="" /></span><span></a><a href="http://jankenpon.forumsactifs.com" class="postlink" target="_blank" rel="nofollow"><img src="http://i54.tinypic.com/2cirkx.png" border="0" alt="" /></a><a href="http://the-whims-of-morsure.over-blog.fr/" class="postlink" target="_blank" rel="nofollow"><img src="http://img11.hostingpics.net/pics/689812Sanstitre1.gif" border="0" alt="" /></a><a href="http://imagination-concours.forumactif.fr/" class="postlink" target="_blank" rel="nofollow"><img src="http://img11.hostingpics.net/pics/54686010035.png" border="0" alt="" /></a><a href="http://yu-no-sekai.forumgratuit.org/" class="postlink" target="_blank" rel="nofollow"><img src="http://i23.servimg.com/u/f23/16/13/22/11/yunose11.jpg" border="0" alt="" /></a><a href="http://lgdc-warriors.forumgratuit.org/" class="postlink" target="_blank" rel="nofollow"><img src="http://nsa20.casimages.com/img/2011/06/21/110621025026809232.png" border="0" alt="" /></span><span></a><a href="http://tsug.forumgratuit.org/" title="The Space Universe Of Game" class="postlink" target="_blank" rel="nofollow"><img src="http://i29.servimg.com/u/f29/16/59/78/49/bannia10.jpg" border="0" alt="Resident evil" width="88" height="31"/></a><a href="http://government-project.forumactif.biz" title="Government Project" class="postlink" target="_blank" rel="nofollow"><img src="http://i49.servimg.com/u/f49/16/29/60/63/bouton12.jpg" border="0" alt="Resident evil" width="88" height="31"/></a><a href="http://happygraph.forumsactifs.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i42.servimg.com/u/f42/15/92/37/79/bouton10.png" border="0" alt="" /></a><a href="http://otaku-spirit.forumgratuit.org" title="Otaku Spirit" ><img src="http://yamishadow.vndv.com/otaku/bannpart.jpg" width="88" heigth="31" /></a><a href="http://mangas-rpg.forumgratuit.org/" class="postlink" target="_blank" rel="nofollow"><img src="http://img594.imageshack.us/img594/2246/templatedq.png" border="0" alt="" /></a></span></div></center>
</body></p>

{AUTO_DST}
Sawaaa

Sawaaa
Nouveau membre

Messages : 11
Inscrit(e) le : 25/09/2011

http://graph-soul.forumactif.org/
Sawaaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Invité Mer 5 Oct 2011 - 21:40

Bonsoir,

La partie concernée dans votre template est celle-ci:
Code:
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"><td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50" align="center">
<h{catrow.forumrow.LEVEL} class="hierarchy"></div>
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><img src="http://i41.servimg.com/u/f41/13/41/85/38/teste_10.png">{catrow.forumrow.FORUM_NAME}</a>
 
</span>
 
 
 
 
</td>
<td class="align="center" valign="middle" height="50">
 
        <span class="gensmall"><div class="derniersmess"><span class="postimg"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span>{catrow.forumrow.LAST_POST}<BR><table width="100%"><tr><td><b>Sujets:</b>  {catrow.forumrow.TOPICS} || <b> Posts:</b> {catrow.forumrow.POSTS}</div></span></td></tr></table></span>
Il y a beaucoup de balises imbriquées et certaines ne sont pas fermées, d'autres pas ouvertes, j'étais un peu perdue dans tout ça. Le principe est de passer la colonne du tableau contenant l'image et les derniers messages avant la colonne contenant la description. Donc, remplacez la partie indiquée ci-dessus par:
Code:
<td class="align="center" valign="middle" height="50">
          <div class="derniersmess"><span class="postimg"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span><span class="gensmall">{catrow.forumrow.LAST_POST}</span><BR><table width="100%"><tr><td><span class="gensmall"><b>Sujets:</b>  {catrow.forumrow.TOPICS} || <b> Posts:</b> {catrow.forumrow.POSTS}</span></td></tr></table></div>   
 </td> 
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"><div class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50" align="center">
<h{catrow.forumrow.LEVEL} class="hierarchy"></div>
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><img src="http://i41.servimg.com/u/f41/13/41/85/38/teste_10.png" />{catrow.forumrow.FORUM_NAME}</a>
 </td>
J'ai remplacé une td ouverte par div car vous aviez une div fermée mais pas ouverte, et j'ai retiré un </span> qui était tout seul.

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Sawaaa Jeu 6 Oct 2011 - 18:17

Merci beaucoup, le seul problème c'est que maintenant la "case" est toute petite et le nom n'est plus centré en haut. :/ (voir image ci-dessous)
Spoiler:
Sawaaa

Sawaaa
Nouveau membre

Messages : 11
Inscrit(e) le : 25/09/2011

http://graph-soul.forumactif.org/
Sawaaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Invité Sam 8 Oct 2011 - 15:14

Bonjour,
J'ai modifié le code javascript, ajouté un valign="top" et des balises center.
Remplacer tout ce qui est compris entre <!-- DEBUT MODIF ONGLETS --> et <!-- BEGIN forum_link -->
par:
Code:
<!-- DEBUT MODIF ONGLETS -->
 
 
 <script type="text/javascript">
    <!--
 
    document.write('<div align="center" style="display:none;height:0px;" id="conteneur_barre_onglet">
    <ul class="conteneur_onglets">
 
    <li onClick="change_cat(1)" class="onglet actif" id="onglet_1"> Avant tout. </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(2)" class="onglet " id="onglet_2"> Graphisme </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(3)" class="onglet " id="onglet_3"> Loisirs </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(4)" class="onglet " id="onglet_4"> Flood </li>
</ul>
<ul class="conteneur_onglets">
    <li onClick="change_cat(5)" class="onglet " id="onglet_5">Coin RPG</li>
 
    </ul></div>');
 
    var compteur_cat = 1;
 
    function change_cat(numero)
    {
      if(document.getElementById('categorie_'+numero))
      {
          /* affichage de la bonne categorie */
          $('table[id^=categorie_]').css('display','none');
          $('table[id=categorie_'+numero+']').fadeIn();
         
          /* affichage du bon onglet */
          $('.actif').removeClass("actif");
          $('.onglet[id=onglet_'+numero+']').addClass("actif");
      }
    }
 
    function capture_cat()
    {
      if(compteur_cat == 1)
      {
          document.write('<table class="forumline" width="100%" id="categorie_' + compteur_cat + '" >');
      }
      else
      {
          $('#conteneur_barre_onglet').css("display","block");
          document.write('<table class="forumline" width="100%"  id="categorie_' + compteur_cat + '" style="display:none;">');
      }
     
      compteur_cat++;
    }
 
    //-->
    </script>
 
 
    <!-- BEGIN catrow --><!-- BEGIN tablehead -->
 
 
  <script type="text/javascript">
    <!--
      capture_cat();
    //-->
    </script>
 
    <!-- FIN MODIF ONGLETS -->
 
 
  <tr>
    <td colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
    <div class="logo-titre"></div>
    <div class="titre-cat"><center>{catrow.tablehead.L_FORUM}</center></div>
 
    </td>
                </tr>
                <!-- END tablehead -->
                <!-- BEGIN cathead -->
 
 
 
<tr>
 
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="align="center" valign="middle" height="50" width="15%">
          <div class="derniersmess"><span class="postimg"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span><br/><span class="gensmall">{catrow.forumrow.LAST_POST}</span><BR><table width="100%"><tr><td><span class="gensmall"><b>Sujets:</b>  {catrow.forumrow.TOPICS} || <b> Posts:</b> {catrow.forumrow.POSTS}</span></td></tr></table></div>   
 </td> 
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="top"><div class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50" align="center">
<h{catrow.forumrow.LEVEL} class="hierarchy"></div>
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><img src="http://i41.servimg.com/u/f41/13/41/85/38/teste_10.png" />{catrow.forumrow.FORUM_NAME}</a>
 </td> 
 
<!-- BEGIN forum_link -->

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Sawaaa Sam 8 Oct 2011 - 15:40

Merci beaucoup pour ton aide !
Et encore désolé de demander un peu de temps mais lorsque je veux mettre du texte pour décrire tel ou tel partie du forum il se voit pas et je sais pas si c'est le code ou autre chose qui fait qu'il ne veut pas se montrer. :/
Sawaaa

Sawaaa
Nouveau membre

Messages : 11
Inscrit(e) le : 25/09/2011

http://graph-soul.forumactif.org/
Sawaaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Invité Lun 10 Oct 2011 - 14:14

Bonjour,

Effectivement, vous n'avez pas la variable qui correspond aux descriptions.
Dans votre template, cherchez:
Code:
<h{catrow.forumrow.LEVEL} class="hierarchy"></div>
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><img src="http://i41.servimg.com/u/f41/13/41/85/38/teste_10.png" />{catrow.forumrow.FORUM_NAME}</a>
Et ajoutez juste après:
Code:
</h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Position des derniers posts.

Message par Sawaaa Lun 10 Oct 2011 - 20:05

Merci beaucoup ! \o/
Je vais éditer et mettre en résolu.
Sawaaa

Sawaaa
Nouveau membre

Messages : 11
Inscrit(e) le : 25/09/2011

http://graph-soul.forumactif.org/
Sawaaa a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum