Modifications dans le qeel.

3 participants

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

Résolu Modifications dans le qeel.

Message par Noam Lun 28 Mai 2018 - 19:17

Détails techniques

Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : Depuis toujours
Lien du forum : (lien masqué, vous devez poster pour le voir)

Description du problème

Bonsoir,

Je voudrais pouvoir faire mon Qeel avec certaines modifications, mais je n'y parviens pas.

J'ai réussi à faire ce que je voulais, comme le montre la photo. Seulement, dans le cadre de droite, rien ne s'affiche. J'aimerais pouvoir y voir les membres du forum.
Je voudrais également changer les phrases du qeel, mais je n'y arrive pas non plus.

Dois-je ajouter les codes des templates et du CSS pour que vous puissiez m'aider ?

Merci Very Happy


Dernière édition par Noam le Mar 5 Juin 2018 - 21:41, édité 1 fois
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par *Splash* Mar 29 Mai 2018 - 15:55

Hi,

Une discussion sur la modification du qeel ici : https://forum.forumactif.com/t274260-modifier-le-qui-est-en-ligne-par-template
*Splash*

*Splash*
Membre actif

Masculin
Messages : 3806
Inscrit(e) le : 25/02/2018

https://caforum.fr
*Splash* a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par Noam Mer 30 Mai 2018 - 15:44

Merci pour la réponse, je vais aller voir ça.

Mais du coup, comment puis-je faire pour modifier la partie de droite ? Je n'y parviens toujours pas.
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par Noam Mar 5 Juin 2018 - 21:41

Est-ce que quelqu'un pourrait m'aider s'il vous plaît ?
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par Bipo Mer 6 Juin 2018 - 11:03

Bonjour Noam,

Noam a écrit:J'aimerais pouvoir y voir les membres du forum.

Les membres connectés seulement ? Ou les membres connectés les X heures ? Ou les deux ?

Noam a écrit:Je voudrais également changer les phrases du qeel, mais je n'y arrive pas non plus.

On vous a indiqué le tutoriel en question Smile

Noam a écrit:Dois-je ajouter les codes des templates et du CSS pour que vous puissiez m'aider ?

C'est préférable !

Bonne journée.
Bipo.
Bipo

Bipo
Rédactif
Rédactif

Messages : 3787
Inscrit(e) le : 23/09/2010

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

Résolu Re: Modifications dans le qeel.

Message par Noam Mer 6 Juin 2018 - 14:48

J'aimerais pouvoir avoir à droite les membres connectés au cours des 48 dernières heures et à gauche les membres connectés.

Pour les codes, les voici :

Pour les Templates

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>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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" rel="nofollow">{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" rel="nofollow">{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>&nbsp;</td>
                  <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                  <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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>&nbsp;</td>
                           <td><input class="post" type="text" size="10" name="username"/>&nbsp;</td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>&nbsp;
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span>&nbsp;</td>
                           <td><input class="post" type="password" size="10" name="password"/>&nbsp;</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 -->
<div id="QEEL">
  <!-- Bloc des Groupes -->
  <div class="groupes">
    <a href="LIEN"><font color="#6A9C28">CIVILIANS</font></a>
    <a href="LIEN"><font color="#F08400">GALAXY</font></a>
    <a href="LIEN"><font color="#F5D018">HEROES</font></a>
    <a href="LIEN"><font color="#D000F0">INDEPENDENTS</font></a>
    <a href="LIEN"><font color="#00B0F0">MUTANTS</font></a>
    <a href="LIEN"><font color="#22BA4A">THE LAW</font></a>
    <a href="LIEN"><font color="#8A6B1E">VILLAINS</font></a>
      </div>
  <!-- Fin du Bloc -->
  
      <table width="100%" cellspacing="0" cellpadding="2" border="0">
        <tr>
            <td width="50%" valign="top" align="justify" style="border-right: 1px solid #7BB8A0;">
              <div class="qeelgauche">
              <span class="gensmall">
                  {TOTAL_POSTS} {TOTAL_USERS} <!-- Messages Postés - Nombres de membres -->
                    <br />
                  {NEWEST_USER} <!-- Dernier Utilisateur enregistré -->
                    <br />
                  {TOTAL_USERS_ONLINE} <!-- Nombre d'utilisateurs en ligne (membres, invités, invisibles) -->
                    <br />
                  {LOGGED_IN_USER_LIST} <!-- Liste des membres en ligne -->
                </span>  </div>
            </td>

          <td width="50%" valign="top" align="justify;"><div class="qeeldroit">
            <table>{L_CONNECTED_MEMBERS}</table></div>
            </td>
        </tr>
      </table>
  </div>    
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<script type="text/javascript"> $(function() {
          setTimeout(function() {
            for(var c = 0, a = 0;a < window.frames.length;a++) {
              try {
                "/chatbox/index.forum" == eval("window.frames[a].location.pathname") && ++c && window.frames[a].eval('function ajax_refresh_chatbox(b,c){if(""==b||void 0==b)b="?achives=0";if(window.XMLHttpRequest)var a=new XMLHttpRequest;else window.ActiveXObject&&(a=new ActiveXObject("Microsoft.XMLHTTP"));a.onreadystatechange=function(){if(4==a.readyState&&200==a.status&&(eval(a.responseText),chatbox_last_update>chatbox_updated||c))null!=document.getElementById("chatbox").innerHTML&&chatbox_messages_old!=chatbox_messages&&(my_setcookie("CNM",1,1,0),chatbox_messages_old=document.getElementById("chatbox").innerHTML=chatbox_messages,document.getElementById("chatbox").scrollTop=document.getElementById("chatbox").scrollHeight+document.getElementById("chatbox").offsetHeight,document.getElementById("chatbox").scrollTop=999999),null!=document.getElementById("chatbox_members").innerHTML&&(document.getElementById("chatbox_members").innerHTML=chatbox_memberlist),chatbox_updated=chatbox_last_update};a.open("GET","/chatbox/chatbox_actions.forum"+b+"&mode=refresh",!0);a.send(null)};$(window).focus(function(){my_setcookie("CHF",1,1,0);my_setcookie("CNM","",0,0)}).blur(function(){my_setcookie("CHF","",0,0);my_setcookie("CNM","",0,0)}).trigger("focus");')
              }catch(d) {
              }
            }
            0 < c && function() {
              $(window).focus(function() {
                my_setcookie("CHF", 1, 1, 0);
                my_setcookie("CNM", "", 0, 0)
              }).blur(function() {
                my_setcookie("CHF", "", 0, 0);
                my_setcookie("CNM", "", 0, 0)
              }).trigger("focus");
              var a = document.title, b = function() {
                !my_getcookie("CHF") && my_getcookie("CNM") ? (document.title = a == document.title ? "!! Nouveau message !!" : a, setTimeout(b, 300)) : (document.title = a, setTimeout(b, 5E3))
              };
              b()
            }()
          }, 5E3)
        });</script>
<!-- END switch_legend -->

{AUTO_DST}



Pour le CSS

Code:
 /*QEEL*/
    #QEEL .row1 {
        background: none;
      margin: auto;
      text-align: justify;
      width: 750px; /* Modifier la valeur pour changer la taille */
      padding: 5px;
  border-top: 2px solid #F3EFEC;
    border-bottom: 2px solid #F3EFEC;
    border-left: 2px solid #F3EFEC;
    border-right: 2px solid #F3EFEC;
   }
 
/*qeel groupe*/
.groupes {
      margin: auto;
      text-align: center;
      padding: 10px;
   }
 
.groupes a {
      /* Marges pour écarter les liens les uns des autres */
      margin-left: 10px;
      margin-right: 10px;
      /* Styles du lien */
      text-transform: uppercase;
      font-size: 12px;
      color: #000000;
      font-weight: bolder;
   }
 
/*qeel colonne droite*/
.qeeldroit {
margin-left: 30px;
background: #F3EFEC;
width: 300px !important;
vertical-align: top;
text-align: justify;
height: 150px;
  line-height: 11px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  overflow: auto;
  position: relative;
  z-index: 99;
}
 
/*qeel colonne gauche*/
.qeelgauche {
margin-left: 20px;
background: #F3EFEC;
height: 150px;
vertical-align: top;
width: 300px !important;
text-align: justify;
  line-height: 11px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  overflow: auto;
  position: relative;
  z-index: 99;
}
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par Bipo Mer 6 Juin 2018 - 17:37

Re,

Votre template semble opérationnel ! Je pense que votre problème réside dans le fait qu'une option n'a pas été activée sur votre forum. Vérifiez dans Panneau d'Administration → Affichage → Page d'accueil → Généralités :

qeel - Modifications dans le qeel. 06-06-21

Que "Afficher la liste des membres connectés au cours des 24* dernières heures" soit coché sur OUI. N'oubliez pas d'enregistrer les modifications.

Bonne fin de journée.
Bipo.
Bipo

Bipo
Rédactif
Rédactif

Messages : 3787
Inscrit(e) le : 23/09/2010

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

Résolu Re: Modifications dans le qeel.

Message par Noam Mer 6 Juin 2018 - 21:37

Ah en effet ça n'était pas coché.

Merci Very Happy

Une dernière petite question, pour la barre qui sépare les deux colonnes, comment puis-je lui changer de couleur ?
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Modifications dans le qeel.

Message par Bipo Mer 6 Juin 2018 - 21:45

Noam a écrit:Ah en effet ça n'était pas coché.

Merci Very Happy

Une dernière petite question, pour la barre qui sépare les deux colonnes, comment puis-je lui changer de couleur ?

Dans le templates que vous m'avez communiqué, recherchez l'information suivante :

Code:
<td width="50%" valign="top" align="justify" style="border-right: 1px solid #7BB8A0;">

Changez la couleur #7BB8A0 par le code couleur souhaité.

Bonne soirée.
Bipo.
Bipo

Bipo
Rédactif
Rédactif

Messages : 3787
Inscrit(e) le : 23/09/2010

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

Résolu Re: Modifications dans le qeel.

Message par Noam Mer 6 Juin 2018 - 22:21

Super, merci beaucoup I love you
Noam

Noam
**

Masculin
Messages : 52
Inscrit(e) le : 31/03/2018

http://well-beatit-together.forumactif.com/
Noam 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