Membres connectés au cours des dernières 24 heures ne s'affiche pas...

3 participants

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

Résolu Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 1 Avr 2011 - 18:57

Bonsoir.

Comme le titre l'indique, la ligne "Membres connectés au cours des dernières 24 heures" ne s'affiche pas pourtant, elle est présente dans le template sous forme de :

Code:
{L_CONNECTED_MEMBERS}

J'espère que vous aurez la solution à mon petit problème. Voilà merci et bonne chance à vous !

Cordialement.

PS : J'ai modifier le template... Mais même avant, il n'apparaissait pas :S


Dernière édition par Siiicreete le Ven 8 Avr 2011 - 11:29, édité 1 fois
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Gorgorbey Ven 1 Avr 2011 - 19:01

PA > Affichage > Page d'accueil > Généralités > Général

Afficher la liste des membres connectés au cours des 99* dernières heures : Oui
Durée de la période en heures : 24

Avez-vous cela ?

Cordialement.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

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

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 1 Avr 2011 - 19:11

Merci ^^ Ca marche mais maintenant j'ai un nouveau problème....

Spoiler:

Je voudrais que les lignes se trouvent à l'intérieur du carré. Dans le template, ils y sont mais en affichage, ils apparaissent à part.

Cordialement.
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Gorgorbey Ven 1 Avr 2011 - 19:20

Pour cela il faut toucher aux templates je ne connais pas la réponse je laisse quelqu'un d'autre vous aider.

Cordialement.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

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

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 1 Avr 2011 - 19:24

D'accord. Merci comme même.

Cordialement.
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Anzu Ven 1 Avr 2011 - 19:51

Bonsoir,

Il me faudrait le code de votre template index body ^^

Vous les voulez juste dans le cadre en dessous du reste ?

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 1 Avr 2011 - 20:49

Bonsoir.

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="facebook_login()" 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="facebook_login()" 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="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><center>Qui se promène à San Francisco ?</center></a></span>
      <!-- END switch_viewonline_link -->
      
      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
           <td class="row1">
<div style="margin-left: 150px"><div style="background:#FFCB94"><div style="text-align:center;"><font-variant: "small-caps"><span style="font-size: 15px; line-height: normal">
<a href="http://bewitchingrpg.forumgratuit.org/g2-sorciers-bénéfiques"><font color="#A85B71"><div class="legend">Sorciers Bénéfiques</font></a>
<hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g5-sorciers-maléfiques"><font color="#5C1B1B">Sorciers Maléfiques</font></a>
<hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g4-humains"><font color="#60A68A">Humains</font></a>
<hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g7-créatures-bénéfiques"><font color="#4DBA3C">Créatures Bénéfiques</font></a>
<hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g3-créatures-maléfiques"><font color="#4F6113">Créatures Maléfiques</font></a></div></div></div></div></div><br></div><br>
<div style="text-align:center;"><div style="margin-left: 60px"><div class="legend2"><span class="gensmall">{TOTAL_POSTS}<br /><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}
      {TOTAL_USERS}<br />
      {NEWEST_USER}
              <span class="gensmall">div style="width: 70%">{L_CONNECTED_MEMBERS}
           {L_WHOSBIRTHDAY_TODAY}
           {L_WHOSBIRTHDAY_WEEK}</div></span></span></span></div></div></div></div></span></font></font></td>

</tr>
      
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      
   </tr>
   <!-- END switch_chatbox_activate -->
</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 -->

Voilà le template. Euh oui en dessous du reste. (Les membres connectés + les anniversaire si possible ^^) Merci.

Cordialement.
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Anzu Jeu 7 Avr 2011 - 23:41

Bonsoir,

Désolée pour le retard. Pourrais je avoir également votre css ?

Cordialement
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 8 Avr 2011 - 11:15

Bonjour,

Alors voici le css complet. J'espère qu'il vous aidera et pour le retard ce n'est pas grave ^^

Code:
body {
background-repeat: no-repeat;
background-position: center top;
}

.forumline{-moz-border-radius:15px;}
.bodyline {-moz-border-radius:40px;}

a { text-decoration: none; }



a.mainmenu {
background-color: #7f746f;
padding-right: 10px;
font-weight: bold;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
color : #ffffff;
font-size: 10px;
font-variant: small-caps;
}
a.mainmenu:hover{
background-color: #7f746f;
padding-right: 10px;
font-weight: bold;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-variant: small-caps;
color : #ffffff;
font-size: 10px;
}

.forumline{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-top: 5px solid #000000;
border-bottom: 5px solid #000000;
border-left: 5px solid #000000;
border-right: 5px solid #000000;
border: 7px #ffffff double;
}

 .vignettes
{-moz-border-radius:7px;
background-color: #E6CACA;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;
}
.defilement {
overflow: auto;
width: 500px;
height: 400px;
}

.postdetails.poster-profile a img {
background-color: #ffffff;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
border-top: 5px solid #ffffff;
border-bottom: 5px solid #ffffff;
border-left: 5px solid #ffffff;
border-right: 5px solid #ffffff;
}

.tiago
{
background-color: #BAA78E;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-top: 7px solid #BAA78E;
border-bottom: 7px solid #BAA78E;
border-left: 7px solid #BAA78E;
border-right: 7px solid #BAA78E;
}

.rond
{
background-color: #030B2B;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border-top: 1px solid #030B2B;
border-bottom: 1px solid #030B2B;
border-left: 5px solid #5564A6;
border-right: 5px solid #5564A6;
}

.carré
{
background-color: #D8CBB9;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top: 10px solid #D8CBB9;
border-bottom: 10px solid #D8CBB9;
border-left: 5px solid #D8CBB9;
border-right: 5px solid #D8CBB9;
}

.micarré
{
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top: 5px solid #D8CBB9;
border-bottom: 5px solid #D8CBB9;
border-left: 5px solid #D8CBB9;
border-right: 5px solid #D8CBB9;
}

a:link, a:visited, a:hover, a:active, a:focus {text-decoration: none;}

a:link{font-variant: small-caps;}

a:hover{text-shadow:white 3px 1px 3px}

a:hover { text-decoration: none !important; }

a:visited{font-variant: small-caps;}

a:active{font-variant: small-caps;}

a:focus{font-variant: small-caps;}

.lien
{
a link color: #ffffff;
}

#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Bienvenu sur la ChatBox !"; }

.avatar1
{
background-image: url("http://i31.servimg.com/u/f31/14/71/08/16/sans_t15.jpg");
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 0px;
border-top: 5px solid #ffffff;
border-bottom: 5px solid #ffffff;
border-left: 5px solid #ffffff;
border-right: 5px solid #ffffff;
}

.avatar2
{
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top: 7px solid #D8CBB9;
border-bottom: 7px solid #D8CBB9;
border-left: 7px solid #D8CBB9;
border-right: 7px solid #D8CBB9;
}


.survole{
position: relative;
z-index: 0;}

.survole:hover{
background-color: transparent;
z-index: 50;}

.survole span{
position: absolute;
background-color: #C9B599;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #FFFFFF;}

.survole span img{
border: 2px;
padding: 5px;}

.survole:hover span{
visibility: visible;
top: 70px;
left: 35px;
width: 200px ;
color:#ffffff;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top: 7px solid #BAA78E;
border-bottom: 7px solid #BAA78E;
border-left: 7px solid #BAA78E;
border-right: 7px solid #BAA78E;
border: 10px #BAA78E double;}

a.forumlink{
-moz-border-radius: 10px 0px 10px 0px;
background-color: #E6B785;
border-top: 5px solid #DBAA77;
border-bottom: 5px solid #DBAA77;
border-left: 5px solid #DBAA77;
border-right: 5px solid #DBAA77;
}

a.forumlink{
color:#69564F;
text-shadow:white 3px 1px 3px;
font-family: comic sans ms;
font-size: 18px;
display:block;
font-weight: lighter;
text-align: center;
}

a.forumlink:hover{
color:rgb(48,48,48);
text-shadow:rgb(139,139,139) 3px 1px 3px;
font-family: comic sans ms;
font-size: 18px;
font-weight: lighter;
letter-spacing: 1px;
text-align: center;
}

.sousforum{
-moz-border-radius: 0px 10px 0px 10px;
background-color: #DBAA77;
border-top: 5px solid #E6B785;
border-bottom: 5px solid #E6B785;
border-left: 5px solid #E6B785;
border-right: 5px solid #E6B785;
text-shadow:white 3px 1px 3px;
font-family: comic sans ms;
display:block;
font-weight: lighter;
text-align: center;
}

.souscat{
-moz-border-radius: 10px 0px 0px 10px;
background-color: #E6B785;
border-top: 5px solid #DBAA77;
border-bottom: 5px solid #DBAA77;
border-left: 5px solid #DBAA77;
border-right: 5px solid #DBAA77;
text-shadow:white 3px 1px 3px;
font-family: comic sans ms;
display:block;
font-weight: lighter;
text-align: center;
}


#chatbox_members .member-title {
text-align: center;
padding: 0em 0em;
background-image: none;
font-size: 15px;
color : #D69D61;
font-family: georgia
font-variant: small-caps;}

.legend{
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 0px;
background-color: #E6B785;
border-top: 5px solid #DBAA77;
border-bottom: 5px solid #DBAA77;
border-left: 5px solid #DBAA77;
border-right: 5px solid #DBAA77;
width: 600px;
text-shadow:white 3px 1px 3px;
font-family: comic sans ms;
font-variant: small-caps;
}

.legend2{
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 0px;
background-color: #E6B785;
border-top: 5px solid #DBAA77;
border-bottom: 5px solid #DBAA77;
border-left: 5px solid #DBAA77;
border-right: 5px solid #DBAA77;
width: 800px;
text-shadow:white 3px 1px 3px;
font-family: comic sans ms;
font-variant: small-caps;
}

select{
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top: 2px solid #BAA78E;
border-bottom: 2px solid #BAA78E;
border-left: 5px solid #BAA78E;
border-right: 5px solid #BAA78E;
background-color: #BAA78E;
}

textarea{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
width: 200px;}

input{
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;}

.fiche2{
font-variant: small-caps;
font-size: 11px;
font-color: #E6B785;
margin-left: 15px;}

Cordialement.
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Anzu Ven 8 Avr 2011 - 11:23


Bonjour,

Remplacez votre template par celui ci:

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="facebook_login()" 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="facebook_login()" 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="catHead" colspan="2" height="28">
          <!-- BEGIN switch_viewonline_link -->
          <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><center>Qui se promène à San Francisco ?</center></a></span>
          <!-- END switch_viewonline_link -->
         
          <!-- BEGIN switch_viewonline_nolink -->
          <span class="cattitle">{L_WHO_IS_ONLINE}</span>
          <!-- END switch_viewonline_nolink -->
          </td>
      </tr>
      <tr>
              <td class="row1" style="background-color:#FFCB94;">
    <div style="margin-left: 150px"><div style="text-align:center;"><font-variant: "small-caps"><span style="font-size: 15px; line-height: normal">
    <a href="http://bewitchingrpg.forumgratuit.org/g2-sorciers-bénéfiques"><font color="#A85B71"><div class="legend">Sorciers Bénéfiques</font></a>
    <hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g5-sorciers-maléfiques"><font color="#5C1B1B">Sorciers Maléfiques</font></a>
    <hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g4-humains"><font color="#60A68A">Humains</font></a>
    <hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g7-créatures-bénéfiques"><font color="#4DBA3C">Créatures Bénéfiques</font></a>
    <hr><hr><a href="http://bewitchingrpg.forumgratuit.org/g3-créatures-maléfiques"><font color="#4F6113">Créatures Maléfiques</font></a></div></div></div></div><br></div><br>
    <div style="text-align:center;"><div style="margin-left: 60px"><div class="legend2"><span class="gensmall">{TOTAL_POSTS}<br /><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
          {RECORD_USERS}<br />
          <br />
          {LOGGED_IN_USER_LIST}
          {TOTAL_USERS}<br />
          {NEWEST_USER}
                  <span class="gensmall"><div style="width: 70%"><table>{L_CONNECTED_MEMBERS}</table>
              <table>{L_WHOSBIRTHDAY_TODAY}
              {L_WHOSBIRTHDAY_WEEK}</table></div></span></span></span></div></div></div></div></span></font></font></td>

    </tr></table>
         
      <!-- BEGIN switch_chatbox_activate -->
      <tr>
         
      </tr>
      <!-- END switch_chatbox_activate -->
    </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 -->

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Membres connectés au cours des dernières 24 heures ne s'affiche pas...

Message par Siiicreete Ven 8 Avr 2011 - 11:25

Merci beaucoup ! Bon mon problème est résolu <o>

A bientôt !
avatar

Siiicreete
**

Masculin
Messages : 67
Inscrit(e) le : 17/03/2011

http://bewitchingrpg.forumgratuit.org/
Siiicreete a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut


Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum