Modification d'un QEEL

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

Résolu Modification d'un QEEL

Message par Aliichaa Dim 13 Nov 2011 - 19:54

Voila, j'aurais voulu modifier mon template concernant le QEEl (chose que j'ai fait à moitié ) mais ensuite, pour placer les éléments correctement, je suis nulle =/

Voila mon qeel actuel sur mon forum test ( http://delirekuroshitsuji.meilleurforum.net/ )

Modification d'un QEEL Sans_103

Je voulais mettre l'image en fond, et j'ai réussit °°
Il me faudrait juste de l'aide pour placer les élément =/
Je suppose qu'il faut faire un tableau mais moi, je n'y arrive pas vraiment... Je voudrait faire ça : en le centrant sur la page et que " Qui est avec nous" reste visible...

Modification d'un QEEL Sans_102

Ont pourrait m'aider?

Voila mon 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 -->
<table id="qeel" class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">


   
 <tr></br>
      <td width="50%"><div class: align="center";>
        <div class="qeel_align"><span class="gensmall"><span id="messages">{TOTAL_POSTS}</span>
            <script type="text/javascript">
      document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les habitants on écrit un total de");
            </script>
            <script type="text/javascript">
            document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/messages/,"lettres. ");
                </script>
 
           
                          <span id="users">{TOTAL_USERS}</span>
            <script type="text/javascript">
              document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membre enregistré/,"Londonien ");
              document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membres enregistrés/,"Londoniens ");
            </script>
 
 <span id="newuser">{NEWEST_USER}</span>
            <script type="text/javascript">
              document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le nouvel habitant de la ville est");
            </script>.
            <span id="totaluser">{TOTAL_USERS_ONLINE}</span>
            <script type="text/javascript">
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateur en ligne/,"Londonien qui se ballade");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateurs en ligne/,"Londoniens qui se balladent");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistré/,"Habitant");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistrés/,"Habitants");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisible/,"Inconnu");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisibles/,"Inconnus");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invité/,"Voyageur");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invités/,"Voyageurs");
            </script>
           
 <span id="connecteduser">{LOGGED_IN_USER_LIST}</span>
            <script type="text/javascript">
document.getElementById('connecteduser').innerHTML=document.getElementById('connecteduser').innerHTML.replace(/Utilisateurs enregistrés/,"Les habitants en ligne");
            </script>
<span id="record">{RECORD_USERS}</span>
            <script type="text/javascript">
              document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le record des habitants actifs en même temps est de ");
            </script>
        </span>

</div>




      <br>           
</center>
 



<span class="groupes"><a href="http://delirekuroshitsuji.forumgratuit.org/g3-admin"><font color="#DB0000" size="2"><b>Administrateur</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g2-modos"><font color="#DBFC58" size="2"><b>Modérateur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g4-membre"><font color="#000000" size="2"><b>Membres</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><br><br>

<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g8-graphistes"><font color="#FFB700" size="2"><b>Graphistes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g7-animateurs"><font color="#FF8C00" size="2"><b>Animateur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">

















<td class="" rowspan="2" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
  </tr>
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="">
        <span class="gensmall"><center>{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}</center>
 
          <!-- BEGIN switch_chatbox_popup -->
          <center>  <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}');            //]]></center>
            </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 -->

Et j'ai un CCS pour li'mage =/

Code:
#qeel{background-repeat: no-repeat;
  background-image:url("http://img11.hostingpics.net/pics/876141Sanstitredddeeeerrrr.png");
height:600px;
}
 
#qeel td.row1{
  background-color: transparent;
}

Je n'arrive pas à oter cette couleur bleu, j'ai du faire une bêtise quelque part..


Dernière édition par Aliichaa le Sam 3 Déc 2011 - 17:05, édité 1 fois
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Lun 14 Nov 2011 - 22:05

n'up ^^
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Mer 16 Nov 2011 - 7:11

un n'up =)
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Jeu 17 Nov 2011 - 6:59

personne peut m'apprendre à mettre le fond en transparent? ._.
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Ven 18 Nov 2011 - 7:20

personne pour m'aider ou m'apprendre? =/
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Dim 20 Nov 2011 - 11:08

up
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Mer 23 Nov 2011 - 11:42

up
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Ven 25 Nov 2011 - 12:31

Au final, je veux juste savoir comment mettre l'image en fond et bien la centrer, ce sera suffisant ^^
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Aliichaa Dim 27 Nov 2011 - 1:58

up
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modification d'un QEEL

Message par Invité Mar 29 Nov 2011 - 19:47

Bonsoir,

Effectivement, il s'agit bien de faire un tableau en fusionnant les cellules des deux premières ligne et en donant une taille imposée à une ligne centrale por laisser apparaitre le texte de l'image.
Le CSS:
Code:
#qeel{
  background-repeat: no-repeat;
  background-image:url("http://img11.hostingpics.net/pics/876141Sanstitredddeeeerrrr.png");
  background-position: center;
  height:600px;
}
 
#qeel td.row1{
  background-color: transparent;
}

La partie du template concernant le QEEL avec un tableau intégré:
Code:
<!-- BEGIN disable_viewonline -->
<table id="qeel" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <td colspan="2" height="50"><center> <span class="groupes"><a href="http://delirekuroshitsuji.forumgratuit.org/g3-admin"><font color="#DB0000" size="2"><b>Administrateur</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg" />
<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g2-modos"><font color="#DBFC58" size="2"><b>Modérateur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg" />
<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g4-membre"><font color="#000000" size="2"><b>Membres</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg" />
<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g8-graphistes"><font color="#FFB700" size="2"><b>Graphistes</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg" />
<span class="groupes"> <a href="http://delirekuroshitsuji.forumgratuit.org/g7-animateurs"><font color="#FF8C00" size="2"><b>Animateur</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg" />
      </center></td>
   </tr>
   <tr>
      <td colspan="2" height="50"><center> <span id="record" class="gensmall">{RECORD_USERS}</span>
            <script type="text/javascript">
              document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le record des habitants actifs en même temps est de ");
            </script>
          <br />
            <table>{L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}</table>
   </center>
      </td>
   </tr>
   <tr><td height="150"  colspan="2"></td></tr>
   <tr>
      <td width="50%">
      <center>
         <span class="gensmall">
                     <span id="messages">{TOTAL_POSTS}</span>
            <script type="text/javascript">
      document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Les habitants on écrit un total de");
            </script>
            <script type="text/javascript">
            document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/messages/,"lettres. ");
                </script>
         
                     <span id="users">{TOTAL_USERS}</span>
            <script type="text/javascript">
              document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membre enregistré/,"Londonien ");
              document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membres enregistrés/,"Londoniens ");
            </script>
 
                     <span id="newuser">{NEWEST_USER}</span>
            <script type="text/javascript">
              document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le nouvel habitant de la ville est");
            </script>.
                     <span id="totaluser">{TOTAL_USERS_ONLINE}</span>
            <script type="text/javascript">
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateur en ligne/,"Londonien qui se ballade");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateurs en ligne/,"Londoniens qui se balladent");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistré/,"Habitant");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistrés/,"Habitants");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisible/,"Inconnu");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisibles/,"Inconnus");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invité/,"Voyageur");
              document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invités/,"Voyageurs");
            </script>
         
                     <span id="connecteduser">{LOGGED_IN_USER_LIST}</span>
            <script type="text/javascript">
document.getElementById('connecteduser').innerHTML=document.getElementById('connecteduser').innerHTML.replace(/Utilisateurs enregistrés/,"Les habitants en ligne");
            </script>
         </span>            
        <br />
       </center>
       </td>
   <td><center><table>
    {L_CONNECTED_MEMBERS}</table><br />
   <!-- BEGIN switch_chatbox_activate -->
 
              <span class="gensmall"><center>{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}</center>
 
          <!-- BEGIN switch_chatbox_popup -->
          <center>  <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></center>
            <!-- END switch_chatbox_popup -->
        </span>
        <!-- END switch_chatbox_activate --></center></td>
 </tr>
 
</table> 
<!-- END disable_viewonline -->

Cordialement.
Anonymous

Invité
Invité


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

Résolu Re: Modification d'un QEEL

Message par Aliichaa Sam 3 Déc 2011 - 17:04

C'est niquel, merci =), je mets en résolu ^^
Aliichaa

Aliichaa
****

Féminin
Messages : 331
Inscrit(e) le : 13/12/2010

http://test-shinepikapi.forumpersos.com/
Aliichaa 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