une phrase manquante dans le qui est en ligne.

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

Résolu une phrase manquante dans le qui est en ligne.

Message par marjo0280 Mar 29 Nov 2011 - 18:41

Bonjour,

dans mon qui est en ligne à la partit "dernière connexion" il me manque la phrase suivante : "Membres connectés au cours des 24 dernières heures : Membre 1, Membre 2 ... etc."

j'ai du retirer un code en faisant le copier/coller de mon autre forum.
mon premier forum ou cette phrase y est : http://austin-sophia.actifforum.com/
mon deuxième forum en cours ou la phrase n'y est pas : http://howimetthebigbang.azurforum.com/

voici mon index_body :
Code:
  {JAVASCRIPT}
    <!-- BEGIN message_admin_index -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <!-- BEGIN message_admin_titre -->
      <tr>
          <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
      </tr>
      <!-- END message_admin_titre -->
      <!-- BEGIN message_admin_txt -->
      <tr>
          <td class="row1" rowspan="3" align="center" valign="middle">
          <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
          </td>
      </tr>
      <!-- END message_admin_txt -->
    </table>
    <!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%"  class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle" align="right">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_header -->

    {CHATBOX_TOP}
    {BOARD_INDEX}
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td width="50%" valign="top">
            <!-- BEGIN switch_user_logged_in -->
            <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_delete_cookies -->
            <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
            <!-- END switch_delete_cookies -->
            </span>
          </td>
          <td width="50%" align="right">
            <span class="gensmall">
                <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
                <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
                <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                <!-- BEGIN switch_on_index -->
                  <!-- BEGIN switch_delete_cookies -->
                  <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                  <!-- END switch_delete_cookies -->
                <!-- END switch_on_index -->
            </span>
          </td>
      </tr>
    </table>

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%"  class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
      <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
            <td class="row1" rowspan="3" align="center" valign="middle">
                <div class="gensmall">
                  <script type="text/javascript">
                      function patonglet1() {
                        document.getElementById('onglet1').style.display='block';
                        document.getElementById('onglet2').style.display='none';
                        document.getElementById('onglet3').style.display='none';
                        document.getElementById('onglet4').style.display='none';
                      }
                   
                      function patonglet2() {
                        document.getElementById('onglet1').style.display='none';
                        document.getElementById('onglet2').style.display='block';
                        document.getElementById('onglet3').style.display='none';
                        document.getElementById('onglet4').style.display='none';
                      }
                   
                      function patonglet3() {
                        document.getElementById('onglet1').style.display='none';
                        document.getElementById('onglet2').style.display='none';
                        document.getElementById('onglet3').style.display='block';
                        document.getElementById('onglet4').style.display='none';
                      }
                   
                      function patonglet4() {
                        document.getElementById('onglet1').style.display='none';
                        document.getElementById('onglet2').style.display='none';
                        document.getElementById('onglet3').style.display='none';
                        document.getElementById('onglet4').style.display='block';
                      }
                  </script>

    <!-- BARRE D'ONGLETS -->
                  <table width="100%">
                    <tr>
                        <td width="100%"><center><div class="onglet" onmouseover="javascript:patonglet1()"> <FONT size="3" face="impact"><b>Statistiques</b></FONT> </div></center></td>
                        <td width="100%"><center><div class="onglet" onmouseover="javascript:patonglet2()"><FONT size="3" face="impact"><b>Les groupes</b></FONT></div></center></td>
                        <td width="100%"><center><div class="onglet" onmouseover="javascript:patonglet3()"><FONT size="3" face="impact"><b>Les dernières connexions</b></FONT></div></center></td>
                      </tr>
               
                  <tr>
                  <td colspan="3" valign="middle" align="center">
                      <!-- IMAGE D'ILLUSTRATION DU QEEL -->
                      <img src="http://img15.hostingpics.net/pics/265067quihimtbb.png" />              </td>
                  </tr>
               
                      <td width="100%" colspan="3">
                     
                            <!-- PREMIER MODULE -->
                            <div id="onglet1">
                              <div class="message">
                                  <table width="100%" border="0" cellpadding="10" cellspacing="1">
                                    <tr>
                                        <td style="text-align: center;" width="100%">
                                          <span class="gensmall">{TOTAL_POSTS}<br />
                                          {TOTAL_USERS}<br />
                                          {NEWEST_USER}<br />
                                          {TOTAL_USERS_ONLINE}<br />
                                          {RECORD_USERS}<br />
                                          <br />
                                          {LOGGED_IN_USER_LIST}</span>
                                        </td>
                                    </tr>
                                  </table>
                              </div>
                            </div>

                            <!-- DEUXIEME MODULE -->
                            <div id="onglet2" style="display: none;">
                              <div class="message">
                                  <table width="100%" border="0" cellpadding="10" cellspacing="1">
                                    <tr>
                                        <td style="text-align: center;" width="100%">
                                        {GROUP_LEGEND}
                                        </td>
                                    </tr>
                                  </table>
                              </div>
                            </div>


                            <!-- TROISIEME MODULE -->           
                            <div id="onglet3" style="display: none;">
                              <div class="message">
                                  <table width="100%" border="0" cellpadding="10" cellspacing="1">
                                    <tr>
                                        <td style="text-align: center;" width="100%">
                                        {L_CONNECTED_MEMBERS}
                                        </td>
                                    </tr>
                                  </table>
                              </div>
                            </div>
                         
                        </td>
                      </tr>
                  </table>
                </div>
            </td>
          </tr>
    </table>
    <!-- END disable_viewonline -->

          {CHATBOX_BOTTOM}
    <br clear="all" />
 

    {AUTO_DST}

    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->

et mon css :
Code:
u{
  border-color: #F1EEE5;
  text-decoration: none;
  }

    I{
  border-bottom:none;
  color: #F1EEE5;
  text-decoration: none;
    }

    a.forumlink{
    background-color: #8FDCE0;
    border-bottom: 2px double #34818A;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 2px;
    display:block;
    text-align: center;
    color: #EB6207;
    font-style:bold;
    text-transform: capitalize;
    }

    a.forumlink:hover, a.forumlink:hover:visited{
    letter-spacing: 3px;
  background-color: #D6EFF0;
    display: block;
    text-align: center;
    color: #000000
    border-left: 9px solid #D6EFF0;
    border-right: 9px solid #D6EFF0;
    border-bottom:5px double #D6EFF0;
    font-style: bold;
    text-transform: uppercase;
  }

    a{
    text-decoration: none !important;
    font-variant: small-caps;
    }
 
    a:hover {
  text-transform:uppercase;
  text-decoration: none !important;
  }

    .bodylinewidth {
    width:70%;
  }

    .quote{
    font-family: Tahoma;
    font-size: 11px;
    color: #666e70;
    line-height: 125%;
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
  }

    .code{
    font-family: Courier,Courier New,sans-serif;
    font-size: 11px;
    color: #666e70;
    background-color: #1f1f1f;
    border: 1px solid #c4bfb5;
}

   

    a.forumline{
    background-color: #ffffff;
    border: 5px solid #ffffff;
    }

    body {background-repeat: no-repeat;
      background-position: none;
    }
    .mainmenu img {display: none;}

    a.mainmenu{
    text-decoration: none;
    background:#D6EFF0;
    border: 2px solid #D6EFF0;
    color : #34818A;
    }
    a.mainmenu:hover{
    text-decoration: none;
    color : #34818A;
    }
    a.mainmenu:link, a.mainmenu:visited{
    background-color: #D6EFF0;
    border-left: 9px solid #D6EFF0;
    border-right: 6px solid #D6EFF0;
    border: 1px double #D6EFF0;
    }

.milieu {
    width: 90%;
    margin: 0px;
    border: 1px solid #eeeeee;
  padding: 5px;
  background-color:#e2e1d7}

    .statistiques {
    border:0px;
    background-repeat: no-repeat;
    background-position: center;
    height: 211px; /* HAUTEUR DE VOTRE IMAGE DE FOND, C'EST UNE VARIABLE */
    }

    .groupes
    {
    background-color:#34818A; /* FOND DES NOMS DE GROUPES */
    border: 1px #34818A double;
    -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */
    height:40px; /* HAUTEUR DES ENCADRES */
    padding-right:24px; /* SÉPARATION ENTRE LES GROUPES */
    padding-left:24px;
    padding-bottom:1px;
    font-size:13px; /*TAILLE ECRITURE */
    font-weight: bold; /* STYLE DE L'ECRITURE */
    text-align:center;
    text-decoration: none !important;
    }


    /*PAGE D'ACCUEIL*/

    .bulle1{
    width: 210px;
height: 170px;
border: 1px #B7EEF0 solid ;
background:#8FDCE0;
padding:5px;
    }

    .bulle2{
width: 400px;
height: 150px;
border: 1px #B7EEF0 solid ;
background:#8FDCE0;
padding:5px;
    }

    .bullelien{
    border: 1px #B7EEF0 solid ;
  background:#8FDCE0;
  padding:5px;
  }

    .titrebulle{
    letter-spacing: -3px;
    color:#34818A;
    font-family: georgia;
    font-size:30px;
    text-shadow: #000000 0px 1px 2px;
    padding-left:15px;
 }

    .petitebarre{
    color:#34818A;
    background:#34818A;
}

    .partbull{
    background:#34818A;
    width: 44px;
    height: 44px;
}

    .partbull:hover{
    background:#D6EFF0;
    width: 44px;
    height: 44px;
}

a.postlink{
color: #34818A !important;
}

a.lien1{
color: #34818A !important;
}

.hauteur {
margin-top: -6px;
}

.floatleft /*IMAGE DESCRIPTION*/
{
float: left;
}

/* TITRE CATEGORIE */
.titrecat {
text-align: center;
padding-top: -15px;
padding-bottom: 15px;
display: block;
width: 80%;
border-top: 10px solid #B7EEF0;
border-right: 10px solid #B7EEF0;
border-left: 10px solid #B7EEF0;
background-color: #B7EEF0;
color: #FFF;
-moz-border-radius-topleft:60px;
-webkit-border-radius-topleft:60px;
border-radius-topleft:60px;
-moz-border-radius-topright:60px;
-webkit-border-radius-topleft:60px;
border-radius-topleft:60px;
margin-top: 12px;
height: 30px;
font-weight: bolder;
  }
/* FIN */




Dernière édition par marjo0280 le Ven 2 Déc 2011 - 13:17, édité 1 fois
avatar

marjo0280
***

Messages : 114
Inscrit(e) le : 22/08/2010

http://howimetthebigbang.azurforum.com/
marjo0280 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: une phrase manquante dans le qui est en ligne.

Message par Invité Mer 30 Nov 2011 - 23:02

Bonsoir,

La variable {L_CONNECTED_MEMBERS} est bien présente dans votre template. Avez-vous activer l'affichage dans Panneau d'admin > Affichage > Généralités ?

Cordialement.
Anonymous

Invité
Invité


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

Résolu Re: une phrase manquante dans le qui est en ligne.

Message par marjo0280 Ven 2 Déc 2011 - 13:17

ah bah en effet j'avais pas cocher l'affichage -.-' je suis nul...
MERCI en tout cas Very Happy

avatar

marjo0280
***

Messages : 114
Inscrit(e) le : 22/08/2010

http://howimetthebigbang.azurforum.com/
marjo0280 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