Anomalie dans profil du a une modif d'un templates

2 participants

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

Résolu Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 11:29

Bonjour a tous .
Je vais essayer d'etre le plus clair possible pour expliquer le problème .

Ce matin j'ai changer le Templates ( Profil / profil_Add_Body )
pour supprimer l'option ( cacher sa présence en ligne )
voici le code :

Code:
    <script src="{JSPWD}"></script>
    <!-- BEGIN switch_display_menu -->
    {UCP_TABS}
    <!-- END switch_display_menu -->
    {ERROR_BOX}
    <form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" id="register" name="register">

    <!-- BEGIN switch_modif_08_07_2010 -->
    <input type="hidden" name="email" value="{EMAIL}" />
    <!-- END switch_modif_08_07_2010 -->

    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
    <!-- BEGIN switch_informations_menu -->
      <tr>
          <th class="thHead" colspan="3" valign="middle" height="25">{L_REGISTRATION_INFO}{L_MY_PROFILE}</th>
      </tr>
      <tr>
          <td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
      </tr>

      <!-- BEGIN switch_namechange_disallowed -->
      <tr>
          <td class="row1" width="38%"><span class="gen">{L_USERNAME} : *</span></td>
          <td class="row2"><input type="hidden" name="username" value="{USER&amp;#8288;NAME}" /><span class="gen"><b>{USER&amp;#8288;NAME}</b></span></td>
      </tr>
      <!-- END switch_namechange_disallowed -->
      <!-- BEGIN switch_namechange_allowed -->
      <tr>
          <td class="row1" width="38%"><span class="gen">{L_USERNAME} : *</span></td>
          <td class="row2"><input class="post" type="text" name="username" value="{USER&amp;#8288;NAME}" size="25" maxlength="25" /></td>
      </tr>
      <!-- END switch_namechange_allowed -->

      <!-- BEGIN switch_emailchange_disallowed -->
      <tr>
          <td class="row1"><span class="gen">{L_EMAIL_ADDRESS} : *</span></td>
          <td class="row2"><input type="hidden" name="email" value="{EMAIL}" /><span class="gen"><b>{EMAIL}</b></span></td>
      </tr>
      <!-- END switch_emailchange_disallowed -->
      <!-- BEGIN switch_emailchange_allowed -->
      <tr>
          <td class="row1"><span class="gen">{L_EMAIL_ADDRESS} : *</span></td>
          <td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" size="25" maxlength="64" /></td>
      </tr>
      <!-- END switch_emailchange_allowed -->

      <!-- BEGIN switch_edit_profile -->
      <tr>
          <td class="row1">
            <span class="gen">{L_CURRENT_PASSWORD} : *</span>

              <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span>
          </td>
          <td class="row2"><input class="post" type="password" name="cur_password" value="{CUR_PASSWORD}" size="25" maxlength="25" /></td>
      </tr>
      <!-- END switch_edit_profile -->

      <tr>
          <td class="row1"><span class="gen">{L_NEW_PASSWORD} : *</span>
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
          <td class="row2">
            <input class="post left" type="password" name="new_password" value="{NEW_PASSWORD}" size="25" maxlength="25" />
            <div id="cont_pwd">
                <div class="pwd_img" id="pwd_bad" >{BAD_LEVEL_PWD}</div>
                <div class="pwd_img" id="pwd_middle" >{GOOD_LEVEL_PWD}</div>
                <div class="pwd_img" id="pwd_good" >{STRONG_LEVEL_PWD}</div>
            </div>
          </td>
      </tr>

      <!-- BEGIN switch_confirm_password -->
      <tr>
          <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD} : *</span>
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
          <td class="row2"><input class="post" type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" size="25" maxlength="25" /></td>
      </tr>
      <!-- END switch_confirm_password -->

      <!-- BEGIN switch_profile_fields -->
          <tr>
            <th class="thSides" colspan="2" valign="middle" height="25">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</th>
          </tr>
          <!-- BEGIN field -->
          <tr>
            <td class="gen row1" align="left">
                <span>{switch_informations_menu.switch_profile_fields.field.NAME}</span>
            </td>
            <td class="gensmall row2">
                {switch_informations_menu.switch_profile_fields.field.OBJECT}

                <span class="gensmall">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
            </td>
          </tr>
          <!-- END field -->
      <!-- END switch_profile_fields -->

      <!-- BEGIN switch_confirm -->
      <tr>
          <td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span>

         

          {CONFIRM_IMG}

         

          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_CONFIRM_CODE} : *</span>
<span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
          <td class="row2"><input class="post" type="text" name="confirm_code" value="" size="6" maxlength="6" /></td>
      </tr>
      <!-- END switch_confirm -->

      <!-- BEGIN switch_register_not_display -->
          <!-- BEGIN switch_unsubscribe_allowed -->
          <tr>
            <td class="row1"><span class="gen">{L_DELETE}</span></td>
            <td class="row2"><input type="checkbox" name="delete_user"><span class="gensmall" />{L_DELETE_EXPLAIN}</span></td>
          </tr>
          <!-- END switch_unsubscribe_allowed -->
      <!-- END switch_register_not_display -->
    <!-- END switch_informations_menu -->

    <!-- BEGIN switch_preferences_menu -->
      <tr>
          <th class="thSides" colspan="2" valign="middle" height="25">{L_PREFERENCES}</th>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL} :</span></td>
          <td class="row2" width="400">
            <label class="gen"><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} /><span class="gen">{L_FORM}</span></label> 
            <label class="gen"><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />{L_MAILTO}</label> 
            <label class="gen"><input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />{L_NO}</label>
          </td>
      </tr>
      <!-- BEGIN switch_view_pm -->
      <tr>
          <td class="row1"><span class="gen">{L_PUBLIC_VIEW_MP} :</span></td>
          <td class="row2" width="400">
            <label class="gen"><input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />{L_NO}</label> 
          </td>
      </tr>
      <!-- END switch_view_pm -->
      <!-- BEGIN switch_profile_advanced -->
      <tr>
          <td class="row1"><span class="gen">{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS} :</span></td>
          <td class="row2" width="400">
            <label class="gen"><input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />{L_ALL_USERS}</label> 
            <label class="gen"><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label> 
            <label class="gen"><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label> 
            <label class="gen"><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>
          </td>
      </tr>
      <!-- END switch_profile_advanced -->
      <!-- BEGIN switch_fb_connect -->
      <tr>
          <td class="row1 fb"><span class="gen">{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</span></td>
          <td class="row2 fb" width="400">
            <!-- BEGIN switch_fb_account_linked -->
            <span class="gen">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
            <!-- END switch_fb_account_linked -->
            <!-- BEGIN switch_fb_account_not_linked -->
            <fb:login-button size="medium" onlogin="facebook_link()" v="2">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</fb:login-button>
            <!-- END switch_fb_account_not_linked -->
          </td>
      </tr>
      <!-- END switch_fb_connect -->
      <tr>
          <td class="row1"><span class="gen">{L_NEWSLETTER_ACCEPT} :</span>
<span class="gensmall">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span></td>
          <td class="row2" width="400">
            <label class="gen"><input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />{L_NO}</label> 
          </td>
      </tr>
        <tr>
          <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY} :</span>
<span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} />{L_NO}</label>
          </td>
      </tr>
      <!-- BEGIN switch_can_disable_mass_pm -->
      <tr>
          <td class="row1"><span class="gen">{L_ENABLE_MASS_PM} :</span>
<span class="gensmall">{L_ENABLE_MASS_PM_EXPLAIN}</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} /><span class="gen">{L_NO}</span></label> 
            <label class="gen"><input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} /><span class="gen">{L_NO_MASS_PM}</span></label>
          </td>
      </tr>
      <!-- END switch_can_disable_mass_pm -->
      <tr>
          <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG} :</span>
<span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1">
            <span class="gen">{L_NOTIFY_POST_PREVENT} :</span>

            <span class="gensmall">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
          </td>
          <td class="row2">
            <label class="gen"><input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />{L_NO}</label>
          </td>
      </tr>
      <!-- BEGIN switch_report -->
      <tr>
          <td class="row1"><span class="gen">{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{switch_preferences_menu.switch_report.L_NO_REPORT_MAIL} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="no_report_mail" value="0" {switch_preferences_menu.switch_report.NO_REPORT_MAIL_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="no_report_mail" value="1" {switch_preferences_menu.switch_report.NO_REPORT_MAIL_NO} />{L_NO}</label>
          </td>
      </tr>
      <!-- END switch_report -->
      <tr>
          <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES} :</span></td>
          <td class="row2">
            <label class="gen"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />{L_YES}</label> 
            <label class="gen"><input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />{L_NO}</label>
          </td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_BOARD_LANGUAGE} :</span></td>
          <td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_TIMEZONE} :</span></td>
          <td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td>
      </tr>
      <tr>
          <td class="row1"><span class="gen">{L_DATE_FORMAT} :</span></td>
          <td class="row2">{DATE_FORMAT}

            <span class="gensmall">{CURRENT_TIME}</span>
          </td>
      </tr>
    <!-- END switch_preferences_menu -->
    <!-- BEGIN switch_avatar_block -->
      <tr>
          <th class="thSides" colspan="2" valign="middle" height="12">{L_AVATAR_PANEL}</th>
      </tr>
      <tr>
          <td class="row1" colspan="2">
            <table width="70%" border="0" cellspacing="2" cellpadding="0">
                <tr>
                  <td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
                  <td align="center">
                      <span class="gensmall">{L_CURRENT_IMAGE}</span>

                      {AVATAR}

                      <input type="checkbox" name="avatardel"> <span class="gensmall">{L_DELETE_AVATAR}</span>
                  </td>
                </tr>
            </table>
          </td>
      </tr>

      <!-- BEGIN switch_avatar_local_upload -->
      <tr>
          <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE} :</span></td>
          <td class="row2"><input class="post" type="file" name="avatar"></td>
      </tr>
      <!-- END switch_avatar_local_upload -->
      <!-- BEGIN switch_avatar_remote_upload -->
      <tr>
          <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL} :</span>
<span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td>
          <td class="row2"><input class="post" type="text" name="avatarurl" size="40" maxlength="100" /></td>
      </tr>
      <!-- END switch_avatar_remote_upload -->
      <!-- BEGIN switch_avatar_remote_link -->
      <tr>
          <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR} :</span>
<span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td>
          <td class="row2"><input class="post" type="text" name="avatarremoteurl" size="40" maxlength="100" /></td>
      </tr>
      <!-- END switch_avatar_remote_link -->
      <!-- BEGIN switch_avatar_local_gallery -->
      <tr>
          <td class="row1"><span class="gen">{L_AVATAR_GALLERY} :</span></td>
          <td class="row2"><input class="liteoption" type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" /></td>
      </tr>
      <!-- END switch_avatar_local_gallery -->
    <!-- END switch_avatar_block -->

      <tr>
          <td class="catBottom" colspan="3" align="center" height="28">{HIDDEN_FIELDS}{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="liteoption" type="reset" name="reset" value="{L_RESET}" /></td>
      </tr>
    </table>
    </form>
    <script type="text/javascript">
    $('input[name=reset]').click(function(){
      $("#pwd_good,#pwd_middle,#pwd_bad").hide();

    });

    $('input[name=new_password],input[name=username]').keyup(function() {

      if ( $('input[name=new_password]').val() != "" )
      {
          var level = passwordStrength($('input[name=new_password]').val(),$('input[name=username]').val());

          switch(level)
          {
            case 'bad' :
            $("#pwd_middle,#pwd_good").hide();
            $("#pwd_bad").show();
            break;

            case 'good' :
            $("#pwd_good,#pwd_bad").hide();
            $("#pwd_middle").show();
            break;

            case 'strong' :
            $("#pwd_middle,#pwd_bad").hide();
            $("#pwd_good").show();
            break;
          }
      }
      else
      {
          $("#pwd_middle,#pwd_good,#pwd_bad").hide();
      }
    });
    </script>
    <!-- BEGIN switch_preferences_menu -->
    <!-- BEGIN switch_fb_connect -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_preferences_menu.switch_fb_connect.FACEBOOK_APP_ID}',
      status: true,
      cookie: true,
      xfbml: true
    });
    //]]>
    </script>
    <!-- END switch_fb_connect -->
    <!-- END switch_preferences_menu -->

Mais je rencontre un soucie d'affichage , lorsque je vais dans mon profil :
Nom de l'utilisateur : mon pseudo est remplacé par {USER⁠NAME}
mais si je poste dans le forum mon pseudo apparait normal mais dans le profil ça me fait ça .

donc pourquoi ? pouvez vous m'aider svp


Dernière édition par joe higashi le Mar 2 Aoû 2011 - 15:41, édité 1 fois
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 11:30

Re-Bonjour

Avant de mettre en doute la modification.
Remettez le template par défaut puis tester afin de juger de l'effet !



Cordialement,
Anomalie dans profil du a une modif d'un templates  6ds2878Ge
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 11:47

de recommencer ge80 oki ?
et je ne remet pas en doute le code mais juste savoir d'ou viens cette anomalie
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 11:53

joe higashi a écrit:de recommencer ge80 oki ?
et je ne remet pas en doute le code mais juste savoir d'ou viens cette anomalie

Je doute que ce template provoque cet effet.
Donc refaire l'essai avec le template d'origine et voir si le problème est encore présent (ne pas oublier le CTRL et F5 sur la page de votre forum pour recharger les modifications.)
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 12:00

Donc voila j'ai remis a defaut enregistrer puis publier normal quoi !
je me suis rendu dans mon profil ( option cacher sa présence en ligne est présent normal car j'ai remis a défaut et mon pseudo apparait normalement )

Puis j'ai remis le nouveau code enregistrer puis publier , l'option cacher sa présence en ligne a disparu ok c'est normal et mon pseudo a toujours le meme soucie et j'ai beau actualiser a plusieurs reprises mais rien ne change
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 12:04

Le code template que vous m'avez donné est-il bien celui par défaut et non pas un template déjà modifié ?
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 12:06

heu du coup j'ai un doute la , bien vu peux etre que j'ai donner direct l'ancien code qui merder ( pardon de l'expression ) ce qui ferai ce genre de probléme
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 12:08

Je pense que oui

Essayer avec ce template (choix non présent !)
Code:
<script src="{JSPWD}"></script>
<!-- BEGIN switch_display_menu -->
{UCP_TABS}
<!-- END switch_display_menu -->
{ERROR_BOX}
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post" id="register" name="register">

<!-- BEGIN switch_modif_08_07_2010 -->
<input type="hidden" name="email" value="{EMAIL}" />
<!-- END switch_modif_08_07_2010 -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN switch_informations_menu -->
   <tr>
      <th class="thHead" colspan="3" valign="middle" height="25">{L_REGISTRATION_INFO}{L_MY_PROFILE}</th>
   </tr>
   <tr>
      <td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
   </tr>

   <!-- BEGIN switch_namechange_disallowed -->
   <tr>
      <td class="row1" width="38%"><span class="gen">{L_USERNAME} : *</span></td>
      <td class="row2"><input type="hidden" name="username" value="{USER&amp;#8288;NAME}" /><span class="gen"><b>{USER&amp;#8288;NAME}</b></span></td>
   </tr>
   <!-- END switch_namechange_disallowed -->
   <!-- BEGIN switch_namechange_allowed -->
   <tr>
      <td class="row1" width="38%"><span class="gen">{L_USERNAME} : *</span></td>
      <td class="row2"><input class="post" type="text" name="username" value="{USER&amp;#8288;NAME}" size="25" maxlength="25" /></td>
   </tr>
   <!-- END switch_namechange_allowed -->

   <!-- BEGIN switch_emailchange_disallowed -->
   <tr>
      <td class="row1"><span class="gen">{L_EMAIL_ADDRESS} : *</span></td>
      <td class="row2"><input type="hidden" name="email" value="{EMAIL}" /><span class="gen"><b>{EMAIL}</b></span></td>
   </tr>
   <!-- END switch_emailchange_disallowed -->
   <!-- BEGIN switch_emailchange_allowed -->
   <tr>
      <td class="row1"><span class="gen">{L_EMAIL_ADDRESS} : *</span></td>
      <td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" size="25" maxlength="64" /></td>
   </tr>
   <!-- END switch_emailchange_allowed -->

   <!-- BEGIN switch_edit_profile -->
   <tr>
      <td class="row1">
         <span class="gen">{L_CURRENT_PASSWORD} : *</span><br />
          <span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span>
       </td>
      <td class="row2"><input class="post" type="password" name="cur_password" value="{CUR_PASSWORD}" size="25" maxlength="25" /></td>
   </tr>
   <!-- END switch_edit_profile -->

   <tr>
      <td class="row1"><span class="gen">{L_NEW_PASSWORD} : *</span><br /><span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td>
      <td class="row2">
         <input class="post left" type="password" name="new_password" value="{NEW_PASSWORD}" size="25" maxlength="25" />
         <div id="cont_pwd">
            <div class="pwd_img" id="pwd_bad" >{BAD_LEVEL_PWD}</div>
            <div class="pwd_img" id="pwd_middle" >{GOOD_LEVEL_PWD}</div>
            <div class="pwd_img" id="pwd_good" >{STRONG_LEVEL_PWD}</div>
         </div>
      </td>
   </tr>

   <!-- BEGIN switch_confirm_password -->
   <tr>
      <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD} : *</span><br /><span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td>
      <td class="row2"><input class="post" type="password" name="password_confirm" value="{PASSWORD_CONFIRM}" size="25" maxlength="25" /></td>
   </tr>
   <!-- END switch_confirm_password -->

   <!-- BEGIN switch_profile_fields -->
      <tr>
         <th class="thSides" colspan="2" valign="middle" height="25">{switch_informations_menu.switch_profile_fields.L_PROFILE_FIELDS}</th>
      </tr>
      <!-- BEGIN field -->
      <tr>
         <td class="gen row1" align="left">
            <span>{switch_informations_menu.switch_profile_fields.field.NAME}</span>
         </td>
         <td class="gensmall row2">
            {switch_informations_menu.switch_profile_fields.field.OBJECT}<br />
            <span class="gensmall">{switch_informations_menu.switch_profile_fields.field.DESCRIPTION}</span>
         </td>
      </tr>
      <!-- END field -->
   <!-- END switch_profile_fields -->

   <!-- BEGIN switch_confirm -->
   <tr>
      <td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br />
      <br />
      {CONFIRM_IMG}<br />
      <br />
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_CONFIRM_CODE} : *</span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" name="confirm_code" value="" size="6" maxlength="6" /></td>
   </tr>
   <!-- END switch_confirm -->

   <!-- BEGIN switch_register_not_display -->
      <!-- BEGIN switch_unsubscribe_allowed -->
      <tr>
         <td class="row1"><span class="gen">{L_DELETE}</span></td>
         <td class="row2"><input type="checkbox" name="delete_user"><span class="gensmall" />{L_DELETE_EXPLAIN}</span></td>
      </tr>
      <!-- END switch_unsubscribe_allowed -->
   <!-- END switch_register_not_display -->
<!-- END switch_informations_menu -->

<!-- BEGIN switch_preferences_menu -->
   <tr>
      <th class="thSides" colspan="2" valign="middle" height="25">{L_PREFERENCES}</th>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL} :</span></td>
      <td class="row2" width="400">
         <label class="gen"><input type="radio" name="viewemail" value="2" {VIEW_EMAIL_FORM} /><span class="gen">{L_FORM}</span></label>  
         <label class="gen"><input type="radio" name="viewemail" value="1" {VIEW_EMAIL_MAILTO} />{L_MAILTO}</label>  
         <label class="gen"><input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} />{L_NO}</label>
      </td>
   </tr>
   <!-- BEGIN switch_view_pm -->
   <tr>
      <td class="row1"><span class="gen">{L_PUBLIC_VIEW_MP} :</span></td>
      <td class="row2" width="400">
         <label class="gen"><input type="radio" name="view_pm" value="1" {VIEW_MP_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="view_pm" value="0" {VIEW_MP_NO} />{L_NO}</label>  
      </td>
   </tr>
   <!-- END switch_view_pm -->
   <!-- BEGIN switch_profile_advanced -->
   <tr>
      <td class="row1"><span class="gen">{switch_preferences_menu.switch_profile_advanced.L_ALLOW_PROFILE_MSGS} :</span></td>
      <td class="row2" width="400">
         <label class="gen"><input type="radio" name="profilemsgs" value="2" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_ALL} />{L_ALL_USERS}</label>  
         <label class="gen"><input type="radio" name="profilemsgs" value="1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_FRIENDS} />{L_MY_FRIENDS}</label>  
         <label class="gen"><input type="radio" name="profilemsgs" value="0" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_NONE} />{L_NO_ONE}</label>  
         <label class="gen"><input type="radio" name="profilemsgs" value="-1" {switch_preferences_menu.switch_profile_advanced.PROFILE_MSGS_HIDE} />{L_HIDE_TAB}</label>
      </td>
   </tr>
   <!-- END switch_profile_advanced -->
   <!-- BEGIN switch_fb_connect -->
   <tr>
      <td class="row1 fb"><span class="gen">{switch_preferences_menu.switch_fb_connect.L_FB_LINK_ACCOUNT} :</span></td>
      <td class="row2 fb" width="400">
         <!-- BEGIN switch_fb_account_linked -->
         <span class="gen">{switch_preferences_menu.switch_fb_connect.switch_fb_account_linked.L_FB_ACCOUNT_LINKED}</span>
         <!-- END switch_fb_account_linked -->
         <!-- BEGIN switch_fb_account_not_linked -->
         <fb:login-button size="medium" onlogin="facebook_link()" v="2">{switch_preferences_menu.switch_fb_connect.switch_fb_account_not_linked.L_FB_LOGIN_BUTTON}</fb:login-button>
         <!-- END switch_fb_account_not_linked -->
      </td>
   </tr>
   <!-- END switch_fb_connect -->
   <tr>
      <td class="row1"><span class="gen">{L_NEWSLETTER_ACCEPT} :</span><br /><span class="gensmall">{L_NEWSLETTER_ACCEPT_EXPLAIN}</span></td>
      <td class="row2" width="400">
         <label class="gen"><input type="radio" name="newsletter" value="1" {NEWSLETTER_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="newsletter" value="0" {NEWSLETTER_NO} />{L_NO}</label>  
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_HIDE_USER} :</span></td>
      <td class="row2">
         <!-- label class=&quot;gen&quot;><input type=&quot;radio&quot; name=&quot;hideonline&quot; value=&quot;1&quot; {HIDE_USER_YES} />{L_YES}</label>&amp;nbsp;&amp;nbsp; -->
         <label class="gen"><input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY} :</span><br /><span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} />{L_NO}</label>
      </td>
   </tr>
   <!-- BEGIN switch_can_disable_mass_pm -->
   <tr>
      <td class="row1"><span class="gen">{L_ENABLE_MASS_PM} :</span><br /><span class="gensmall">{L_ENABLE_MASS_PM_EXPLAIN}</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="allow_mass_pm" value="4" {ALLOW_MASS_PM_NOTIFY_CHECKED} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="allow_mass_pm" value="2" {ALLOW_MASS_PM_CHECKED} /><span class="gen">{L_NO}</span></label>  
         <label class="gen"><input type="radio" name="allow_mass_pm" value="0" {DISABLE_MASS_PM_CHECKED} /><span class="gen">{L_NO_MASS_PM}</span></label>
      </td>
   </tr>
   <!-- END switch_can_disable_mass_pm -->
   <tr>
      <td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG} :</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1">
         <span class="gen">{L_NOTIFY_POST_PREVENT} :</span><br />
         <span class="gensmall">{L_NOTIFY_POST_PREVENT_EXPLAIN}</span>
      </td>
      <td class="row2">
         <label class="gen"><input type="radio" name="post_prevent" value="1" {POST_PREVENT_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="post_prevent" value="0" {POST_PREVENT_NO} />{L_NO}</label>
      </td>
   </tr>
   <!-- BEGIN switch_report -->
   <tr>
      <td class="row1"><span class="gen">{switch_preferences_menu.switch_report.L_NO_REPORT_POPUP} :</span></td>
       <td class="row2">
         <label class="gen"><input type="radio" name="no_report_popup" value="0" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="no_report_popup" value="1" {switch_preferences_menu.switch_report.NO_REPORT_POPUP_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
       <td class="row1"><span class="gen">{switch_preferences_menu.switch_report.L_NO_REPORT_MAIL} :</span></td>
       <td class="row2">
         <label class="gen"><input type="radio" name="no_report_mail" value="0" {switch_preferences_menu.switch_report.NO_REPORT_MAIL_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="no_report_mail" value="1" {switch_preferences_menu.switch_report.NO_REPORT_MAIL_NO} />{L_NO}</label>
      </td>
   </tr>
   <!-- END switch_report -->
   <tr>
      <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} />{L_NO}</label>
      </td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_BOARD_LANGUAGE} :</span></td>
      <td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_TIMEZONE} :</span></td>
      <td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td>
   </tr>
   <tr>
      <td class="row1"><span class="gen">{L_DATE_FORMAT} :</span></td>
      <td class="row2">{DATE_FORMAT}<br />
         <span class="gensmall">{CURRENT_TIME}</span>
      </td>
   </tr>
<!-- END switch_preferences_menu -->
<!-- BEGIN switch_avatar_block -->
   <tr>
      <th class="thSides" colspan="2" valign="middle" height="12">{L_AVATAR_PANEL}</th>
   </tr>
   <tr>
      <td class="row1" colspan="2">
         <table width="70%" border="0" cellspacing="2" cellpadding="0">
            <tr>
               <td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
               <td align="center">
                  <span class="gensmall">{L_CURRENT_IMAGE}</span><br />
                  {AVATAR}<br />
                  <input type="checkbox" name="avatardel"> <span class="gensmall">{L_DELETE_AVATAR}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>

   <!-- BEGIN switch_avatar_local_upload -->
   <tr>
      <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE} :</span></td>
      <td class="row2"><input class="post" type="file" name="avatar"></td>
   </tr>
   <!-- END switch_avatar_local_upload -->
   <!-- BEGIN switch_avatar_remote_upload -->
   <tr>
      <td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL} :</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" name="avatarurl" size="40" maxlength="100" /></td>
   </tr>
   <!-- END switch_avatar_remote_upload -->
   <!-- BEGIN switch_avatar_remote_link -->
   <tr>
      <td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR} :</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td>
      <td class="row2"><input class="post" type="text" name="avatarremoteurl" size="40" maxlength="100" /></td>
   </tr>
   <!-- END switch_avatar_remote_link -->
   <!-- BEGIN switch_avatar_local_gallery -->
   <tr>
      <td class="row1"><span class="gen">{L_AVATAR_GALLERY} :</span></td>
      <td class="row2"><input class="liteoption" type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" /></td>
   </tr>
   <!-- END switch_avatar_local_gallery -->
<!-- END switch_avatar_block -->

   <tr>
      <td class="catBottom" colspan="3" align="center" height="28">{HIDDEN_FIELDS}{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="liteoption" type="reset" name="reset" value="{L_RESET}" /></td>
   </tr>
</table>
</form>
<script type="text/javascript">
$('input[name=reset]').click(function(){
   $("#pwd_good,#pwd_middle,#pwd_bad").hide();

});

$('input[name=new_password],input[name=username]').keyup(function() {

   if ( $('input[name=new_password]').val() != "" )
   {
      var level = passwordStrength($('input[name=new_password]').val(),$('input[name=username]').val());

      switch(level)
      {
         case 'bad' :
         $("#pwd_middle,#pwd_good").hide();
         $("#pwd_bad").show();
         break;

         case 'good' :
         $("#pwd_good,#pwd_bad").hide();
         $("#pwd_middle").show();
         break;

         case 'strong' :
         $("#pwd_middle,#pwd_bad").hide();
         $("#pwd_good").show();
         break;
      }
   }
   else
   {
      $("#pwd_middle,#pwd_good,#pwd_bad").hide();
   }
});
</script>
<!-- BEGIN switch_preferences_menu -->
<!-- BEGIN switch_fb_connect -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_preferences_menu.switch_fb_connect.FACEBOOK_APP_ID}',
   status: true,
   cookie: true,
   xfbml: true
});
//]]>
</script>
<!-- END switch_fb_connect -->
<!-- END switch_preferences_menu -->
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 12:21

Ok j'ai pris votre code et refait les manip et toujours pareil pseudo modifier arffff .
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 12:46

Je dois faire des test car je ne comprends pas la relation qu'il pourrait y avoir entre une ligne de code absente et le {USER⁠NAME}

donc remettez le template par défaut et essayer la version avec CSS

Code:
input[name=hideonline] {
display:none;
}
A-t-elle un effet sur le pseudo ?
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 12:50

CSS je connai pas du tout , pouvez vous m'expliquez comme proceder svp
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 13:04

Code à coller ici vvvvvv
Anomalie dans profil du a une modif d'un templates  Cssr10

et faire valider
ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 20:46

J'ai un code dans feuille css je peux rajouter celui en fesant un espace ?
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 21:20



Vous le mettez à la fin en passant une ligne.

ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Lun 1 Aoû 2011 - 21:24

A la fin ok et passer par une ligne ?
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par ge80 Lun 1 Aoû 2011 - 21:35

Appuyer sur la touche ENTREE de votre clavier.

ge80

ge80
Membre actif

Masculin
Messages : 16167
Inscrit(e) le : 08/10/2006

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

Résolu Re: Anomalie dans profil du a une modif d'un templates

Message par joe higashi Mar 2 Aoû 2011 - 15:41

Ok ça fonctionne le titre avec oui et non c'est toujours visible mais impossible de cocher ça dépanne deja .

Merci de ton aide ge80 car avec un mec comme moi qui débute faut etre patient lol car c'est un peu comme du chinois pour moi

au plaisir et encore merci pour ton aide
joe higashi

joe higashi
***

Masculin
Messages : 145
Inscrit(e) le : 26/07/2011

http://generation-wiiu.forumactif.org/
joe higashi 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