Image QEEL personnaliser

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

Résolu Image QEEL personnaliser

Message par nibelle Ven 2 Sep 2011 - 14:47

Bonjour !! Je viens encore vous demander de l'aide ^^
Bon alors voilà , j'ai fais des modifs sur mon QEEL et j'aimerais y ajouter une image en fond , sauf que je ne sais pas comment faire. J'ai déjà tester quelque chose mais sa ne donne pas du tout ce que je souhaite
J'ai essayé de faire un montage rapide de ce que je voudrais avec une image prise au hasard , je vous montre :
Spoiler:
Comme vous le voyez j'ai mis 2 fois l'image que je voudrais insérer . En faite j'aimerais pouvoir faire un des deux cas présenté ( soit mettre l'image en fond soit mettre sur le côté ) Si vous savez comment faire les deux j'aimerais bien que vous m'expliquiez les deux si vous le voulez bien
Voilà ma Template index Body :
Code:
 {JAVASCRIPT}
                <!-- BEGIN message_admin_index -->
                <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
                  <!-- BEGIN message_admin_titre -->
                <tr>
                      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
                </tr>
                    <!-- END message_admin_titre -->
                  <!-- BEGIN message_admin_txt -->
                  <tr>
                    <td class="row1" rowspan="3" align="center" valign="middle">
                      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
                    </td>
                  </tr>
                  <!-- END message_admin_txt -->
                </table>
                <!-- END message_admin_index -->
   
                  <!-- BEGIN switch_user_login_form_header -->
                <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
                  <!-- BEGIN switch_fb_connect_no -->
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
                      <tr>
                          <td class="row1" align="center">
                            <table border="0" cellspacing="0" cellpadding="0">
                            <tr>
                                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                                  <td><input class="post" type="text" size="10" name="username"/> </td>
                                  <td>
                                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                                  </td>
                              </tr>
   
                              <tr>
                                    <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                  <td><input class="post" type="password" size="10" name="password"/> </td>
                                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                                </tr>
                            </table>
                        </td>
                      </tr>
                  </table>
                  <!-- END switch_fb_connect_no -->
     
                <!-- BEGIN switch_fb_connect -->
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
                      <tr>
                      <td valign="top" width="100%"  class="row1" align="center">
                            <table width="100%">
                              <tr>
                                <td width="55%" valign="middle" align="right">
                                    <table class="right">
                                        <tr>
                                        <td><span class="genmed">{L_USERNAME}:</span> </td>
                                          <td><input class="post" type="text" size="10" name="username"/> </td>
                                        <td>
                                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                                          </td>
                                        </tr>
     
                                          <tr>
                                        <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                        <td><input class="post" type="password" size="10" name="password"/> </td>
                                        <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                                        </tr>
                                  </table>
                                </td>
                                  <td width="10%" align="center" valign="middle">
                                <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                                  </td>
                                    <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="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 -->
               
                <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
                        <!-- END switch_delete_cookies -->
                        </span>
                      </td>
                      <td width="50%" align="right">
                        <span class="gensmall">
                            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>
   
                            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>
   
                            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                            <!-- 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>
   
                <!-- 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 -->
 
    <br>
                      <table  cellspacing="0" cellpadding="0" width="900" border="0" class="statistiques">
                <tr>
                  <td>
 
  <center>
              <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g1-administrateurs"><font color="#8F1A06" size="2"><b>Administrateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"><a href="http://iqra-islam.forumculture.net/g2-moderateurs"><font color="#B32727" size="2"><b>Modérateurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g3-filles"><font color="#7A4217" size="2"><b>Filles</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g4-garcons"><font color="#6E4444" size="2"><b>Garçons</b></font></a> </span>
               
 
        <br><br>
    </center>
   
    <center><span class="gensmall">  <span id="online"><span id="yosh">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/Nos membres/,"Les membres de Iqra-Islam");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/posté/,"parlés");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/message/,"foi");</script>. <span id="yoush">{TOTAL_USERS}</span><br>
   
 
            <span id="yoish">{NEWEST_USER}</span>
                    <script type="text/javascript">document.getElementById('yoish').innerHTML=document.getElementById('yoish').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Nous souhaitons la bienvenue à");</script><br><br>
                <span id="yoosh">{TOTAL_USERS_ONLINE}</span>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateur en ligne/,"membre sur le forum");</script><br>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateurs en ligne/,"membres sur le forum");</script><br>
              <span id="yorsh">{LOGGED_IN_USER_LIST}</span>
                <script type="text/javascript">document.getElementById('yorsh').innerHTML=document.getElementById('yorsh').innerHTML.replace(/Utilisateurs enregistrés/,"Membre(s) en ligne");</script></span><br></center>
 
          </td>
            </tr>{L_CONNECTED_MEMBERS}
              </table>
    </center>
   
   
 
   
   
              <!-- 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 -->

Et mon CSS :
Code:
/*CADRE DU FORUM */

.forumline{
border:3px; #ccc785
double
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/* FOND DECRAN */

body {
background-repeat: no-repeat;
background-position: none;
}

/* IMAGE DANS LE FOND DES CATÉGORIES/MESSAGES */

td.row1{
background-image: url("http://img4.hostingpics.net/pics/866827fond.png");
}
td.row2{
background-image: url("http://img4.hostingpics.net/pics/866827fond.png");
}
td.row3{
background-image: url("http://img4.hostingpics.net/pics/866827fond.png");}


a.mainmenu:hover, a.mainmenu:hover:visited{
color: #908789;
border-left: }

/* SURVOLLEMENT DE LIEN */

a:hover{
letter-spacing : 2px; }

a.forumlink:hover, a.forumlink:hover:visited{
background-color: #transparent;
border-left: 9px solid #transparent;
border-right: 9px solid #transparent;
-moz-border-radius:15px;}

/*OPACITER FORUM */

body {
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}


/* TABLEAU ENTETE  */

.titrepa{
border: 2px solid #c06020;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
background-color:#ffa000;
text-align: center;
font-variant: small-caps;
font-size: 15px;
font-weight: bold;
padding: 3px;}

.contenupa{
border: 2px solid #c06020;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px;
background-color:#ffc040;
padding: 10px;
font-size: 12px;}

/* CHATBOX */

body.chatbox{
background-image:url("http://img11.hostingpics.net/pics/187821chatbox.png"); }

/* QUEEL */

.statistiques{
    border:0px;
    text-align:center
}

 
.groupes{
    background-image:url("http://img4.hostingpics.net/pics/670752Sanstitre2.png");
    border: 1px # dotted;
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
    font-size:15px;font-weight: bold;text-align:center;
    text-decoration: none !important
}


/* ARRONDISSEMENT */
.code
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding-left: 10px;
}

.quote
{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding-left: 10px;
}
button{
-webkit-border-radius:20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.bodyline
{
-webkit-border-radius:100px;
-moz-border-radius: 100px;
border-radius: 100px;
}
input,textarea, select {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-left: 3px;
}

/*DERNIER MESSAGE BULLE */

.stats{
  background-image: url("http://img4.hostingpics.net/pics/866827fond.png");
  padding: 3px;
  text-align: center;}
 
.dermessage{
  background-image: url("http://img4.hostingpics.net/pics/866827fond.png");
  border: 1px dashed #a0522d;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;}

Voilà , j'espère que quelqu'un trouvera la solution . Merci


Dernière édition par nibelle le Dim 11 Sep 2011 - 18:42, édité 2 fois
avatar

nibelle
Nouveau membre

Messages : 21
Inscrit(e) le : 17/08/2011

http://theme1artistou.forumgratuit.org/
nibelle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image QEEL personnaliser

Message par nibelle Dim 4 Sep 2011 - 13:52

Personne ?
avatar

nibelle
Nouveau membre

Messages : 21
Inscrit(e) le : 17/08/2011

http://theme1artistou.forumgratuit.org/
nibelle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image QEEL personnaliser

Message par Invité Lun 5 Sep 2011 - 10:02

Bonjour,

Votre QEEL est sous forme de tableau. Il y a une class pour le tableau "statistiques". Avez-vous essayé de rajouter l'image de fond dans ce paragraphe CSS?
Code:
.statistiques{
    border:0px;
    text-align:center
    background-image: url('ADRESSE DE L'IMAGE'):
    background-repeat: no-repeat;
    background-position: center;}

Si vous désirez placer l'image à coté de votre texte, il faut ajouter une cellule au tableau après ceci:
Code:
<table  cellspacing="0" cellpadding="0" width="900" border="0" class="statistiques">
                <tr>
Comme ceci:
Code:
<table  cellspacing="0" cellpadding="0" width="900" border="0" class="statistiques">
                <tr><td><img src="ADRESSE DE L'IMAGE" /></td>

Cordialement.
Anonymous

Invité
Invité


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

Résolu Re: Image QEEL personnaliser

Message par nibelle Lun 5 Sep 2011 - 13:43

Oui j'ai déjà essayer mais je n'ai pas le rendu que je veux ( si vous voulez voir ce que sa donne dites le moi )
Pour le reste je testerais . Merci beaucoup
avatar

nibelle
Nouveau membre

Messages : 21
Inscrit(e) le : 17/08/2011

http://theme1artistou.forumgratuit.org/
nibelle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image QEEL personnaliser

Message par nibelle Mar 6 Sep 2011 - 14:56

9a ne donne malheureusement pas le résultat voulu :/
avatar

nibelle
Nouveau membre

Messages : 21
Inscrit(e) le : 17/08/2011

http://theme1artistou.forumgratuit.org/
nibelle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Image QEEL personnaliser

Message par Invité Mer 7 Sep 2011 - 10:29

Bonjour,

En modifiant légèrement votre tableau, j'ai obtenu un résultat qui me semble convenir.
1. L'image en fond de tableau.
J'ai ajouté une ligne à votre tableau qui contient les groupes et j'ai placé la class statistique sur la cellules contenant les statistiques. Voici la partie du template concernée:
Code:
  <!-- BEGIN disable_viewonline -->
 
    <br>
                      <table  cellspacing="0" cellpadding="0" width="900" border="0">
                <tr>
                  <td style="padding: 5px;">
 
  <center>
              <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g1-administrateurs"><font color="#8F1A06" size="2"><b>Administrateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"><a href="http://iqra-islam.forumculture.net/g2-moderateurs"><font color="#B32727" size="2"><b>Modérateurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g3-filles"><font color="#7A4217" size="2"><b>Filles</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g4-garcons"><font color="#6E4444" size="2"><b>Garçons</b></font></a> </span></td></tr>
<tr><td class="statistiques" valign="top">
               
 
        <br><br>
    </center>
   
    <center><span class="gensmall">  <span id="online"><span id="yosh">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/Nos membres/,"Les membres de Iqra-Islam");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/posté/,"parlés");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/message/,"foi");</script>. <span id="yoush">{TOTAL_USERS}</span><br>
   
 
            <span id="yoish">{NEWEST_USER}</span>
                    <script type="text/javascript">document.getElementById('yoish').innerHTML=document.getElementById('yoish').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Nous souhaitons la bienvenue à");</script><br><br>
                <span id="yoosh">{TOTAL_USERS_ONLINE}</span>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateur en ligne/,"membre sur le forum");</script><br>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateurs en ligne/,"membres sur le forum");</script><br>
              <span id="yorsh">{LOGGED_IN_USER_LIST}</span>
                <script type="text/javascript">document.getElementById('yorsh').innerHTML=document.getElementById('yorsh').innerHTML.replace(/Utilisateurs enregistrés/,"Membre(s) en ligne");</script></span><br></center>
 
          </td>
            </tr>{L_CONNECTED_MEMBERS}
              </table>
    </center>
   
   
 
   
   
              <!-- END disable_viewonline -->

Dans la feuille CSS, j''ai remplacé:
Code:
.statistiques{
    border:0px;
    text-align:center
}

Par:
Code:
.statistiques{
   background-image: url('ADRESSE DE VOTRE IMAGE');
   background-position: center;
   background-repeat: no-repeat;
   border: 0px;
   height: 330px;
   text-align: center;}

2. L'image à coté
On ajoute une cellule à coté des groupes et stastistiques et on place les derniers connectés dans une 3ème ligne dont on fusionne les cellules.
La partie du template concernée:
Code:
  <!-- BEGIN disable_viewonline -->
 
    <br>
                      <table  cellspacing="0" cellpadding="0" width="900" border="1" class="statistiques">
                <tr><td><img src="ADRESSE DE VOTRE IMAGE" /></td>
                  <td>
 
  <center>
              <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g1-administrateurs"><font color="#8F1A06" size="2"><b>Administrateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"><a href="http://iqra-islam.forumculture.net/g2-moderateurs"><font color="#B32727" size="2"><b>Modérateurs</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g3-filles"><font color="#7A4217" size="2"><b>Filles</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
                <span class="groupes"> <a href="http://iqra-islam.forumculture.net/g4-garcons"><font color="#6E4444" size="2"><b>Garçons</b></font></a> </span>
               
 
        <br><br>
    </center>
   
    <center><span class="gensmall">  <span id="online"><span id="yosh">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/Nos membres/,"Les membres de Iqra-Islam");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/posté/,"parlés");</script>.
                    <script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/message/,"foi");</script>. <span id="yoush">{TOTAL_USERS}</span><br>
   
 
            <span id="yoish">{NEWEST_USER}</span>
                    <script type="text/javascript">document.getElementById('yoish').innerHTML=document.getElementById('yoish').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Nous souhaitons la bienvenue à");</script><br><br>
                <span id="yoosh">{TOTAL_USERS_ONLINE}</span>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateur en ligne/,"membre sur le forum");</script><br>
                <script type="text/javascript">document.getElementById('yoosh').innerHTML=document.getElementById('yoosh').innerHTML.replace(/utilisateurs en ligne/,"membres sur le forum");</script><br>
              <span id="yorsh">{LOGGED_IN_USER_LIST}</span>
                <script type="text/javascript">document.getElementById('yorsh').innerHTML=document.getElementById('yorsh').innerHTML.replace(/Utilisateurs enregistrés/,"Membre(s) en ligne");</script></span><br></center>
 
          </td>
            </tr><tr><td colspan="2"><table width="100%">{L_CONNECTED_MEMBERS}</table></td></tr>
              </table>
    </center>
   
   
 
   
   
              <!-- END disable_viewonline -->

Cordialement.
Anonymous

Invité
Invité


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

Résolu Re: Image QEEL personnaliser

Message par nibelle Dim 11 Sep 2011 - 18:41

Merci beaucoup c'est exactement ce que je voulais Smile
avatar

nibelle
Nouveau membre

Messages : 21
Inscrit(e) le : 17/08/2011

http://theme1artistou.forumgratuit.org/
nibelle 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