AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

Le deal à ne pas rater :
Réassort du coffret Pokémon 151 Électhor-ex : où l’acheter ?
Voir le deal

    Mise en forme complète du profil "upside down"

    Belle Morte
    Belle Morte
    FémininAge : 27Messages : 42

    Ven 16 Mai 2014 - 14:50

    https://www.never-utopia.com/t41244p60-mise-en-forme-complete-du-profil-upside-down-css#731822

    Coucou,

    Voilà ça fait quelques tuto que j'aimerais tester, mais le problème c'est que je ne trouve pas les codes à remplacer dans les templates... ces codes sont inexistants!
    Pourriez-vous m'aider svp ? Il m'a vraiment tapé dans l'oeil ce tuto-ci :)

    Voici mon template en entier:
    Code:
          {JAVASCRIPT}
            <!-- BEGIN message_admin_index -->
            <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
              <!-- BEGIN message_admin_titre -->
              <tr>
                  <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
              </tr>
              <!-- END message_admin_titre -->
              <!-- BEGIN message_admin_txt -->
              <tr>
                  <td class="row1" rowspan="3" align="center" valign="middle">
                  <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
                  </td>
              </tr>
              <!-- END message_admin_txt -->
            </table>
            <!-- END message_admin_index -->

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

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

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

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

            <div style="width:70% !important;margin:auto;">{CHATBOX_TOP}</div>
            {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" style="position:relative;left:240px;"><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" style="position:relative;right:240px;">
                <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
                <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
                <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                <!-- BEGIN switch_on_index -->
                   <!-- BEGIN switch_delete_cookies -->
                   <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                   <!-- END switch_delete_cookies -->
                <!-- END switch_on_index -->
             </span>
                  </td>
              </tr>
            </table>

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

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

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

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






     <!-- BEGIN disable_viewonline -->
     
    <center><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"><div style="width: 700px;">

            <div class="titreqeel">Qui est en ligne ?</div>
      <br />
      <tr><nobr><div class="groupes"><center>
        <font color="#988DA1">Groupe 1</font> <font color="#71B368">Groupe 2</font> <font color="#268FB5">Groupe 3</font> <font color="#C26969">Groupe 4</font></center></div>
        </nobr></tr>
          
             <tr>
                <td><div class="cadreqeel" style="margin-left: 20px;"><div class="boite10" style="margin-left: 20px;">{TOTAL_POSTS}<br />
          {TOTAL_USERS}<br />
          {NEWEST_USER}<br />
                    {TOTAL_USERS_ONLINE}<br />
          {RECORD_USERS}<br />
                  </div></div></td>
                <td><img src="http://i35.servimg.com/u/f35/16/61/97/52/2210.png" class="imgqeel"/></td>
                <td><div class="cadreqeel1"><div class="boite10">{LOGGED_IN_USER_LIST}</div></div></td>
                </tr>
      <br />
     <table class="trans" style="margin-top: 20px; background-color: #CDCCC8; color: #CDDAF5; padding: 15px; width: 500px; height: 70px; overflow: auto;
    text-align: justify; font-family: arial; font-size: 10px; -moz-border-radius: 50px;  -webkit-border-radius: 50px; border-radius: 50px; margin-top: -1px;"><div class="cadreqeel12">{L_CONNECTED_MEMBERS}</div></table>
      <br /><a href="http://www.never-utopia.com" style="color: #918E86 !important; font-size: 9px; font-family: arial;">© By Halloween sur Never Utopia</a>
     
     </div></table></center>
    <!-- END disable_viewonline -->


            {CHATBOX_BOTTOM}
            <br clear="all" />
          

            {AUTO_DST}

            <!-- BEGIN switch_fb_index_login -->
            <div id="fb-root"></div>
            <script type="text/javascript">
            //<![CDATA[
            FB.init({
              appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
                status: true,
                cookie: true,
                xfbml: true
            });
            //]]>
            </script>
            <!-- END switch_fb_index_login -->
            <html><head>
            <style type="text/css">
            .mycss
            {
            font-weight:normal;font-variant:small-caps;color:#FFFFFF;letter-spacing:1pt;word-spacing:2pt;font-size:11px;text-align:center;font-family:arial, helvetica, sans-serif;line-height:1;
            }
            </style>
            </head>
            <body>
            <p class="mycss">© Graph'Alasea, reproduction totale ou partielle interdite.</p>
            </body>

    <link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Gabriela' rel='stylesheet' type='text/css'>

    Merci d'avance et désolée du dérangement :)


    Dernière édition par Belle Morte le Ven 16 Mai 2014 - 16:50, édité 1 fois
    NyoTheNeko
    NyoTheNeko
    FémininAge : 30Messages : 5683

    Ven 16 Mai 2014 - 15:49

    C'est parce que ce n'est pas le bon template! Tu nous as donné index_body, ce qu'il te faut c'est viewtopic_body!



    Belle Morte
    Belle Morte
    FémininAge : 27Messages : 42

    Ven 16 Mai 2014 - 15:52

    Oups autant pour moi, j'ai très mal lu... Je fais un peu ma noob là tout d'un coup mdr
    NyoTheNeko
    NyoTheNeko
    FémininAge : 30Messages : 5683

    Ven 16 Mai 2014 - 16:47

    C'est pas grave, ça arrive! ^^
    Tu as encore un problème avec l'application du tutoriel ou tout est ok? Parce que si c'est le cas, il ne faut pas oublier de mettre le problème comme résolu! Wink



    Belle Morte
    Belle Morte
    FémininAge : 27Messages : 42

    Ven 16 Mai 2014 - 16:50

    C'est bon tout est ok je viens de mettre résolu, merci Wink
    Contenu sponsorisé


      La date/heure actuelle est Sam 27 Avr 2024 - 8:01