Personnaliser son QEEL
2 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
Re: Personnaliser son QEEL
Bonjour
Merci de me fournir : un schéma plutot qu'un modèle pris d'un autre forum, votre template index_body, votre css.
Cordialement.
Merci de me fournir : un schéma plutot qu'un modèle pris d'un autre forum, votre template index_body, votre css.
Cordialement.
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Personnaliser son QEEL
Voici le schéma, sa ne ressemble plus vraiment à ce qu'il y a au dessus.
Voici mon template. Il à déjà été modifier pour le texte.
Et mon css ;D
Bisous
- Spoiler:
Voici mon template. Il à déjà été modifier pour le texte.
- Spoiler:
- 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="window.location='/facebook_connect.forum'" 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">
<!-- 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" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{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 class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall"><span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membres/,"Grapheuse");</script><br /><br />
<span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre/,"Grapheuses");</script><br /><br />
<span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"La Grapheuse la plus récente");</script><br><br</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><span id="roti">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('roti').innerHTML=document.getElementById('roti').innerHTML.replace(/utilisateur/,"grapheuse(s)");</script><br><br<br />
<span id="poule">{RECORD_USERS}</span><script type="text/javascript">document.getElementById('poule').innerHTML=document.getElementById('poule').innerHTML.replace(/du nombre d'utilisateurs/,"de grapheuses");</script><br><br<br />
<br />
<span id="frites">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('frites').innerHTML=document.getElementById('frites').innerHTML.replace(/Utilisateurs enregistrés/,"Grapheuse(s) en ligne");</script><br><br</span></td>
</tr>
{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Grapheuses").replace(/Membres/,"Grapheuses").replace(/Aucun membre/,"Aucune grapheuse").replace(/Aucun membre/,"Aucune grapheuse");</script>
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall"><span id="jambon">{TOTAL_CHATTERS_ONLINE}</span><script type="text/javascript">document.getElementById('jambon').innerHTML=document.getElementById('jambon').innerHTML.replace(/utilisateur(s)/,"grapheuse(s)");</script><br><br : {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> </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 -->
<table style="position: fixed; bottom: 50px; left: 0px;background-color: #ffffff;z-index:10000;"><tr><td><iframe src="/chatbox/index.forum"?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom;"><img src="http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png" onClick="document.getElementById('chatboxpop').style.display=(this.src=='http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png')?'block':'none';this.src=(this.src=='http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png')?'http://i81.servimg.com/u/f81/11/21/85/73/fermer10.png':'http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png';"/></td></tr></table>
Et mon css ;D
- Spoiler:
- Code:
.forumline{
border: 1px #8d8d8d
dashed;
}
.bodyline{
background-color: #transp;
border: 1px #8d8d8d
dotted;
}
u{border-bottom: 1px dotted;border-color:#a9b841;text-decoration: none
}
I{border-bottom:none; color:#999999;text-decoration: none
}
a:hover {
text-decoration: none ; color: black ; border-bottom: 1px dotted Black;
}
.bodylinewidth {
width:60%}
a img {
border: none;
}
a.cattitle{
text-decoration: none;
color : #999999;
}
a.cattitle:hover{
text-decoration: none;
}
.forumlink{
font-weight: bold;
font-size: 12px;
color : #999999;
}
a.forumlink {
text-decoration: none;
color : #999999;
}
a.forumlink:hover{
text-decoration: none;
color : #999999;
}
a.nav{
text-decoration: none;
color : #999999;
}
a.nav:hover{
text-decoration: none;
}
a.topictitle:visited{
text-decoration: none;
color : #999999;
}
a.topictitle:hover{
text-decoration: none;
color : #999999;
}
a.postlink:hover{
text-decoration: none;
color : #999999}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color:#999999;
text-decoration: none;
}
a.mainmenu{
text-decoration: none;
color : #000000;
}
a.mainmenu:hover{
text-decoration: none;
color : #383838;
}
a.copyright:hover {
color: #dba1c1;
text-decoration: none;
}
a:link
{
text-decoration: none;
}
a:visited
{
text-decoration: none;
}
a:active
{
text-decoration: none;
}
a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { background-color: #d4d4d2; }
a:hover{text-transform:uppercase;}
.quote{
font-family: Tahoma;
font-size: 12px;
color:#999999 ;
line-height: 125%;
background-color: #999999;
border: #cfcdce;
border-style: solid;
border: 1px #a08491
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #9b6b6b;
background-color: #E6E6E6;
border: #cfcdce;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
border: 1px #a08491
dotted;}
.en_tete{
width:700px;
min-height:400px;
height:auto;
background-color: #E6E6E6;
margin:auto;
border:solid 1px #CCCCCC;
}
/****** Mise en page des colonnes ******/
table tr{
vertical-align:top;
}
#tab1_col1{
width: 200px;
padding:12px;
}
#tab1_col2{
width: 350px;
padding:12px;
}
#tab1_col3{
width: 150px;
padding:12px;
}
#tab2_col1{
width: 450px;
padding:12px;
}
#tab2_col2{
width: 250px;
padding:12px;
}
/****** Mise en page des titres ******/
#titre_en_tete{
background-color: white;
border:1px dashed #B0ADA0;
height: 24px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #918E8E;
text-align:center;
padding: 4px;
}
/****** Mise en page du texte ******/
#en_tete_nav{
font-family:Tahoma;
font-size:16px;
color:#0d1128;
margin-left:35px;
margin-bottom:-4px;
}
#contenu_en_tete{
font-family:Tahoma;
font-size:14px;
color:#0d1128;
text-align:justify;
text-indent:12px;
padding-left:8px;
padding-right:8px;
margin-bottom:-4px;
}
#en_tete_infos_forum{
font-family:Tahoma;
font-size:12px;
color:#0d1128;
text-align:justify;
text-indent:12px;
padding-left:8px;
padding-right:8px;
margin-bottom:-4px;
}
#en_tete_news{
font-family:Tahoma;
font-size:16px;
color:#0d1128;
margin-left:12px;
margin-bottom:-4px;
}
#logo_en_tete, #staff_en_tete{
text-align:center;
}
#logo_en_tete a, #staff_en_tete{
text-decoration:none;
}
#logo_en_tete img{
padding-bottom:4px;
}
#staff_en_tete img{
padding-left:6px;
}
/****** Mise en page des liens ******/
#lien_en_tete{
color:#6E8287;
text-decoration:none;
}
#lien_en_tete:hover{
border-bottom:solid 1px #0d1128;
font-weight:1px;
}
#vers_profil{
color:#6E8287;
text-decoration:none;
font-style:italic;
border-bottom:solid 1px #0d1128;
}
#vers_profil:hover{
border-bottom:solid 1px #0d1128;
}
.infobulle{
position: relative;
z-index: 0;}
.infobulle:hover{
background-color: transparent;
z-index: 50;}
.infobulle span{
position: absolute;
background-color: #D1D1D1;
padding: 5px;
left: -1000px;
visibility: hidden;
color: White;
text-align: center}
.infobulle span img{
border: 2px;
padding: 5px;}
.infobulle:hover span{
visibility: visible;
top: 70px;
left: 35px;
width: 150px ;
color:White;
border: 2px dotted White;}
body
{cursor:crosshair}
a:hover{ cursor:crosshair; }
.secondarytitle {
padding-right : 50px;
}
.forumlink {
position : relative;
top : -10px;
left : 20px;
}
.forumlink {
position : relative;
top : -5px;
left : 4px;
background-color : #E6E6E6;
border : 1px solid #B0ADA0;
}
.forumline
{
-moz-border-radius:15px;
-webkit-border-radius:15px;
-ô-border-radius:15px;
-khtml-border-radius:15px;
border-radius:15px;
}
table.tableau_profil{
width:200px;
margin:auto;
border:0;
}
table.tableau_profil td.haut_tab{
width:200px;
height:24px;
background-image:url('http://img4.hostingpics.net/pics/6338070100.png');
background-repeat:no-repeat;
}
table.tableau_profil td.milieu_tab{
width:200px;
background-image:url('http://img4.hostingpics.net/pics/8333580101.png');
background-repeat:repeat-y;
padding-left:14px;
padding-right:14px;
text-align:center;
}
table.tableau_profil td.bas_tab{
width:200px;
height:20px;
background-image:url('http://img4.hostingpics.net/pics/6618650102.png');
background-repeat:no-repeat;
}
table.tableau_profil td.milieu_tab span.pseudo_posteur{
font-family:Comic Sans Ms;
font-size:12pt;
}
table.tableau_profil td.milieu_tab span.rang_posteur{
font-family:Comic Sans Ms;
font-size:8pt;
color:white;
font-style:italic;
}
table.tableau_profil td.milieu_tab div.infos_posteur{
width:160px;
margin:auto;
padding:4px;
text-align:left;
font-family:Comic Sans Ms;
font-size:10pt;
color:#B0ADA0;
background-color:#E6E6E6;
border:1px solid white;
opacity:0.5; /* Transparence : 0 = transparent // 1 = opaque */
-moz-opacity : 0.5; /* Transparence pour Firefox */
-ms-filter: "alpha(opacity=50)"; /* Transparence pour IE 8 */
filter : alpha(opacity=50); /* Transparence pour les versions IE antérieure à la 8 */
}
Bisous
Re: Personnaliser son QEEL
^^ Très bien, je m'en occupe par contre cela peut me prendre un peu de temps. N'hésitez pas à upper votre sujet (une fois par 24h) si besoin.
Cordialement.
Edit : changez votre template par celui-ci :
et rajoutez dans la css :
à personnaliser.
Cela correspond-t-il à vos attenntes ?
Cordialement.
Edit : changez votre template par celui-ci :
- Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" 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">
<!-- 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" 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 -->
<div class="position1">
<!-- BEGIN switch_viewonline_link -->
<center><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></center>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<center><span class="cattitle">{L_WHO_IS_ONLINE}</span></center>
<!-- END switch_viewonline_nolink --></div>
<table class="qeel" width="100%" border="1" cellspacing="0" cellpadding="10">
<tr>
<td>
<table>
<tr>
<td class="qeelcel" width="30%" valign="top">
<img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
</td>
<td class="qeelcel" width="30%" valign="top">
<table>{L_CONNECTED_MEMBERS}</table>
</td>
<td class="qeelcel" width="30%" valign="top">
<span class="gensmall">
<span id="kumao">{TOTAL_POSTS}</span>
<script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membres/,"Grapheuse");</script>
<br /><br />
<span id="matt">{TOTAL_USERS}</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre/,"Grapheuses");</script>
<br /><br />
<span id="yosh">{NEWEST_USER}</span>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"La Grapheuse la plus récente");</script>
<br><br>
<span id="roti">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('roti').innerHTML=document.getElementById('roti').innerHTML.replace(/utilisateur/,"grapheuse(s)");</script>
<br><br />
<span id="poule">{RECORD_USERS}</span>
<script type="text/javascript">document.getElementById('poule').innerHTML=document.getElementById('poule').innerHTML.replace(/du nombre d'utilisateurs/,"de grapheuses");</script>
<br><br />
<span id="frites">{LOGGED_IN_USER_LIST}</span>
<script type="text/javascript">document.getElementById('frites').innerHTML=document.getElementById('frites').innerHTML.replace(/Utilisateurs enregistrés/,"Grapheuse(s) en ligne");</script>
<br><br></span>
<table>{L_WHOSBIRTHDAY_TODAY}
<span id="anniv"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Grapheuses").replace(/Membres/,"Grapheuses").replace(/Aucun membre/,"Aucune grapheuse").replace(/Aucun membre/,"Aucune grapheuse");</script>
</table>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">
<span id="jambon">{TOTAL_CHATTERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('jambon').innerHTML=document.getElementById('jambon').innerHTML.replace(/utilisateur(s)/,"grapheuse(s)");</script>
: {CHATTERS_LIST}
<!-- 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>
<!-- END switch_chatbox_activate -->
</td>
</tr>
</table>
<div class="position2"><center><span class="cattitle">GROUPES</span></center></div>
</td>
</tr>
<td colspan="3">
<span class="gensmall">{GROUP_LEGEND}</span>
</td>
</tr>
</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> </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 -->
<table style="position: fixed; bottom: 50px; left: 0px;background-color: #ffffff;z-index:10000;"><tr><td><iframe src="/chatbox/index.forum"?page=front&" id="chatboxpop" scrolling="no" style="width: 800px; height: 400px; display: none;" marginwidth="0" marginheight="0" frameborder="0"></iframe></td><td style="vertical-align: bottom;"><img src="http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png" onClick="document.getElementById('chatboxpop').style.display=(this.src=='http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png')?'block':'none';this.src=(this.src=='http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png')?'http://i81.servimg.com/u/f81/11/21/85/73/fermer10.png':'http://i81.servimg.com/u/f81/11/21/85/73/ouvrir10.png';"/></td></tr></table>
et rajoutez dans la css :
- Code:
.qeelcel {
border : 1px solid #000000;
-moz-border-radius:15px;
-webkit-border-radius:15px;
-ô-border-radius:15px;
-khtml-border-radius:15px;
border-radius:15px;
padding : 5px;
}
.qeel {
border : 1px solid #000000;
}
.position1 {
position : relative;
top : 8px;
}
.position2 {
position : relative;
top : 20px;
}
à personnaliser.
Cela correspond-t-il à vos attenntes ?
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Personnaliser son QEEL
Repérez donc ceci dans votre template :
et remplacez le par :
Cela fonctionne-t-il mieux ?
- Code:
<!-- BEGIN disable_viewonline -->
<div class="position1">
<!-- BEGIN switch_viewonline_link -->
<center><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></center>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<center><span class="cattitle">{L_WHO_IS_ONLINE}</span></center>
<!-- END switch_viewonline_nolink --></div>
<table class="qeel" width="100%" border="1" cellspacing="0" cellpadding="10">
<tr>
<td>
<table>
<tr>
<td class="qeelcel" width="30%" valign="top">
<img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
</td>
<td class="qeelcel" width="30%" valign="top">
<table>{L_CONNECTED_MEMBERS}</table>
</td>
<td class="qeelcel" width="30%" valign="top">
<span class="gensmall">
<span id="kumao">{TOTAL_POSTS}</span>
<script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membres/,"Grapheuse");</script>
<br /><br />
<span id="matt">{TOTAL_USERS}</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre/,"Grapheuses");</script>
<br /><br />
<span id="yosh">{NEWEST_USER}</span>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"La Grapheuse la plus récente");</script>
<br><br>
<span id="roti">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('roti').innerHTML=document.getElementById('roti').innerHTML.replace(/utilisateur/,"grapheuse(s)");</script>
<br><br />
<span id="poule">{RECORD_USERS}</span>
<script type="text/javascript">document.getElementById('poule').innerHTML=document.getElementById('poule').innerHTML.replace(/du nombre d'utilisateurs/,"de grapheuses");</script>
<br><br />
<span id="frites">{LOGGED_IN_USER_LIST}</span>
<script type="text/javascript">document.getElementById('frites').innerHTML=document.getElementById('frites').innerHTML.replace(/Utilisateurs enregistrés/,"Grapheuse(s) en ligne");</script>
<br><br></span>
<table>{L_WHOSBIRTHDAY_TODAY}
<span id="anniv"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Grapheuses").replace(/Membres/,"Grapheuses").replace(/Aucun membre/,"Aucune grapheuse").replace(/Aucun membre/,"Aucune grapheuse");</script>
</table>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">
<span id="jambon">{TOTAL_CHATTERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('jambon').innerHTML=document.getElementById('jambon').innerHTML.replace(/utilisateur(s)/,"grapheuse(s)");</script>
: {CHATTERS_LIST}
<!-- 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>
<!-- END switch_chatbox_activate -->
</td>
</tr>
</table>
<div class="position2"><center><span class="cattitle">GROUPES</span></center></div>
</td>
</tr>
<td colspan="3">
<span class="gensmall">{GROUP_LEGEND}</span>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
et remplacez le par :
- Code:
<!-- BEGIN disable_viewonline -->
<div class="position1">
<!-- BEGIN switch_viewonline_link -->
<center><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></center>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<center><span class="cattitle">{L_WHO_IS_ONLINE}</span></center>
<!-- END switch_viewonline_nolink --></div>
<table class="qeel" width="100%" border="1" cellspacing="0" cellpadding="10">
<tr>
<td>
<table>
<tr>
<td class="qeelcel" width="30%" valign="top">
<span class="gensmall">
<span id="kumao">{TOTAL_POSTS}</span>
<script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membres/,"Grapheuse");</script>
<br /><br />
<span id="matt">{TOTAL_USERS}</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre/,"Grapheuses");</script>
<br /><br />
<span id="yosh">{NEWEST_USER}</span>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"La Grapheuse la plus récente");</script>
<br><br>
<span id="roti">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('roti').innerHTML=document.getElementById('roti').innerHTML.replace(/utilisateur/,"grapheuse(s)");</script>
<br><br />
<span id="poule">{RECORD_USERS}</span>
<script type="text/javascript">document.getElementById('poule').innerHTML=document.getElementById('poule').innerHTML.replace(/du nombre d'utilisateurs/,"de grapheuses");</script>
<br><br />
<span id="frites">{LOGGED_IN_USER_LIST}</span>
<script type="text/javascript">document.getElementById('frites').innerHTML=document.getElementById('frites').innerHTML.replace(/Utilisateurs enregistrés/,"Grapheuse(s) en ligne");</script>
<br></span>
<table>{L_WHOSBIRTHDAY_TODAY}
<span id="anniv"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Grapheuses").replace(/Membres/,"Grapheuses").replace(/Aucun membre/,"Aucune grapheuse").replace(/Aucun membre/,"Aucune grapheuse");</script>
</table>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">
<span id="jambon">{TOTAL_CHATTERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('jambon').innerHTML=document.getElementById('jambon').innerHTML.replace(/utilisateur(s)/,"grapheuse(s)");</script>
: {CHATTERS_LIST}
<!-- 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>
<!-- END switch_chatbox_activate -->
</td>
<td class="qeelcel" width="30%" valign="top" align="center">
<img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
</td>
<td class="qeelcel" width="30%" valign="top">
<table>{L_CONNECTED_MEMBERS}</table>
</td>
</tr>
</table>
<div class="position2"><center><span class="cattitle">GROUPES</span></center></div>
</td>
</tr>
<td colspan="3">
<span class="gensmall">{GROUP_LEGEND}</span>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
Cela fonctionne-t-il mieux ?
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Personnaliser son QEEL
Ses mieux pour l'image. Mais après la Case de droite est vide.
Serais possible d'y mettre : Le nombre de message poster, le nombre de membres enregistrez, les Anniversaires, et le records de membres en ligne ?
Pas le reste.
Serais possible d'y mettre : Le nombre de message poster, le nombre de membres enregistrez, les Anniversaires, et le records de membres en ligne ?
Pas le reste.
Re: Personnaliser son QEEL
Normalement il devriez avoir les membres connectés depuis 24 h , c'est donc que vous n'avez pas activé cette option dans votre panneau d'administration sinon oui, je peux vous mettre ceci :
- Code:
<!-- BEGIN disable_viewonline -->
<div class="position1">
<!-- BEGIN switch_viewonline_link -->
<center><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></center>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<center><span class="cattitle">{L_WHO_IS_ONLINE}</span></center>
<!-- END switch_viewonline_nolink --></div>
<table class="qeel" width="100%" border="1" cellspacing="0" cellpadding="10">
<tr>
<td>
<table>
<tr>
<td class="qeelcel" width="30%" valign="top">
<span class="gensmall">
<span id="yosh">{NEWEST_USER}</span>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"La Grapheuse la plus récente");</script>
<br><br>
<span id="roti">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('roti').innerHTML=document.getElementById('roti').innerHTML.replace(/utilisateur/,"grapheuse(s)");</script>
<br><br />
<span id="frites">{LOGGED_IN_USER_LIST}</span>
<script type="text/javascript">document.getElementById('frites').innerHTML=document.getElementById('frites').innerHTML.replace(/Utilisateurs enregistrés/,"Grapheuse(s) en ligne");</script>
<br></span>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">
<span id="jambon">{TOTAL_CHATTERS_ONLINE}</span>
<script type="text/javascript">document.getElementById('jambon').innerHTML=document.getElementById('jambon').innerHTML.replace(/utilisateur(s)/,"grapheuse(s)");</script>
: {CHATTERS_LIST}
<!-- 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>
<!-- END switch_chatbox_activate -->
</td>
<td class="qeelcel" width="30%" valign="top" align="center">
<img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
</td>
<td class="qeelcel" width="30%" valign="top">
<span id="kumao">{TOTAL_POSTS}</span>
<script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membres/,"Grapheuse");</script>
<br /><br />
<span id="matt">{TOTAL_USERS}</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre/,"Grapheuses");</script>
<br /><br />
<table>{L_WHOSBIRTHDAY_TODAY}
<span id="anniv"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres/,"Grapheuses").replace(/Membres/,"Grapheuses").replace(/Aucun membre/,"Aucune grapheuse").replace(/Aucun membre/,"Aucune grapheuse");</script>
</table>
<span id="poule">{RECORD_USERS}</span>
<script type="text/javascript">document.getElementById('poule').innerHTML=document.getElementById('poule').innerHTML.replace(/du nombre d'utilisateurs/,"de grapheuses");</script>
<br><br />
<table>{L_CONNECTED_MEMBERS}</table>
</td>
</tr>
</table>
<div class="position2"><center><span class="cattitle">GROUPES</span></center></div>
</td>
</tr>
<td colspan="3">
<span class="gensmall">{GROUP_LEGEND}</span>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
SoraNoHime- Membre actif
-
Messages : 6218
Inscrit(e) le : 10/06/2010
Re: Personnaliser son QEEL
Merci, ses parfais. Je mets se sujet en résolue ;D Merci Beaucoup.
Sujets similaires
» Personnaliser le QEEL ...
» Qeel personnaliser.
» Problème de superposition de mon texte du qeel et l'image du qeel !
» [QEEL] Double QEEL, impossibilité de l'enlever...
» Personnaliser les derniers membres co QEEL
» Qeel personnaliser.
» Problème de superposition de mon texte du qeel et l'image du qeel !
» [QEEL] Double QEEL, impossibilité de l'enlever...
» Personnaliser les derniers membres co QEEL
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