Le Deal du moment :
WD Green SN350 – Disque SSD interne NVMe M.2 ...
Voir le deal
99.99 €

Demande d'aide

Demande d'aide Empty Jeu 14 Juil - 11:27
Bonjour à vous,

Ce sujet n'est pas une commande mais plus une demande d'aide afin de finaliser mon code de mes catégories dont j'ai vraiment du mal à terminer.

Je ne sais pas si vous allez pouvoir/vouloir m'aider mais qui ne tente rien n'a rien comme on dit.

Je vous poste donc un peu tout le bazar en vous donnant les explications :


Voilà, j'espère que vous me viendrez en aide et je vous remercie par avance pour votre temps ♥

Glaucophane.
Revenir en haut Aller en bas
Demande d'aide Empty Ven 15 Juil - 4:52
Bonjour,

Remplacer l'intégralité du template index_box par :

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}<br />
            {CURRENT_TIME}<br />
            </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><br />
            <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
            <!-- 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="1" cellpadding="0">
  <tr>
  <td>
          <div class="tleCAT">{catrow.tablehead.L_FORUM}<div class="decoCAT"></div></div>
          </td>
          </tr>
                <!-- END tablehead -->

                <!-- BEGIN cathead -->
            <tr>
              <td class="{catrow.cathead.CLASS_CAT}" colspan="3" 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><td><div class="FRM"><div class="boxFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><div class="decoTLE"></div></div><div class="lmsgFRM"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" /> {catrow.forumrow.LAST_POST}</div></div><div class="boxFRM"><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div></div> 
            </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 -->

Partie CSS :
Code:
/* TITRE CATEGORIE */
.tleCAT{
margin-bottom:5px;
padding-left:15px; text-align:left;
}
.tleCAT h2{
margin:0;
font-size:24px; font-family:Arial; text-transform:uppercase;
color:#111; /* MODIFIABLE */
}
/* BANDE TITRE CATEGORIE */
.decoCAT {
margin-top:5px;
width:25%; height:3px;
background:#8CBDBE; /* MODIFIABLE */
}
/* BLOC FORUM */
.FRM {
margin:5px auto; width:900px; text-align:center;
}
.boxFRM {
display:inline-block; vertical-align:top;
}
/* TITRE FORUM */
.tleFRM {
width:230px; height:45px; padding:15px 10px 0;
font-weight:bold; text-transform:uppercase; text-align:left; font-size:20px;
background:#f9f9f9; /* MODIFIABLE */
}
.tleFRM a  {
text-decoration:none; color:#222; /* MODIFIABLE */
}
/* BANDE TITRE FORUM */
.decoTLE {
margin-top:10px; margin-left:5px;
width:125px; height:1px;
background:black; /* MODIFIABLE */
}
/* BLOC DERNIER MESSAGE */
.lmsgFRM {
width:230px; height:50px; padding:10px;
font-size:11px;
background:lightgreen; color:black; /* MODIFIABLE */
}
.imgFRM {
float:left; margin-right:5px;
width:45px; height:45px;
}
/* DESCRIPTION */
.descFRM {
margin-left:20px;
width:580px; height:90px; padding:10px; overflow:auto;
background:#fff; color:#000; /* MODIFIABLE */
text-align:justify; font-size:11px;
}
.descFRM img {
float:left; margin-right:10px;
}
/* SOUS-FORUMS */
.sfFRM{
margin-top:1px; margin-left:20px;
height:17px; padding-top:2px; padding-right:10px;
text-align:right; font-size:11px;
background-color:#fff; color:#000; /* MODIFIABLE */
}
.sfFRM a {
color:#000; /* MODIFIABLE */
}

Merci d'adresser ce genre de requête à un forum se spécialisant en l'entraide à l'avenir.
Revenir en haut Aller en bas
Demande d'aide Empty Ven 15 Juil - 19:08
Bonjour,

Un immense remerciement pour votre aide.
Et oui, je penserai à aller d'abord contacter un forum d'entraide en premier lieu la prochaine, toutes mes excuses pour la gêne occasionnée.

En vous souhaitant une excellente continuation.
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum