Catégorie du forum

3 participants

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

En cours Catégorie du forum

Message par Kimi Kozuma Ven 7 Juin 2013 - 23:43

Bonsoir,

J'essaie en vain de refaire ça: Catégorie du forum Nu10
Mais manifestement, je n'ai pas trop compris le principe parce que je n'arrive qu'à faire ça: Catégorie du forum Captur11

Je mets mon template et le css ici au ca où:
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}
 
        {CURRENT_TIME}
 
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
 
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
 
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
 
 
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="10" cellpadding="0">
  <tr>
      <th nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
 
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <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>
  </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="arrondidesc" valign="top" width="100%" height="80">
 
<table border="0">
 <span class="forumlink">
              <center><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></center>
 
            </span><tr><td style="width:0% !important;"><div class="arrondistat" height="50" align="center">
        <span class="gensmall"> Sujets : {catrow.forumrow.TOPICS} | Messages : {catrow.forumrow.POSTS}</span> <br><br>
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </div>
 
<td width="100%">
 
<div class="description" valign="middle" align="justify" width="100%"><h{catrow.forumrow.LEVEL} class="hierarchy">
         
 
        </h{catrow.forumrow.LEVEL}>
        <div class="scroll">{catrow.forumrow.FORUM_DESC}</div>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
</div>
</td>
  <td class="imageforum"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td></tr></table>
 
      </td>
  </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 -->
 

Code:
last {
  background-color: #201b1a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-top: -70px;
  position: absolute;
  clear: both;    
}
.firstfon {
  background-color: #2b2726;
  width: 95%;
  border-bottom: #2b2726 20px solid;
}

Il y aurait-il une personne charitable pour me dire où ça cloche ? Je suis à bout là.

Merci d'avance Smile
avatar

Kimi Kozuma
****

Messages : 245
Inscrit(e) le : 03/06/2009

http://setmybodyfree.forumactif.fr/
Kimi Kozuma a été remercié(e) par l'auteur de ce sujet.

En cours Re: Catégorie du forum

Message par Kimi Kozuma Sam 8 Juin 2013 - 23:28

up
avatar

Kimi Kozuma
****

Messages : 245
Inscrit(e) le : 03/06/2009

http://setmybodyfree.forumactif.fr/
Kimi Kozuma a été remercié(e) par l'auteur de ce sujet.

En cours Re: Catégorie du forum

Message par Anzu Sam 8 Juin 2013 - 23:43

Bonsoir,

Il y a des erreurs dans le template. Relisez votre code. (vérifiez les balises)
Egalement, deux td qui s'ouvrent à la suite, ce n'est pas possible.

Au niveau de la structure.
Dans le deuxième tr (celui où se trouvent la description, derniers messages, sous forum, etc).
Il suffit de mettre le contenu dans l'ordre.

Code:
<tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td><td>description</td><td>sous forums</td><td>derniers messages</td></tr>

et la partie XX sujets xx messages, il faut la mettre dans un nouveau tr/td.

Vous avez déjà fait une bonne partie, vous devriez y arriver sans problème Smile

Cordialement
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

En cours Re: Catégorie du forum

Message par Matriochka Dim 16 Juin 2013 - 9:15

Catégorie du forum 24-emp10Bonjour,

Nous n'avons plus de nouvelle de l'auteur de ce sujet depuis plus de 7 jours. Nous considérons donc ce problème comme résolu ou abandonné. La prochaine fois, merci de nous tenir au courant de l'évolution de votre problème, ou à faire un UP régulièrement ! Wink

Ce sujet est corbeillé (rappel de pourquoi), merci d'ouvrir un nouveau sujet si nécessaire, en respectant les Règles générales du forum.

A bientôt sur ForumActif Smile
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

Matriochka 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