Gros bug avec un template

2 participants

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

Résolu Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 20:36

Bon voilà je souhaitais modifier mon template INDEX_BODY mais il a bugé et voici ce que ça donne !

Gros bug avec un template Captur18

Voilà le template en question:

Code:
  {JAVASCRIPT}
                        -- BEGIN message_admin_index -->
                        <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
                          -- BEGIN message_admin_titre -->
                          <tr>
                              {message_admin_index.message_admin_titre.MES_TITRE}
                          </tr>
                          -- END message_admin_titre -->
                          -- BEGIN message_admin_txt -->
                          <tr>
                              <td class="row1" rowspan="3" align="center" valign="middle">
                           
    {message_admin_index.message_admin_txt.MES_TXT}

                              </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 -->

                <style>

                .groupes { padding-left: 30px; font-family: Comic Sans MS, Verdana; Arial; font-size: 15px; }

                </style>

                        <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
                          <tr>
                              <td colspan=3 width="100%">
                    <center>
                    <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Dessinateurs</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Sculpteur</b></font></a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Peintre</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Photographe</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Graphiste</b></font></a></span><br><br>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Vidéaste</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Ecrivain/scénariste</b></font></a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Musicien</b></font>
                    </a></span>

            <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Artiste polivalent</b></font>
                    </a></span>

                      </td>
                          </tr>
                    <tr><td height="15"></td></tr>
                      <tr>
                          <td width="33%" align="center">

                                    <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana;  font-size: 12px;color: #fff; OVERFLOW: auto"><br>

               
          <span id="matt">{TOTAL_USERS}</span>
                    <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/,"Au jour d'aujourd'hui, notre communauté est composée de");</script>
                    <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"artistes");</script><br>

                    <span id="celine">{TOTAL_USERS_ONLINE}</span>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/Il y a en tout/,"Actuellement il y a");</script>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/utilisateur en ligne/," artiste enregistré ");</script>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/utilisateurs en ligne/," artistes connectés ");</script><br>

    <span id="connectes">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/,"artistes actuellement enregistrés ");</script></span>

                        </div><br>

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF;font-family: Comic Sans MS, Verdana; font-size: 12px;color: #fff; OVERFLOW: auto"><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 est/," Le dernier artiste nous ayant rejoint est ");</script><br>

                    <span id="bert">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Nos artistes on postés un total de ");</script><br>

                    <span id="eddy">{RECORD_USERS}</span>
                    <script type="text/javascript">document.getElementById('eddy').innerHTML=document.getElementById('eddy').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record du nombre d'artistes connecté est de");</script>

                        </div>
                          </td>

                        <td width="33%" align="center">

                    <img src="http://vendee.mariettatrichet.fr/__oneclick_uploads/2009/10/travaux.png" width="240px" height="300px">

                          </td>

                        <td width="33%" align="center">

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana; font-size: 12px; OVERFLOW: auto"><br>

                      <table><font color=#fff size="2"><div style="moz-border-radius: 0px;>{L_CONNECTED_MEMBERS}</div></table>
                        </div>
                          <br>

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana; font-size: 12px; color: #fff; OVERFLOW: auto">
                    Vous avez sous vos yeux une ébauche du futur<br> "WHO IS ONLINE" <br>qui est pour le moment en travaux.<br>Le code dont je vous parle depuis un petit bout de temps, lui n'a rien à voir, mais c'est une surprise pour le lundi/mardi qui vient. <br> Sur ce, bon vent !
                        </div>

                          </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 -->


Dernière édition par Bakwe le Lun 18 Juil 2011 - 23:22, édité 1 fois
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 20:58

Bonsoir

Quelle est svp la nature de la modification entreprise sur le template Question

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 21:06

Un changement d'apparence du QUEEL
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 21:29

Veuillez tester votre 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 -->
         <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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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 -->
<style>

                .groupes { padding-left: 30px; font-family: Comic Sans MS, Verdana; Arial; font-size: 15px; }

                </style>

                        <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
                          <tr>
                              <td colspan=3 width="100%">
                    <center>
                    <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Dessinateurs</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Sculpteur</b></font></a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Peintre</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Photographe</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Graphiste</b></font></a></span><br><br>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Vidéaste</b></font>
                    </a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g3-moderation"><font color="#776190"><b>Ecrivain/scénariste</b></font></a></span>

                    <span class="groupes"><a href="http://www.narutoofworldv2.com/g4-developpement"><font color="#a10043"><b>Musicien</b></font>
                    </a></span>

            <span class="groupes"><a href="http://pokemonnextgen.forumgratuit.be/g7-champions"><font color="#e99348"><b>Artiste polivalent</b></font>
                    </a></span>

                      </td>
                          </tr>
                    <tr><td height="15"></td></tr>
                      <tr>
                          <td width="33%" align="center">

                                    <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana;  font-size: 12px;color: #fff; OVERFLOW: auto"><br>

               
          <span id="matt">{TOTAL_USERS}</span>
                    <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/,"Au jour d'aujourd'hui, notre communauté est composée de");</script>
                    <script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"artistes");</script><br>

                    <span id="celine">{TOTAL_USERS_ONLINE}</span>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/Il y a en tout/,"Actuellement il y a");</script>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/utilisateur en ligne/," artiste enregistré ");</script>
                    <script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/utilisateurs en ligne/," artistes connectés ");</script><br>

    <span id="connectes">{LOGGED_IN_USER_LIST}</span><script type="text/javascript">document.getElementById('connectes').innerHTML=document.getElementById('connectes').innerHTML.replace(/Utilisateurs enregistrés/,"artistes actuellement enregistrés ");</script></span>

                        </div><br>

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF;font-family: Comic Sans MS, Verdana; font-size: 12px;color: #fff; OVERFLOW: auto"><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 est/," Le dernier artiste nous ayant rejoint est ");</script><br>

                    <span id="bert">{TOTAL_POSTS}</span>
                    <script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Nos artistes on postés un total de ");</script><br>

                    <span id="eddy">{RECORD_USERS}</span>
                    <script type="text/javascript">document.getElementById('eddy').innerHTML=document.getElementById('eddy').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Notre record du nombre d'artistes connecté est de");</script>

                        </div>
                          </td>

                        <td width="33%" align="center">

                    <img src="http://vendee.mariettatrichet.fr/__oneclick_uploads/2009/10/travaux.png" width="240px" height="300px">

                          </td>

                        <td width="33%" align="center">

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana; font-size: 12px; OVERFLOW: auto"><br>

                      <table><font color=#fff size="2"><div style="moz-border-radius: 0px;>{L_CONNECTED_MEMBERS}</div></table>
                        </div>
                          <br>

                                  <div style="width:240px; height:140px;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background: #2561CF; font-family: Comic Sans MS, Verdana; font-size: 12px; color: #fff; OVERFLOW: auto">
                    Vous avez sous vos yeux une ébauche du futur<br> "WHO IS ONLINE" <br>qui est pour le moment en travaux.<br>Le code dont je vous parle depuis un petit bout de temps, lui n'a rien à voir, mais c'est une surprise pour le lundi/mardi qui vient. <br> Sur ce, bon vent !
                        </div>

                          </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 -->
Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 21:39

Désolé mais c'est toujours le boxon !

Les même codes auparavant marchais à merveille.... mais d'un coup, après validation du template.... BUG..... d'un coup d'un seul.... c'est incompréhensible.

Pourtant je n'ai fais aucunes manips
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 21:51

Excusez-moi mais le template que je vous ai donné ne bug pas, vous avez dû faire une éventuelle erreur de manipulation.

Installez à nouveau ce template et publiez-le en cliquant sur Ajout afin que je puisse voir l'effet produit directement sur votre forum.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 22:27

C'est publié !

Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 22:34

Personnellement je n'ai pas ce rendu Question

Peu importe, mettez ici svp le contenu du template index_body que vous avez publié.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 22:36

Hum...... le template publié est le votre ^^

Mais je vais essayer une manip car il semble que ce soucis vient de mon PC
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 22:38

D'accord, j'attends votre retour d'information.

Cordialement
Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 22:48

Bon j'ai redémarrer mon PC en espérant que le problème soit réglé mais non....

Peut-tu m'envoyer un screen de ce que tu vois de mon forum s'il te plait?
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 23:00

Hum je crois avoir résolu le mystere....

Je ne peux pas modifier mon template sous google chrome car l’apparence se met à buger, et ce sous firefox aussi....

Mais si je le modifie sous firefox.... alors là aucun problèmes

Bon bien que ce soit arranger, je ne comprends vraiment pas ce qu'il se passe....

Suis je le seul à qui cette chose arrive ?
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

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

Résolu Re: Gros bug avec un template

Message par Scipion Lun 18 Juil 2011 - 23:17

Apparemment oui, car sous Chrome et Firefox j'ai le même affichage sans bug.

Cordialement

Scipion

Scipion
Membre actif

Masculin
Messages : 8654
Inscrit(e) le : 03/02/2010

https://forum.forumactif.com/
Scipion a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Gros bug avec un template

Message par Bakwe Lun 18 Juil 2011 - 23:22

Oui moi de même maintenant que j'ai copié le même template mais sous firefox.... au final maintenant sous chrome l'affichage est nickel...

En voilà un mystère ^^
Bakwe

Bakwe
***

Messages : 108
Inscrit(e) le : 12/06/2011

http://agorarts.forumgratuit.org/
Bakwe 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