MyBB.support, le portail francophone de MyBB

Version complète : Forum non visible sur Mozilla
Vous consultez actuellement la version basse qualité d’un document. Voir la version complète avec le bon formatage.


*Description détaillée de votre problème, y compris les étapes pour que nous puissions le reproduire si nécessaire:
L'accès au forum ne marche pas sous Mozilla, du moin, il ne s'affiche pas.

*URL de votre forum/URL de la page posant problème:
http://mesdecouvertes.legtux.org/

*Indiquer si c'est une nouvelle installation (version et pack utilisé) ou une mise à jour (de quelle version vers quelle version de MyBB, pack utilisé pour la mise à jour):
1.6.10

*Fournir un compte d'utilisateur test (nécessaire pour visualiser beaucoup de problèmes d'envoi de messages/de panneau de configuration utilisateur etc...):
Fourni dans l'espace prévu

*Des captures d'écran ou le texte d'erreur, le plus précisément possible.
Dans certains cas, il pourra être nécessaire de fournir également un compte Admin:

Mozzila: http://img4.hostingpics.net/pics/125621Mozzila.png
Chrome: http://img4.hostingpics.net/pics/760719Chrome.png

Merci
Normal, il y a une syntaxe complètement erronée das le template header

Code PHP :
<div id="headersection">
<
div class="header">
<
div class="logo"><a href="http://mesdecouvertes.legtux.org/index.php"><img src="http://mesdecouvertes.legtux.org/images/reflex/logo.png" border="0" alt="Forum Tainela - NON officiel !" title="Forum Tainela - NON officiel !" /></a></div>
<
div class="banner">
</
div>
</
div>
<
ul id="menu" ="center">
<
center><li><a href="http://mesdecouvertes.legtux.org/index.php" title="Accueil><b>Home</b></a></li>
<li><a href="
http://mesdecouvertes.legtux.org/search.php" title="Recherche"><b>Recherche</b></a></li>
<li><a href="http://mesdecouvertes.legtux.org/memberlist.php" title="Liste des membres"><b>Liste des membres</b></a></li>
<
li><a href="http://mesdecouvertes.legtux.org/calendar.php" title="Calendrier"><b>Calendrier</b></a></li>
<
li><a href="http://mesdecouvertes.legtux.org/misc.php?action=help" title="Aide"><b>Aide</b></a></li>
<
li><a href="http://new.tainela.com/"><b>Le Site</b></a></li>
<
li><a href="http://new.tainela.com/?p=1&ladder"><b>Communauté</b></a></li>
</
center></ul>
</
div>
</
div

Code :
<div class="banner">
</div>
=>un div pour rien ?!
Code :
<ul id="menu" ="center">
=>ça n'a pas de sens !
Code :
<ul id="menu" ???????="center">
Peut-être est-ce :
Code :
<ul id="menu"> <center>
puisq'on a un </center> plus bas ? (balise non recommandée par W3C)
Code :
title="Accueil
sans guillemet de fermeture, des </div> doublés, voire triplés, bref il faudrait mettre un peu d'ordre !
Bref c'est un codage catastrophique.

Firefox est certes moins "tolérant" que IE mais ce sont des erreurs grossières et il est normal que si tous les <div> sont fermés, l’affichage de la page s’arrête !
Salut !
Effectivement je code comme un cochon.
J'ai remis le code a propre :
Code PHP :
<a name="top" id="top" />

<
div id="headersection">
<
div class="header">
<
div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}style="border:0px;" alt="{$mybb->settings['bbname']}title="{$mybb->settings['bbname']}/></a></div>

</
div>
<
ul id="menu" style="text-align:center;">
<
li><a href="{$mybb->settings['bburl']}/index.php" title="Accueil"><b>Home</b></a></li>
<
li><a href="{$mybb->settings['bburl']}/search.php" title="{$lang->toplinks_search}"><b>{$lang->toplinks_search}</b></a></li>
<
li><a href="{$mybb->settings['bburl']}/memberlist.php" title="{$lang->toplinks_memberlist}"><b>{$lang->toplinks_memberlist}</b></a></li>
<
li><a href="{$mybb->settings['bburl']}/calendar.php" title="{$lang->toplinks_calendar}"><b>{$lang->toplinks_calendar}</b></a></li>
<
li><a href="{$mybb->settings['bburl']}/misc.php?action=help" title="{$lang->toplinks_help}"><b>{$lang->toplinks_help}</b></a></li>
<
li><a href="http://new.tainela.com/"><b>Le Site</b></a></li>
<
li><a href="http://new.tainela.com/?p=1&ladder"><b>Communauté</b></a></li>
</
ul>
</
div>
</
div>
<
div id="container">

            
            <
hr class="hidden" />
            {
$pm_notice}
            {
$bannedwarning}
            {
$bbclosedwarning}
            {
$unreadreports}
            {
$pending_joinrequests}

<
div id="content">


<
div id="panel">
                {
$welcomeblock}
            </
div

Mais cela ne fonctionne toujours pas.
Je pense que ça peut venir de mon panel moi, car avant modification complète du menu panel, tous fonctionnait mais de ou ? Je ne sais pas
J'ai aussi remarqué que si je désactive dans Firebug, le code !
<hr class="hidden"> (juste après <div id="container">) tout s'afficha, mal, mais ça s'affiche.

Ce n'est pas a raison, il y a trop d'erreurs de syntaxe tout simplement !
Modification effectué.
Si je comprend bien ce que vous me dites, je doit refaire tous mes codes au propres ?
Merci
(29-07-2013, 20:49)xEvengelion a écrit : [ -> ]Modification effectué.
Si je comprend bien ce que vous me dites, je doit refaire tous mes codes au propres ?
Merci

Ce serait une excellente idée ! Je crois que c'est plus qu'urgent de commencer par corriger ces "tonnes" d'erreurs de syntaxe CSS/HTML !

Par exemple, que penses-tu de ces aberrations dans global.css ?
Code PHP :
.header {
    
backgroundimg src="http://mesdecouvertes.legtux.org/images/reflex/logo.png";

qui devrait être :
Code PHP :
.header {
    
backgroundurl(/images/reflex/logo.png);


<img src=".."> c'est du HTML pas du CSS !

Même erreur (2 fois) dans :
Code PHP :
#container {
    
backgroundimg scr="http://mesdecouvertes.legtux.org/images/reflex/bg.jpg";
    
width1024px;
    
colorimg scr="http://mesdecouvertes.legtux.org/images/reflex/bg.jpg";
    
border0px solid;
    
marginauto auto;
    
    
text-alignleft;
    
background-repeatrepeat-y;


Et là c'est img scr !!!!

Ici, padding: auto; n'existe pas !

Code PHP :
.tborder {
    
width100%;
    
marginauto auto;
    
paddingauto;


Ici, font-size: bold 9px; est incorrect ! C'est font-size: 9px; font-weight: bold;

Code PHP :
.thead1 {
    
background#004d82 url(../../../images/reflex/cat.gif) repeat-x top left;
    
color#ffffff;
font-sizebold 9px;


Dans .tcat, l'accolade de fermeture est doublée :
Code PHP :
.tcat a:hover, .tcat a:active {
    
color#fff;
}


.flinks a:hover n'est pas refermé : '}'
Code PHP :
.flinks a:hover {
color:#ffffff;
text-decoration:underline;
.
secimler {
float:left;
margin:15px 0px 0px 10px;


Dans .hidetags_body, il manque le # devant FFF :
Code PHP :
.hidetags_body {
    
backgroundFFF;
    
padding4px;
    
border1px solid #CCC;
    
border-top0;
    
color#000;
    
margin0 0 4px 0;


Dans .novastats, c'est quoi cette ligne : d5dde5: ; ?
Code PHP :
.novastats {
    
background#ffffff;
    
margin0px 0 20px 0;
    
padding8px 20px;
    
border-bottom3px solid #506a01;
    
border-top1px solid #506a01;
    
border-left1px solid #506a01;
    
border-right1px solid #506a01;
    
d5dde5: ;


Et dans le code source de la page, au début de index_boardstats ;
Code PHP :
<div style="padding:8px; 0; 8px; 0;"></div
C'est quoi tous ces points-virgule ?
Ce devrait être :
Code PHP :
<div style="padding:8px 0 8px 0;"></div

J'en passe et des meilleures !!!
Je n'ai pas tout relevé, il y en a vraiment trop !

C'est le fouillis le plus complet !! Wink

Même en faisant preuve de la meilleure volonté, comment veux-tu qu'un navigateur digne de ce nom (je parle de Firefox) n'y perde pas son latin ?

Pas convaincu ?
Tiens, regarde la validation W3C :

Pour le CSS : 34 erreurs
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fmesdecouvertes.legtux.org%2Findex.php

Pour lez code HTML : 118 Errors, 55 warning(s)
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmesdecouvertes.legtux.org%2Findex.phphttp://validator.w3.org

Sans régler un maximum de ces problèmes il sera difficile d'afficher correctement la page !
D'accord merci, je vais régler tous ça, je reviens une fois que c'est fait.
Vous avez une technique pour tous repéré, ou a la vue ?
Merci
Les liens de validation fournis par spyto vous indiqueront l'emplacement et la nature de la plupart de vos erreurs, si ce n'est toutes.
(30-07-2013, 0:17)Saphir a écrit : [ -> ]Les liens de validation fournis par spyto vous indiqueront l'emplacement et la nature de la plupart de vos erreurs, si ce n'est toutes.

Effectivement, je n'avait pas vue.
Lors de ma correction de texte HTML, j'ai vu qu'ils me l'avaient corrigée eux même.
Code PHP :
<!-- startindex -->
<
html xml:lang="fr" lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<
title>Forum Tainela NON officiel !</title>
<!-- 
startheaderinclude -->
<
link rel="alternate" type="application/rss+xml" title="Derniers sujets (RSS 2.0)" href="http://mesdecouvertes.legtux.org/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="Derniers sujets (Atom 1.0)" href="http://mesdecouvertes.legtux.org/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/prototype.js?ver=1603">
</script>
<script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/general.js?ver=1603">
</script>
<script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/popup_menu.js?ver=1600">
</script>
<link type="text/css" rel="stylesheet" href="http://mesdecouvertes.legtux.org/cache/themes/theme4/global.css" />
<link type="text/css" rel="stylesheet" href="http://mesdecouvertes.legtux.org/cache/themes/theme4/css3.css" />
<script type="text/javascript">
//<![CDATA[
<!--
        var cookieDomain = ".mesdecouvertes.legtux.org";
        var cookiePath = "/";
        var cookiePrefix = "";
        var deleteevent_confirm = "Êtes-vous sûr de vouloir supprimer cet événement ?";
        var removeattach_confirm = "Êtes-vous sûr de vouloir supprimer la pièce jointe sélectionnée ?";
        var loading_text = 'Chargement. <br />Patientez...';
        var saving_changes = 'Sauvegarde des changements...';
        var use_xmlhttprequest = "1";
        var my_post_key = "ccf7a5a9088c9f4ec721df6598a99701";
        var imagepath = "images/reflex";
// -->
//]]>
</script><!-- end: headerinclude -->

<script type="text/javascript">
//<![CDATA[
<!--
        lang.no_new_posts = "Ce forum ne contient pas de nouveau message";
        lang.click_mark_read = "Cliquer pour marquer ce forum comme lu";
// -->
//]]>
</script>
<style type="text/css">
/*<![CDATA[*/


.alert {
    background: #FFF6BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.notice {
    background: #ADCBE7;
    border-top: 2px solid #0F5C8E;
    border-bottom: 2px solid #0F5C8E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.notice2 {
    background: #D6ECA6;
    border-top: 2px solid #8DC93E;
    border-bottom: 2px solid #8DC93E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}
/*]]>*/
</style>

<style type="text/css">
/*<![CDATA[*/
 div.c12 {float:left; width:58%}
 span.c11 {color: green;}
 div.c10 {padding:8px; 0; 8px; 0;}
 div.c9 {float:right; width:40%}
 div.c8 {padding:5px 15px}
 div.c7 {text-align: center}
 div.c6 {text-align: center;}
 span.c5 {text-decoration: underline}
 td.c4 {white-space: nowrap}
 span.c3 {float: right;}
 ul.c2 {text-align:center;}
 img.c1 {border:0px;}
/*]]>*/
</style>
</head>
<body>
<!-- start: header -->
<a name="top" id="top"></a>
<div id="headersection">
<div class="header logo"><a href="http://mesdecouvertes.legtux.org/index.php"><img src="http://mesdecouvertes.legtux.org/images/reflex/logo.png" class="c1" alt="Forum Tainela - NON officiel !" title="Forum Tainela - NON officiel !" /></a></div>
<ul id="menu" class="c2">
<li><a href="http://mesdecouvertes.legtux.org/index.php" title="Accueil"><strong>Home</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/search.php" title="Recherche"><strong>Recherche</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/memberlist.php" title="Liste des membres"><strong>Liste des membres</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/calendar.php" title="Calendrier"><strong>Calendrier</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/misc.php?action=help" title="Aide"><strong>Aide</strong></a></li>
<li><a href="http://new.tainela.com/"><strong>Le Site</strong></a></li>
<li><a href="http://new.tainela.com/?p=1&amp;ladder"><strong>Communauté</strong></a></li>
</ul>
</div>
<div id="container">
<div id="content">
<div id="panel"><!-- start: header_welcomeblock_guest -->
<script type="text/javascript">
//<![CDATA[
<!--
        lang.username = "Utilisateur";
        lang.password = "Mot de passe";
        lang.login = "Se connecter";
        lang.lost_password = " &mdash; <a href=\"http://mesdecouvertes.legtux.org/member.php?action=lostpw\">Mot de passe oublié ?<\/a>";
        lang.register_url = " &mdash; <a href=\"http://mesdecouvertes.legtux.org/member.php?action=register\">S'enregistrer<\/a>";
        lang.remember_me = "Se rappeler";
// -->
//]]>
</script> <span class="c3"><strong>Date actuelle :</strong> 07-30-2013, 03:48 PM</span> <span id="quick_login">Bienvenue, Visiteur ! (<a href="http://mesdecouvertes.legtux.org/member.php?action=login" onclick="MyBB.quickLogin(); return false;">Connexion</a> - <a href="http://mesdecouvertes.legtux.org/member.php?action=register">S'enregistrer</a>)</span> <!-- end: header_welcomeblock_guest --></div>
<p class="notice2"><strong>Bienvenu:</strong> Je tien a dire que ce n'est pas le forum officiel de Tainela, mais comme il n'y en a pas, j'en est crée un moi même. Bonne visite !</p>
<p class="notice"><strong>Inscription:</strong> N'oubliez pas de vous inscrire ! <a href="http://mesdecouvertes.legtux.org/member.php?action=register">Clique ici !</a></p>
<!-- end: header -->
<table width="100%" border="0">
<tr>
<td width="75%" valign="top"><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_1_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=1">News &amp; Info <em><small>(seul le membre staff peut postez ici)</small></em></a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_2" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=2">Le Serveur</a></strong>
<div class="smalltext">Toutes les information du serveurs se trouvent ici (<span class="c5">certaine informations ne seront pas officiel, mais des supposition du as ce que nous n'avons aucun contact avec le staff</span>)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_3" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=3">Le Forum</a></strong>
<div class="smalltext">Les informations du forum sont officiel, elle vas parlez des modifications du forum <span class="c5">et de ses règles</span>.</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_6_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=6">Communauté</a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_6_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/on.gif" alt="Ce forum contient de nouveaux messages" title="Ce forum contient de nouveaux messages" class="ajax_mark_read" id="mark_read_7" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=7">Présentation</a></strong>
<div class="smalltext">Nouveau sur le forum ou sur le serveur ? Viens te présenter ici pour qu'on te connaissent mieux !</div>
</td>
<td class="trow2 c4" valign="top" align="center">1</td>
<td class="trow2 c4" valign="top" align="center">1</td>
<td class="trow2 c4" valign="top" align="right"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext"><a href="showthread.php?tid=5&amp;action=lastpost" title="Présentation Looping !"><strong>Présentation Looping !</strong></a><br />
Hier 08:06 PM<br />
par <a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=1">Looping</a></span> <!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_8" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=8">Truc's &amp; Astuces</a></strong>
<div class="smalltext">Tu veux faire partager tes astuces en PVP, PVM, Drop, XP, ou autres ? Bas allez, c'est ici ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_9" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=9">Bestiaire</a></strong>
<div class="smalltext">Le bestiaires et à compléter par vous ! (messages activation par les staff pour ne pas mettre que des conneries ;) )</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_10" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=10">Guilde</a></strong>
<div class="smalltext">Présente ta guilde, en quelques images, mots, vidéo... Des events PVP-Guilde sont a prévoir ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_11" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=11">Place marchande !</a></strong>
<div class="smalltext">Ici, tu peut promouvoire la ventes de tes items/ressources ! Plus tu peut aussi demandez des ressources ou items.</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_12" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=12">Suggestions</a></strong>
<div class="smalltext">Une suggestions à faire ? Passe par ici, et espère qu'un modérateur la lis x)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_13_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=13">Support</a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_13_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_14" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=14">Plaintes</a></strong>
<div class="smalltext">Pour un dépôts de plainte, il te faut des captures d'écran !</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_15" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=15">Bug</a></strong>
<div class="smalltext">Tu remarque un bug sur le forum ou sur le jeux ? Dépose la ici avec des captures d'écran pour plus de compréhension :)</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_16" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=16">Demande de dé-bannissement</a></strong>
<div class="smalltext">Les demandes de dé-bannissement se font ici, mais ne seront surement pas prise en compte, a moins qu'un membre du staff de Tainela passe ici. Tante ta chance ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_17" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=17">Contact avec l'équipe</a></strong>
<div class="smalltext">Les contact joueur/staff se font ici, mais ne seront surement pas prise en compte, a moins qu'un membre du staff de Tainela passe ici, cependant il y a l'équipe du forum !</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --></td>
<td width="25%" valign="top">
<table width="100%" border="0">
<tbody>
<tr>
<td width="75%" valign="top">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div><strong>               <img src="http://mesdecouvertes.legtux.org/images/reflex/note.png" alt="** PLEASE DESCRIBE THIS IMAGE **" />   Ecoutez la radio    <img src="http://mesdecouvertes.legtux.org/images/reflex/note.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="trow1" valign="top"><a href="http://www.funodio.com"><img src="http://mesdecouvertes.legtux.org/images/reflex/listen.png" alt="Image" onmouseover="javascript:this.src='http://mesdecouvertes.legtux.org/images/reflex/listen2.png';" onmouseout="javascript:this.src='http://mesdecouvertes.legtux.org/images/reflex/listen.png';" /></a>
<div class="c7"><strong><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="191" height="46"><param name="movie" value="http://funodio.com/player/ffmp3-config.swf" />
<param name="flashvars" value="url=http://listen.radionomy.com/funo-dio&amp;lang=auto&amp;codec=mp3&amp;volume=80&amp;introurl=&amp;autoplay=false&amp;tracking=true&amp;jsevents=false&amp;buffering=5&amp;skin=http://funodio.com/player/ffmp3-compact.xml&amp;title=Funodio&amp;welcome=Bienvenue%20sur%20la%20radio%20funodio.com" />
<param name="wmode" value="window" />
<param name="allowscriptaccess" value="always" />
<param name="scale" value="noscale" />
<embed src="http://funodio.com/player/ffmp3-config.swf" flashvars="url=http://listen.radionomy.com/funo-dio&amp;lang=auto&amp;codec=mp3&amp;volume=80&amp;introurl=&amp;autoplay=false&amp;tracking=true&amp;jsevents=false&amp;buffering=5&amp;skin=http://funodio.com/player/ffmp3-compact.xml&amp;title=Funodio&amp;welcome=Bienvenue%20sur%20la%20radio%20funodio.com" width="191" scale="noscale" height="46" wmode="transparent" allowscriptaccess="always" type="application/x-shockwave-flash" /></object></strong></div>
</td>
</tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div><strong>            <img src="http://mesdecouvertes.legtux.org/images/reflex/Guilde.png" alt="** PLEASE DESCRIBE THIS IMAGE **" />   La guilde du moment !    <img src="http://mesdecouvertes.legtux.org/images/reflex/Guilde.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="trow1" valign="top">
<div class="c7"><strong>Actuellement, aucune guilde n'est promu Guilde du moment !</strong></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<!-- start: index_boardstats -->
<div class="statsmenu"><span class="smalltext"><a href="misc.php?action=markread">Marquer tous les forums comme lus</a> <a href="showteam.php">L'équipe du forum</a> <a href="stats.php">Statistiques du forum</a></span></div>
<div class="novastats">
<div class="c12"><!-- start: index_whosonline -->
<br />
<div class="c8"></div>
<hr />
<div class="stats c9"><!-- start: index_stats --></div>
<br />
<div class="c8"></div>
<br />
<br />
<br />
<br class="clear" />
<div class="c10"></div>
<table>
<tr>
<td class="trow_sep" colspan="2"><span class="title"><strong>Qui est en ligne</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">5 utilisateurs actif(s) durant les 15 dernières minutes - (1 membre, dont 0 sont invisible(s), et 4 visiteurs).<br />
<a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=1"><span class="c11"><strong><em>Looping</em></strong></span></a></span><br /></td>
</tr>
<!-- end: index_whosonline -->
<tr>
<td class="trow_sep" colspan="2"><span class="title"><strong>Statistiques du forum</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">Nos membres ont créé un total de 1 messages dans 1 sujets.<br /></span>
<hr />
<span class="smalltext">Nous avons actuellement 3 membres enregistrés.<br /></span>
<hr />
<span class="smalltext">Bienvenue à notre nouveau membre, <strong><a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=3">MyBB_User</a></strong><br /></span>
<hr />
<span class="smalltext">Le record d'utilisateurs en ligne est de 5 (le 07-28-2013 à 05:41 AM)</span></td>
</tr>
<!-- end: index_stats -->
<!-- end: index_boardstats -->
<tr>
<td></td>
</tr>
<tr align="center">
<td class="trow2"><img src="images/reflex/on.gif" alt="Ce forum contient de nouveaux messages" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum contient de nouveaux messages</div>
</td>
<td class="trow2"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum ne contient pas de nouveau message</div>
</td>
<td class="trow2"><img src="images/reflex/offlock.gif" alt="Ce forum est verrouillé" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum est verrouillé</div>
</td>
</tr>
</table>
<!-- start: footer -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img src="http://mesdecouvertes.legtux.org/task.php" border="0" width="1" height="1" alt="" /><!-- End task image code --></div>
<br /></div>
<div class="tcat c7"><small><strong>Forum Tainela - NON officiel ! © 2013.</strong></small></div>
<div class="footer_out">
<table width="100%" cellspacing="0" cellpadding="0" class="footer">
<tr>
<td class="footer_box" width="50%" valign="top">
<div class="footer_h2">Forum Tainela - NON officiel !</div>
<div class="footer_h2_bottom_1"></div>
<div class="footer_h2_bottom_2"></div>
<div class="footer_h1">
<ul class="footer_h1">
<li><a href="http://new.tainela.com/?p=10">F.A.Q</a></li>
<li><a href="/">Forum</a></li>
<li><a href="http://mesdecouvertes.legtux.org/archive/index.php">Version bas-débit (Archivé)</a></li>
<li><a href="http://mesdecouvertes.legtux.org/misc.php?action=syndication">Flux RSS</a></li>
</ul>
</div>
</td>
<td class="footer_box" width="50%" valign="top">
<div class="footer_h2">Liens utiles</div>
<div class="footer_h2_bottom_1"></div>
<div class="footer_h2_bottom_2"></div>
<div class="footer_h1">
<ul class="footer_h1">
<li><a href="http://mesdecouvertes.legtux.org/stats.php">Statistiques</a></li>
<li><a href="http://mesdecouvertes.legtux.org/showteam.php">Equipe FORUM</a></li>
<li><a href="#content">Retourner au contenu</a></li>
<li><a href="#" class="totop">Retourner en haut</a></li>
</ul>
</div>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="100%" colspan="3" align="center" class="c12"><!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
                     It must contain the links to the MyBB website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is free software, support us and we'll support you. -->
Moteur <a href="http://www.mybboard.net" target="_blank">MyBB®</a> , © 2002-2013 <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>. <!-- End copyright --></td>
</tr>
<tr>
<td width="100%" colspan="3" align="center" class="c12"><!-- You may NOT remove, modify or hinder the visibility of the Theme copyright at any time.
                     It must contain the links to the Solstice website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is a free theme, support us and we'll support you. -->
Theme "CS RefleX" by R[a]sh[3]r <strong>éditer par Looping pour Tainela [/code]<!-- End copyright --></strong></td>
</tr>
</table>
</div>
<!-- end: footer -->
<!-- end: index --></div>
</div>
</body>
</html> 

Ce code est-il bon ? Si oui sur quel fichier doit-je le mettre ? Car de modifier parti par parti avec ce code et un peut dure car je ne trouve pas quel parti coupée et a quels endroits.
Merci
Pour les CSS, ok, mais pour le HTML, il y a encore beaucoup de boulot :
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmesdecouvertes.legtux.org%2F
(30-07-2013, 12:26)spyto a écrit : [ -> ]Pour les CSS, ok, mais pour le HTML, il y a encore beaucoup de boulot :
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmesdecouvertes.legtux.org%2F

Je vois :p.
Mais aux niveau des erreurs qu'il me donne je comprend pas :
Code PHP :
<li><a href="http://new.tainela.com/?p=1&ladder"><b>Communauté</b></a></li
En quoi le "L" de "ladder" porte soucis ?
Merci
Ce n'est pas là le plus important !
Peut-être faudrait-il coder :
Code :
<li><a href="http://new.tainela.com/?p=1&amp;ladder"><b>Communauté</b></a></li>
Dans :
Code :
#content {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 0 solid;
    overflow: hidden;
    padding: 20px 10px;
    width: auto !important;
}
la ligne :
Code :
overflow: hidden;
indique que tout "dépassement" de bloc (div etc...) est caché.
Or comme ton code n'est pas "propre", il en existe certainement. Même si le CSS est valide, ça n'empêche pas qu'il y ait des largeurs trop grandes...

Si tu supprimes cette ligne (ou si tu mets overflow: visible; tu auras le plaisir de "voir" ton forum dans Firefox.
Mails il ne faut pas oublier de corriger un maximum d'erreurs.
Ceci n'est qu'un "emplâtre" en attendant la guérison complète.
Normalement ça doit marcher avec overflow:hidden (à condition de régler les blocs qui posent problème).
(30-07-2013, 12:51)spyto a écrit : [ -> ]Dans :
Code :
#content {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 0 solid;
    overflow: hidden;
    padding: 20px 10px;
    width: auto !important;
}
la ligne :
Code :
overflow: hidden;
indique que tout "dépassement" de bloc (div etc...) est caché.
Or comme ton code n'est pas "propre", il en existe certainement. Même si le CSS est valide, ça n'empêche pas qu'il y ait des largeurs trop grandes...

Si tu supprimes cette ligne (ou si tu mets overflow: visible; tu auras le plaisir de "voir" ton forum dans Firefox.
Mails il ne faut pas oublier de corriger un maximum d'erreurs.
Ceci n'est qu'un "emplâtre" en attendant la guérison complète.
Normalement ça doit marcher avec overflow:hidden (à condition de régler les blocs qui posent problème).

En effet, avec overflow: visible; le forum marche sous mozzila.
Je vais maintenant corriger tous mes problèmes. Bien le merci a vous !

Pouvez vous répondre à propos de mon message précédent avec le code ? Merci
(30-07-2013, 19:43)xEvengelion a écrit : [ -> ]Pouvez vous répondre à propos de mon message précédent avec le code ? Merci

Quel code ?... Rolleyes

Si c'est de ça que tu parles :
Citation :En quoi le "L" de "ladder" porte soucis ?
j'y ai déjà répondu !
(30-07-2013, 7:54)xEvengelion a écrit : [ -> ]
(30-07-2013, 0:17)Saphir a écrit : [ -> ]Les liens de validation fournis par spyto vous indiqueront l'emplacement et la nature de la plupart de vos erreurs, si ce n'est toutes.

Effectivement, je n'avait pas vue.
Lors de ma correction de texte HTML, j'ai vu qu'ils me l'avaient corrigée eux même.
Code PHP :
<!-- startindex -->
<
html xml:lang="fr" lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<
title>Forum Tainela NON officiel !</title>
<!-- 
startheaderinclude -->
<
link rel="alternate" type="application/rss+xml" title="Derniers sujets (RSS 2.0)" href="http://mesdecouvertes.legtux.org/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="Derniers sujets (Atom 1.0)" href="http://mesdecouvertes.legtux.org/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/prototype.js?ver=1603">
</script>
<script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/general.js?ver=1603">
</script>
<script type="text/javascript" src="http://mesdecouvertes.legtux.org/jscripts/popup_menu.js?ver=1600">
</script>
<link type="text/css" rel="stylesheet" href="http://mesdecouvertes.legtux.org/cache/themes/theme4/global.css" />
<link type="text/css" rel="stylesheet" href="http://mesdecouvertes.legtux.org/cache/themes/theme4/css3.css" />
<script type="text/javascript">
//<![CDATA[
<!--
        var cookieDomain = ".mesdecouvertes.legtux.org";
        var cookiePath = "/";
        var cookiePrefix = "";
        var deleteevent_confirm = "Êtes-vous sûr de vouloir supprimer cet événement ?";
        var removeattach_confirm = "Êtes-vous sûr de vouloir supprimer la pièce jointe sélectionnée ?";
        var loading_text = 'Chargement. <br />Patientez...';
        var saving_changes = 'Sauvegarde des changements...';
        var use_xmlhttprequest = "1";
        var my_post_key = "ccf7a5a9088c9f4ec721df6598a99701";
        var imagepath = "images/reflex";
// -->
//]]>
</script><!-- end: headerinclude -->

<script type="text/javascript">
//<![CDATA[
<!--
        lang.no_new_posts = "Ce forum ne contient pas de nouveau message";
        lang.click_mark_read = "Cliquer pour marquer ce forum comme lu";
// -->
//]]>
</script>
<style type="text/css">
/*<![CDATA[*/


.alert {
    background: #FFF6BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.notice {
    background: #ADCBE7;
    border-top: 2px solid #0F5C8E;
    border-bottom: 2px solid #0F5C8E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.notice2 {
    background: #D6ECA6;
    border-top: 2px solid #8DC93E;
    border-bottom: 2px solid #8DC93E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}
/*]]>*/
</style>

<style type="text/css">
/*<![CDATA[*/
 div.c12 {float:left; width:58%}
 span.c11 {color: green;}
 div.c10 {padding:8px; 0; 8px; 0;}
 div.c9 {float:right; width:40%}
 div.c8 {padding:5px 15px}
 div.c7 {text-align: center}
 div.c6 {text-align: center;}
 span.c5 {text-decoration: underline}
 td.c4 {white-space: nowrap}
 span.c3 {float: right;}
 ul.c2 {text-align:center;}
 img.c1 {border:0px;}
/*]]>*/
</style>
</head>
<body>
<!-- start: header -->
<a name="top" id="top"></a>
<div id="headersection">
<div class="header logo"><a href="http://mesdecouvertes.legtux.org/index.php"><img src="http://mesdecouvertes.legtux.org/images/reflex/logo.png" class="c1" alt="Forum Tainela - NON officiel !" title="Forum Tainela - NON officiel !" /></a></div>
<ul id="menu" class="c2">
<li><a href="http://mesdecouvertes.legtux.org/index.php" title="Accueil"><strong>Home</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/search.php" title="Recherche"><strong>Recherche</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/memberlist.php" title="Liste des membres"><strong>Liste des membres</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/calendar.php" title="Calendrier"><strong>Calendrier</strong></a></li>
<li><a href="http://mesdecouvertes.legtux.org/misc.php?action=help" title="Aide"><strong>Aide</strong></a></li>
<li><a href="http://new.tainela.com/"><strong>Le Site</strong></a></li>
<li><a href="http://new.tainela.com/?p=1&amp;ladder"><strong>Communauté</strong></a></li>
</ul>
</div>
<div id="container">
<div id="content">
<div id="panel"><!-- start: header_welcomeblock_guest -->
<script type="text/javascript">
//<![CDATA[
<!--
        lang.username = "Utilisateur";
        lang.password = "Mot de passe";
        lang.login = "Se connecter";
        lang.lost_password = " &mdash; <a href=\"http://mesdecouvertes.legtux.org/member.php?action=lostpw\">Mot de passe oublié ?<\/a>";
        lang.register_url = " &mdash; <a href=\"http://mesdecouvertes.legtux.org/member.php?action=register\">S'enregistrer<\/a>";
        lang.remember_me = "Se rappeler";
// -->
//]]>
</script> <span class="c3"><strong>Date actuelle :</strong> 07-30-2013, 03:48 PM</span> <span id="quick_login">Bienvenue, Visiteur ! (<a href="http://mesdecouvertes.legtux.org/member.php?action=login" onclick="MyBB.quickLogin(); return false;">Connexion</a> - <a href="http://mesdecouvertes.legtux.org/member.php?action=register">S'enregistrer</a>)</span> <!-- end: header_welcomeblock_guest --></div>
<p class="notice2"><strong>Bienvenu:</strong> Je tien a dire que ce n'est pas le forum officiel de Tainela, mais comme il n'y en a pas, j'en est crée un moi même. Bonne visite !</p>
<p class="notice"><strong>Inscription:</strong> N'oubliez pas de vous inscrire ! <a href="http://mesdecouvertes.legtux.org/member.php?action=register">Clique ici !</a></p>
<!-- end: header -->
<table width="100%" border="0">
<tr>
<td width="75%" valign="top"><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_1_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=1">News &amp; Info <em><small>(seul le membre staff peut postez ici)</small></em></a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_2" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=2">Le Serveur</a></strong>
<div class="smalltext">Toutes les information du serveurs se trouvent ici (<span class="c5">certaine informations ne seront pas officiel, mais des supposition du as ce que nous n'avons aucun contact avec le staff</span>)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_3" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=3">Le Forum</a></strong>
<div class="smalltext">Les informations du forum sont officiel, elle vas parlez des modifications du forum <span class="c5">et de ses règles</span>.</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_6_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=6">Communauté</a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_6_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/on.gif" alt="Ce forum contient de nouveaux messages" title="Ce forum contient de nouveaux messages" class="ajax_mark_read" id="mark_read_7" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=7">Présentation</a></strong>
<div class="smalltext">Nouveau sur le forum ou sur le serveur ? Viens te présenter ici pour qu'on te connaissent mieux !</div>
</td>
<td class="trow2 c4" valign="top" align="center">1</td>
<td class="trow2 c4" valign="top" align="center">1</td>
<td class="trow2 c4" valign="top" align="right"><!-- start: forumbit_depth2_forum_lastpost -->
<span class="smalltext"><a href="showthread.php?tid=5&amp;action=lastpost" title="Présentation Looping !"><strong>Présentation Looping !</strong></a><br />
Hier 08:06 PM<br />
par <a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=1">Looping</a></span> <!-- end: forumbit_depth2_forum_lastpost --></td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_8" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=8">Truc's &amp; Astuces</a></strong>
<div class="smalltext">Tu veux faire partager tes astuces en PVP, PVM, Drop, XP, ou autres ? Bas allez, c'est ici ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_9" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=9">Bestiaire</a></strong>
<div class="smalltext">Le bestiaires et à compléter par vous ! (messages activation par les staff pour ne pas mettre que des conneries ;) )</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_10" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=10">Guilde</a></strong>
<div class="smalltext">Présente ta guilde, en quelques images, mots, vidéo... Des events PVP-Guilde sont a prévoir ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_11" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=11">Place marchande !</a></strong>
<div class="smalltext">Ici, tu peut promouvoire la ventes de tes items/ressources ! Plus tu peut aussi demandez des ressources ou items.</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_12" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=12">Suggestions</a></strong>
<div class="smalltext">Une suggestions à faire ? Passe par ici, et espère qu'un modérateur la lis x)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --><!-- start: forumbit_depth1_cat -->
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="images/reflex/collapse.gif" id="cat_13_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong><a href="forumdisplay.php?fid=13">Support</a></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_13_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>Forum</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Sujets</strong></span></td>
<td class="tcat c4" width="85" align="center"><span class="smalltext"><strong>Messages</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>Dernier message</strong></span></td>
</tr>
<!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_14" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=14">Plaintes</a></strong>
<div class="smalltext">Pour un dépôts de plainte, il te faut des captures d'écran !</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_15" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=15">Bug</a></strong>
<div class="smalltext">Tu remarque un bug sur le forum ou sur le jeux ? Dépose la ici avec des captures d'écran pour plus de compréhension :)</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_16" /></td>
<td class="trow1" valign="top"><strong><a href="forumdisplay.php?fid=16">Demande de dé-bannissement</a></strong>
<div class="smalltext">Les demandes de dé-bannissement se font ici, mais ne seront surement pas prise en compte, a moins qu'un membre du staff de Tainela passe ici. Tante ta chance ;)</div>
</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="center">0</td>
<td class="trow1 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --><!-- start: forumbit_depth2_forum -->
<tr>
<td class="trow2" align="center" valign="top" width="1"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" title="Ce forum ne contient pas de nouveau message" class="ajax_mark_read" id="mark_read_17" /></td>
<td class="trow2" valign="top"><strong><a href="forumdisplay.php?fid=17">Contact avec l'équipe</a></strong>
<div class="smalltext">Les contact joueur/staff se font ici, mais ne seront surement pas prise en compte, a moins qu'un membre du staff de Tainela passe ici, cependant il y a l'équipe du forum !</div>
</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="center">0</td>
<td class="trow2 c4" valign="top" align="right">
<div class="c6">Jamais</div>
</td>
</tr>
<!-- end: forumbit_depth2_forum --></tbody>
</table>
<br />
<!-- end: forumbit_depth1_cat --></td>
<td width="25%" valign="top">
<table width="100%" border="0">
<tbody>
<tr>
<td width="75%" valign="top">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div><strong>               <img src="http://mesdecouvertes.legtux.org/images/reflex/note.png" alt="** PLEASE DESCRIBE THIS IMAGE **" />   Ecoutez la radio    <img src="http://mesdecouvertes.legtux.org/images/reflex/note.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="trow1" valign="top"><a href="http://www.funodio.com"><img src="http://mesdecouvertes.legtux.org/images/reflex/listen.png" alt="Image" onmouseover="javascript:this.src='http://mesdecouvertes.legtux.org/images/reflex/listen2.png';" onmouseout="javascript:this.src='http://mesdecouvertes.legtux.org/images/reflex/listen.png';" /></a>
<div class="c7"><strong><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="191" height="46"><param name="movie" value="http://funodio.com/player/ffmp3-config.swf" />
<param name="flashvars" value="url=http://listen.radionomy.com/funo-dio&amp;lang=auto&amp;codec=mp3&amp;volume=80&amp;introurl=&amp;autoplay=false&amp;tracking=true&amp;jsevents=false&amp;buffering=5&amp;skin=http://funodio.com/player/ffmp3-compact.xml&amp;title=Funodio&amp;welcome=Bienvenue%20sur%20la%20radio%20funodio.com" />
<param name="wmode" value="window" />
<param name="allowscriptaccess" value="always" />
<param name="scale" value="noscale" />
<embed src="http://funodio.com/player/ffmp3-config.swf" flashvars="url=http://listen.radionomy.com/funo-dio&amp;lang=auto&amp;codec=mp3&amp;volume=80&amp;introurl=&amp;autoplay=false&amp;tracking=true&amp;jsevents=false&amp;buffering=5&amp;skin=http://funodio.com/player/ffmp3-compact.xml&amp;title=Funodio&amp;welcome=Bienvenue%20sur%20la%20radio%20funodio.com" width="191" scale="noscale" height="46" wmode="transparent" allowscriptaccess="always" type="application/x-shockwave-flash" /></object></strong></div>
</td>
</tr>
</tbody>
</table>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div><strong>            <img src="http://mesdecouvertes.legtux.org/images/reflex/Guilde.png" alt="** PLEASE DESCRIBE THIS IMAGE **" />   La guilde du moment !    <img src="http://mesdecouvertes.legtux.org/images/reflex/Guilde.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></strong><br />
<div class="smalltext"></div>
</div>
</td>
</tr>
</thead>
<tbody id="cat_1_e">
<tr>
<td class="trow1" valign="top">
<div class="c7"><strong>Actuellement, aucune guilde n'est promu Guilde du moment !</strong></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<!-- start: index_boardstats -->
<div class="statsmenu"><span class="smalltext"><a href="misc.php?action=markread">Marquer tous les forums comme lus</a> <a href="showteam.php">L'équipe du forum</a> <a href="stats.php">Statistiques du forum</a></span></div>
<div class="novastats">
<div class="c12"><!-- start: index_whosonline -->
<br />
<div class="c8"></div>
<hr />
<div class="stats c9"><!-- start: index_stats --></div>
<br />
<div class="c8"></div>
<br />
<br />
<br />
<br class="clear" />
<div class="c10"></div>
<table>
<tr>
<td class="trow_sep" colspan="2"><span class="title"><strong>Qui est en ligne</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">5 utilisateurs actif(s) durant les 15 dernières minutes - (1 membre, dont 0 sont invisible(s), et 4 visiteurs).<br />
<a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=1"><span class="c11"><strong><em>Looping</em></strong></span></a></span><br /></td>
</tr>
<!-- end: index_whosonline -->
<tr>
<td class="trow_sep" colspan="2"><span class="title"><strong>Statistiques du forum</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">Nos membres ont créé un total de 1 messages dans 1 sujets.<br /></span>
<hr />
<span class="smalltext">Nous avons actuellement 3 membres enregistrés.<br /></span>
<hr />
<span class="smalltext">Bienvenue à notre nouveau membre, <strong><a href="http://mesdecouvertes.legtux.org/member.php?action=profile&amp;uid=3">MyBB_User</a></strong><br /></span>
<hr />
<span class="smalltext">Le record d'utilisateurs en ligne est de 5 (le 07-28-2013 à 05:41 AM)</span></td>
</tr>
<!-- end: index_stats -->
<!-- end: index_boardstats -->
<tr>
<td></td>
</tr>
<tr align="center">
<td class="trow2"><img src="images/reflex/on.gif" alt="Ce forum contient de nouveaux messages" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum contient de nouveaux messages</div>
</td>
<td class="trow2"><img src="images/reflex/off.gif" alt="Ce forum ne contient pas de nouveau message" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum ne contient pas de nouveau message</div>
</td>
<td class="trow2"><img src="images/reflex/offlock.gif" alt="Ce forum est verrouillé" border="0" /></td>
<td class="trow1">
<div class="smalltext">Ce forum est verrouillé</div>
</td>
</tr>
</table>
<!-- start: footer -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --><img src="http://mesdecouvertes.legtux.org/task.php" border="0" width="1" height="1" alt="" /><!-- End task image code --></div>
<br /></div>
<div class="tcat c7"><small><strong>Forum Tainela - NON officiel ! © 2013.</strong></small></div>
<div class="footer_out">
<table width="100%" cellspacing="0" cellpadding="0" class="footer">
<tr>
<td class="footer_box" width="50%" valign="top">
<div class="footer_h2">Forum Tainela - NON officiel !</div>
<div class="footer_h2_bottom_1"></div>
<div class="footer_h2_bottom_2"></div>
<div class="footer_h1">
<ul class="footer_h1">
<li><a href="http://new.tainela.com/?p=10">F.A.Q</a></li>
<li><a href="/">Forum</a></li>
<li><a href="http://mesdecouvertes.legtux.org/archive/index.php">Version bas-débit (Archivé)</a></li>
<li><a href="http://mesdecouvertes.legtux.org/misc.php?action=syndication">Flux RSS</a></li>
</ul>
</div>
</td>
<td class="footer_box" width="50%" valign="top">
<div class="footer_h2">Liens utiles</div>
<div class="footer_h2_bottom_1"></div>
<div class="footer_h2_bottom_2"></div>
<div class="footer_h1">
<ul class="footer_h1">
<li><a href="http://mesdecouvertes.legtux.org/stats.php">Statistiques</a></li>
<li><a href="http://mesdecouvertes.legtux.org/showteam.php">Equipe FORUM</a></li>
<li><a href="#content">Retourner au contenu</a></li>
<li><a href="#" class="totop">Retourner en haut</a></li>
</ul>
</div>
</td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="100%" colspan="3" align="center" class="c12"><!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
                     It must contain the links to the MyBB website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is free software, support us and we'll support you. -->
Moteur <a href="http://www.mybboard.net" target="_blank">MyBB®</a> , © 2002-2013 <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>. <!-- End copyright --></td>
</tr>
<tr>
<td width="100%" colspan="3" align="center" class="c12"><!-- You may NOT remove, modify or hinder the visibility of the Theme copyright at any time.
                     It must contain the links to the Solstice website and be formatted appropriately.

                     Failure to comply with the above will result in prosecution to the full extent of the law.
                     This is a free theme, support us and we'll support you. -->
Theme "CS RefleX" by R[a]sh[3]r <strong>éditer par Looping pour Tainela [/code]<!-- End copyright --></strong></td>
</tr>
</table>
</div>
<!-- end: footer -->
<!-- end: index --></div>
</div>
</body>
</html> 

Ce code est-il bon ? Si oui sur quel fichier doit-je le mettre ? Car de modifier parti par parti avec ce code et un peut dure car je ne trouve pas quel parti coupée et a quels endroits.
Merci

(30-07-2013, 22:40)spyto a écrit : [ -> ]
(30-07-2013, 19:43)xEvengelion a écrit : [ -> ]Pouvez vous répondre à propos de mon message précédent avec le code ? Merci

Quel code ?... Rolleyes

Si c'est de ça que tu parles :
Citation :En quoi le "L" de "ladder" porte soucis ?
j'y ai déjà répondu !

Merci.
C'était pas la question a propos du "l" :p
Si ce code est bon, a la place de modifier template par template il y apas un fichier unique pour allez plus vite ?
S'il est question du code du message #9 :
http://mybb.fr/thread-6591-post-37644.html#pid37644

Ce code est fabriqué par l'ensemble des templates, il faut donc corriger les templates un par un...
(31-07-2013, 13:04)exdiogene a écrit : [ -> ]S'il est question du code du message #9 :
http://mybb.fr/thread-6591-post-37644.html#pid37644

Ce code est fabriqué par l'ensemble des templates, il faut donc corriger les templates un par un...

Merci de votre réponse et merci à vous aussi Spyto !
 Utilitaire de traduction fourni par Regentronique