Personnaliser le cadre au dessus de la ChatBox

3 participants

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

Résolu Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Mar 24 Sep 2013 - 9:19

Bonjour,
J'aimerez personnalier le cadre avec "nombre de message poster par les membres, nombre de conneter ..." j'ai chercher dans les astuces et j'ai pas trouver. Je crois qu'il faut modifiez les templates dans body_jesaisplusquoi
pouvez-vous m'expliquer
 
Merci


Dernière édition par Emma Blue le Sam 28 Sep 2013 - 19:42, édité 3 fois
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Mar 24 Sep 2013 - 9:43

Vous ne savez pas ?
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Mar 24 Sep 2013 - 10:01

 Sil vous plait aidez moi
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Matriochka Mar 24 Sep 2013 - 10:37

Bonjour,

Je rappelle les règles : les ups ne sont autorisés que par tranche de 24 heures ! Merci d’y prêter attention, sans quoi vous serez sanctionnée.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Mer 25 Sep 2013 - 20:31

Je crois que sa fait +de 24 h alors UP !!!
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par phinolex1 Mer 25 Sep 2013 - 20:57

C'est réalisable avec du css. Qu'est ce que vous aimeriez modifier dans le cadre?
phinolex1

phinolex1
****

Messages : 480
Inscrit(e) le : 14/01/2012

http://www.tibiland.net
phinolex1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Jeu 26 Sep 2013 - 7:14

Eh bien remplacer 'invisible" par "fantôme", remplaçait "membre par élève ...


Désoler aux administrateurs de ce forum, si j'ai poster à moins de 24h mais je répond

juste !!!!
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par phinolex1 Jeu 26 Sep 2013 - 18:44

Ok , voici les étapes à suivres :

Pour modifier le carde ( widget ) "qui est en ligne" :

Panneau d'administration -> Affichage -> Template ->  Portail ->( mod_whoisonline ) Qui est en ligne Personnaliser le cadre au dessus de la ChatBox Editer


Remplacer toutes les lignes de code par   :
Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catLeft" height="25">
         <span class="genmed module-title">Qui est sur ton forum?</span>
      </td>
   </tr>
   <tr>
   <td class="row1" align="left">
      <div class="gensmall">{TOTAL_USERS_ONLINE} élèves<br /> <!--Ligne à modifier ( par élève, membres etc...) -->
      <br />
      {LOGGED_IN_USER_LIST} Fantômes sur sont sur le forum . <!-- Ligne à modifier ( par fantôme , invisilble etc...) -->
      <br />
      <!-- BEGIN switch_onlinelink -->
      <div class="center">
         [ <a href="{U_VIEWONLINE}" rel="nofollow">{L_VIEW_COMPLETE_LIST}</a> ]
      </div>
      <!-- END switch_onlinelink -->
      <br />
      {RECORD_USERS}
      <br />
      </div>
   </td>
</tr>
</table>
ça, c'est pour la partie du widget.



Pour la partie du "qui est en ligne" ( en bas de la page /forum) :

Panneau d'administration -> Affichage -> Template ->  Général ->( Index_body ) Page d'accueil Personnaliser le cadre au dessus de la ChatBox Editer

La partie qui va nous intéresser est la suivante :
Code:
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
   </tr>
   {L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK}
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall"> {TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
Remplacer cette partie par :

Code:
      <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
   </tr>
   {L_CONNECTED_MEMBERS} élève(s)
   {L_WHOSBIRTHDAY_TODAY} Fantôme(s)
   {L_WHOSBIRTHDAY_WEEK}
   <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
   </tr>
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall"> {TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
J'espère que cela correspondra à ce que tu cherchais. ;p
phinolex1

phinolex1
****

Messages : 480
Inscrit(e) le : 14/01/2012

http://www.tibiland.net
phinolex1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Jeu 26 Sep 2013 - 20:19

 Sa ne marche pas :'(
J'ai copier/coller le texte à la place de l'autre et j'ai cliquer sur le Ajout pour publier,
mais rien n'a changer


Dernière édition par Emma Blue le Jeu 26 Sep 2013 - 20:25, édité 2 fois
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par phinolex1 Jeu 26 Sep 2013 - 20:23

Emma Blue a écrit:Je ne trouve pas la parte Sad
Je ne comprend pas, pourriez-vous reformuler votre phrase s'il vous plaît ?
phinolex1

phinolex1
****

Messages : 480
Inscrit(e) le : 14/01/2012

http://www.tibiland.net
phinolex1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Jeu 26 Sep 2013 - 21:07

J'ai éditer le message
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 10:12

+de 24h je up
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Invité Sam 28 Sep 2013 - 10:32

Salut Emma Blue,
ton profil indique une version phpbb3 donc impossible pour toi d'accéder aux templates Wink .

a++


Anonymous

Invité
Invité


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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 11:19

Oui je me suis tromper, c'est phpbb 2 que j'ai Wink
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Invité Sam 28 Sep 2013 - 11:22

Re,
tu peux donner ton template index_body stp :


Affichage/Templates/Général/index_body

a++
Anonymous

Invité
Invité


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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 11:52

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" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
         <!-- END switch_delete_cookies -->
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

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

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

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

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

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr>
   <tr>
      <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
         <td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
      {TOTAL_USERS}<br />
      {NEWEST_USER}</span></td>
  </tr>
  <tr>
      <td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
      {RECORD_USERS}<br />
      <br />
      {LOGGED_IN_USER_LIST}</span></td>
  </tr>
  {L_CONNECTED_MEMBERS} élève(s)
  {L_WHOSBIRTHDAY_TODAY} Fantôme(s)
  {L_WHOSBIRTHDAY_WEEK}
  <tr>
      <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
  </tr>
  <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <span class="gensmall"> {TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Invité Sam 28 Sep 2013 - 11:57

Re,

quels textes veux tu déposer à la place stp Wink 

Edit:

je peux changer tous les textes si tu veux,
as tu un nom défini pour les membres de ton forum?
Je ferais çà cette après midi Wink  .
a++
Anonymous

Invité
Invité


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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 18:43

Le nom à remplacer par membre j'aimerer à la base sorcier, pour remplacer invisible, fantôme et pour remplacer message je voudrait hiboux Wink
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Invité Sam 28 Sep 2013 - 19:10

Re,
et pour les invités?
ok je te donne çà dans 5mns Wink 


a++
Anonymous

Invité
Invité


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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 19:31

les invités, les maraudeurs
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Invité Sam 28 Sep 2013 - 19:35

Re,


Penses a changer la version de ton forum dans ton profil Wink .

J'ai changé tout le contenu emma  en suivant tes demandes Clin d\'oeil .

supprimes tout le contenu du template index_body:
Affichage/Templates/Général/index_body


Insères tout ce contenu:

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" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                   </tr>
                </table>
             </td>
          </tr>
       </table>
       <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_header -->
    {CHATBOX_TOP}
    {BOARD_INDEX}
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
          <td width="50%" valign="top">
             <!-- BEGIN switch_user_logged_in -->
             <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
             <!-- END switch_user_logged_in -->
             <!-- BEGIN switch_delete_cookies -->
             <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
             <!-- END switch_delete_cookies -->
          </td>
          <td width="50%" align="right">
             <span class="gensmall">
                <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
                <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
                <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                <!-- BEGIN switch_on_index -->
                   <!-- BEGIN switch_delete_cookies -->
                   <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                   <!-- END switch_delete_cookies -->
                <!-- END switch_on_index -->
             </span>
          </td>
       </tr>
    </table>

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

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

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

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

    <!-- BEGIN disable_viewonline -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
       <tr>
          <td class="catHead" colspan="2" height="28">
          <!-- BEGIN switch_viewonline_link -->
          <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
          <!-- END switch_viewonline_link -->

          <!-- BEGIN switch_viewonline_nolink -->
          <span class="cattitle">{L_WHO_IS_ONLINE}</span>
          <!-- END switch_viewonline_nolink -->
          </td>
       </tr>
       <tr>
          <td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
             <td class="row1" width="100%">
<!-- Les membres connecté au cours des XX dernières heures-->
<table id="M14_L_CONNECTED_MEMBERS">
{L_CONNECTED_MEMBERS}
<script type="text/javascript">document.getElementById('M14_L_CONNECTED_MEMBERS')
  .innerHTML=document.getElementById('M14_L_CONNECTED_MEMBERS')
  .innerHTML.replace(/Membres connectés au cours des 24 dernières heures :/,"Les sorciers venus dans la journée");
  </script>
</table>
<!-- FIN-->      
<!-- Nombre de messages postés sur le forum-->
<span class="gensmall"> <div id="M14_TOTAL_POSTS">
{TOTAL_POSTS}
<script type="text/javascript">document.getElementById('M14_TOTAL_POSTS')
.innerHTML=document.getElementById('M14_TOTAL_POSTS')
.innerHTML.replace(/Nos membres ont posté un total de/,"Les sorciers ont posté un total de")
.replace(/messages/,"hiboux");</script>
</div><br />
<!-- FIN-->
<!-- Nombre de membres enregistrés sur le forum-->
<div id="M14_TOTAL_USERS">{TOTAL_USERS}
<script type="text/javascript">document.getElementById('M14_TOTAL_USERS')
.innerHTML=document.getElementById('M14_TOTAL_USERS')
.innerHTML.replace(/Nous avons/,"Le forum compte:")
.replace(/membres/,"Sorciers");
</script><br />
<!-- FIN-->
</div><br />
<!-- Dernier membre enregistré sur le forum-->
<div id="M14_NEWEST_USER">
{NEWEST_USER}
<script type="text/javascript">document.getElementById('M14_NEWEST_USER')
.innerHTML=document.getElementById('M14_NEWEST_USER')
.innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier Sorcier se nomme");
</script>
</div>
 <!-- FIN-->            
</span></td>
</tr>
<tr>
<td class="row1">
<!-- Les personnes figurant sur le forum-->
<span class="gensmall">
<span id="M14_TOTAL_USERS_ONLINE">{TOTAL_USERS_ONLINE}</span>
<script type="text/javascript">
document.getElementById('M14_TOTAL_USERS_ONLINE').innerHTML=document.getElementById('M14_TOTAL_USERS_ONLINE')
.innerHTML.replace(/Il y a en tout/,"Il y a")
.replace(/utilisateurs en ligne/,"Sorciers qui se balladent")
.replace(/utilisateur en ligne/,"Sorcier qui se ballade")
.replace(/Enregistré/,"Sorcier")
.replace(/Enregistrés/,"Sorciers")
.replace(/Invisible et/,"Fantôme,")
.replace(/Invisibles et /,"Fantômes,")
.replace(/Invité/,"maraudeur")
.replace(/Invités/,"maraudeurs")
.replace(/::/,":");
</script><br /><br />
<!-- FIN-->
<!-- Le record des membres connectés simultanément-->
<div id="M14_RECORD_USERS">
{RECORD_USERS}
<script type="text/javascript">
document.getElementById('M14_RECORD_USERS')
.innerHTML=document.getElementById('M14_RECORD_USERS')
.innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le record Sorciers en ligne est de");
  </script>
</div><br />
<!-- FIN-->
<!-- Les membres en ligne-->
<div id="M14_LOGGED_IN_USER_LIST">{LOGGED_IN_USER_LIST}
<script type="text/javascript">document.getElementById('M14_LOGGED_IN_USER_LIST')
  .innerHTML=document.getElementById('M14_LOGGED_IN_USER_LIST')
  .innerHTML.replace(/Utilisateurs enregistrés/,"Sorciers en ligne");</script>
</div></span>
<!-- FIN-->
</td>
      </tr>
      
      <div style="border:none !important;">
        <!-- Les anniversaires du jour-->
        {L_WHOSBIRTHDAY_TODAY}
        <!-- FIN-->
<span id="M14_ANNIVERSAIRE"></span>
        <!-- Les anniversaires ds les 7 prochains jours-->
{L_WHOSBIRTHDAY_WEEK}
<script type="text/javascript">
document.getElementById('M14_ANNIVERSAIRE').parentNode.innerHTML=document.getElementById('M14_ANNIVERSAIRE')
.parentNode.innerHTML.replace(/Membres/,"Sorciers")
.replace(/Membre/,"Sorcier")
.replace(/Aucun membre/,"Aucun Sorcier")
.replace(/Aucun membre/,"Aucun Sorcier");</script>
</div>
<!-- FIN-->
      <tr>
          <td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
      </tr>
      <!-- BEGIN switch_chatbox_activate -->
      <tr>
          <td class="row1">
            <span class="gensmall"> {TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
                <!-- BEGIN switch_chatbox_popup -->
                <div id="chatbox_popup"></div>
                <script type="text/javascript">
                //<![CDATA[
                insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                //]]>
                </script>
                <!-- END switch_chatbox_popup -->
             </span>
          </td>
       </tr>
       <!-- END switch_chatbox_activate -->
    </table>
    <!-- END disable_viewonline -->
    {CHATBOX_BOTTOM}
    <br clear="all" />
    <!-- BEGIN switch_legend -->
    <table border="0" cellspacing="3" cellpadding="0" align="center">
       <tr>
          <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NEW_POSTS}</span></td>
          <td></td>
          <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
          <td>  </td>
          <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
          <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
       </tr>
    </table>
    <!-- END switch_legend -->

    {AUTO_DST}

    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
       appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
       oauth: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->
Pense a enregistrer les modifications en cliquant respectivement sur Personnaliser le cadre au dessus de la ChatBox 907288et Personnaliser le cadre au dessus de la ChatBox Ajouter2024




a++
Anonymous

Invité
Invité


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

Résolu Re: Personnaliser le cadre au dessus de la ChatBox

Message par Emma Blue Sam 28 Sep 2013 - 19:38

Magique merci Smile !!
avatar

Emma Blue
**

Féminin
Messages : 93
Inscrit(e) le : 23/09/2013

http://poudy-pourdlard.forumactif.org/
Emma Blue a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut


Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum