Comment mettre les groupes du qui est en ligne sur la même ligne?

3 participants

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

Résolu Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mar 4 Déc 2018 - 16:29

Détails techniques

Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Personnes concernées par le problème : Moi uniquement
Lien du forum : http://scratpub.forumactif.org/

Description du problème

Bonjour à tous !
Voilà sur mon qui est en ligne j'ai pas mes groupes qui sont sur la même ligne.
Quelqu'un peut m'aider à les mettre sur la même ligne? Merci à vous.

http://scratpub.kanak.fr/forum


Dernière édition par Scratpub le Mer 6 Fév 2019 - 1:14, édité 2 fois
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mar 4 Déc 2018 - 19:00

Hello Scratpub,

tu peux donner le template index_body:
Affichage/Templates/Général/index_body

Et la c.s.s associée s'il te plait.
a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mar 4 Déc 2018 - 21:16

Bonsoir oui bien sur :

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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</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></span>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
         <!-- END switch_delete_cookies -->
      </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" rel="nofollow">{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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="right" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</form>
<!-- END switch_user_login_form_footer -->


<!-- BEGIN disable_viewonline -->
<table class="Hline" width="100%" border="0" cellspacing="3" cellpadding="3">
  <tr>
    <td class="Hhead" align="right" colspan="2" height="28">
  <!-- DEBUT TITRE A PERSONNALISER (ou supprimer) --> 
   
      <!-- BEGIN switch_viewonline_link -->
    <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">QUI SE BALADE SUR LE FORUM ?</a></span>
    <!-- END switch_viewonline_link -->
 
    <!-- BEGIN switch_viewonline_nolink -->
    <span class="cattitle">QUI SE BALADE SUR LE FORUM ?</span>
    <!-- END switch_viewonline_nolink -->
   
  <!-- FIN TITRE A PERSONNALISER (ou supprimer) -->     
  </td>
 </tr>   
 <tr> 
    <td class="row1" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
 
  <!-- DEBUT GROUPES -->   
    <td class="row1" align="center" width="100%">           
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>         
    <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>           
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span>&nbsp;<br /><br/><span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span>
      <br /> <br /> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>         
      <br />  <br /> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>           
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>                       
  <!-- FIN GROUPES -->
   
  <!-- DEBUT STATISTIQUES -->       
      <div id="Hstat">
        <span class="gensmall tfa">
          {TOTAL_USERS}.    {NEWEST_USER}               
          <br />
          {TOTAL_POSTS}                     
      </span> 
      <br />
        <span class="gensmall tfa">{TOTAL_USERS_ONLINE}</span> 
        <br />
        <span class="gensmall">{RECORD_USERS}</span>       
      </div>
  <!-- FIN STATISTIQUES -->
 <!-- DEBUT MEMBRES CONNECTES -->       
      <div id="Htotal"> 
        <span class="gensmall">{LOGGED_IN_USER_LIST}</span>         
      </div>
  <!-- FIN MEMBRES CONNECTES -->     
    </td>       
  </tr>
 <tr>
  <td colspan="2" class="row1">
  <!-- DEBUT SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS -->       
      <div id="Hbest">
      <span class="gensmall tfa"> <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></span>         
        <span class="gensmall tfa"> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a></span>         
        <span class="gensmall tfa"> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a></span> 
    </div>
  <!-- FIN SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS --> 
           
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->       
      <div id="Hconnect">
      <div>
          <table>{L_CONNECTED_MEMBERS}
          <br />
 
       
          </table>
        </div>
             
    </div>
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->
   
  <!-- DEBUT ANNIVERSAIRES -->     
    <div id="Hbirsday">
        <div>
          <table>         
        {L_WHOSBIRTHDAY_TODAY} 
        {L_WHOSBIRTHDAY_WEEK}
        <br />
     
          </table> 
        </div>
       
      </div>
  <!-- FIN ANNIVERSAIRES --> 
      <div style="clear:both;"></div>
    </td>       
  </tr>

 <!-- BEGIN switch_chatbox_activate -->
 <tr>
  <td colspan="2" class="row1">
    <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :&nbsp; {CHATTERS_LIST}<br />
      <!-- BEGIN switch_chatbox_popup -->
      <div id="chatbox_popup"></div>
      <script type="text/javascript">
        //<![CDATA[
        insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
        //]]>
      </script>
      <!-- END switch_chatbox_popup -->
    </span>
  </td>
 </tr>
 <!-- END switch_chatbox_activate -->
</table>

<!-- 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>&nbsp;&nbsp;</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}
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mer 5 Déc 2018 - 3:58

Hello Scratpub,

il manquait la c.s.s associée.
Bref,
dans ton template recherches ceci qui correspond à tes groupes:
Code:
 <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>       
    <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>         
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span>&nbsp;<br /><br/><span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span>
      <br /> <br /> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>       
      <br />  <br /> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>         
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>                       

Supprimes toutes ces balises (saut de ligne):
Code:
<br />

Ce qui donnera :
Code:
 <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>       
    <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>         
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span>&nbsp;><span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span>
        &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>       
        &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> &nbsp;<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>         
      <span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>       


Penses à enregistrer puis à valider en cliquant respectivement sur :enreg: puis Comment mettre les groupes du qui est en ligne sur la même ligne?  824052533

a++



Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mer 5 Déc 2018 - 9:23

Coucou cela ne fait rien... Neutral
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mer 5 Déc 2018 - 14:13

Re,
rhooooooo, tu as oublié de publier le templateComment mettre les groupes du qui est en ligne sur la même ligne?  824052533


a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mer 5 Déc 2018 - 14:35

Oops effectivement.
J'y suis allée un peut trop vite lol.
Encore un petit soucis de décalage et sur la droite en haut.

Comment mettre les groupes du qui est en ligne sur la même ligne?  Fff10
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mer 5 Déc 2018 - 15:12

Re,

hum cela me parait compromit,
essayes ceci:
Recherches dans la partie concernée, le premier groupe:
Code:

<span class="Hgroupe"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>


Ajoutes lui un style margin-left:5px comme ceci:
Code:
   
<span class="Hgroupe"style="margin-left:5px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>


Penses cette fois à bien enregistrer et surtout valider en cliquant respectivement sur :enreg: puis Comment mettre les groupes du qui est en ligne sur la même ligne?  824052533


a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mer 5 Déc 2018 - 19:35

Bonsoir non sa ne fait toujours rien ( j'ai des petites balises comme ceci :
Code:
&nbsp;
je pourrais le mettre ?)
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mer 5 Déc 2018 - 19:38

Re,
oui bien sûr , c'est du pur html Wink  .

a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mer 5 Déc 2018 - 22:00

re, cela fonctionne avec ce code : "
Code:
&nbsp;
" mais je n'arrive toujours pas à séparer le sujet à droite
"Sujets actifs du jour
Top 20 des posteurs du jour
Top 20 des posteurs du forum
Supprimer les cookies du forum"
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par *Splash* Mer 5 Déc 2018 - 22:05

Hi,

Si ça peut aider, voici comment je vois ton bas de forum en tant qu'invité

Comment mettre les groupes du qui est en ligne sur la même ligne?  Sans_t22
*Splash*

*Splash*
Membre actif

Masculin
Messages : 3806
Inscrit(e) le : 25/02/2018

https://caforum.fr
*Splash* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Jeu 6 Déc 2018 - 0:25

*Splash* a écrit:Hi,

Si ça peut aider, voici comment je vois ton bas de forum en tant qu'invité

Comment mettre les groupes du qui est en ligne sur la même ligne?  Sans_t22

Moi je n'ai pas le même effet que vous.
Je travaille sur Mozilla firefox actuellement...
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par *Splash* Jeu 6 Déc 2018 - 0:40

Alors voici un screen sous Firefox

Comment mettre les groupes du qui est en ligne sur la même ligne?  Sans_t23
*Splash*

*Splash*
Membre actif

Masculin
Messages : 3806
Inscrit(e) le : 25/02/2018

https://caforum.fr
*Splash* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Jeu 6 Déc 2018 - 5:26

Hello Scratpub et Fred,

comme je te l'avais demandé ici:

https://forum.forumactif.com/t398853-comment-mettre-les-groupes-du-qui-est-en-ligne-sur-la-meme-ligne#3330980

Peux tu donner la css associée stp Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Jeu 6 Déc 2018 - 13:56

Bonjour ,

Code:
/***QEEL ***/


/* TABLE QEEL */
.Hline{
 background: #ffffff;
 border: 1px solid #134d87;
 border-left: 5px solid #134d87;
 border-right: 5px solid #134d87; 
 -moz-border-radius: 0 15px 0 15px;
 -webkit-border-radius: 0 15px 0 15px;
 border-radius: 0 15px 0 15px;
}
/* CELLULES QEEL */
.Hline .row1{
 background: transparent;
 border: none;
}
/* TITRE QEEL */
.Hhead{
 padding-bottom: 10px;
}
.Hhead .cattitle{
 margin-right:15px;
 font: bold italic 17px  Century Gothic;
 -webkit-transition: all 1s ease; /* pour navigateur webkit */
 -moz-transition: all 1s ease; /* pour navigateur mozilla */
 -o-transition: all 1s ease; /* pour navigateur opera */
 transition: all 1s ease; /* pour les navigateurs récents */ 
}
/* TITRE AU SURVOL */
.Hhead .cattitle:hover{
 font-size: 20px;
 color: #61a9f2;
}
/* GROUPES QEEL */
.Hgroupe span{
 margin: 10px;
}
/* LIENS (texte) DES GROUPES */
.Hgroupe a{
 background: #ffffff;
 border: 1px dotted;
 font: bold italic 15px  Century Gothic ;
 padding: 5px;
 text-decoration: none;
}
/* LIENS (texte) DES GROUPES AU SURVOL*/
.Hgroupe a:hover{
 outline: none;
 text-decoration: none;
}
/* STATISTIQUES */
#Hstat{
 margin: 10px auto;
}
#Hstat .gensmall.tfa{
 display: inline-block;
 margin: 5px;
}
/* MEMBRES CONNECTES */
#Htotal{
 background: #ffffff;
 border: 1px dotted #134d87; 
 width: 80%;
 margin: auto;
 padding: 5px; 
}

/* SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS */
#Hbest{
 text-align: center;
 margin: 0 auto 10px 0; 
}
#Hbest .gensmall.tfa{
 display: inline-block;
 background: #ffffff;
 border: 1px dotted #007387;
 margin: 5px;
 padding: 5px;
}
#Hbest .gensmall.tfa a.gensmall{
 font: bold italic 12px  'Norican', cursive;;
}
/* DERNIERS CONNECTES */
#Hconnect{
 width: 48%;
 float: left;
 padding: 5px; 
 background: #ffffff;
 border: 1px dotted #134d87; 
}
/* ANNIVERSAIRES */
#Hbirsday{
 width: 48%;
 float: right;
 padding: 5px; 
 background: #ffffff;
 border: 1px dotted #134d87; 

/* CONTENU DERNIERS CONNECTES - CONTENU ANNIVERSAIRES */
#Hconnect div, #Hbirsday div{
 width: 97%;
 margin: auto;
 padding: 5px;
 max-height: 50px;
 overflow-y: auto;
}
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Jeu 6 Déc 2018 - 17:57

Re,
tu peux remplacer l'intégralité de ton template par ceci:
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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</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></span>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
         <!-- END switch_delete_cookies -->
      </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" rel="nofollow">{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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="right" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</form>
<!-- END switch_user_login_form_footer -->


<!-- BEGIN disable_viewonline -->
<table class="Hline" width="100%" border="0" cellspacing="3" cellpadding="3">
  <tr>
    <td class="Hhead" align="right" colspan="2" height="28">
  <!-- DEBUT TITRE A PERSONNALISER (ou supprimer) -->
  
      <!-- BEGIN switch_viewonline_link -->
    <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">QUI SE BALADE SUR LE FORUM ?</a></span>
    <!-- END switch_viewonline_link -->
 
    <!-- BEGIN switch_viewonline_nolink -->
    <span class="cattitle">QUI SE BALADE SUR LE FORUM ?</span>
    <!-- END switch_viewonline_nolink -->
  
  <!-- FIN TITRE A PERSONNALISER (ou supprimer) -->    
  </td>
 </tr>  
 <tr>
    <td class="row1" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
 
  <!-- DEBUT GROUPES -->  

    <td class="row1" align="center" width="100%">    
      <div style="height:20px;"></div>
     <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>        
    <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>          
      <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span>
     <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span>
     <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span>
      <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>        
      <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span>
 <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>          
      <span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>        
                <div style="height:20px;"></div>
  <!-- FIN GROUPES -->
  
  <!-- DEBUT STATISTIQUES -->      
      <div id="Hstat">
        <span class="gensmall tfa">
          {TOTAL_USERS}.    {NEWEST_USER}              
          <br />
          {TOTAL_POSTS}                    
      </span>
      <br />
        <span class="gensmall tfa">{TOTAL_USERS_ONLINE}</span>
        <br />
        <span class="gensmall">{RECORD_USERS}</span>      
      </div>
  <!-- FIN STATISTIQUES -->
 <!-- DEBUT MEMBRES CONNECTES -->      
      <div id="Htotal">
        <span class="gensmall">{LOGGED_IN_USER_LIST}</span>        
      </div>
  <!-- FIN MEMBRES CONNECTES -->    
    </td>      
  </tr>
 <tr>
  <td colspan="2" class="row1">
  <!-- DEBUT SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS -->      
      <div id="Hbest">
      <span class="gensmall tfa"> <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></span>        
        <span class="gensmall tfa"> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a></span>        
        <span class="gensmall tfa"> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a></span>
    </div>
  <!-- FIN SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS -->
          
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->      
      <div id="Hconnect">
      <div>
          <table>{L_CONNECTED_MEMBERS}
          <br />
 
      
          </table>
        </div>
            
    </div>
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->
  
  <!-- DEBUT ANNIVERSAIRES -->    
    <div id="Hbirsday">
        <div>
          <table>        
        {L_WHOSBIRTHDAY_TODAY}
        {L_WHOSBIRTHDAY_WEEK}
        <br />
    
          </table>
        </div>
      
      </div>
  <!-- FIN ANNIVERSAIRES -->
      <div style="clear:both;"></div>
    </td>      
  </tr>

 <!-- BEGIN switch_chatbox_activate -->
 <tr>
  <td colspan="2" class="row1">
    <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :&nbsp; {CHATTERS_LIST}<br />
      <!-- BEGIN switch_chatbox_popup -->
      <div id="chatbox_popup"></div>
      <script type="text/javascript">
        //<![CDATA[
        insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
        //]]>
      </script>
      <!-- END switch_chatbox_popup -->
    </span>
  </td>
 </tr>
 <!-- END switch_chatbox_activate -->
</table>

<!-- 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>&nbsp;&nbsp;</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}

Le soucis est que je n'ai pas la même apparence que toi dû au thème que tu utilises.


a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Jeu 6 Déc 2018 - 18:18

Coucou ah d'accord.
Cela fonctionne bien. Pourrais tu me dires quel est le code a présent qui fait cette effet? Pour que je sache le remplacé la prochaine fois ? Smile
Merci en tout cas. J'attends votre réponse avant de clôturé ce message. Smile Wink
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Jeu 6 Déc 2018 - 18:23

Re,
alors avant le premier groupe et après le dernier , j'ai ajouté une div ayant une hauteur de 20px;
afin d'avoir une marge en haut et en bas.

Code:
<div style="height:20px;"></div>

Ensuite chaque groupe et ainsi constitué:
Code:

<span class="Hgroupe"style="float:left;margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>
Pour chaque groupe on utilises le style suivant pour la balise span:

Code:
<span class="Hgroupe"style="float:left;margin-left:2px;">

La css et le reste n'ont pas était touchée  Wink  .

a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Jeu 6 Déc 2018 - 19:09

Bonsoir merci beaucoup pour votre réponse. Et merci pour votre aide. Wink
La prochaine fois je saurais.
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Jeu 6 Déc 2018 - 19:17

Re,
de rien et à bientôt peut être Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Chacha Lun 4 Fév 2019 - 15:52

Comment mettre les groupes du qui est en ligne sur la même ligne?  TLjnTcjBonjour,

Le topic est replacé à la demande de l'auteur du sujet.

Pensez à faire un UP au moins une fois par semaine si vous ne voulez pas voir votre sujet déplacé à la corbeille.
Chacha

Chacha
Modéractif
Modéractif

Masculin
Messages : 69301
Inscrit(e) le : 21/08/2010

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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Lun 4 Fév 2019 - 16:05

Bonjour j'ai un autre soucis concernant les groupes. Impossible de séparer le groupe " Fondatrice , animateur et membres ". J'ai essayé les mêmes codes cela ne fonctionne pas. quelqu'un peut m'aider ? Merci
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Invité Mar 5 Fév 2019 - 8:04

Hello Scratpub,
j'ai revu la structure de ton template car , il y avait des soucis pour l'ajout de groupe.


Remplaces la totalité de ton template par ce contenu:

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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</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></span>
        <!-- END switch_user_logged_in -->
        <!-- BEGIN switch_delete_cookies -->
        <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
        <!-- END switch_delete_cookies -->
      </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" rel="nofollow">{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">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="right" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span>&nbsp;</td>
                        <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</form>
<!-- END switch_user_login_form_footer -->


<!-- BEGIN disable_viewonline -->
<table class="Hline" width="100%" border="0" cellspacing="3" cellpadding="3">
  <tr>
    <td class="Hhead" align="right" colspan="2" height="28">
  <!-- DEBUT TITRE A PERSONNALISER (ou supprimer) -->
 
      <!-- BEGIN switch_viewonline_link -->
    <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">QUI SE BALADE SUR LE FORUM ?</a></span>
    <!-- END switch_viewonline_link -->
 
    <!-- BEGIN switch_viewonline_nolink -->
    <span class="cattitle">QUI SE BALADE SUR LE FORUM ?</span>
    <!-- END switch_viewonline_nolink -->
 
  <!-- FIN TITRE A PERSONNALISER (ou supprimer) -->   
  </td>
 </tr> 
      <!-- DEBUT GROUPES --> 
 <tr>
      <td class="row1"colspan="3" align="center" valign="middle">
        <table width="100%">
          <tr>
  <td class="row1"align="center" valign="middle"height="30">         
 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>       
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> 
            </td>
          </tr>
         
   
          <tr>
            <td class="row1"align="center" valign="middle"height="30">
             
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>         
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>         
               
              </td>
          </tr></table>
 
      </td> </tr>
  <!-- FIN GROUPES -->
 <tr>
    <td class="row1" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
 

    <td class="row1" align="center" width="100%">   
 
 
  <!-- DEBUT STATISTIQUES -->     
      <div id="Hstat">
        <span class="gensmall tfa">
          {TOTAL_USERS}.    {NEWEST_USER}             
          <br />
          {TOTAL_POSTS}                   
      </span>
      <br />
        <span class="gensmall tfa">{TOTAL_USERS_ONLINE}</span>
        <br />
        <span class="gensmall">{RECORD_USERS}</span>     
      </div>
  <!-- FIN STATISTIQUES -->
 <!-- DEBUT MEMBRES CONNECTES -->     
      <div id="Htotal">
        <span class="gensmall">{LOGGED_IN_USER_LIST}</span>       
      </div>
  <!-- FIN MEMBRES CONNECTES -->   
    </td>     
  </tr>
 <tr>
  <td colspan="2" class="row1">
  <!-- DEBUT SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS -->     
      <div id="Hbest">
      <span class="gensmall tfa"> <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></span>       
        <span class="gensmall tfa"> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a></span>       
        <span class="gensmall tfa"> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a></span>
    </div>
  <!-- FIN SUJETS ACTIFS - TOP POSTEURS - TOP 20 POSTEURS -->
         
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->     
      <div id="Hconnect">
      <div>
          <table>{L_CONNECTED_MEMBERS}
          <br />
 
     
          </table>
        </div>
           
    </div>
  <!-- DEBUT LISTE DES MEMBRES CONNECTES LES 24 (ou autre) DERNIERES HEURES -->
 
  <!-- DEBUT ANNIVERSAIRES -->   
    <div id="Hbirsday">
        <div>
          <table>       
        {L_WHOSBIRTHDAY_TODAY}
        {L_WHOSBIRTHDAY_WEEK}
        <br />
   
          </table>
        </div>
     
      </div>
  <!-- FIN ANNIVERSAIRES -->
      <div style="clear:both;"></div>
    </td>     
  </tr>

 <!-- BEGIN switch_chatbox_activate -->
 <tr>
  <td colspan="2" class="row1">
    <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :&nbsp; {CHATTERS_LIST}<br />
      <!-- BEGIN switch_chatbox_popup -->
      <div id="chatbox_popup"></div>
      <script type="text/javascript">
        //<![CDATA[
        insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
        //]]>
      </script>
      <!-- END switch_chatbox_popup -->
    </span>
  </td>
 </tr>
 <!-- END switch_chatbox_activate -->
</table>

<!-- 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>&nbsp;&nbsp;</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}

Penses à enregistrer puis à valider en cliquant respectivement sur :enreg: puis Comment mettre les groupes du qui est en ligne sur la même ligne?  824052533

Voilà la structure des groupes:

Code:
 <!-- DEBUT GROUPES --> 
 <tr>
      <td class="row1"colspan="3" align="center" valign="middle">
        <table width="100%">
          <tr>
  <td class="row1"align="center" valign="middle"height="30">         
 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>       
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> 
            </td>
          </tr>
         
   
          <tr>
            <td class="row1"align="center" valign="middle"height="30">
             
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>         
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>         
               
              </td>
          </tr></table>
 
      </td> </tr>
  <!-- FIN GROUPES -->


Tu as 9 groupes et ton fofo n'est pas large donc on va diviser par 2 l'alignement (enfin presque 5+4 ):
La première ligne ou sont positionnés les 5 premiers:

Code:
 <tr>
  <td class="row1"align="center" valign="middle"height="30">         
 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ff0000;">Fondatrice</a></span>       
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #ba1717;">Co.Administrateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #002bff;">Modérateurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #41a85d;">Graphistes</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Correcteurs</a></span> 
            </td>
          </tr>

Puis les 4 autres:
Code:
 <tr>
            <td class="row1"align="center" valign="middle"height="30">
             
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #FFCCCC;">Analystes</a></span>         
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1a703;">Codeurs</a></span> 
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #b1036a;">Animateurs</a></span>           
<span class="Hgroupe"style="margin-left:2px;"><a href="#LIEN GROUPE" style="color: #0386b1;">Membres</a></span>         
               
              </td>
          </tr>

Dans cette cellule, tu peux ajouter encore un groupe,ensuite il faudra créer une autre cellule pouraccueillir d'autre groupe.

La dernière cellule se termine ainsi:
Code:
</td>
          </tr>

Juste après il faudra ajouter de nouveau ce code html (cellule):

Code:
 <tr>
  <td class="row1"align="center" valign="middle"height="30">         
 
AUTRES GROUPES
</td>
</tr>

Et voilou Wink .

a++
Anonymous

Invité
Invité


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

Résolu Re: Comment mettre les groupes du qui est en ligne sur la même ligne?

Message par Scratpub Mer 6 Fév 2019 - 1:14

Bonsoir super ! Merci Smile
Effectivement c'était plus compliqué que je ne le pensait !
Cette fois-ci c'est bon merci beaucoup l'ami. Very Happy
Scratpub

Scratpub
****

Féminin
Messages : 229
Inscrit(e) le : 10/07/2016

http://scratpub.forumactif.org/
Scratpub 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