Bonsoir, j'aimerais faire par de mon problème.
Je viens de faire tranquilement mes codages de template quand j'ai remarquer plusieurs choses qui avaient disparût
Pour pouvoir bien vous l'expliquer, j'ai prie plusieurs screen avec des carrée de couleur.
https://2img.net/r/hpimg15/pics/178422image1.png
La première image avec le carré vert:
Il s'agit de ma catégories, mais comme on peut le constater, il n'y en a qu'une seule =/
généralement des qu'on créer un new "forum" on en a un autre
la première image avec le carré rouge:
Je ne sais pas se que sait et j'aimerais le suprimée
https://2img.net/r/hpimg15/pics/232523image2.png
La deuxième image:
Il y a un enorme vide, il s'agit certainement des autres catégories
Donc voici mes probleme, je vous met mes codes pour trouvée se qu'il pourrait cloché:
HTML:
- Code:
-
<div class="titre_image"><img src="http://img11.hostingpics.net/pics/238303604.png"/></div><div class="fond_description"><p><br>Salut à tous et soyez les bienvenue dans la tanière des Lone Wolves. Avant de commencer ton aventure, n'oublie pas de passer dans les règlement de la guilde!
</div><div class="stats_image"><img src="http://img11.hostingpics.net/pics/823361915.png"/></div><div class="gros_image"><img src="http://img15.hostingpics.net/pics/235373titre.png"/></div>
CSS:
- Code:
-
/*categorie*/
.cathead
{
background: url('http://img4.hostingpics.net/pics/387555categories02.png') top center no-repeat;
width: 940px;
height: 211px;
margin: auto; /*Permet de centrer la partie du corps*/
}
.catbody
{
background: url('http://img4.hostingpics.net/pics/308405categories03.png') center repeat-y;
width: 940px;
margin: auto;
}
.catfoot
{
background: url('http://img4.hostingpics.net/pics/767807categories04.png') bottom center no-repeat;
width: 940px;
height: 194px;
margin: auto;
}
.forumline{
border-bottom: 6px #787161 solid;
border-top: 6px #787161 solid;
border-right: 1px #787161 solid;
border-left: 1px #787161 solid;}
.categories_fond{
height: 250px;
width: 863px;
}
.image{
height: 163px;
width: 167px;
position: absolute;
float: left;
left: 240px;
top: 880px;
}
.block_deux{
background: #ffffff;
height: 130px;
width: 450px;
position: absolute;
float: left;
font-size: 12px;
left: 440px;
top: 885px;
margin-top: 10px;
text-align: center;
}
.fond_description{
height: 130px;
width: 450px;
position: absolute;
float: left;
color:#577377;
font-size: 12px;
left: 0px;
top: 10px;
margin-top: 10px;
z-index: 1;
}
.liens{
height: 30px;
width: 450px;
background-image:url('http://img11.hostingpics.net/pics/788536913.png');
position: absolute;
float: left;
color:#577377;
font-size: 12px;
left: 440px;
top: 1030px;
margin-top: 10px;
}
.block_quatre{
height: 170px;
width: 174px;
position: absolute;
float: left;
left: 940px;
top: 950px;
font-size: 12px;
}
.titre{
height: 50px;
width: 230px;
background: #000000;
position: absolute;
float: left;
left: 430px;
top: 30px;
}
.titre_image{
height: 30px;
width: 470px;
position: absolute;
float: left;
left: -10px;
top: -7px;
z-index: 2;
}
.stats_image{
height : 170px;
width: 174px;
position: absolute;
float: left;
left: 480px;
top: -20px;
}
.gros_titre{
height: 50px;
width: 300px;
background: #000000;
position: absolute;
float: left;
left: 450px;
top: 830px;
}
.gros_image{
height: 50px;
width: 300px;
position: absolute;
float: left;
left: -70px;
top: -110px;
z-index: 2;
}
/*fin*/
Template:
- 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 -->
<div class="cathead"></div><div class="catbody">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr style="display:none;">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<!-- END cathead -->
<!-- BEGIN forumrow -->
<div class="categories_fond">
<div class="image"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
<div class="block_deux">{catrow.forumrow.FORUM_DESC}</div>
<div class="liens"><table>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</table>
</div>
<div class="block_quatre">Sujet: {catrow.forumrow.TOPICS} Message: {catrow.forumrow.POSTS}<p> {L_LASTPOST}
</p>
</div>
<div class="titre"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
</div><div class="catfoot"></div>
<img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
et voici le lien du forum =)
http://lone-wolves.forumactif.org/?tt=1
Merci d'avance à ceux qui pourrait me trouver une solution