Qui est en ligne

3 participants

Page 1 sur 2 1, 2  Suivant

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

  • 0

Résolu Qui est en ligne

Message par lauraestate Sam 25 Déc 2010 - 13:23

Bonjour tout le monde et joyeux noel ^^

j'aimerai savoir comment remettre la barre marquée qui est en ligne.. j'ai modifier mon template index body pour changer l'apparance, mais j'aimerai remettre cette barre pour voir où est chaque personne sur le forum.. est-ce possible ? Quel code dois-je remettre dans mon template ?

Spoiler:


Dernière édition par lauraestate le Dim 16 Jan 2011 - 14:06, édité 1 fois
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Sam 25 Déc 2010 - 16:16

Bonjour

Vous pourriez mettre vos modifications de template afin que l'on vous aide efficacement.

Bonnes fêtes
ge
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Dim 26 Déc 2010 - 0:05

Oui biensur =)

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="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 cellspacing="2" cellpadding="2" width="700" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><center>
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g1-directrice"><font color="#FFFFFF" size="2"><b>Directrice</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g3-banquier"><font color="#945475" size="2"><b>Banquier</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g4-moniteurs"><font color="#E66E6E" size="2"><b>Moniteurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g5-organisateurs"><font color="#7A90D9" size="2"><b>Organisateurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g6-palefreniers"><font color="#52A18C" size="2"><b>Palefreniers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g7-veterinaires"><font color="#639948" size="2"><b>Vétérinaires</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g8-marechaux"><font color="#E6B627" size="2"><b>Maréchaux</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g9-dentistes"><font color="#CC7000" size="2"><b>Dentistes</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g10-osteopathes"><font color="#804503" size="2"><b>Ostéopathes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g23-debourreurs"><font color="#615B5B" size="2"><b>Débourreurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g11-cavaliers-pro"><font color="#AD388E" size="2"><b>Cavaliers Pro'</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g18-redacteur-chef"><font color="#167000" size="2"><b>Rédacteur Chef</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g19-sous-redacteur"><font color="#5C3009" size="2"><b>Sous Rédacteur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g12-chuchoteurs"><font color="#714B8A" size="2"><b>Chuchoteurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g20-journalistes"><font color="#806751" size="2"><b>Journalistes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g22-juges"><font color="#E8E8E8" size="2"><b>Juges</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g15-managers"><font color="#000000" size="2"><b>Managers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g16-caractereurs"><font color="#CC3939" size="2"><b>Caractéreurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g13-designers"><font color="#341E8A" size="2"><b>Designers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g14-chomeurs"><font color="#4A4A4A" size="2"><b>Chômeurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g21-cavaliers-externes"><font color="#E9F082" size="2"><b>Cavaliers externes *</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></BLOCKQUOTE></BLOCKQUOTE></span><br>
<td width="5%"></td>
</tr>
</table>
 <br>
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table><br>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{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 -->
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Lun 27 Déc 2010 - 15:30

up =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Lun 27 Déc 2010 - 18:05

Bonsoir

Une précision. scratch
C'est seulement la catégorie QUI EST EN LIGNE "clicable" ou n'ai -je pas compris ?

Ge
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Lun 27 Déc 2010 - 23:24

Oui je crois que l'on parle de la même chose.. je veux ravoir la barre avec le lien clicable me donnant la position des membres sur mon forum =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Mar 28 Déc 2010 - 8:36

Vous avez complétement changé la structure du qui est en ligne

Recherche du BEGIN disable_viewonline
Code par défaut
Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28"><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></td>
   </tr>

Votre codage
Code:
<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="700" border="0" class="statistiques">
  <tr>

Class "forumline" et vous Class "statistiques"

et l'affichage de la la ligne clicable du qui est en ligne....
Code:
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></td>
   </tr>
[/code]
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Mar 28 Déc 2010 - 12:28

Donc que faut-il faire ? Parce que je savais que j'avais supprimé quelque chose, mais la question était surtout de savoir si ca pouvait être remit sans changer la nouvelle apparence du forum ?
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Mer 29 Déc 2010 - 11:59

up =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Jeu 30 Déc 2010 - 11:39

up !
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Jeu 30 Déc 2010 - 11:43

Je vais créer un forum de test en phpbb2 pour vous faire la modification et la tester Wink

ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Jeu 30 Déc 2010 - 16:26

merci beaucoup =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Ven 31 Déc 2010 - 11:17

Avez-vous réussit ? ^^
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Ven 31 Déc 2010 - 11:21

Non je termine des aides en cours et je m'en occupe.

ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Dim 2 Jan 2011 - 13:25

up =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Lun 3 Jan 2011 - 16:44

up =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Mar 4 Jan 2011 - 12:18

up !
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Mer 5 Jan 2011 - 12:30

up=)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Jeu 6 Jan 2011 - 10:41

up
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Ven 7 Jan 2011 - 13:40

up s'il vous plait !
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Sam 8 Jan 2011 - 14:07

up !
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Lun 10 Jan 2011 - 11:23

up...
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par ge80 Lun 10 Jan 2011 - 11:31

Personne d'autre ne prête la main Wink

Désolé pour le retard, j'espère avoir le temps de le faire ce mercredi.
Faites un UP tôt le matin pour me le remettre en mémoire Wink
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

http://www.tsi80.net/
ge80 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Lun 10 Jan 2011 - 17:40

d'accord, merci beaucoup =)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Mer 12 Jan 2011 - 15:19

up=)
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Jeu 13 Jan 2011 - 12:15

up
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par Anzu Jeu 13 Jan 2011 - 12:38

Bonjour,

Si vous voulez remettre par défaut la ligne du qui est en ligne. Il suffit de reprendre le tr où se trouve la variable concernée. Ce qui donne:

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 cellspacing="2" cellpadding="2" width="700" border="0" class="statistiques">
   <tr>
      <td class="catHead" colspan="2" height="28">   
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</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 width="15%"></td>
<td width="50%"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><center>
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g1-directrice"><font color="#FFFFFF" size="2"><b>Directrice</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g3-banquier"><font color="#945475" size="2"><b>Banquier</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g4-moniteurs"><font color="#E66E6E" size="2"><b>Moniteurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g5-organisateurs"><font color="#7A90D9" size="2"><b>Organisateurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g6-palefreniers"><font color="#52A18C" size="2"><b>Palefreniers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g7-veterinaires"><font color="#639948" size="2"><b>Vétérinaires</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g8-marechaux"><font color="#E6B627" size="2"><b>Maréchaux</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g9-dentistes"><font color="#CC7000" size="2"><b>Dentistes</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g10-osteopathes"><font color="#804503" size="2"><b>Ostéopathes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g23-debourreurs"><font color="#615B5B" size="2"><b>Débourreurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g11-cavaliers-pro"><font color="#AD388E" size="2"><b>Cavaliers Pro'</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g18-redacteur-chef"><font color="#167000" size="2"><b>Rédacteur Chef</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g19-sous-redacteur"><font color="#5C3009" size="2"><b>Sous Rédacteur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g12-chuchoteurs"><font color="#714B8A" size="2"><b>Chuchoteurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g20-journalistes"><font color="#806751" size="2"><b>Journalistes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g22-juges"><font color="#E8E8E8" size="2"><b>Juges</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g15-managers"><font color="#000000" size="2"><b>Managers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://seventh-heaven.forum-actif.net/g16-caractereurs"><font color="#CC3939" size="2"><b>Caractéreurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g13-designers"><font color="#341E8A" size="2"><b>Designers</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g14-chomeurs"><font color="#4A4A4A" size="2"><b>Chômeurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://seventh-heaven.forum-actif.net/g21-cavaliers-externes"><font color="#E9F082" size="2"><b>Cavaliers externes *</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></BLOCKQUOTE></BLOCKQUOTE></span><br>
<td width="5%"></td>
</tr>
</table>
 <br>
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table><br>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{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: Qui est en ligne

Message par lauraestate Ven 14 Jan 2011 - 17:00

Je n'arrive pas a le replacer, ca me met toujorus une erreur de balise ? Ou dois le placer exactement ?
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par lauraestate Sam 15 Jan 2011 - 20:04

up
avatar

lauraestate
**

Messages : 91
Inscrit(e) le : 18/12/2010

http://www.seventh-heaven-stables.com/
lauraestate a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Qui est en ligne

Message par Anzu Sam 15 Jan 2011 - 21:05


Il n'y a pas d'erreur au niveau des balises. Vous allez dans templates > Général > Index body > Votre template actuel vous le remplacez entièrement par le code que je vous ai donné dans mon précédent post.
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.

Page 1 sur 2 1, 2  Suivant

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