Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

2 participants

Page 1 sur 2 1, 2  Suivant

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

Résolu Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 18:02

Bonjour à vous mes chers aide, j'ai besoin de votre aide pour la première fois. Je vous remercie d'Avance pour le temps que vous m'aiderez et soyez indulgent j'ai que très peu de connaissance en codage mais j'écoute bien !! hihi! Je vais avoir quelques question smais commençons par le début!

Réponse aux questions pratiques :

- Voilà mon forum est en construction ici: http://imaginaire.fr1.co/
- Phpbb2
-J'aimerais que mon titre et mon descriptif de chacuns des forums se trouve à l'intérieur de mes images, Comment faire ?
Spoiler:
- Je suis la fondatrice de ce forum,
- Oui j'ai modifié quelques template dans indix_body, overall_footer_begin et aussi overall_header (mais où exactement j'me souviens plus, je commence hein sniff)
- Voilà ce que donne ma feuille Css :
Spoiler:
- Je navigue avec Chrome

Voilà ça sera tout pour l'instant prenons un soucis à la fois c plus simple!! et Merci d'avance les expert Very Happy


Dernière édition par marycoccy le Mar 14 Aoû 2012 - 14:05, édité 1 fois
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 18:14

Bonjour,


Vous pouvez mettre quelque chose comme cela :

Code:
<div class="kaboum">Ce que vous voulez</div>
Et ensuite mettre dans le css :

Code:
.kaboum {
  background-image: url(http://hitskin.com/themes/18/79/12/preview.jpg);
  width: 360px;
  height: 270px;
}
Cela donnera au bloc ( div ) comme fond l'image indiquée ( http://hitskin.com/themes/18/79/12/preview.jpg ), la largeur 360, et la hauteur 270.

Donc il vous suffit de faire comme cela ( en changeant l'image et les dimensions ) et mettre ce que vous voulez à l'intérieur de ces <div>.

Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 18:16

Merci! Je met quoi à l'intérieur de ces div ? Ma description? Et euh...Le div je le met dans quel template? Index-body? (édité pour ajouté une question)

DÉsolé je suis débutante dans ce genre de truc j'y comprends que dale.
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 18:31

Soit vous le mettez dans chacune de vos descriptions ( autour de la description ), soit vous le mettez dans la template index_box ( autour de {catrow.forumrow.FORUM_DESC} ).

Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 19:43

Hmmm!! Ça ne fonctionne pas.... J'ai p'être fait quelques chose de pas correct... J'ai mis ceci

Code:
.kaboum {
  background-image: url(http://hitskin.com/themes/18/79/12/preview.jpg);
  width: 360px;
  height: 270px;
}

dans ma feuille css en prenant soin de mettre l'adresse de mon image à moi à la place de la votre ce qui m'a donné ceci:

Code:
.kaboum {
  background-image: url(http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png);
  width: 571px;
  height: 150px;
}

J'ai mis les div de chaque côté de ma description comme ceci:

Code:
<div class="kaboum">Ici vous trouverez tout ce qui vous sera utile pour bien rêver avec nous. Lisez bien la partie "L'imaginaire c'est quoi?, "Les quelques règlements" pour une bon fonctionnement et surtout venez remplir votre "Fiche de présentation."

Et bon voyage dans le Rêve de L'imaginaire</div>

Mais ça ne fonctionne pas ça fait ça:
Spoiler:

Et Le titre est toujours à l'extérieur de la bulle aussi.
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 19:50

Sur un forum de test autre que celui de votre profil ?

Si je vais sur celui du profil j'ai toujours le <img > précédent, et pas de <div class="kaboum"> : https://i.imgur.com/7iLNY.png


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 19:52

marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 20:22

C'est de là que j'avais fait le screenshot. Et pour la seule catégorie que je vois vous avez l'image en <img /> et pas le <div />..


Cordialement;
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 20:32

Ha c que je l'ai pas encore fait avec ce forum je l'ai fais juste dans le premier mais je vous le met à l'instant dans celui que vous voyez vous verra que ça change rien!

Sinon je peux vous donner accès à mon panneau d'admin si c plus simple pour vous!!

Voilà c'est fait vous verrai ce que ça donne par vous même maintenant!!
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 22:08

D'accord, il y a encore le :

Code:
<img src="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" alt="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" style="float:left" />
Qui se met au dessus du bloc avec l'image de fond ( et repousse le texte en dessous ).

Et sinon il faudra plutôt mettre un css comme ceci pour que le texte soit repoussé des bords ( et ne dépasse pas de la bulle ) :

Code:
.kaboum {
background-image: url(http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png);
 padding: 0 70px;
 padding-top: 50px;
 width: 431px;
 height: 100px;
}
Padding c'est une marge intérieur, ici on met 70 pixels à gauche, à droite et 50 en haut.

En fait c'est compter dans la hauteur, c'est pour cela qu'est mis après 100 pixels à la hauteur ( avec la marge en haut on arrive à 150 pixels ) et qu'est mis 431 pixels en largeur ( avec les marges gauches et droites on arrive à 571 pixels ).

Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Jeu 9 Aoû 2012 - 22:45

D'Accord mais ce code je le met dans ou exactement ? (Je sais j'suis nulle Sad )

Code:
<img src="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" alt="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" style="float:left" />
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Jeu 9 Aoû 2012 - 22:49

Ce code :

Code:
<img src="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" alt="http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png" style="float:left" />
Nulle part, juste le supprimer.

Il ne faut que :

Code:
<div class="kaboum">la description en texte ici ic ici ici cici ciic ci cicici </div>
Et puis le truc de mon message précédent dans le code css ( PA > Affichage > Couleurs > Feuille de style ).

Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Ven 10 Aoû 2012 - 0:21

Ha Oki , mais j'me suis mal exprimé, je sais pas où le prendre ce code!! Embarassed

(édite)

Je dois être complètement débile car je cherche dans index_body et ce code n'est nulle part...

Voilà la copie de 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_yes -->
   <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_yes -->

   <!-- 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 -->
<table class="forumline"  width="100%" border="0" cellspacing="1" cellpadding="0" style="text-align:center;">
   <tr>
      <td class="catHead" colspan="2" height="28" style="text-align:center;">
      <!-- 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_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>
            <!-- 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>
<html>
    <head>
      <title> Ma page Web Grande </ title>
    </ Head>
    <body>
      <Iframe src = "https://www.facebook.com/ImaginaireAtelier"
        scrolling = "no" frameborder = "0"
        style = "border: none; largeur: 450px; hauteur: 80px"> </ iframe>
    </ Body>
 </ Html>
<!-- END switch_fb_index_login -->
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Ven 10 Aoû 2012 - 1:53

Et bien alors vous avez du le mettre dans la description des forums.


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Ven 10 Aoû 2012 - 2:42

Oki donc je met ceci:

Code:
<div class="kaboum">la description en texte ici ic ici ici cici ciic ci cicici </div>

dans index_body c'est bien ça? Mais à quel endroit au juste? Désolé mais c pas facile quand ont s'y connais pas Confused
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Ven 10 Aoû 2012 - 3:04

Vous avez quoi en description du forum "L'Art c'est notre histoire." ?


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Ven 10 Aoû 2012 - 15:47

Non ça c'est le titre de mon forum. Voilà ma description et comment j'ai mis tout ça dans mon PA

Spoiler:
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Ven 10 Aoû 2012 - 22:17

Ce que je veux c'est que le titre et le descriptifs de chacuns des forums se retrouve à l'intérieur de mon ovale. C'est possible ?

Car je galère là et c vraiment pas jolie ainsi
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Sam 11 Aoû 2012 - 12:19

Il ne faut pas remplir adresse de l'image.


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Sam 11 Aoû 2012 - 21:51

Oki je veux bien au départ c pas ce que j'avais fait mais ça allait pas non plus donc un ami m'a dis de les mettre là. En fait au départ je les avais mit dans un template je crois mais elle ne s'affichait qu'à moitier.

Donc là J'vais à nouveau avoir besoin de votre aide. Voilà le l'url de mon image ovale que je veux sous mes titre et descriptif.
Code:
http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png

Serait-il possible de me dire le code que je dois mettre et exactement où le mettre. Svp. Merci.
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Sam 11 Aoû 2012 - 21:59

Je ne peux pas le dire plus simplement, dans le CSS ce code là :

Ea a écrit:...

Et sinon il faudra plutôt mettre un css comme ceci pour que le texte soit repoussé des bords ( et ne dépasse pas de la bulle ) :

Code:
.kaboum {
background-image: url(http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png);
 padding: 0 70px;
 padding-top: 50px;
 width: 431px;
 height: 100px;
}

...
Dans les descriptions celui-ci :

Ea a écrit:...

Il ne faut que :

Code:
<div class="kaboum">la description en texte ici ic ici ici cici ciic ci cicici </div>
Et puis le truc de mon message précédent dans le code css ( PA > Affichage > Couleurs > Feuille de style ).
Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Sam 11 Aoû 2012 - 22:01

Hihi j'ai comme compris pendant que vous répondiez à ma question! Merci. Je vais tester ça. Pour l'instant ça semble fonctionner. Par contre y a-t-il un codage pour que le titre du forum apparaissent aussi dans l'ovale ou c'est impossible ?
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Sam 11 Aoû 2012 - 22:07

Il faudrait faire une modification de template pour cela, vous pouvez coller votre template index_box ?


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Sam 11 Aoû 2012 - 22:13

Oui bien sûre le voilà!! Après avoir fait ça j'vais avoir besoin d'aide car je veux des onglets à côté de cette ovale, onglet qui sera le lien direct vers le forum en question. Est-ce que je pourrai vous demander ici ou bien je vais devoir ouvrir un autre sujet ?

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

   <!-- 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 -->
<table class="forumline"  width="100%" border="0" cellspacing="1" cellpadding="0" style="text-align:center;">
   <tr>
      <td class="catHead" colspan="2" height="28" style="text-align:center;">
      <!-- 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_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>
            <!-- 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>
<html>
    <head>
      <title> Ma page Web Grande </ title>
    </ Head>
    <body>
      <Iframe src = "https://www.facebook.com/ImaginaireAtelier"
        scrolling = "no" frameborder = "0"
        style = "border: none; largeur: 450px; hauteur: 80px"> </ iframe>
    </ Body>
 </ Html>
<!-- END switch_fb_index_login -->
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Sam 11 Aoû 2012 - 22:31

Devoir ouvrir un autre sujet.

Et c'est index_body plutôt que index_box qui est collé, non ?


Cordialement.
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Sam 11 Aoû 2012 - 22:41

ha oups!! Un peu dyslexique la madame!! Embarassed

Voilà index_box

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      <td class="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Sam 11 Aoû 2012 - 23:40

Vous pouvez remplacer :

Code:

        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
        </h{catrow.forumrow.LEVEL}>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
Par :

Code:

        <div class="forum-item">
          <h{catrow.forumrow.LEVEL} class="hierarchy">
              <span class="forumlink">
                <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
              </span>
          </h{catrow.forumrow.LEVEL}>
          <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        </div>
Et retirer du css :

Code:
 .kaboum {
background-image: url(http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png);
 padding: 0 70px;
 padding-top: 50px;
 width: 431px;
 height: 100px;
}
Et ajouter dans le css :

Code:
.forum-item {
background-image: url(http://img89.xooimage.com/files/4/2/4/fond-cat-gorie-forum-36fb596.png);
 padding: 0 70px;
 padding-top: 50px;
 width: 431px;
 height: 100px;
}
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Lun 13 Aoû 2012 - 3:10

Bon voilà tout est fait ça fonctionne bien mais je me retrouve avec deux fois la description de la catégorie. Une fois à L'intérieur de mon ovale et l'autre dessous!

J'ai chercher et chercher j'ai plus de Kaboum nul part. J'ai aussi enlevé les balise dans la description. Ça ne change rien.

Je fais quoi maintenant?
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par marycoccy Mar 14 Aoû 2012 - 1:45

J'me permet un p'tit Up puisque sans réponse depuis le 11 et que c'est pas très jolie là!!

Merci d'avance de votre patience et aide!!
marycoccy

marycoccy
**

Messages : 67
Inscrit(e) le : 09/11/2011

http://imaginaire.fr1.co/
marycoccy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Code pour mettre le descriptif de mes forum par dessus l'image de ce forum

Message par Ea Mar 14 Aoû 2012 - 9:50

Vous avez 2 fois la description alors qu'il n'y a qu'un "{catrow.forumrow.FORUM_DESC}" ?

( vu que celui qu'il y avait a été remplacé par un autre )


Cordialement.

ps : vous n'aviez pas de réponse depuis 21 heures..
Ea

Ea
Aidactif
Aidactif

Messages : 23583
Inscrit(e) le : 04/04/2008

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

Page 1 sur 2 1, 2  Suivant

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