[problème] Voit double avec les images des avatars sur l'index

2 participants

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

Résolu [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 9:34

Bonjour,
Alors, j'ai posée convenablement les codes selon ce tutorial: https://forum.forumactif.com/t338068-avatar-du-membre-ayant-poste-en-dernier-sur-l-index-du-forum#2899969

qui étaient bien expliqués sur le tutos mais il y a un petit problème que j'aimerais rétablir, bien ennuyeux... C'est que du coup, çà me le met en deux fois :'( (voir capture d'écran)


[problème] Voit double avec les images des avatars sur l'index Untitl13


Pouvez vous me dires que dois je faire, s'il vous plait?


Dernière édition par snunez le Sam 8 Fév 2014 - 9:19, édité 2 fois
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 9:51

Bonjour,

Ily a t il quelqu'un pour m'aidée?

C'est assez urgent Sad

Combien de temps pour répondre s'il vous plait?
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Tech Ven 7 Fév 2014 - 9:53

[problème] Voit double avec les images des avatars sur l'index Send_210Bonjour,

Je vous rappelle qu'il est autorisé un seul UP par tranche de 24 heures, à partir de votre dernier message posté dans le sujet concerné.

Je vous invite à lire :

A bientôt sur ForumActif Smile
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 9:56

veuillez m'excusée, mauvaise frappe, j'ai cru qu'on pouvait et je me souvenez plus du temps qu'on pouvait relevé le topic je suis en panique Sad

Pourquoi n'ai je pas de réponses? Mon problème ne peut etre résolu?  S'il vous plait.

y'a t il un code à ajouter? J'ai regardée une seconde fois mes codes et c'est bien posé, je sais plus quoi faire...

Cordialement.
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 11:55

Bonjour,

Avez-vous essayé de vider le cache internet, de voir si le double affichage persistait sur un autre navigateur ?

Peut-être pourriez-vous nous poster vos codes pour que quelqu'un puisse vérifier de son côté ?

Cdt
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 12:07

Ah! Merci dieu! Enfin quelqu'un sur qui compté :'( merci merci beaucoup beaucoup :')

C'est quoi un cache internet?

Ca fait depuis plus d'heure que je campe devant l'ordi toute désséspèrée, j'essaie un peu de tout ce qui peut etre possible à mettre les "fixed" ou "no-repeat" (seule je ne peut rien faire malheuresement)

Donc, oui çà le fait sur tout les autres navigateurs (et meme sur le smartphone)

Alors,oui je vous poste les codes (j'ai modifiée le premier post qui précise d'ou vient le tutorial qui m'a permit de rajouter cette option dont j'aimerais vraiment profitée car j'aime bien le concept

 thumright 

Dans le css

[problème] Voit double avec les images des avatars sur l'index Untitl14

Dans le javascript
[problème] Voit double avec les images des avatars sur l'index Untitl15
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 18:48

Bonsoir,

Merci pour vos codes, mais pour qu'on puisse les tester, pourriez-vous en faire un copier/coller dans un message en utilisant la balise code afin qu'on puisse ensuite les récupérer et les tester ? Avec la seule capture d'image, ce n'est pas possible. Very Happy 

Cdt
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 19:00

Alors, çà c'est super adorable! Smile Merci beaucoup :'))

Bah... C'est les memes que sur le tutoriel Wink 

https://forum.forumactif.com/t338068-avatar-du-membre-ayant-poste-en-dernier-sur-l-index-du-forum#2899969

code javascript

Code:
$(function(){
 
    if(!window.localStorage) return;
 
    // Avatar par défaut
    var default_avatar= 'http://2img.net/i/fa/invision/pp-blank-thumb.png';
 
    // Temps de cache, ici 24 h * 60 m * 60 s * 1000 ms donc un jour
    var caching_time= 24*60*60*1000;
 
    // Temps de cache d'une erreur, ici 60 s * 1000 ms donc une minute
    var caching_error= 60*1000;
 
    var set_avatar= function(id) {
        $('.mini_ava.member'+id).html('<img src="'+get_avatar(id)+'" />');
    };
 
    var get_avatar= function(id) {
        if(localStorage.getItem('t_ava'+id) < +new Date - caching_time || (localStorage.getItem('d_ava'+id)==default_avatar && localStorage.getItem('t_ava'+id) < +new Date - caching_error))
        {
            localStorage.setItem('d_ava'+id, default_avatar);
            $.get('/u'+id, function (d){
                localStorage.setItem('t_ava'+id,+new Date);
                localStorage.setItem('d_ava'+id, $('#profile-advanced-right .module:first div img:first,.forumline td.row1.gensmall:first > img, .frm-set.profile-view.left dd img,dl.left-box.details:first dd img, .row1 b .gen:first img, .real_avatar img',d).first().attr('src')||default_avatar);
                set_avatar(id);
            });
        }
        return localStorage.getItem('d_ava'+id);
    };
 
    var to_replace= {};
 
    $('dd.lastpost strong a.gensmall, .ipbtable tr td:last-child span strong a.gensmall, .table td.tcr strong a.gensmall, .forumline .row3.over strong a.gensmall').each(function(){
        to_replace[$(this).attr('href').substr(2)]= 1;
        $(this).closest('td,dd').prepend('<div class="mini_ava member'+$(this).attr('href').substr(2)+'"></div>');
    });
 
    for(i in to_replace)
    {
        set_avatar(i);
    };
 
});


code css

Code:
.mini_ava {
  float: left;
}
.mini_ava img {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 10px;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
.mini_ava img:hover
{
  width: 80px;
  height: 80px;
}
.mini_ava fixed







cordialement
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 19:05

Re,

Les deux codes ont l'air corrects (j'ai déjà cette option sur mon forum mais je les ai remis pour les tester) car je ne reproduit pas le soucis sur mon forum de test.

Avez-vous d'autres choses dans votre feuille de style CSS ? Si oui, vous pourriez nous les mettre ici aussi sous balise code ?

Avez-vous modifié des templates ? Si oui lesquels ?

Cdt
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 19:10

y'a des codes que je tiens beaucoup (ainsi que mes membres Sad )

css

Code:
forumlink {
background-color: #FFFFFF;
}
Code:
A:hover{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/butterflyani1.cur"), url("http://downloads.totallyfreecursors.com/thumbnails/butterfly-ani1.gif"), auto;} 
body
div.vote .vote-no-bar, div.vote div.vote-bar + div.vote-button, div.vote div.vote-no-bar + div.vote-button { display: none; }
.vote-count {
    background: url("http://i43.servimg.com/u/f43/14/33/98/96/button10.png") no-repeat scroll 0 0 transparent;
    color: #4AAE00;
    font-size: 10px;
    font-weight: 700;
    height: 17px;
    padding-top: 2px;
    text-align: center;
    width: 27px;
}
Code:

/*___________Debut des boutons de vote_________________*/
/* on cache toutes les informations forumactif*/
div.vote .vote-no-bar, div.vote div.vote-bar + div.vote-button, div.vote div.vote-no-bar + div.vote-button { display: none; }
/*puis on donne les informations au script depose dans le template*/
Code:
.vote-count {
background:url(http://sd-1.archive-host.com/membres/images/142586199450897653/FDF/button_count.png)no-repeat;
color: darkgreen;/*change la couleur si besoin*/
font-size: 10px;
font-weight: 700;
height: 32px;
padding-top: 5px;
text-align: center;
width: 32px;
cursor:pointer;
float:right;
}
/*positionnement du bouton */
.vote-count
{
margin-top: 3px;
width: 27px;
}
/*On place toutes les informations à droite*/
.M14_vote {float:right;}
/*______________Fin des boutons de vote_________________*/
.sceditor-container iframe, .sceditor-container textarea {
background:url(http://i58.servimg.com/u/f58/14/12/75/55/sans_t71.jpg)!important;}
--- repeat-y :
--- repeat-x :
--- top / middle / bottom :
--- left / center / right :
.mini_ava {
  float: left;
}
.mini_ava img {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 10px;
  transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
}
.mini_ava img:hover
{
  width: 80px;
  height: 80px;
}



les templates modifiés:

[ltr]viewtopic_body[/ltr]

[ltr]overall_header[/ltr]
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 19:24

Re,

A priori, cela ne viendrait pas du CSS car je l'ai testé et le problème du double-affichage ne se produit pas.

Avez-vous essayé d'enregistrer vos deux codes de templates dans un bloc note ou note pad (pour pouvoir les conserver et les remettre ensuite) puis de tenter de désinstaller l'un après l'autre ces deux templates pour voir si le souci persiste ?

NB : en allant sur votre forum, je vois aussi le double affichage des avatars.

Cdt
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 19:59

J'avais déjà essayée et ça n'a rien donné...

overall-header

Code:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
Code:
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
Code:
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
Code:
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
Code:
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
Code:
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
Code:
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
Code:
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
Code:
    <div style="clear: both;"></div>
Code:
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
Code:
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB}>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
</head>{HOSTING_JS}
 
Code:

 


view-body

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
      }
   });
});
Code:
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
   
   return false;
};
Code:
//]]>
</script>
Code:
<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>  
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
         </span>
         <!-- END switch_twitter_btn -->
         <!-- BEGIN switch_fb_likebtn -->
         <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
         </span>
         <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
             | .
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>
Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" style="border-bottom: 0px;">
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}"
  style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
                          <tr><td  valign="top" width="100%" height="28"colspan="3">
            <div  class="M14_vote">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->
Code:
                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->
Code:
                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->
Code:
                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->
Code:
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->
      <script type="text/javascript">
                        $(function(){
                        $(".vote").each(function(){
                        $(this).find(".vote-button:first a")
        .html('<img src="http://2img.net/i/fa/optimisation_fdf/common/buttonok.png" alt="Voter" title="Voter ce message" />')
        .click(function(){
                        $.get($(this).attr("href"));
                        $(this).parent().html('<img src="http://2img.net/i/fa/optimisation_fdf/common/buttonok_off.png"  alt="Vote enregistré" title="Vote enregistré" />');
                        return!1
                        });
                        $(this).closest("tr.post").find(".M14_vote").append($(this).find(".vote-button:first a")).append($(this).find(".vote-bar").length?'
        <div class="vote-count" title="Nombre de votes positifs">'+$(this).find(".vote-bar").attr("title").replace(/^.*\(([0-9]*) .*?\)$/,"$1"):"")+'</div>';
                        $(this).remove()
                                  })
                                });
        </script>                                   
                            </div></td></tr>
           
            <tr>
               <td colspan="2">
                 
Code:
                  <div class="postbody">
Code:
                     <div>{postrow.displayed.MESSAGE}</div>
Code:
                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
Code:
                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->
Code:
                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>
Code:
                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->
Code:
                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->
Code:
                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->
Code:
                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->
Code:
                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<br />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>
Code:
<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>
Code:
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->
Code:
<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <h1 class="cattitle"> {L_FORUM_RULES}</h1>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->
Code:
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>
Code:
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>  
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>
Code:
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
Code:
      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>
Code:
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
Code:
            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
Code:
            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->
Code:
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

 






J'ai vue d'autres forums qui ont reussit à modifié le code dans le css en le mettant de coté (hors moi, il se place automatiquement en haut)

Et sur le tuto, il précise que le code css peut etre modifié pour les cadrages, couleurs etc... Wink 

Je cherche un code à rajouté comme (comme background)  "fixed" ou "no-repeat" voire meme à mettre de coté si posssible.

.mini_ava img:hover


Cordialement.
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 20:49

Coucou =)

Je pense que c'est ton overral_header qui pause problème, essaie de le sauvegardé (sur un fichier texte sur ton PC) et de supprimer le overral_header  Cool
Essaie aussi avec l'autre si ce n'est pas ça Smile
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 21:01

BINGO! C'était çà (le overall-header) 

(meme si j'aimerais avoir les avatars sur le coté et les personalisés dans le code css en bref comme il dit dans le tuto car ils restent les avatars en haut et j'aurai préférée sur le coté)

Mais, j'ai remis mon template, j'ai peur (et je veux gardée les codes FACEBOOK) J'ai trop galérée meme les boutons de votes "j'aime" alors que dois je faire pour gardée mes codes favorits???  Gloups   Sorry
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 21:06

Bonsoir,

Mettez vos codes ici (en hide) et où souhaitez-vous le mettre ?

Merci Smile
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 21:13

J'ai pas compris Sad 

Mais, j'ai déjà tout mis je pense le css, les templates,  meme le tutorial qu'on m'a proscrit...

Si je supprime les codes overall-header, j'aurai les mettres en blocs notes, ils seront plus là, je comprend po là. J'aurai plus mes boutons votes constants et ni mon option facebook  Sad Désolée

Que dois je faire pour les gardés et profité des avatars des embre sur l'index du forum.

S'il vous plait, merci à vous deux Wink
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 21:14

Bonsoir,

Pouvez-vous me mettre ici tout votre template overral_header s'il vous plait ? (tout dans le même code Wink)
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 21:21

Ok Wink 

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="http://www.w3.org/1999/xhtml">
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
Code:
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
Code:
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
Code:
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
Code:
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
Code:
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
Code:
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
Code:
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
Code:
    <div style="clear: both;"></div>
Code:
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
Code:
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB}>
<!-- BEGIN switch_fb_login -->
<script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
</head>{HOSTING_JS}


Arf! Je refais il coupe lui  pale 

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]">
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="[url=http://2img.net/i/fa/hitskin/hitskin_logo.png]http://2img.net/i/fa/hitskin/hitskin_logo.png[/url]" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="[url=http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span]http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span[/url]>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
    <div style="clear: both;"></div>
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB}>
<!-- BEGIN switch_fb_login -->
<script src="[url=http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js]http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js[/url]" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
</head>{HOSTING_JS}

Je sais plus comment le mettre bon sang! De bonsoir!  shaking 

Je vous l'ai mit à la "rage" comme on dit sans le mettre dans le cadre parce que c'est vrai que c'est le bordel et qu'il coupe, j'ai juste rajoutée l'encoche [code]

Merci infiniment!  ::fleur::
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 21:31

Bonsoir Wink

Déjà pourquoi y a-t-il du BBCODE dans du HTML Surprised :
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
Remplacer ce code par :
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Après remplacer çà :
Code:
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]">

par :
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>

Ensuite pourquoi ferme t-on d'abord le <html> avant le <head> Surprised

Enlève le </head>{HOSTING_JS} qui est à la fin Wink
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 21:43

Avant de valider, je veux que vous me dites Wink 

C'est bon comme çà?

Code:
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
<html dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]">
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="[url=http://2img.net/i/fa/hitskin/hitskin_logo.png]http://2img.net/i/fa/hitskin/hitskin_logo.png[/url]" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="[url=http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span]http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span[/url]>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
    <div style="clear: both;"></div>
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<!-- BEGIN switch_fb_login -->
<script src="[url=http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js]http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js[/url]" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->


Je me suis lamentablement trombée :no 

Je la refais avant de validée je vous montre

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="[url=http://2img.net/i/fa/hitskin/hitskin_logo.png]http://2img.net/i/fa/hitskin/hitskin_logo.png[/url]" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="[url=http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span]http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span[/url]>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
    <div style="clear: both;"></div>
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB}>
<!-- BEGIN switch_fb_login -->
<script src="[url=http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js]http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js[/url]" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->


Au plaisir de travailler avec vous, sincérement  ::fleur::


Dernière édition par snunez le Ven 7 Fév 2014 - 21:56, édité 1 fois
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez a été remercié(e) par l'auteur de ce sujet.

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par Invité Ven 7 Fév 2014 - 21:45

Bonsoir,

Votre code à beaucoup trop d'erreur, pouvez-vous me passer le code qui correspond à ce que pourquoi vous l'avez modifier s'il vous plait ?
Anonymous

Invité
Invité


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

Résolu Re: [problème] Voit double avec les images des avatars sur l'index

Message par snunez Ven 7 Fév 2014 - 22:02

Je l'ai refais, j'ai mal aux yeux ahah mais tanpis je veux bien faire

Alors oui! J'ai vue que je mettais trompée effectivement...

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]">
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
 <!-- BEGIN meta_emulate_ie7 -->
 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 <!-- END meta_emulate_ie7 -->
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 {META_FAVICO}
 {META}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script><script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
 <!-- BEGIN switch_ticker -->
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <!-- END switch_ticker -->
 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
  <!-- BEGIN switch_enable_pm_popup -->
   pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
   pm.focus();
  <!-- END switch_enable_pm_popup -->
  <!-- BEGIN switch_report_popup -->
   report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
   report.focus();
  <!-- END switch_report_popup -->
  <!-- BEGIN switch_ticker -->
   ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
  <!-- END switch_ticker -->
 });
 <!-- BEGIN switch_login_popup -->
  var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN hitskin_preview -->
 <style type="text/css">
 #hitskin_preview {
  margin: 0; padding: 0;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 65px;
  background: url('http://2img.net/i/fa/hitskin/hitskin_bar.png') repeat-x left -15px;
  color: #fff;
 }
 * html #hitskin_preview { /* Fix for IE6 since it doesn't implement fixed positionning */
  position: absolute;
  top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 2;
  background: transparent url('http://2img.net/i/fa/hitskin/hitskin_bar-ie6.gif') repeat-x left -15px;
 }
 * html { /* Gunlaug's Speed fix for the above positionning fix. Sorry for the fix for the fix */
  background: #fff url(foo) fixed;
  }
 #hitskin_preview h1 {
  float: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 10px;
  font: italic normal 25px Arial,sans serif;
  color: #fff;
 }
 #hitskin_preview h1 img {
  vertical-align: middle;
 }
 #hitskin_preview em {
  color: #7CBA2C;
  font-weight: bold;
 }
 #hitskin_preview a {
 color: #fff;
 }
 #hitskin_preview a:hover {
 text-decoration: underline;
 }
 #hitskin_preview .content {
  text-align: right;
 }
 #hitskin_preview .content p {
  margin: 4px 1em 0px 1em;
  font-size: 13px;
  line-height: 1.8em;
  color: #fff;
  font-weight: bold;
 }
 #hitskin_preview .content p span {
  font-weight: normal;
  font-size: 0.8em;
 }
 body {
  margin-top: 40px !important;
 }
 {hitskin_preview.HITSKIN_RTL_CSS}
 </style>
 <!-- END hitskin_preview -->
  {HOSTING_JS}
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
  <h1><img src="[url=http://2img.net/i/fa/hitskin/hitskin_logo.png]http://2img.net/i/fa/hitskin/hitskin_logo.png[/url]" alt="" /> Hit<em>skin</em>.com</h1>
  <div class="content">
   <p>
    {hitskin_preview.L_THEME_SITE_PREVIEW}
    <br />
    <span>{hitskin_preview.U_INSTALL_THEME}<a href="[url=http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span]http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span[/url]>
   </p>
  </div>
 </div>
 <!-- END hitskin_preview -->
 <!-- BEGIN switch_login_popup -->
 <div id="login_popup">
  <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
   <tr height="25">
    <td class="catLeft">
     <span class="genmed module-title">{SITENAME}</span>
    </td>
   </tr>
   <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
    <td class="row1" align="left" valign="top">
     <div id="login_popup_buttons">
      <form action="{S_LOGIN_ACTION}" method="get">
       <input type="submit" class="mainoption" value="{L_LOGIN}" />
       <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
       <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
      </form>
     </div>
     <span class="genmed">{LOGIN_POPUP_MSG}</span>
    </td>
   </tr>
  </table>
 </div>
 <!-- END switch_login_popup -->
 <a name="top"></a>
 {JAVASCRIPT}
 <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
  <tr>
   <td class="bodyline">
    <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
      <!-- BEGIN switch_logo_left -->
      <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <!-- END switch_logo_left -->
      <!-- BEGIN switch_logo_center -->
      <td align="center" width="100%" valign="middle">
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a><br />
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}</span>
      </td>
      <!-- END switch_logo_center -->
      <!-- BEGIN switch_logo_right -->
      <td align="center" width="100%" valign="middle">
       <div class="maintitle">{MAIN_SITENAME}</div>
       <br />
       <span class="gen">{SITE_DESCRIPTION}<br />  </span>
      </td>
      <td>
       <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
      </td>
      <!-- END switch_logo_right -->
     </tr>
    </table>
    <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
     <tr>
      <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
     </tr>
    </table>
    <div style="clear: both;"></div>
    <!-- BEGIN switch_ticker -->
    <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
     <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
      <tr>
       <td {CLASS_TABLE_TYPE} align="left" class="row1">
        <div id="fa_ticker_container">
         <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
          <div class="fa_ticker_content">
           <!-- BEGIN ticker_row -->
           <div>{switch_ticker.ticker_row.ELEMENT}</div>
           <!-- END ticker_row -->
          </div>
         </div>
        </div>
       </td>
      </tr>
     </table>
    </div>
    <!-- END switch_ticker -->
    <div id="page-body">
     <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
      <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
       <tbody>
        <tr>
         <td valign="top" width="{C1SIZE}">
          <div id="{ID_LEFT}">
           <!-- BEGIN giefmod_index1 -->
           {giefmod_index1.MODVAR}
            <!-- BEGIN saut -->
            <div style="height:{SPACE_ROW}px"></div>
            <!-- END saut -->
           <!-- END giefmod_index1 -->
          </div>
         </td>
         <td valign="top" width="100%">
<!-- BEGIN html_validation -->
         </td>
        </tr>
       </tbody>
      </table>
     </div>
    </div>
   </td>
  </tr>
 </table>
</body>
</html>
<!-- END html_validation -->
<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB}>
<!-- BEGIN switch_fb_login -->
<script src="[url=http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js]http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js[/url]" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->


Dites moi Wink

Monsieur, je ré édit mais j'ai eu le courage de "valider" "publié" et tout et tout t'es ok! Grace à vous deux, merci de votre patience! Maintenant, faut que je trouve le tutorial qui me permet de personalisé la finition pour mettre les avatars de coté, si vous avez un peu de temps pour me donnée juste le lien ou l'explication pour çà et ce sera parfait!

Pfiou! ca m'a vallue une bonne grosse journée devant l'ordi mais enfin, j'ai fais le plus gros et grace à vous  thumright
snunez

snunez
****

Masculin
Messages : 457
Inscrit(e) le : 19/04/2012

http://mariahcareyinfos.forumactif.com/
snunez 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