Affichage feuille de personnage/apparence profil

+2
AenigmA
foxies
6 participants

Page 1 sur 2 1, 2  Suivant

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

Résolu Affichage feuille de personnage/apparence profil

Message par foxies Jeu 1 Mai 2014 - 9:03

Bonjour,
Je rencontre actuellement un problème avec l'affichage de la feuille de personnage ainsi que l'apparence du profil dans les messages. Voici l'adresse de mon forum (en construction) : http://rosaelane.forumactif.org/

Feuille de personnage
1) Tout d'abord, au niveau de l'affichage de la feuille de personnage, je pense qu'il existe un soucis au niveau de mon template puisqu'elle ne s'affiche pas correctement... (voir ici : http://rosaelane.forumactif.org/t6-guide-du-nouveau-membre?tt=1#13  Arrow en gros caractère comme cela, ce n'est pas envisageable lol...).
2) De plus, j'aimerais que l'apparence de la fiche de personnage soit exactement la même que celle du profil, c'est à dire que l'on retrouve la même structure (encadrement, même padding, etc...). Je pense que cela doit se faire au niveau du CSS ? Peut être même est-il possible de rajouter la feuille de personnage dans le cadre déjà existant où les infos du profil se trouvent déjà (métier, âge, etc...) ? Une sorte de continuité si vous préférez, ce serait l'idéal pour moi !

Profil
1) J'aimerais que les infos de mon profil (qui sont donc encadrées) soient de la même marge de gauche comme de droite si cela est possible, bien entendu ?

Pour que cela soit plus clair pour vous :
Affichage feuille de personnage/apparence profil Sans_t10

Voici mon template viewtopic_body et mon CSS actuel :

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
      }
   });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
        
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
    
   return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
         </span>
         <!-- END switch_twitter_btn -->
         <!-- BEGIN switch_fb_likebtn -->
         <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
         </span>
         <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
            &nbsp;|&nbsp;.
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint">&nbsp;</td>
               <td align="center" class="t-title">
                  <h1 class="cattitle">&nbsp;{TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
                  <div align="center"><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><div class="avamembre">{postrow.displayed.POSTER_AVATAR}</div><br><div class="rangmembre">{postrow.displayed.POSTER_RANK}</div><br /><strong><div class="pseudo">{postrow.displayed.POSTER_NAME}</div></strong></span><br />
<span class="postdetails poster-profile"><br />
  <div class="rangimage">{postrow.displayed.RANK_IMAGE}</div></div><br />
<div class="info"><!-- BEGIN profile_field -->
  <span class="postdetails poster-profile">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
    <!-- END profile_field --></div>
{postrow.displayed.POSTER_RPG}</span>
</span><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}&nbsp; &nbsp;<img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint">&nbsp;</td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         »&nbsp;<a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <h1 class="cattitle">&nbsp;{L_FORUM_RULES}</h1>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_SELECT}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall">&nbsp;</span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Code:
/*PA*/
i{
color: #CF9D32;
}
.liste3{
font-size : 10px;
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
 max-height : 80px;
overflow : scroll;
overflow-x : hidden;
}


.texte1{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.navig{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px
font-size : 10px;
}

.topsite{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.titre5{
background-color: #FCFBF7;
padding-left :5px;
color : #5493B4;
   letter-spacing:-1px;
color :#CF9D32;
      font-size: 10px;
    text-shadow: 2px 4px 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 margin-bottom:3px;
}

a span strong {
  font-weight: normal !important;
}
  
/*MISE EN PAGE DES CATÉGORIES DU FORUM */

.description{
font-size : 11px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
text-align : justify;
    line-height:15px;
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  border-top : 3px solid #ffffff;
  margin-left : 5px;
margin-right : 5px;
  margin-bottom : -5px;
}

.forumline{
-moz-border-radius : 5px;
 border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
-moz-box-shadow: 0px 0px 2px 1px #e2e2e2;
}

a.forumlink {
padding-left:10px;
  text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
}

table.forumline th {
    border-bottom : 5px solid #f5f3eb;
}

.secondarytitle h2 {
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}

.secondarytitle {
text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.titresujet {
  text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.dermessage{
font-size : 8px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
margin-bottom : 5px;
margin-top:5px;
margin-right : 5px;
margin-left:5px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;
}

.sousforums{
margin-top:7px;
  margin-bottom:-5px;
 border-top : 3px solid #ffffff;
  font-size : 9px;
padding-top : 2px;
padding-left : 5px;
padding-right : 2px;
padding-bottom : 2px;
   line-height:15px;
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
  margin-left : 5px;
margin-right : 5px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
    align:center;
  text-align:center;
color : #CF9D32;
}

/* texte titre sujet */
td.t-title h1.cattitle {
    font-size: 11px; /* taille de police */
  text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}
.auteur{
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
  padding-left : 5px;
  margin-bottom :-20px;
 
}

.dermessage2{
font-size : 10px;
padding-top : 2px;
padding-left : 2px;
padding-right : 2px;
padding-bottom : 2px;
margin-bottom : 2px;
margin-top:2px;
margin-right : 2px;
margin-left:2px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;}

/*PROFIL*/

.postdetails.poster-profile{
padding-left : 5px;
padding-right : 5px;
  text-align : justify;
  font-size:10px;
  font-style: normal !important;
  line-height:15px;
}

.avamembre{
width:100px;
height:100px;
margin-top:20px;
box-shadow: 0px 0px 2px 1px #E6E6E6;
-moz-box-shadow: 0px 0px 2px 1px #E6E6E6
 border : 2px solid #FFFFFF;
 }


.pseudo{
font-size:9px;
letter-spacing:1px;
word-spacing:1px;
color: #DE6A3D;
padding:3px;
text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
margin-top:-18px;
 margin-bottom:-38px;
margin-right:5px;
margin-left:5px;
align:center;
text-align:center;
}

.rangmembre{
  text-align:center;
  margin-top:0px;
  font-size:9px;
  font-style:italic;
}

.info{
border-top: 3px solid #ffffff;
font-size:8px;
color: #DE6A3D;
text-shadow: 0 1px 0 #ffffff;
margin-top:-50px;
 margin-bottom:2px;
margin-right:5px;
margin-left:5px;
font-style: normal !important;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  text-align : justify;
line-height:15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom:4px;
  padding-top :4px;
  display:block;
}

.rangimage{
margin-top : 8px;
  margin-bottom :12px;
align:center;
text-align:center;
}
  
/*BARRE DE NAVIGATION */

#barredenav {
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:9px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-top : -10px;
border-bottom : 2px solid #FFFFFF;
  padding-left : 10px;
padding-right : 10px;
}

a.mainmenu img {display:none;}


.bodyline{
box-shadow : 0px 0px 5px #f0e7c5;
   border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
}

.bodylinewidth{
margin : -15px auto;
}

.postbody{
font-size:11px;
text-align : justify;
  background-color: #FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 10px;
margin-top : -5px;
  line-height:15px;
}
 
          
tr.post span.gensmall {display: none;}

a.cattitle:hover{
text-decoration: none;
}

input, textarea, select{
border : 1px solid #F1ECD7;
margin-bottom : 5px;
margin-top : 5px;
  background-color: #FAF8F0;
}


/*TEMPLATES PROFIL & SUJETS */

span.postbody{
   margin:0px;
     padding:0px;
     -moz-border-radius:0px;
     -webkit-border-radius:0px;
     -khtml-border-radius:0px;
     border-radius :0px;
     border:none;
     box-shadow: 0 0 0 0 #fff;
}
.code{
color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.spoiler{
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.quote{
 color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

*::-moz-selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}
*::selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}

/*Pas de soulignement de liens*/
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}

.ombre{
color: #5493B4;
text-shadow: 0px 0px 2px #cfcfcf;
    border : 2px solid #FFFFFF;
}

.cadre{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
line-height:15px;
}

.albumphoto{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
max-height : 144px;
}

.cadre2{
background-color: #F8F8F8;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
line-height:15px;
}

.titrefiche{
background-color: #f5f3eb;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #CF9D32;
  border-left : 2px solid #ffffff;
  border-right : 2px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.fond{
background-color :#FAF8F0;
text-align : center;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
margin-left : -2px;
margin-top : -12px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.fond2{
background-color :#FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
line-height:15px;
}


.titre{
background-color: #FCFBF7;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-bottom : 2px;
padding-top : 2px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #F25EB7;
border-bottom : 3px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.titre2{
background-color: #FCFBF7;
text-align : center;
color : #F25EB7;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
   letter-spacing:-1px;
color :#F25EB7;
      font-size: 11px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 font-family : Courier;
}

.titre3{
  background-color: #FCFBF7;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#E3BD71;
      font-size: 10px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
padding-left:10px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -10px;
margin-right : -10px;
margin-top:-9px;
}

.titre4{
  background-color:#FCFBF7;
  padding-left : 15px;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#F25EB7;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -15px;
margin-right : -15px;
margin-top:0px;
  box-shadow : 0px 0px 2px #e2e2e2;
  font-family : Courier;
}

.trait{
border-bottom : 1px solid #44B8B4;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:-1px;
  text-transform:uppercase;
  font-size :9px;
}

.trait2{
border-top : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
}

.liste{
font-size : 10px;
max-height : 144px;
overflow : scroll;
overflow-x : hidden;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
background-color :#FAF8F0;
border-right : 3px solid #FFFFFF;
border-left : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.liste2{
font-size : 10px;
max-height : 50px;
overflow : scroll;
overflow-x : hidden;
background-color : #fcfcfc;
box-shadow : 0px 0px 2px #e2e2e2;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
line-height:15px;
  
}


/*INFOBULLES*/
a.infobulle1{position:absolute;
margin-left : -3px;
margin-top: -5px}
a.infobulle1 div{display:none;
  line-height:1em;
  margin-right: 50px;
  vertical-align:bottom}
a.infobulle1:hover div{
  display:block;
  position:absolute;
  right:0%;
  top:0%;
  padding-right: 55px;
  white-space:nowrap;
  z-index: 999;}



/*QUI EST EN LIGNE */

.tableauqueel{
background-color: #FCFBF7;
padding-left : 10px;
padding-right :10px;
padding-bottom : 10px;
padding-top : 10px;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 0px;
margin-right : 0px;
text-align : justify
    line-height:15px;
}
 
  
.groupes{
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:11px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-left : -15px;
margin-right : -15px;
margin-bottom : 10px;
margin-top : 5px;
border-top : 2px solid #FFFFFF;
border-bottom : 2px solid #FFFFFF;}

a.imginfo span {
  display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  margin-top: 5px;
  margin-left: 2px;
  background: #FAF8F0;
  color: #CF9D32;
  padding: 3px;
  border : 2px solid #FFFFFF;
  box-shadow : 0px 0px 1px #e2e2e2;
}


#text_edit { display: block !important; }

Merci d'avance à celui ou celle qui prendra le temps de me répondre Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Ven 2 Mai 2014 - 13:48

UP Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Dim 4 Mai 2014 - 9:25

UP Razz
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par AenigmA Dim 4 Mai 2014 - 9:51

Bonjour,
Sans voir peu vous répondront Smile

Par contre votre forum est d'une lenteur extrême ...

Dans votre description ou votre accueil, vous devriez trouver cette ligne
<script src="http://pmsc.free.fr/J02/10228205158.js" type="text/javascript">


Enlevez la, le lien est mort, vous verrez la différence de chargement
AenigmA

AenigmA
Membre actif

Masculin
Messages : 2228
Inscrit(e) le : 10/03/2005

http://aenigma.forumactif.fr/
AenigmA a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Dim 4 Mai 2014 - 20:26

Bonjour, merci de votre réponse. C'est vrai que j'avais oublié qu'on ne pouvait pas avoir accès au forum lorsque celui-ci était en construction donc je viens de changer ça.

Par contre je ne vois pas où je peux trouver le lien défectueux dont vous me parlez... Pouvez-vous m'éclairer ?
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par AenigmA Lun 5 Mai 2014 - 6:31

Bonjour,
Possible que la ligne soit dans overall_header juste avant < /head >

On n'a accès à aucun post en invité
AenigmA

AenigmA
Membre actif

Masculin
Messages : 2228
Inscrit(e) le : 10/03/2005

http://aenigma.forumactif.fr/
AenigmA a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par MasDan Lun 5 Mai 2014 - 7:37

Bonjour,

En consultant le code généré, le code suivant (le lien mort spécifié précédemment par AenigmA)
Code:
<script src="http://pmsc.free.fr/J02/10228205158.js" type="text/javascript">
se trouve au tout début du Overall_header entre la balise <head> (ligne 3 du template original) et la balise <title> (ligne suivant du template original).  Quelques scripts ont été ajoutés entre ces deux balises dont le script recherché.
MasDan

MasDan
Membre habitué

Masculin
Messages : 1538
Inscrit(e) le : 24/05/2011

http://projetAumMdn.forumactif.com
MasDan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Lun 5 Mai 2014 - 16:21

Je vois clairement la différence de vitesse maintenant, merci beaucoup !

Néanmoins, je recherche toujours une solution aux problèmes exposés au début de mon topic... J'envisage d'ouvrir mon forum bientôt, et l'affichage correct du profil me parait nécessaire avant cela. Est-ce qu'il serait possible de m'éclairer ? Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Mar 6 Mai 2014 - 9:33

Je me rapproche sensiblement de ce que je veux au niveau du profil mais je rencontre encore de gros problèmes... Voyez ici par exemple : http://rosaelane.forumactif.org/t3-fiche-equine#14 ... Il y a un gros espace que je n'arrive pas à rétrécir entre la fin de mon profil et le début de ma feuille de personnage (espace qui se situe avant le champ "crédit(s)". Ce n'est pas très esthétique ! :/ De plus, la colonne du profil s'est élargie et ça me gêne également. Quelqu'un saurait comment y remédier ?

Voici de nouveau CSS modifié depuis mon premier message :

Code:
/*PA*/
i{
color: #CF9D32;
}
.liste3{
font-size : 10px;
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
 max-height : 80px;
overflow : scroll;
overflow-x : hidden;
}


.texte1{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.navig{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px
font-size : 10px;
}

.topsite{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.titre5{
background-color: #FCFBF7;
padding-left :5px;
color : #5493B4;
   letter-spacing:-1px;
color :#CF9D32;
      font-size: 10px;
    text-shadow: 2px 4px 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 margin-bottom:3px;
}

a span strong {
  font-weight: normal !important;
}
  
/*MISE EN PAGE DES CATÉGORIES DU FORUM */

.description{
font-size : 11px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
text-align : justify;
    line-height:15px;
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  border-top : 3px solid #ffffff;
  margin-left : 5px;
margin-right : 5px;
  margin-bottom : -5px;
}

.forumline{
-moz-border-radius : 5px;
 border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
-moz-box-shadow: 0px 0px 2px 1px #e2e2e2;
}

a.forumlink {
padding-left:10px;
  text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
}

table.forumline th {
    border-bottom : 5px solid #f5f3eb;
}

.secondarytitle h2 {
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}

.secondarytitle {
text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.titresujet {
  text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.dermessage{
font-size : 8px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
margin-bottom : 5px;
margin-top:5px;
margin-right : 5px;
margin-left:5px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;
}

.sousforums{
margin-top:7px;
  margin-bottom:-5px;
 border-top : 3px solid #ffffff;
  font-size : 9px;
padding-top : 2px;
padding-left : 5px;
padding-right : 2px;
padding-bottom : 2px;
   line-height:15px;
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
  margin-left : 5px;
margin-right : 5px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
    align:center;
  text-align:center;
color : #CF9D32;
}

/* texte titre sujet */
td.t-title h1.cattitle {
    font-size: 11px; /* taille de police */
  text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}
.auteur{
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
  padding-left : 5px;
  margin-bottom :-20px;
 
}

.dermessage2{
font-size : 10px;
padding-top : 2px;
padding-left : 2px;
padding-right : 2px;
padding-bottom : 2px;
margin-bottom : 2px;
margin-top:2px;
margin-right : 2px;
margin-left:2px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;}

/*PROFIL*/

.postdetails.poster-profile{
padding-left : 5px;
padding-right : 5px;
  text-align : justify;
  font-size:10px;
  font-style: normal !important;
  line-height:15px;
  display:block;
}

.avamembre{
width:100px;
height:100px;
margin-top:20px;
box-shadow: 0px 0px 2px 1px #E6E6E6;
-moz-box-shadow: 0px 0px 2px 1px #E6E6E6
 border : 2px solid #FFFFFF;
 }


.pseudo{
font-size:9px;
letter-spacing:1px;
word-spacing:1px;
color: #DE6A3D;
padding:3px;
text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
margin-top:-18px;
 margin-bottom:-38px;
margin-right:5px;
margin-left:5px;
align:center;
text-align:center;
}

.rangmembre{
  text-align:center;
  margin-top:0px;
  font-size:9px;
  font-style:italic;
}

.info{
border-top: 3px solid #ffffff;
font-size:8px;
color: #DE6A3D;
text-shadow: 0 1px 0 #ffffff;
margin-top:-38px;
 margin-bottom:2px;
margin-right:5px;
margin-left:5px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  text-align : justify;
line-height:15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom:4px;
  padding-top :4px;
  display:block;
}

.profil_infos{
font-size:8px;
color: #DE6A3D;
text-shadow: 0 1px 0 #ffffff;
margin-top:-25px;
 margin-bottom:2px;
margin-right:5px;
margin-left:5px;
  text-align : justify;
line-height:15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom:4px;
  padding-top :4px;
  display:block;
}
  
.rangimage{
margin-top : 8px;
  margin-bottom :12px;
align:center;
text-align:center;
}
  
/*BARRE DE NAVIGATION */

#barredenav {
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:9px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-top : -10px;
border-bottom : 2px solid #FFFFFF;
  padding-left : 10px;
padding-right : 10px;
}

a.mainmenu img {display:none;}


.bodyline{
box-shadow : 0px 0px 5px #f0e7c5;
   border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
}

.bodylinewidth{
margin : -15px auto;
}

.postbody{
font-size:11px;
text-align : justify;
  background-color: #FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 10px;
margin-top : -5px;
  line-height:15px;
}
 
          
tr.post span.gensmall {display: none;}

a.cattitle:hover{
text-decoration: none;
}

input, textarea, select{
border : 1px solid #F1ECD7;
margin-bottom : 5px;
margin-top : 5px;
  background-color: #FAF8F0;
}


/*TEMPLATES PROFIL & SUJETS */

span.postbody{
   margin:0px;
     padding:0px;
     -moz-border-radius:0px;
     -webkit-border-radius:0px;
     -khtml-border-radius:0px;
     border-radius :0px;
     border:none;
     box-shadow: 0 0 0 0 #fff;
}
.code{
color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.spoiler{
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.quote{
 color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

*::-moz-selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}
*::selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}

/*Pas de soulignement de liens*/
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}

.ombre{
color: #5493B4;
text-shadow: 0px 0px 2px #cfcfcf;
    border : 2px solid #FFFFFF;
}

.cadre{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
line-height:15px;
}

.albumphoto{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
max-height : 195px;
}

.cadre2{
background-color: #FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
line-height:15px;
}

.cadre3{
background-color: #FAF8F0;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
line-height:15px;
font-size: 10px;
margin-left : -1px;
 margin-right : -1px;
}

.titrefiche{
background-color: #f5f3eb;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #CF9D32;
  border-left : 2px solid #ffffff;
  border-right : 2px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.fond{
background-color :#FAF8F0;
text-align : center;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
margin-left : -2px;
margin-top : -12px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.fond2{
background-color :#FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
line-height:15px;
}


.titre{
background-color: #FCFBF7;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-bottom : 2px;
padding-top : 2px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #F25EB7;
border-bottom : 3px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.titre2{
background-color: #FCFBF7;
text-align : center;
color : #F25EB7;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
   letter-spacing:-1px;
color :#F25EB7;
      font-size: 11px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 font-family : Courier;
}

.titre3{
  background-color: #FCFBF7;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#E3BD71;
      font-size: 10px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
padding-left:10px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -10px;
margin-right : -10px;
margin-top:-9px;
}

.titre4{
  background-color:#FCFBF7;
  padding-left : 15px;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#F25EB7;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -15px;
margin-right : -15px;
margin-top:0px;
  box-shadow : 0px 0px 2px #e2e2e2;
  font-family : Courier;
}

.titre6{
background-color: #FCFBF7;
text-align : center;
color : #CF9D32;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
   letter-spacing:-1px;
color : #55DED2;
      font-size: 11px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
  margin-left : -1px;
 margin-right : -1px;
}

.trait{
border-top : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-bottom : -10px;
}

.trait2{
border-top : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
}

.liste{
font-size : 10px;
max-height : 144px;
overflow : scroll;
overflow-x : hidden;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
background-color :#FAF8F0;
border-right : 3px solid #FFFFFF;
border-left : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.liste2{
font-size : 10px;
max-height : 50px;
overflow : scroll;
overflow-x : hidden;
background-color : #fcfcfc;
box-shadow : 0px 0px 2px #e2e2e2;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
line-height:15px;
  
}


/*INFOBULLES*/
a.infobulle1{position:absolute;
margin-left : 0px;
margin-top: -5px}
a.infobulle1 div{display:none;
  line-height:1em;
  margin-right: 50px;
  vertical-align:bottom}
a.infobulle1:hover div{
  display:block;
  position:absolute;
  right:0%;
  top:0%;
  padding-right: 55px;
  white-space:nowrap;
  z-index: 999;}



/*QUI EST EN LIGNE */

.tableauqueel{
background-color: #FCFBF7;
padding-left : 10px;
padding-right :10px;
padding-bottom : 10px;
padding-top : 10px;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 0px;
margin-right : 0px;
text-align : justify
    line-height:15px;
}
 
  
.groupes{
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:11px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-left : -15px;
margin-right : -15px;
margin-bottom : 10px;
margin-top : 5px;
border-top : 2px solid #FFFFFF;
border-bottom : 2px solid #FFFFFF;}

a.imginfo span {
  display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  margin-top: 20px;
  margin-left: -70px;
  background: #FAF8F0;
  color: #CF9D32;
  padding: 3px;
  border : 2px solid #FFFFFF;
  box-shadow : 0px 0px 1px #e2e2e2;
}


#text_edit { display: block !important; }

div.myself em textarea {
display: block;
}

Et mon template :

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
      }
   });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
        
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
    
   return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
         </span>
         <!-- END switch_twitter_btn -->
         <!-- BEGIN switch_fb_likebtn -->
         <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
         </span>
         <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
            &nbsp;|&nbsp;.
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint">&nbsp;</td>
               <td align="center" class="t-title">
                  <h1 class="cattitle">&nbsp;{TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
                  <div align="center"><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><div class="avamembre">{postrow.displayed.POSTER_AVATAR}</div><br><div class="rangmembre">{postrow.displayed.POSTER_RANK}</div><br /><strong><div class="pseudo">{postrow.displayed.POSTER_NAME}</div></strong><br />
<span class="postdetails poster-profile"><br />
  <div class="rangimage">{postrow.displayed.RANK_IMAGE}</div></div><br />
<div class="info"><!-- BEGIN profile_field -->
  <span class="postdetails poster-profile">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</span>
  <!-- END profile_field --></div><span id="rpgone"><div align="justify" class="profil_infos"><span class="postdetails poster-profile">{postrow.displayed.POSTER_RPG}</span></div></span>
<script type="text/javascript">jQuery('#rpgone').html(jQuery('#rpgone').html().replace('Feuille de personnage','')).removeAttr('id')</script>
<br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}&nbsp; &nbsp;<img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
         <table border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint">&nbsp;</td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         »&nbsp;<a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <h1 class="cattitle">&nbsp;{L_FORUM_RULES}</h1>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_SELECT}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall">&nbsp;</span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Je suis toujours à la recherche de solutions par rapport à ce que j'ai exposé au début de ce topic. Merci !


Dernière édition par pinke le Mer 7 Mai 2014 - 8:24, édité 4 fois
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par AenigmA Mar 6 Mai 2014 - 10:30

AenigmA a écrit:Bonjour,
Sans voir peu vous répondront Smile

AenigmA a écrit:Bonjour,
On n'a accès à aucun post en invité

Pas sûr que je puisse te répondre pour ma part, mais si quelqu'un veut te répondre ça serait mieux Smile
AenigmA

AenigmA
Membre actif

Masculin
Messages : 2228
Inscrit(e) le : 10/03/2005

http://aenigma.forumactif.fr/
AenigmA a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Mar 6 Mai 2014 - 13:11

Normalement, vous avez un accès ici : http://rosaelane.forumactif.org/t7-invites#15 Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Mer 7 Mai 2014 - 14:15

UP Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Jeu 8 Mai 2014 - 22:34

UP Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Maxmax Jeu 8 Mai 2014 - 22:45

Salut,

Sur ta feuille de personnage, tous les champs qui peuvent être remplis le sont ? Ou bien certains ne sont pas remplis ?
avatar

Maxmax
***

Masculin
Messages : 159
Inscrit(e) le : 29/09/2012

http://lanefdesfous.forumgratuit.org/
Maxmax a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Jeu 8 Mai 2014 - 23:19

Bonsoir,

Je viens de tester et ça ne change rien ^^
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Maxmax Ven 9 Mai 2014 - 11:01

Essaie de remplacer ton template par celui-ci :
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
        addthis_close();
      }
  });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
        {
            if( $(this).is(":visible") )
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
        });
        }
    }
    catch(e) { }
   
  return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap">
        <span class="nav">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
        <!-- END switch_user_authpost -->
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
        <!-- END switch_user_authreply -->
        </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
        <!-- BEGIN switch_twitter_btn -->
        <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
        </span>
        <!-- END switch_twitter_btn -->
        <!-- BEGIN switch_fb_likebtn -->
        <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
        </span>
        <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
        <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
            &nbsp;|&nbsp;.
            <script type="text/javascript">//<![CDATA[
              var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
              var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
              var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
              var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
              var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
              var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
              insert_plus_menu('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
        </span>
      </td>
  </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
  <tr align="right">
      <td class="catHead" colspan="3" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint">&nbsp;</td>
              <td align="center" class="t-title">
                  <h1 class="cattitle">&nbsp;{TOPIC_TITLE}</h1>
              </td>
              <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>&nbsp;</td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN topicpagination -->
  <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
  </tr>
  <!-- END topicpagination -->
  {POLL_DISPLAY}
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- BEGIN postrow -->
  <!-- BEGIN hidden -->
  <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
  </tr>
  <!-- END hidden -->
  <!-- BEGIN displayed -->
  <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
                  <div align="center"><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><div class="avamembre">{postrow.displayed.POSTER_AVATAR}</div><br><div class="rangmembre">{postrow.displayed.POSTER_RANK}</div><br /><strong><div class="pseudo">{postrow.displayed.POSTER_NAME}</div></strong><br />
<span class="postdetails poster-profile"><br />
  <div class="rangimage">{postrow.displayed.RANK_IMAGE}</div></div><br />
<div class="info"><!-- BEGIN profile_field -->
  <span class="postdetails poster-profile">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</span>
  <!-- END profile_field --></div><span id="rpgone"><div align="justify" class="profil_infos"><span class="postdetails poster-profile" id="rpg">{postrow.displayed.POSTER_RPG}</span></div></span>
<script type="text/javascript">jQuery('#rpgone').html(jQuery('#rpgone').html().replace('Feuille de personnage','')).removeAttr('id')</script>
<br />
        <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}&nbsp; &nbsp;<img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
              <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
              </td>
            </tr>
            <tr>
              <td colspan="2" class="hr">
                  <hr />
              </td>
            </tr>
            <tr>
              <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                    <!-- END switch_vote -->

                    <!-- BEGIN switch_bar -->
                    <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                    </div>
                    <!-- END switch_bar -->

                    <!-- BEGIN switch_no_bar -->
                    <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                    <!-- END switch_no_bar -->

                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                    <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                    <div>{postrow.displayed.MESSAGE}</div>

                    <!-- BEGIN switch_attachments -->
                    <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                          <!-- BEGIN switch_post_attachments -->
                          <dl class="file">
                              <dt>
                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                <!-- BEGIN switch_dl_att -->
                                <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                <!-- END switch_dl_att -->

                                <!-- BEGIN switch_no_dl_att -->
                                {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                          </dl>
                          <!-- END switch_post_attachments -->
                        </dd>
                    </dl>
                    <!-- END switch_attachments -->

                    <div class="clear"></div>
                    <!-- BEGIN switch_signature -->
                    <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                    </div>
                    <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
        <a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- END first_post_br -->
  <!-- END displayed -->
  <!-- END postrow -->
  <!-- BEGIN no_post -->
  <tr align="center">
      <td class="row1" colspan="3" height="28">
        <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
  </tr>
  <!-- END no_post -->
  <tr align="right">
      <td class="catBottom" colspan="3" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint">&nbsp;</td>
              <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
              <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
        </table>
      </td>
  </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
  <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
  </tr>
  <!-- BEGIN switch_user_logged_in -->
  <!-- BEGIN watchtopic -->
  <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
  </tr>
  <!-- END watchtopic -->
  <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
  <tr>
      <td class="catBottom" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
  <tr>
      <td class="catBottom" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td class="row2 postbody" valign="top">
        <!-- BEGIN link -->
        »&nbsp;<a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
        <!-- END link -->
      </td>
  </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
  <tbody>
      <tr>
        <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tbody>
                  <tr>
                    <td valign="top">
                        <h1 class="cattitle">&nbsp;{L_FORUM_RULES}</h1>
                    </td>
                  </tr>
              </tbody>
            </table>
        </td>
      </tr>
      <tr>
        <td class="row1 clearfix">
            <table>
              <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                    <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                    {RULE_MSG}
                  </td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
        <!-- BEGIN switch_user_logged_in -->
        <a name="quickreply"></a>
        {QUICK_REPLY_FORM}<br />
        <!-- END switch_user_logged_in -->
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
        <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
        <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
        <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
        </span>
      </td>

      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_SELECT}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->

      <!-- BEGIN moderation_panel -->
      <td align="center">
        <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
        <span class="gensmall">&nbsp;</span>
      </td>
      <!-- END moderation_panel -->
  </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
        <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
        </form>
      </td>
  </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
   document.getElementById("rpg").innerHTML.replace("<br><strong></strong><br>","");
});
</script>

Oublie pas de publier Wink
avatar

Maxmax
***

Masculin
Messages : 159
Inscrit(e) le : 29/09/2012

http://lanefdesfous.forumgratuit.org/
Maxmax a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Sam 10 Mai 2014 - 12:53

Merci de votre réponse mais j'ai fait comme vous dites et il n'y a aucun changement... La largeur du profil me dérange moins à présent, je pense que je m'y suis faite ^^ Par contre, ce que j'aimerais réellement réussir à faire c'est supprimer l'espace indésirable entre la fin de mon profil et le début de ma feuille de personnage (espace qui se situe avant le champ "crédit(s)".
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Maxmax Sam 10 Mai 2014 - 13:10

Est-ce que ça change quelque chose en remplaçant ton template par le suivant ?
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
  _atc.cwait = 0;
  $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
        addthis_close();
      }
  });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
        {
            if( $(this).is(":visible") )
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
              $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
        });
        }
    }
    catch(e) { }
   
  return false;
};

//]]>
</script>
<script type="text/javascript">
$(document).ready(function() {
  document.getElementById("rpg").innerHTML.replace("<br><strong></strong><br>","");
});
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap">
        <span class="nav">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
        <!-- END switch_user_authpost -->
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
        <!-- END switch_user_authreply -->
        </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
        <!-- BEGIN switch_twitter_btn -->
        <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
        </span>
        <!-- END switch_twitter_btn -->
        <!-- BEGIN switch_fb_likebtn -->
        <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
        </span>
        <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
        <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
            &nbsp;|&nbsp;.
            <script type="text/javascript">//<![CDATA[
              var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
              var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
              var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
              var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
              var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
              var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
              insert_plus_menu('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
        </span>
      </td>
  </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
  <tr align="right">
      <td class="catHead" colspan="3" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint">&nbsp;</td>
              <td align="center" class="t-title">
                  <h1 class="cattitle">&nbsp;{TOPIC_TITLE}</h1>
              </td>
              <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>&nbsp;</td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN topicpagination -->
  <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
  </tr>
  <!-- END topicpagination -->
  {POLL_DISPLAY}
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- BEGIN postrow -->
  <!-- BEGIN hidden -->
  <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
  </tr>
  <!-- END hidden -->
  <!-- BEGIN displayed -->
  <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
                  <div align="center"><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><div class="avamembre">{postrow.displayed.POSTER_AVATAR}</div><br><div class="rangmembre">{postrow.displayed.POSTER_RANK}</div><br /><strong><div class="pseudo">{postrow.displayed.POSTER_NAME}</div></strong><br />
<span class="postdetails poster-profile"><br />
  <div class="rangimage">{postrow.displayed.RANK_IMAGE}</div></div><br />
<div class="info"><!-- BEGIN profile_field -->
  <span class="postdetails poster-profile">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</span>
  <!-- END profile_field --></div><span id="rpgone"><div align="justify" class="profil_infos"><span class="postdetails poster-profile" id="rpg">{postrow.displayed.POSTER_RPG}</span></div></span>
<script type="text/javascript">jQuery('#rpgone').html(jQuery('#rpgone').html().replace('Feuille de personnage','')).removeAttr('id')</script>
<br />
        <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}&nbsp; &nbsp;<img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
              <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
              </td>
            </tr>
            <tr>
              <td colspan="2" class="hr">
                  <hr />
              </td>
            </tr>
            <tr>
              <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                    <!-- END switch_vote -->

                    <!-- BEGIN switch_bar -->
                    <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                    </div>
                    <!-- END switch_bar -->

                    <!-- BEGIN switch_no_bar -->
                    <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                    <!-- END switch_no_bar -->

                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                    <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                    <div>{postrow.displayed.MESSAGE}</div>

                    <!-- BEGIN switch_attachments -->
                    <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                          <!-- BEGIN switch_post_attachments -->
                          <dl class="file">
                              <dt>
                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                <!-- BEGIN switch_dl_att -->
                                <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                <!-- END switch_dl_att -->

                                <!-- BEGIN switch_no_dl_att -->
                                {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                          </dl>
                          <!-- END switch_post_attachments -->
                        </dd>
                    </dl>
                    <!-- END switch_attachments -->

                    <div class="clear"></div>
                    <!-- BEGIN switch_signature -->
                    <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                    </div>
                    <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
        <a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- END first_post_br -->
  <!-- END displayed -->
  <!-- END postrow -->
  <!-- BEGIN no_post -->
  <tr align="center">
      <td class="row1" colspan="3" height="28">
        <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
  </tr>
  <!-- END no_post -->
  <tr align="right">
      <td class="catBottom" colspan="3" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint">&nbsp;</td>
              <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
              <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
        </table>
      </td>
  </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
  <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
  </tr>
  <!-- BEGIN switch_user_logged_in -->
  <!-- BEGIN watchtopic -->
  <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
  </tr>
  <!-- END watchtopic -->
  <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
  <tr>
      <td class="catBottom" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
  <tr>
      <td class="catBottom" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="top"><h1 class="cattitle">&nbsp;{PROMOT_TRAFIC_TITLE}</h1></td>
              <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td class="row2 postbody" valign="top">
        <!-- BEGIN link -->
        »&nbsp;<a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
        <!-- END link -->
      </td>
  </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
  <tbody>
      <tr>
        <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tbody>
                  <tr>
                    <td valign="top">
                        <h1 class="cattitle">&nbsp;{L_FORUM_RULES}</h1>
                    </td>
                  </tr>
              </tbody>
            </table>
        </td>
      </tr>
      <tr>
        <td class="row1 clearfix">
            <table>
              <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                    <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                    {RULE_MSG}
                  </td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
        <!-- BEGIN switch_user_logged_in -->
        <a name="quickreply"></a>
        {QUICK_REPLY_FORM}<br />
        <!-- END switch_user_logged_in -->
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
        <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
        <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
        <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>&nbsp;&nbsp;&nbsp;
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
        </span>
      </td>

      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_SELECT}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->

      <!-- BEGIN moderation_panel -->
      <td align="center">
        <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
        <span class="gensmall">&nbsp;</span>
      </td>
      <!-- END moderation_panel -->
  </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
        <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
        </form>
      </td>
  </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
avatar

Maxmax
***

Masculin
Messages : 159
Inscrit(e) le : 29/09/2012

http://lanefdesfous.forumgratuit.org/
Maxmax a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par kiwi14637 Sam 10 Mai 2014 - 13:13

Bonjour,

Oui, à quoi sert ce script (à la fin) :
Code:
<script type="text/javascript">
$(document).ready(function() {
   document.getElementById("rpg").innerHTML.replace("<br><strong></strong><br>","");
});
</script>
car c'est ça qui crée ce problème ...

Bonne journée !

Edit : Vous avez aussi ceci dans overall_header en plus d'autres bizarreries :
Code:
<script type="text/javascript" src="gradualfader.js">/************************************************ Gradual Element Fader- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts* This notice must stay intact for legal use***********************************************/</script>
Enlevez-le, le forum se chargera plus rapidement !
kiwi14637

kiwi14637
Membre habitué

Masculin
Messages : 1387
Inscrit(e) le : 19/05/2010

kiwi14637 a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Maxmax Sam 10 Mai 2014 - 15:05

Le script se trouvant à la fin c'est celui que j'ai rajouté. Il est sensé enlever l'espace indésirable.
Car si je ne me trompe pas, cette espace fait partit d'une variable de template, donc on ne peut la modifier directement.
avatar

Maxmax
***

Masculin
Messages : 159
Inscrit(e) le : 29/09/2012

http://lanefdesfous.forumgratuit.org/
Maxmax a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Sam 10 Mai 2014 - 17:54

Merci de votre aide ! J'ai tenté le template proposé par Maxmax mais rien n'y fait, l'espace indésirable est toujours là ^^
Le problème ne provient donc pas de mon CSS (je le redonne) ?

Code:
/*PA*/
i{
color: #CF9D32;
}
.liste3{
font-size : 10px;
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
 max-height : 80px;
overflow : scroll;
overflow-x : hidden;
}


.texte1{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.navig{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px
font-size : 10px;
}

.topsite{
background-color: #FAF8F0;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
border-top : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
text-align : justify;
line-height:15px;
font-size : 10px;
}

.titre5{
background-color: #FCFBF7;
padding-left :5px;
color : #5493B4;
   letter-spacing:-1px;
color :#CF9D32;
      font-size: 10px;
    text-shadow: 2px 4px 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 margin-bottom:3px;
}

a span strong {
  font-weight: normal !important;
}
  
/*MISE EN PAGE DES CATÉGORIES DU FORUM */

.description{
font-size : 11px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
text-align : justify;
    line-height:15px;
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  border-top : 3px solid #ffffff;
  margin-left : 5px;
margin-right : 5px;
  margin-bottom : -5px;
}

.forumline{
-moz-border-radius : 5px;
 border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
-moz-box-shadow: 0px 0px 2px 1px #e2e2e2;
}

a.forumlink {
padding-left:10px;
  text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
}

table.forumline th {
    border-bottom : 5px solid #f5f3eb;
}

.secondarytitle h2 {
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}

.secondarytitle {
text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.titresujet {
  text-align:left;
padding-left:10px;
  text-shadow: 0 1px 0 #ffffff;
}

.dermessage{
font-size : 8px;
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
margin-bottom : 5px;
margin-top:5px;
margin-right : 5px;
margin-left:5px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;
}

.sousforums{
margin-top:7px;
  margin-bottom:-5px;
 border-top : 3px solid #ffffff;
  font-size : 9px;
padding-top : 2px;
padding-left : 5px;
padding-right : 2px;
padding-bottom : 2px;
   line-height:15px;
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
  margin-left : 5px;
margin-right : 5px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
    align:center;
  text-align:center;
color : #CF9D32;
}

/* texte titre sujet */
td.t-title h1.cattitle {
    font-size: 11px; /* taille de police */
  text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
}
.auteur{
    font-size: 10px;
text-shadow: 0 1px 0 #ffffff;
   font-weight:normal;
  padding-left : 5px;
  margin-bottom :-20px;
 
}

.dermessage2{
font-size : 10px;
padding-top : 2px;
padding-left : 2px;
padding-right : 2px;
padding-bottom : 2px;
margin-bottom : 2px;
margin-top:2px;
margin-right : 2px;
margin-left:2px;
text-align : justify;
line-height:15px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
align:center;
text-align:center;
 border-left : 3px solid #ffffff;
 border-right : 3px solid #ffffff;}

/*PROFIL*/

.postdetails.poster-profile{
padding-left : 5px;
padding-right : 5px;
  text-align : justify;
  font-size:10px;
  font-style: normal !important;
  line-height:15px;
  display:block;
}

.avamembre{
width:100px;
height:100px;
margin-top:20px;
box-shadow: 0px 0px 2px 1px #E6E6E6;
-moz-box-shadow: 0px 0px 2px 1px #E6E6E6
 border : 2px solid #FFFFFF;
 }


.pseudo{
font-size:9px;
letter-spacing:1px;
word-spacing:1px;
color: #DE6A3D;
padding:3px;
text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
margin-top:-18px;
 margin-bottom:-38px;
margin-right:5px;
margin-left:5px;
align:center;
text-align:center;
}

.rangmembre{
  text-align:center;
  margin-top:0px;
  font-size:9px;
  font-style:italic;
}

.info{
border-top: 3px solid #ffffff;
font-size:8px;
color: #DE6A3D;
text-shadow: 0 1px 0 #ffffff;
margin-top:-38px;
 margin-bottom:2px;
margin-right:5px;
margin-left:5px;
background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
  text-align : justify;
line-height:15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom:4px;
  padding-top :4px;
  display:block;
}


.profil_infos{
font-size:8px;
color: #DE6A3D;
text-shadow: 0 1px 0 #ffffff;
margin-top:0px;
 margin-bottom:2px;
margin-right:5px;
margin-left:5px;
  text-align : justify;
line-height:15px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom:4px;
  padding-top :2px;
  background-color: #FAF8F0;
  box-shadow : 0px 0px 1px #e2e2e2;
  border-top: 3px solid #ffffff;
  display:block;
}
  
.rangimage{
margin-top : 8px;
  margin-bottom :12px;
align:center;
text-align:center;
}
  
/*BARRE DE NAVIGATION */

#barredenav {
  background-color: #FCFBF7;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:9px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-top : -10px;
border-bottom : 2px solid #FFFFFF;
  padding-left : 10px;
padding-right : 10px;
}

a.mainmenu img {display:none;}


.bodyline{
box-shadow : 0px 0px 5px #f0e7c5;
   border-style:Solid;
border-width:5px 5px;
border-color:#f5f3eb;
}

.bodylinewidth{
margin : -15px auto;
}

.postbody{
font-size:11px;
text-align : justify;
  background-color: #FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 5px;
margin-right : 5px;
margin-bottom : 10px;
margin-top : -5px;
  line-height:15px;
}
 
          
tr.post span.gensmall {display: none;}

a.cattitle:hover{
text-decoration: none;
}

input, textarea, select{
border : 1px solid #F1ECD7;
margin-bottom : 5px;
margin-top : 5px;
  background-color: #FAF8F0;
}


/*TEMPLATES PROFIL & SUJETS */

span.postbody{
   margin:0px;
     padding:0px;
     -moz-border-radius:0px;
     -webkit-border-radius:0px;
     -khtml-border-radius:0px;
     border-radius :0px;
     border:none;
     box-shadow: 0 0 0 0 #fff;
}
.code{
color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.spoiler{
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

.quote{
 color:#F25EB7;
line-height:15px;
text-shadow: 0 0px 2px #ffffff;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
box-shadow : 0px 0px 2px #e2e2e2;
background-color : #FCFBF7!important;
  border : 2px solid #FFFFFF!important;
}

*::-moz-selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}
*::selection {
background:#F1ECD7 none repeat scroll 0 0;
color:white;
}

/*Pas de soulignement de liens*/
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}

.ombre{
color: #5493B4;
text-shadow: 0px 0px 2px #cfcfcf;
    border : 2px solid #FFFFFF;
}

.cadre{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
line-height:15px;
}

.albumphoto{
background-color: #FCFBF7;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-top : -15px;
max-height : 195px;
}

.cadre2{
background-color: #FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
line-height:15px;
}

.cadre3{
background-color: #FAF8F0;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
line-height:15px;
font-size: 10px;
margin-left : -1px;
 margin-right : -1px;
}

.titrefiche{
background-color: #f5f3eb;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #CF9D32;
  border-left : 2px solid #ffffff;
  border-right : 2px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.fond{
background-color :#FAF8F0;
text-align : center;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
margin-left : -2px;
margin-top : -12px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.fond2{
background-color :#FAF8F0;
padding-left : 10px;
padding-right : 10px;
padding-bottom : 10px;
padding-top : 10px;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
line-height:15px;
}


.titre{
background-color: #FCFBF7;
margin-left : -15px;
margin-right : -15px;
box-shadow : 0px 0px 2px #e2e2e2;
font-size : 15px;
padding-bottom : 2px;
padding-top : 2px;
text-transform: uppercase;
text-align : center;
font-family : Courier;
color : #F25EB7;
border-bottom : 3px solid #ffffff;
  text-shadow: 0 2px 2px #ffffff;
   letter-spacing:-1px;
}

.titre2{
background-color: #FCFBF7;
text-align : center;
color : #F25EB7;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
   letter-spacing:-1px;
color :#F25EB7;
      font-size: 11px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
 font-family : Courier;
}

.titre3{
  background-color: #FCFBF7;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#E3BD71;
      font-size: 10px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
padding-left:10px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -10px;
margin-right : -10px;
margin-top:-9px;
}

.titre4{
  background-color:#FCFBF7;
  padding-left : 15px;
color : #5493B4;
border-bottom : 3px solid #FFFFFF;
   letter-spacing:-1px;
color :#F25EB7;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
  padding-bottom : 2px;
padding-top : 2px;
  margin-left : -15px;
margin-right : -15px;
margin-top:0px;
  box-shadow : 0px 0px 2px #e2e2e2;
  font-family : Courier;
}

.titre6{
background-color: #FCFBF7;
text-align : center;
color : #CF9D32;
border : 2px solid #FFFFFF;
box-shadow : 0px 0px 1px #e2e2e2;
   letter-spacing:-1px;
color : #55DED2;
      font-size: 11px;
    text-shadow: 0 2px 2px #ffffff;
     font-weight:normal;
    letter-spacing:1px;
  margin-left : -1px;
 margin-right : -1px;
}

.trait{
border-top : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
margin-bottom : -10px;
}

.trait2{
border-top : 2px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
}

.liste{
font-size : 10px;
max-height : 144px;
overflow : scroll;
overflow-x : hidden;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
background-color :#FAF8F0;
border-right : 3px solid #FFFFFF;
border-left : 3px solid #FFFFFF;
box-shadow : 0px 0px 2px #e2e2e2;
line-height:15px;
}

.liste2{
font-size : 10px;
max-height : 50px;
overflow : scroll;
overflow-x : hidden;
background-color : #fcfcfc;
box-shadow : 0px 0px 2px #e2e2e2;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
padding-top : 5px;
line-height:15px;
  
}


/*INFOBULLES*/
a.infobulle1{position:absolute;
margin-left : 0px;
margin-top: -5px}
a.infobulle1 div{display:none;
  line-height:1em;
  margin-right: 50px;
  vertical-align:bottom}
a.infobulle1:hover div{
  display:block;
  position:absolute;
  right:0%;
  top:0%;
  padding-right: 55px;
  white-space:nowrap;
  z-index: 999;}



/*QUI EST EN LIGNE */

.tableauqueel{
background-color: #FCFBF7;
padding-left : 10px;
padding-right :10px;
padding-bottom : 10px;
padding-top : 10px;
box-shadow : 0px 0px 2px #e2e2e2;
margin-left : 0px;
margin-right : 0px;
text-align : justify
    line-height:15px;
}
 
  
.groupes{
  background-color: #FAF8F0;
box-shadow : 0px 0px 1px #e2e2e2;
    text-transform:uppercase;
text-shadow: 0 1px 0 #ffffff;
  font-size:11px;
  letter-spacing:-1px;
  word-spacing:2px;
  align:center;
    padding:3px;
  text-align:center;
margin-left : -15px;
margin-right : -15px;
margin-bottom : 10px;
margin-top : 5px;
border-top : 2px solid #FFFFFF;
border-bottom : 2px solid #FFFFFF;}

a.imginfo span {
  display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.imginfo:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;
  white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
  margin-top: 20px;
  margin-left: -70px;
  background: #FAF8F0;
  color: #CF9D32;
  padding: 3px;
  border : 2px solid #FFFFFF;
  box-shadow : 0px 0px 1px #e2e2e2;
}


#text_edit { display: block !important; }

div.myself em textarea {
display: block;
}
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par kiwi14637 Sam 10 Mai 2014 - 18:11

Maxmax a écrit:Le script se trouvant à la fin c'est celui que j'ai rajouté. Il est sensé enlever l'espace indésirable.
Car si je ne me trompe pas, cette espace fait partit d'une variable de template, donc on ne peut la modifier directement.
Ah OK ! Je croyais que c'était pinke qui avait placé ce code ...

Et sinon, avec les margin ?

Bonne soirée !
kiwi14637

kiwi14637
Membre habitué

Masculin
Messages : 1387
Inscrit(e) le : 19/05/2010

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

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Dim 11 Mai 2014 - 12:22

Modifier les margin ne change rien non plus Smile
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Lixyr Lun 12 Mai 2014 - 0:06

Bonsoir,

Je viens de regarder et j'ai vu que vous remplaciez le titre "feuille de personnage" par du vide, dans votre template :
<script type="text/javascript">jQuery('#rpgone').html(jQuery('#rpgone').html().replace('Feuille de personnage','')).removeAttr('id')</script>
Là est le soucis : remplacez un texte par du vide n'empêche pas la présence de ce texte c'est juste qu'il n'a plus de lettres, mais l'espace du titre est là. En fait il ne faudrait pas remplacer, mais plutôt enlever, donc mettez ça à la place :

Code:
<script type="text/javascript">document.getElementById(#rpgone).style.display="none";</script>
C'est totalement au pif. Si ça ne fonctionne pas on peut essayer directement avec du CSS :

Code:
#rpgone {display:none;}


Pour faciliter les recherches, mettez un titre explicite.
Remerciez Affichage feuille de personnage/apparence profil 976083691 le message qui vous a aidé pour que celui-ci soit mis en évidence.
Épinglez votre sujet en résolu Affichage feuille de personnage/apparence profil 3592387030 pour prévenir la modération.

Affichage feuille de personnage/apparence profil Baston10
Lixyr

Lixyr
Aidactive
Aidactive

Féminin
Messages : 7381
Inscrit(e) le : 22/07/2010

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

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Lun 12 Mai 2014 - 8:26

Merci beaucoup pour votre réponse Smile J'ai donc modifié le template comme vous me l'avez conseillé. C'est vrai que l'espace gênant s'est rétrécit mais il est tout de même toujours présent et même en modifiant le padding relatif au cadre de la feuille de personnage dans mon CSS, je ne parviens pas au résultat souhaité (c'est à dire réussir à avoir les mêmes marges existant pour la partie encadrée au-dessus) !
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Lixyr Lun 12 Mai 2014 - 12:37

Est-ce que vous pouvez supprimer le JavaScript pour laisser le titre, que je vois s'il y a moyen de faire ça autrement ?


Pour faciliter les recherches, mettez un titre explicite.
Remerciez Affichage feuille de personnage/apparence profil 976083691 le message qui vous a aidé pour que celui-ci soit mis en évidence.
Épinglez votre sujet en résolu Affichage feuille de personnage/apparence profil 3592387030 pour prévenir la modération.

Affichage feuille de personnage/apparence profil Baston10
Lixyr

Lixyr
Aidactive
Aidactive

Féminin
Messages : 7381
Inscrit(e) le : 22/07/2010

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

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Mar 13 Mai 2014 - 7:59

C'est chose faite Smile (Il s'agissait bien d'enlever cette partie-là dans mon template :
Code:
<script type="text/javascript">document.getElementById(#rpgone).style.display="none";</script>
si je ne me trompe pas ?)
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Lixyr Mar 13 Mai 2014 - 12:16

Oui. ^^

Vous avez toujours ces retours à la ligne qui cause le décalage et on sait maintenant que ce n'est pas le titre. Donc pour le titre, vous pouvez remettre le code que je vous ai demandé d'enlever, mais je reviens sur un point dit plus haut :

kiwi14637 a écrit:Bonjour,

Oui, à quoi sert ce script (à la fin) :
Code:
<script type="text/javascript">
$(document).ready(function() {
   document.getElementById("rpg").innerHTML.replace("<br><strong></strong><br>","");
});
</script>
car c'est ça qui crée ce problème ...

Bonne journée !

Et oui, je n'avais pas vu ça, mais en fait le code n'est pas bien fait ce serait plutôt comme ça :

Code:
<script type="text/javascript">
$(document).ready(function() {
  document.getElementById("rpg").innerHTML.replace("<br><br><strong></strong>","");
});
</script>


Pour faciliter les recherches, mettez un titre explicite.
Remerciez Affichage feuille de personnage/apparence profil 976083691 le message qui vous a aidé pour que celui-ci soit mis en évidence.
Épinglez votre sujet en résolu Affichage feuille de personnage/apparence profil 3592387030 pour prévenir la modération.

Affichage feuille de personnage/apparence profil Baston10
Lixyr

Lixyr
Aidactive
Aidactive

Féminin
Messages : 7381
Inscrit(e) le : 22/07/2010

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

Résolu Re: Affichage feuille de personnage/apparence profil

Message par foxies Mar 13 Mai 2014 - 13:18

Je suis désolée, ça ne change toujours rien pale
foxies

foxies
*****

Féminin
Messages : 607
Inscrit(e) le : 02/05/2010

http://hawkeyeriver.forumgratuit.org/
foxies a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage feuille de personnage/apparence profil

Message par Lixyr Mer 14 Mai 2014 - 11:36

On va modifier le code pour voir :
Code:

        <script type="text/javascript">
        $(document).ready(function() {
          document.getElementById("rpg").innerHTML.replace("<br><br><strong>","<strong>");
        });
</script>


Pour faciliter les recherches, mettez un titre explicite.
Remerciez Affichage feuille de personnage/apparence profil 976083691 le message qui vous a aidé pour que celui-ci soit mis en évidence.
Épinglez votre sujet en résolu Affichage feuille de personnage/apparence profil 3592387030 pour prévenir la modération.

Affichage feuille de personnage/apparence profil Baston10
Lixyr

Lixyr
Aidactive
Aidactive

Féminin
Messages : 7381
Inscrit(e) le : 22/07/2010

https://forum.forumactif.com
Lixyr 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