Ajout dans mon QEEL

3 participants

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

Résolu Ajout dans mon QEEL

Message par sweetheart29 Mar 17 Juil 2012 - 14:45

Bonjour ! I love you

Voici à quoi ressemble actuellement mon QEEL :
Spoiler:

Et voilà ce que je voudrais faire :
Spoiler:

Je ne suis vraiment pas douée pour manipuler les templates...
Mon template index-body :
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
  </tr>
  <!-- END message_admin_titre -->
  <!-- BEGIN message_admin_txt -->
  <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
  </tr>
  <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

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

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

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

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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>
        <!-- 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" 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 -->
<center><img src="" /></center>
<table width="100%" border="0" cellspacing="5" cellpadding="5" align="center" class="catqeel">
  <tr>
    <td colspan="2" align="center"><img src="http://www.allo-image.net/stockimg/upload/6014581350055968b14cd2_121442_1_318x237_adc09418a810b20a063774e8ae3d9f4e.jpg" width="600" height="150" />
    <br />
    <a href="http://#"><span class="groupes" style="color: #ab2544;"> Vampires</span></a>
    <a href="http://#"><span class="groupes" style="color: #6d917f;"> Loups-garous </span></a>
      <a href="http://#"><span class="groupes" style="color: #529891;"> Métamorphes</span></a>
      <a href="http://#"><span class="groupes" style="color: #682e3c"> Humains</span></a>
      <a href="http://#"><span class="groupes" style="color: #8e4677;"> Sorciers</span></a>
        <a href="http://#"><span class="groupes" style="color: #cda369;"> Créatures</span></a></td>
  </tr>

  <tr>
    <td width="50%" valign="top" align="center" class="statistiques"><span class="gensmall"><span id="bert">{TOTAL_POSTS}
</span>
<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont postés un total de/,"Nos chers habitants ont postés un total de").replace(/messages/,"messages.");
</script> <span id="matt">{TOTAL_USERS}
</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/,"Il y a").replace(/membres enregistrés/,"habitants inscrits dans les registres de Louisiane.");
</script> <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 inconscient a avoir posé ses bagages ici est");
</script> <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/,"Il y a en tout").replace(/utilisateur(s?) en ligne/,"habitants présents").replace(/::/,"::").replace(/Enregistré(s?)/,"membre$1").replace(/Invisible(s?) et/,"caché$1 et").replace(/Invité(s?)/,"touriste$1").;
</script> <span id="connectes">{RECORD_USERS}
      </span>
      <script type="text/javascript">document.getElementById('alpha').innerHTML=document.getElementById('alpha').innerHTML.replace(/Utilisateurs enregistrés/,"Les habitants présents");</script>
    <td width="50%" valign="top" align="center"  class="statistiques"><span class="gensmall"><table cellpadding="0" cellspacing="0"><tr>{L_CONNECTED_MEMBERS}</tr></table>
    </span></td>
 
    <tr>
    <td colspan="2" align="center" height="20">
  </td>
  </tr>


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

et la partie CSS concernée, au cas où vous en auriez besoin :
Code:
.forumline {
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:2px;
  border: 2px #48101B;
}

.statistiques {
background-color: #E7D5C1;
overflow:auto;
max-height: 150px;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px #48101B;
padding:10px;
margin:10px;
text-align:left;
}

.groupes {
    font-size:16px;
font-weight:bold;
font-style:italic;
text-transform:lowercase;
text-decoration: none!important;
margin-left: 20px;
letter-spacing:1px;
  background-color:#E7D5C1;
}

.catqeel {
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding:20px;
background-color:#E7D5C1;
}

Merci d'avance pour votre précieuse aide ! Embarassed


Dernière édition par sweetheart29 le Mar 17 Juil 2012 - 17:19, édité 1 fois
sweetheart29

sweetheart29
Nouveau membre

Messages : 29
Inscrit(e) le : 06/06/2012

http://rewritetrueblood.purforum.com/
sweetheart29 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Ajout dans mon QEEL

Message par tupac Mar 17 Juil 2012 - 16:10

Bonjour

Apparemment vous savez faire les tableaux, il vous faut simplement rajouter une ligne à l'intérieur de celui-ci et d'y placer votre image..
tupac

tupac
Membre actif

Masculin
Messages : 2551
Inscrit(e) le : 13/10/2010

http://codactif.monalliance.com/
tupac a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Ajout dans mon QEEL

Message par sweetheart29 Mar 17 Juil 2012 - 16:18

Non, je n'ai pas fais ce QEEL, il était en libre service sur un forum d'entraide ... J'ai peur de tout casser si j'essaye toute seule ^^
sweetheart29

sweetheart29
Nouveau membre

Messages : 29
Inscrit(e) le : 06/06/2012

http://rewritetrueblood.purforum.com/
sweetheart29 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Ajout dans mon QEEL

Message par Anzu Mar 17 Juil 2012 - 16:57


Bonjour,

Repérez cette ligne de code:

Code:
    <td width="50%" valign="top" align="center"  class="statistiques"><span class="gensmall"><table cellpadding="0" cellspacing="0"><tr>{L_CONNECTED_MEMBERS}</tr></table>
        </span></td>

Juste après, vous avez ceci:

Code:
 <tr>
        <td colspan="2" align="center" height="20">BLABLABLA
      </td>
      </tr>

C'est ici que vous placerez votre image et le contenu de votre choix (on retire cependant le colspan et le reste):

Code:
 <tr>
        <td><img src="lien de votre image"> blabla texte</td></tr>

Vous enregistrez et vous publiez.

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Ajout dans mon QEEL

Message par sweetheart29 Mar 17 Juil 2012 - 17:18

Merci , j'y suis arrivée I love you
résolu
sweetheart29

sweetheart29
Nouveau membre

Messages : 29
Inscrit(e) le : 06/06/2012

http://rewritetrueblood.purforum.com/
sweetheart29 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