Probleme de Qui Est En Ligne
3 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Probleme de Qui Est En Ligne
Bonjour !
Je viens demander votre aide pour la mise en page de mon qui est en ligne qui n'en fait qu'à sa tête...
URL du forum: http://heriadel.forumactif.com/
Version de votre forum: phpbb2
Capture d'écran du problème :
En gros, impossible de mettre le texte "Membres connectés au cours des 24 dernières heures : Le destin" dans la troisieme colonne au dessus, et la légende reste bloqué dans une première colonne au lieu de s'étaler tout le long du cadre marron ><
Votre statut sur le forum : Fondateur
Templates modifiés ? Oui, voici mon template index_body :
En espérant avoir donné des explications claires :/
Merci !
Je viens demander votre aide pour la mise en page de mon qui est en ligne qui n'en fait qu'à sa tête...
URL du forum: http://heriadel.forumactif.com/
Version de votre forum: phpbb2
Capture d'écran du problème :
En gros, impossible de mettre le texte "Membres connectés au cours des 24 dernières heures : Le destin" dans la troisieme colonne au dessus, et la légende reste bloqué dans une première colonne au lieu de s'étaler tout le long du cadre marron ><
Votre statut sur le forum : Fondateur
Templates modifiés ? Oui, voici mon template index_body :
- index_body:
- {JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{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></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall"><!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<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><br/>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{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" id="qeel" width="98%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td class="qeel_info" width="30%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
<td class="qeel_info" width="30%"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
<td class="qeel_info" width="30%"><span class="gensmall">{L_CONNECTED_MEMBERS}</span></td>
</tr>
<tr>
<td class=".qeel_legende"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {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" />
{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,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
- CSS perso:
- /*REGLAGES DE LA BANNIERE DE FOND & DU FOND*/
body
{
background: url("https://i.servimg.com/u/f55/18/72/23/72/ban224.jpg") no-repeat top center, url("https://i.servimg.com/u/f55/18/72/23/72/fond20.jpg") repeat top center;
background-color: #bdada6;
background-attachment: scroll;
color: #201917;
}
/*INSTALATION MENU A GAUCHE*/
div.vertical_nav
{
position:fixed;
top:0px;
left:0px;
background: #2b2220;
border: 1px solid #1a1717;
padding-top: 20px;
width: 220px;
height: 100%;
box-shadow: 0px 0px 5px #000;
}
div.vertical_nav a.mainmenu
{
display:list-item; /* Affiche les liens de la barre de navigation comme une liste de haut en bas*/
list-style:none; /* Supprime le style initialement attribué aux listes (les puces)*/
margin-top: -15px;
color: #68504b;
}
/*MISE EN PAGE LISTE TOPICS*/
.row3Right{
background: #2b2220;
color: #513c37 !important;
width: 200px !important;
height: 50px;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
text-align: center;
opacity: 1;
border-bottom: 1px dashed #000000;
-moz-transition:all 0.8s; /* Mozilla Firefox */
-webkit-transition:all 0.8s; /* Safari et Google Chrome */
-o-transition:all 0.8s; /* Opera */
transition:all 0.8s;
}
.row3{
background: #2b2220;
color: #513c37 !important;
width: 600px;
height: 50px;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
text-align: center;
opacity: 1;
text-align: left !important;
border-bottom: 1px dashed #000000;
}
.row3Rightover{
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
color: #faeed8 !important;
background: #3c2e2a;
padding-left: 3px;
box-shadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.row3Rightover a{
color: #b3a7a5 !important;
margin-left: 45px;
}
.row4Right{
background: #2b2220;
color: #513c37 !important;
height: 50px;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
text-align: center;
padding-left: 20px !important;
padding-right: 20px !important;
text-align: center;
opacity: 1;
border-bottom: 1px dashed #000000;
border-left: 10px solid #faeed8;
-moz-transition:all 0.8s; /* Mozilla Firefox */
-webkit-transition:all 0.8s; /* Safari et Google Chrome */
-o-transition:all 0.8s; /* Opera */
transition:all 0.8s;
}
.row4Rightover{
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
color: #b3a7a5;
background: #3c2e2a;
box-shadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.topictitle{
color: #6d5550 !important;
font-family: 'Alex Brush', cursive;
font-weight: lighter;
font-size: 25px;
-moz-transition:all 0.8s; /* Mozilla Firefox */
-webkit-transition:all 0.8s; /* Safari et Google Chrome */
-o-transition:all 0.8s; /* Opera */
transition:all 0.8s;
}
.row3Right .desc_top {
padding-left: 10px !important;
}
/*MISE EN PAGE CATEGORIES ET FORUMS*/
.DescForum
{
margin-top: -50px;
background: #2b2220;
color: #6d5550;
text-align: justify;
height:50px; /* hauteur du bloc de description */
overflow:auto; /* le scroll apparaît automatiquement si besoin */
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
Line-Height: 12px;
padding-left: 67px;
padding-top: 12px;
padding-bottom: 8px;
padding-right: 8px;
}
.forumlink
{
font-family: 'Alex Brush', cursive;
font-weight: lighter;
font-size: 30px;
color: #673a37;
margin-left: 35px;
-moz-textshadow: 0px 0px 0px #191514;
-webkit-text-shadow: 0px 0px 0px #191514;
text-shadow: 0px 0px 0px #191514;
-moz-transition:all 0.5s; /* Mozilla Firefox */
-webkit-transition:all 0.5s; /* Safari et Google Chrome */
-o-transition:all 0.5s; /* Opera */
transition:all 0.5s;
}
.forumlink:hover {
color: #191514;
margin-left: 45px;
}
.sujets_messages {
padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre */
background: #68504b;
color: #1d1717;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
margin-top: -48px;
text-align: center;
}
.derniers_sujets {
margin-top: 3px; /* pour faire un léger espace entre la ligne des "messages & sujets" et "dernier message posté" */
padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre */
background: #2b2220;
color: #673a37;
width: 150px;
height: 64px;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
text-align: center;
}
.derniers_sujets a{
color: #513c37;
}
.sousforums{
margin-top: 3px;
padding: 2px;
background: #68504b;
color: #1d1717;
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
text-align: center;
height: 18px;
margin-left: 60px;
}
.sousforums a{
color: #faeed8;
}
.new_mess {
margin-top: -10px;
margin-bottom: -43px;
}
/* RETIRE TOUS LES SOULIGNEMENTS DE LIEN*/
a:hover{text-decoration: none !important; color:#2b2220;}
a {text-decoration: none !important; font-family: 'Carrois Gothic SC', sans-serif;
font-size: 13px; font-weight: lighter; color: #673a37;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
/* MISE EN PAGE DES SUJETS */
.cadre_mess {
background: #faeed8;
}
.postdetails {
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 10px;
}
.postbody {
background: #68504b;
margin-top: -10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
/*font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 12px;
Line-Height: 12px;*/
font-family: 'helvetica', sans-serif;
font-size: 12px;
Line-Height: 13px;
color: #1f1917;
border-top: 5px solid #2b2220;
text-align: justify;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}
.catHead {
background: #2b2220 !important;
color: #faeed8 !important;
border-bottom: 3px solid #faeed8 !important;
}
h1 {
color: #673a37 !important;
font-family: 'Alex Brush', cursive;
font-weight: lighter !important;
font-size: 30px !important;
}
/*.signature_div {
background:#000000;
}*/
/* MISE EN PAGE DU PROFIL */
.name a {
text-align: center !important;
color: #673a37 !important;
font-family: 'Alex Brush', cursive;
font-weight: lighter !important;
font-size: 25px !important;
}
.name {
background: #513c37;
margin-bottom: -10px;
margin-top: 8px;
margin-left: -3px;
margin-right: -3px;
}
#profil {
background: #3c2e2a;
font-size: 13px !important;
color: #faeed8 !important;
margin-top: -10px !important;}
.profil_avatar {
border-left: 1px solid #68504b;
border-right: 1px solid #68504b;
border-bottom: 3px solid #68504b;
border-top: 3px solid #68504b;
}
.profil_label {
border-bottom: 3px solid #68504b;
}
.profil_contenu {
background: #513c37!important;
color: #faeed8;
}
/*ENLEVER LES BORDURES GENANTES*/
.row3Right
{
border: none !important;
}
.thHead
{
border: none !important;
}
.thCornerL, .thCornerR, .thTop
{
border: none !important;
}
.thLeft, .thRight
{
border-left: none !important;
border-right: none !important;
}
.catLeft, .catRight
{
border: none! important;
}
.catHead
{
border: none !important;
}
.catBottom
{
border: none !important;
}
/* ENLEVE LES IMAGES DE LA NAVIGATION */
.mainmenu img {display: none;}
.nav img{
max-width: 150px;
max-height: 150px;
}
/* MISE EN PAGE QEEL */
#qeel {
background: #2b2220;
margin: 10px;
padding: 10px !important;
font-family: 'Carrois Gothic SC', sans-serif !important;
font-weight: lighter;
font-size: 12px;
}
.qeel_legende {
font-family: 'Carrois Gothic SC', sans-serif !important;
font-weight: lighter;
font-size: 12px;
background: #faeed8;
padding:10px;
margin-top: -20px;
}
.qeel_info {
font-family: 'Carrois Gothic SC', sans-serif !important;
font-weight: lighter;
font-size: 12px;
background: #faeed8;
padding:10px;
}
/* MISE EN PAGE DES TITRES PERSO */
.titre1 {
color: #000000 !important;
font-family: 'Alex Brush', cursive;
font-weight: lighter !important;
font-size: 50px !important;
background: #68504b;
text-align: center;
margin-top: 15px;
padding-top: -5px !important;
margin-bottom: 20px;
/*text-shadow: 0px 2px 0px #b3a7a5;*/
text-shadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.titre2 {
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 20px;
color: #b3a7a5;
padding-left: 35px;
padding-top: 8px;
padding-bottom: 5px;
background: #3c2e2a;
box-shadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset,
0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.titre3 {
font-family: 'Carrois Gothic SC', sans-serif;
font-weight: lighter;
font-size: 13px;
color: #ffffff;
padding-left: 10px;
margin-bottom: -10px !important;
}
.titre4 {
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 12px;
color: #3c2e2a;
padding-left: 15px;
margin-bottom: -12px !important;
}
.important {
font-weight: bold;
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 16px !important;
}
.info_liens {
font-family: 'Carrois Gothic SC', sans-serif;
font-size: 12px;
color: #3c2e2a;
font-style:italic;
}
.forumline td.row3[colspan="7"] { background: url(http://image); height: 50px; }
tr.annonce td {background-color:#2b2220!important;} /* Modifie la couleur de fond des annonces */
tr.annonceglo td {background-color:#efe0c6!important;} /* Modifie la couleur de fond des annonces */
tr.Note td {background-color:#efe0c6!important; } /* Modifie la couleur de fond des Note */
En espérant avoir donné des explications claires :/
Merci !
Dernière édition par 14v24 le Lun 21 Avr 2014 - 18:10, édité 1 fois
Re: Probleme de Qui Est En Ligne
Bonjour ^^
Pour la légende remplacez :
Il y avait un point de trop à la définition du class et il manquait le colspan pour indiquer que la cellule prendra la largeur des trois colonnes définies plus haut.
Pour la légende remplacez :
- Code:
<td class=".qeel_legende"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
- Code:
<td class="qeel_legende" colspan="3"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
Il y avait un point de trop à la définition du class et il manquait le colspan pour indiquer que la cellule prendra la largeur des trois colonnes définies plus haut.
Re: Probleme de Qui Est En Ligne
Ca a résolu mon probleme, pour la légende, MERCI !!!!
Re: Probleme de Qui Est En Ligne
Bonjour,
la variable {L_CONNECTED_MEMBRES} est une ligne de tableau, et dans donc se trouver dans des balises <table> pour être affichée dans la cellule, ce qui donne :
la variable {L_CONNECTED_MEMBRES} est une ligne de tableau, et dans donc se trouver dans des balises <table> pour être affichée dans la cellule, ce qui donne :
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" id="qeel" width="98%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td class="qeel_info" width="30%">
<span class="gensmall">
{TOTAL_POSTS}
<br />{TOTAL_USERS}
<br />{NEWEST_USER}
</span>
</td>
<td class="qeel_info" width="30%">
<span class="gensmall">
{TOTAL_USERS_ONLINE}
<br />{RECORD_USERS}
<br />
<br />{LOGGED_IN_USER_LIST}
</span>
</td>
<td class="qeel_info" width="30%">
<span class="gensmall">
<table>
{L_CONNECTED_MEMBERS}
</table>
</span>
</td>
</tr>
<tr>
<td class="qeel_legende" colspan="3">
<span class="gensmall">
{LEGEND} : {GROUP_LEGEND}
</span>
</td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">
{TOTAL_CHATTERS_ONLINE} : {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 -->
MlleAlys- Membre actif
- Messages : 5974
Inscrit(e) le : 12/09/2012
Re: Probleme de Qui Est En Ligne
Ah bah d'accord, tout s'explique... MERCIII !!
Sujets similaires
» Probleme de superpositions de bouttons En ligne/ Hors ligne
» problème de ligne
» problème qui est en ligne ?
» probleme sur le qui est en ligne
» Problème qui est en ligne
» problème de ligne
» problème qui est en ligne ?
» probleme sur le qui est en ligne
» Problème qui est en ligne
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum