Membres connectés récemment
[PHPBB2] Bug quel en ligne
2 participants
Page 1 sur 1 • Partagez
- Version du forum :PHPBB2
- Templates modifiés :oui
- Navigateur :Chrome
Bonjour phil j'ai un petit soucie tu avais travailler sur une modification ....je te met le lien ICI
il n'y as plus rien d'inscris donc pour le moi le plus simple comment remettre par défaut le quel?
Je te remercie pour ton aide précieuse .
bon wk
il n'y as plus rien d'inscris donc pour le moi le plus simple comment remettre par défaut le quel?
Je te remercie pour ton aide précieuse .
bon wk
Coucou Chantal,
il suffit de reprendre l'astuce donnée ici :
https://www.milouze14.com/t31619-resolu-phpbb2-demande-d-aide-pour-modifier-le-qui-est-en-ligne#600937
Pour remettre en place .
Attention toutefois, le topic date de 2018 et si tu as fais d'autres modifications depuis, elles seront perdues.
Désires tu que je te modifies que le qeel ?
Dans le cas d'une réponse positive, merci de me fournir ton template Chantal .
il suffit de reprendre l'astuce donnée ici :
https://www.milouze14.com/t31619-resolu-phpbb2-demande-d-aide-pour-modifier-le-qui-est-en-ligne#600937
Pour remettre en place .
Attention toutefois, le topic date de 2018 et si tu as fais d'autres modifications depuis, elles seront perdues.
Désires tu que je te modifies que le qeel ?
Dans le cas d'une réponse positive, merci de me fournir ton template Chantal .
Bonjour Phil un grand merci je te donne index body et css
bon dimanche phil un grand merci
- Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline M14_cat PA" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"style="border:none!important;"><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"style="border:none!important;">
<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">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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 -->
<!-- DEBUT QEEL INFOBULLE TFA -->
<br />
<table id="tout_qeel_TFA">
<!-- DEBUT MODIFICATIONS DES GROUPES -->
<tr>
<td colspan="2" style="width: 100%;text-align:center;height:16px;">
<!-- DEBUT INFOBULLE -->
<div class="group_bulle">
<span class="bouts_groups" style="color: #F0BC95;">Administratrices</span>
<div class="in_bulle">
<p>
<span style="color:#F0BC95 ;"><b><u>Administratrices :</u></b></span>
<br /><br />
Les administratrices du forum dirigent la communauté, aménagent, entretiennent et réparent le forum. N'hésitez pas à les contacter en cas de problème !
<br />
</p>
</div>
</div>
<!-- FIN INFOBULLE -->
<!-- DEBUT INFOBULLE -->
<div class="group_bulle">
<span class="bouts_groups" style="color: #00F0C0;">Modérateurs</span>
<div class="in_bulle">
<p>
<span style="color:#00F0C0;"><b><u>Modératrices et modérateur :</u></b></span>
<br /><br />
Les modératrices et modérateur modèrent les forums, corrigent les exercices de leurs sections et veillent à ce que les règles soient respectées. Si trop d'abus de l'un d'entre eux, veuillez contacter une administratrice, merci !
<br />
</p>
</div>
</div>
<!-- FIN INFOBULLE -->
<!-- DEBUT INFOBULLE -->
<div class="group_bulle">
<span class="bouts_groups" style="color:#A6B6E0 ;">Chevronnés</span>
<div class="in_bulle">
<p>
<span style="color:#A6B6E0 ;"><b><u>Groupe des chevronnés :</u></b></span>
<br /><br />
Ces membres sont l'élite de la communauté, ils ont accès à davantage de tutoriels.<br /><br />Pour les rejoindre, il vous faut 450 messages et demander votre diplôme dans la section « Membre étoilé votre diplôme
(Chevronné.) »
<br />
</p>
</div>
</div>
<!-- FIN INFOBULLE -->
<!-- DEBUT INFOBULLE -->
<div class="group_bulle">
<span class="bouts_groups" style="color: #B6F50A;">Membres</span>
<div class="in_bulle">
<p>
<span style="color:#B6F50A ;"><b><u>Membres :</u></b></span>
<br /><br />
Ce groupe rassemble l'ensemble des membres du forum remplissant deux conditions : <br />- Se présenter.<br />- Etre actif.<br /><br />Au bout de 450 messages, vous pouvez prétendre à la section des chevronnés !
<br />
</p>
</div>
</div>
<!-- FIN INFOBULLE -->
<!-- DEBUT INFOBULLE -->
<div class="group_bulle">
<span class="bouts_groups" style="color:#F58799;">Timides</span>
<div class="in_bulle">
<p>
<span style="color:#F58799 ;"><b><u>Timides :</u></b></span>
<br /><br />
Vous êtes ici ?<br />Votre participation insuffisante ne vous donne plus accès à certaines parties du forum.<br />Si vous voulez ré-intégrer le groupe des membres, vous devrez :<br />- Signer à nouveau le règlement.<br
/>- Vous y tenir<br /> - Contacter l'administratrice Jade.
<br />
</p>
</div>
</div>
<!-- FIN INFOBULLE -->
<div style="clear:both;"></div>
</td>
</tr>
<!-- FIN MODIFICATIONS DES GROUPES -->
<!-- DEBUT MODIFICATIONS DU QEEL COTE GAUCHE -->
<tr style=" padding:5px;">
<td class="gauche" style="width: 50%;" valign="middle">
<!-- IMAGE DE GAUCHE -->
<div class="left_tfa"><b>Les derniers sujets</b><div>Patientez</div></div>
<!-- FIN TEXTE EN ROTATION DE GAUCHE -->
<div style="clear:both;"></div>
<table width="100%" border="0">
<tr>
<td >
<!-- DEBUT INFOBULLE gauche -->
<div class="info_gauche">
<img class="rotation" style="float:left;" alt="Record" title="Record des membres en ligne" src="https://i.servimg.com/u/f87/11/26/21/37/112.png" />
<div class="in_bulle">
<p>
{RECORD_USERS}<br /> {LOGGED_IN_USER_LIST}
</p>
</div>
</div>
<!-- FIN INFOBULLE gauche -->
</td>
</tr>
<tr>
<td>
<!-- DEBUT INFOBULLE gauche -->
<div class="info_gauche">
<img class="rotation" style="float:left" alt="Anniversaire" title="Les anniversaires sur le forum" src="https://i.servimg.com/u/f87/11/26/21/37/113.png" />
<div class="in_bulle">
<table width="100%" id="qeeltd">
<span id="anniversaire">{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}</span>
</table>
<!-- FIN INFOBULLE gauche -->
</td>
</tr>
<tr>
<td>
<!-- DEBUT INFOBULLE gauche -->
<div class="info_gauche">
<img class="rotation" style="float:left;" alt="Dernières visites" title="Dernières visites" src="https://i.servimg.com/u/f87/11/26/21/37/114.png" />
<div class="in_bulle">
<div>
<table>{L_CONNECTED_MEMBERS}</table>
</div>
</div>
</div>
<!-- FIN INFOBULLE gauche -->
</td>
</tr>
</table>
</td>
<!-- FIN MODIFICATIONS DU QEEL COTE GAUCHE -->
<!-- DEBUT MODIFICATIONS QEEL COTE DROIT -->
<td class="droite" style="width: 50%;" valign="middle">
<!-- IMAGE DE DROITE -->
<div class="right_tfa"><b>Les statistiques</b><div>Patientez</div></div>
<!-- FIN TEXTE EN ROTATION DE DROITE -->
<div style="clear:both;"></div>
<table width="100%" border="0" valign="middle">
<tr>
<td>
<!-- DEBUT INFOBULLE droite -->
<div class="info_droite">
<img class="rotation-d" style="float:right;" alt="Stats" title="Les statistiques du forum" src="https://i.servimg.com/u/f87/11/26/21/37/115.png" />
<div class="in_bulle">
<div class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}</div>
</div>
</div>
<!-- FIN INFOBULLE droite -->
</td>
</tr>
<tr>
<td>
<!-- DEBUT INFOBULLE droite -->
<div class="info_droite">
<img class="rotation-d" style="float:right;" alt="Dernier inscrit" src="https://i.servimg.com/u/f87/11/26/21/37/116.png" title="Dernier inscrit" />
<div class="in_bulle">
<div class="gensmall"> {NEWEST_USER}</div>
</div>
</div>
<!-- FIN INFOBULLE droite -->
</td>
</tr>
<tr>
<td>
<!-- DEBUT INFOBULLE droite -->
<div class="info_droite">
<img class="rotation-d" style="float:right;" alt="Utilisateurs en ligne" src="https://i.servimg.com/u/f87/11/26/21/37/117.png" title="Utilisateur en lignes" />
<div class="in_bulle">
<div class="gensmall">{TOTAL_USERS_ONLINE}</div>
<div class="gensmall">{Google}</div>
</div>
</div>
<!-- FIN INFOBULLE droite -->
</td>
</tr>
</table>
</td>
</tr>
<!-- FIN MODIFICATIONS QEEL COTE DROIT -->
<!-- DEBUT MODIFICATIONS GROUPES DU BAS -->
<tr>
<td colspan="2" style="width: 100%; padding-left: 25px;">
</td>
</tr>
<!-- FIN MODIFICATIONS DES GROUPES DU BAS -->
</table>
<!-- FIN QEEL INFOBULLE TFA -->
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- 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,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
- Code:
/* ------------ QEEL INFOBULLE TFA -------------- */
.left_tfa,.right_tfa
{
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
.right_tfa
{
position: absolute;
height: 165px;
margin-left:60px;
font-size:11px !important;
color:white!important;
}
.right_tfa div td{background-color:transparent;}
.right_tfa div td span {font-size:11px !important;color:white!important;}
.left_tfa
{
font-size:11px !important;
color:white!important;
position: absolute;
height: 165px;
margin-left: 60px;
overflow-y: scroll;
padding-left: 10px;
}
.left_tfa a[href^="/t"],.left_tfa a[href^="/u"],.right_tfa div td span a[href^="/u"],.right_tfa div td span a[href^="/u"] span
{
font-size:11px !important;
text-decoration:none !important;
}
.left_tfa img{display:none !important;}
.info_gauche td.row1 , .info_gauche span,.info_droite div.gensmall{
background-color:transparent !important;color:white !important;font-size:11px !important;}
/* TABLE PRINCIPALE */
#tout_qeel_TFA{
width: 100%;
background-color:#222;
border:2px solid #20aec8;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
/* INFOBULLE DES GROUPES DU HAUT ET BAS SI PRESENTS */
.group_bulle{
cursor:pointer;
display: inline;
line-height: 16px;
position:relative;
margin: 1px 0;
padding: 0;
}
/* STYLE BOUTON GROUPE */
.bouts_groups{
font : 11px Arial;
text-align : center;
padding: 3px;
margin: 0px 1px;
-moz-border-radius: 0px 0px 8px 8px ;
-webkit-border-radius: 10px 10px 0px 0px ;
border-radius:0px 0px 8px 8px ;
-moz-box-shadow: 0px 0px 1px #000;
-webkit-box-shadow: 0px 0px 2px #000;
box-shadow: 0px 0px 4px #000;
background: url(https://i.servimg.com/u/f87/11/26/21/37/img10.gif);
border: 1px solid rgba(255,185,15, 0.2) !important; /* bordure transparente pour Firefox et autres compatibles */
border:1px solid #000000; /* Pour tous les navigateurs à la traine */
}
/* PARTIE MASQUEE DE L’INFOBULLE */
.in_bulle {
display: none;
margin: 0;
padding: 0;
}
/* INFOBULLES AU SURVOL */
/*CONTOUR CATEGORIES*/
.M14_cat
{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
border: 3px dotted #000000;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
-htm-border-radius: 10px;
box-shadow: 0px 0px 4px #000000;
-moz-box-shadow: 0px 0px 4px#000000;
-o-box-shadow: 0px 0px 4px# #000000;
-webkit-box-shadow: 0px 0px 4px#000000;
-htm-box-shadow: 0px 0px 4px #000000;
}
/**FIN CONTOUR CATEGORIES*/
bon dimanche phil un grand merci
j'ai voulue enlever une texture que j'avais en page d'accueil et enlever la derniere manipulation pour avoir les annonce en haut du forum car sa n'a pas plus a mes membre et adieux la loupe aussi ICI
Sujets similaires
Créer un compte ou se connecter pour répondre
Vous devez être membre pour répondre.
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum