Problème d'affichage de la feuille de personnage dans un sujet.

3 participants

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

Résolu Problème d'affichage de la feuille de personnage dans un sujet.

Message par Exodum Dim 22 Déc 2013 - 1:09

Bonsoir.

Alors voici mon problème : suite à ce sujet j'ai tenté de mettre la feuille de personnage dans les sujets en haut du post-body. (mais je souhaite garder la position de l'avatar)

J'ai donc inclus ce code :
Code:
<span class="rpgsheetbr">{postrow.displayed.POSTER_RPG}</span>
Là où il me semblait le plus pertinent.

Or, rien ne s'affiche. B/
Si cela peut aider, voilà le topic_body.
PS : la section contenant le POSTER_RPG est entourée de "<-- ############# -->" donc assez facile à repérer.
Code:
<table width="100%" border="0" cellspacing="0" 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>   
         <!-- 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 -->
             | .
            <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>

<center><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" style="border-bottom: 0px;">
   <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"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </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}">
          
          
          <!-- *****************************************
       ! ! !    CASE DE PROFIL A GAUCHE DU MESSAGE   ! ! !
          ****************************************** -->
          
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="213">
                
                  <center>
                  
                  <span class="avatar_mess"><div class="rang_mess">{postrow.displayed.RANK_IMAGE}</div>
                    <span class="profil_mess"><div class="elevatorprofil"><!-- BEGIN profile_field -->
                    {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
                      {postrow.displayed.POSTER_RPG}</div></span>
                    <div class="avatar_style">{postrow.displayed.POSTER_AVATAR}</div></span>
                  
                  </center>
          
                  <span class="pseudo_mess">{postrow.displayed.POSTER_NAME}</span>                
              
                  
                  
          </td>
          

      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="552" 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}   <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">
                                          
                          <!-- ############# DEBUT DE LA FEUILLE DE PERSONNAGE ############# -->
                                                  
                                      <span class="rpgsheetbr">{postrow.displayed.POSTER_RPG}</span>
                                                  
                             <!-- ############# FIN DE LA FEUILLE DE PERSONNAGE ############# -->
                                          
                                </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}" />

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

                  </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> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>-->
      <td colspan="3" 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>
                                     <td valign="top">
                                             <!-- BEGIN switch_signature -->
                                                <div class="signature_div">
                                                        {postrow.displayed.SIGNATURE}
                                                </div>
                                             <!-- END switch_signature -->
                                     </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>

Je n'ai pas la moindre idée de si oui ou non le code est placé au bon endroit. Donc merci d'avance à celui ou celle qui voudra bien m'aider =)
Ah, j'oubliais le forum : ici

Voilà !


Dernière édition par Exodum le Mer 25 Déc 2013 - 20:08, édité 1 fois
avatar

Exodum
Nouveau membre

Messages : 16
Inscrit(e) le : 17/05/2013

http://colosseum.forumactif.org/
Exodum a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par WhyNot Dim 22 Déc 2013 - 14:18

Hello,

Si le code que tu donnes est ton template viewtopic_body, je pense qu'il n'est pas complet. J'ai voulu le placer sur mon forum de test, et il retourne une erreur.
WhyNot

WhyNot
****

Masculin
Messages : 244
Inscrit(e) le : 25/11/2013

http://whynot.forumactif.org
WhyNot a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par Exodum Dim 22 Déc 2013 - 14:47

Ah si c'est pour effectuer des tests j'ai omis de mettre ce que je n'avais pas modifié.
Voilà le code complet : (avec notamment tous les codes javascripts)
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>
<br>
<table width="100%" border="0" cellspacing="0" 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>   
         <!-- 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 -->
             | .
            <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>

<center><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" style="border-bottom: 0px;">
   <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"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </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}">
         
         
          <!-- *****************************************
      ! ! !    CASE DE PROFIL A GAUCHE DU MESSAGE  ! ! !
          ****************************************** -->
         
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="213">
               
                  <center>
                 
                  <span class="avatar_mess"><div class="rang_mess">{postrow.displayed.RANK_IMAGE}</div>
                    <span class="profil_mess"><div class="elevatorprofil"><!-- BEGIN profile_field -->
                    {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
                      {postrow.displayed.POSTER_RPG}</div></span>
                    <div class="avatar_style">{postrow.displayed.POSTER_AVATAR}</div></span>
                 
                  </center>
         
                  <span class="pseudo_mess">{postrow.displayed.POSTER_NAME}</span>               
             
                 
                 
          </td>
         

      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="552" 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}   <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">
                                         
                          <!-- ############# DEBUT DE LA FEUILLE DE PERSONNAGE ############# -->
                                                 
                                      <span class="rpgsheetbr">{postrow.displayed.POSTER_RPG}</span>
                                                 
                            <!-- ############# FIN DE LA FEUILLE DE PERSONNAGE ############# -->
                                         
                                </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}" />

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

                  </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> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>-->
      <td colspan="3" 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>
                                     <td valign="top">
                                            <!-- BEGIN switch_signature -->
                                                <div class="signature_div">
                                                        {postrow.displayed.SIGNATURE}
                                                </div>
                                            <!-- END switch_signature -->
                                     </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
</center>
<br />
<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"> </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> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </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"> {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"> {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 -->
         » <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"> {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}" />
                  </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>   
            <!-- 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}: {S_JUMPBOX_SELECT} <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"> </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} <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

Exodum
Nouveau membre

Messages : 16
Inscrit(e) le : 17/05/2013

http://colosseum.forumactif.org/
Exodum a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par Lixyr Dim 22 Déc 2013 - 14:55

Bonjour.

A priori chez moi la feuille de personnage s'affiche. Ça ne vient donc pas du template, sauf s'il n'a pas été enregistré. Vous avez associé du CSS à ce code ? On peut voir le forum en question ?
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: Problème d'affichage de la feuille de personnage dans un sujet.

Message par WhyNot Dim 22 Déc 2013 - 15:18

Question bête mais essentielle... vous avez bien coché "oui" pour "Afficher la feuille de personnage" dans PA, Modules, Jeux de rôle, Gestion des champs ?
WhyNot

WhyNot
****

Masculin
Messages : 244
Inscrit(e) le : 25/11/2013

http://whynot.forumactif.org
WhyNot a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par Exodum Lun 23 Déc 2013 - 2:06

Arf. oui !
Je me disais bien que j'avais oublié le css adéquat. (il sert surtout de personalisation du profil dans les messages)
Voilà la partie qui concerne le profile des messages.
Code:
/* ///////////////////////////////////////////////////// */
/* //////////////////AVATAR & MESSAGES////////////////// */
.rang_mess{

}

.avatar_mess{

     width: 200px;
     height: 350px;
     padding-right: 1px;
     padding-left: 1px;
     padding-top: 0px;
     padding-bottom: 0px;
     display: block;
     overflow: hidden;
     transition: 1s;
     -moz-transition: 1s;
     -o-transition: 1s;
     -htm-transition: 1s;
     -webkit-transition: 1s;
     border-left: 2px solid #E3BCAD;
     border-right: 2px solid #E3BCAD;
     border-bottom: 3px solid #CAB1A0;
   border-top: 3px solid #CAB1A0;
     text-align: justify;
}
.avatar_mess:hover{

     transition: 1.5s;
     -moz-transition: 1.5s;
     -o-transition: 1.5s;
     -htm-transition: 1.5s;
     -webkit-transition: 1.5s;
}
.profil_mess{

     position: absolute;
     display: block;
     width: 197px;
     height: 340px;
     margin: auto;
     padding-left: 5px;
     padding-top: 5px;
     padding-bottom: 5px;
     color: #000000;
     font-size: 12px;
     opacity: 0;
     -moz-opacity: 0;
     -khtml-opacity: 0;
     filter: alpha(opacity=0);
     transform: all;
     -moz-transform: all;
     -o-transform: all;
     -htm-transform: all;
     -webkit-transform: all;
   transition: 1s;
   -moz-transition: 1s;
   -o-transition: 1s;
   -htm-transition: 1s;
   -webkit-transition: 1s;
}
.avatar_style{
     width: 200px;
     height: 350px;
   -moz-box-shadow: 0 0 5px #888;
   -webkit-box-shadow: 0 0 5px#888;
   box-shadow: 0 0 5px #888;
}
.profil_mess:hover
{
   moz-opacity: 1;
   opacity: 1;
   filter:alpha(opacity=100);
   background-color: rgba(184, 157, 123, 0.9);
   transform: all;
   -moz-transform: all;
   -o-transform: all;
   -htm-transform: all;
   -webkit-transform: all;
   transition: 2s;
   -moz-transition: 2s;
   -o-transition: 2s;
   -htm-transition: 2s;
   -webkit-transition: 2s;
}
.profil_mess img{
  
   max-width: 165px;
   filter: grayscale(1);
   -webkit-filter: grayscale(1);
   -moz-filter: grayscale(1);
   -o-filter: grayscale(1);
   -ms-filter: grayscale(1);
}

.label{
     font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -0px;
        font-size: 11px;
        font-family: Trebuchet MS;
        color: #C5BCBC;
        text-shadow: 0px 0px 2px #8D8D8D;
}
.pseudo_mess
{
  
        font-family: serif;
        font-size: 14px;
        text-align: center;
        text-shadow: 0 0 2px #645838;
        text-transform: uppercase;
     display: block;
}
Et le css complet (au cas où)
Code:
hr { border-color: #6F6F6F; }
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides { border: none;}
td.row3Right, td.spaceRow { border: none;}
body{
   /*background: radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
              radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
                  radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
                  radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
                  radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
                  radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
                  radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
                  radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
                  linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
                  linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
     background-color: #300;*/
   /*background-image: url(http://img11.hostingpics.net/pics/991371bgmainsmall.png);*/
     background-repeat: no-repeat;
     background-position: top center;
    background-repeat: no-repeat;
   background-attachment: fixed;
   margin-top: 0px;
   margin-bottom: 0px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
}

/*/// DESCRIPTIONS FORUM & SOUS-FORUM ///*/
.desc{
   background-color: #C2A17D;
   padding: 5px;
     border: 1px solid #B09275;
}
.desc2{
  
        background-color: #C2A17D;
        border: 1px solid #B09275;
        height: 100px;
        margin: 13px 40px 0 45px;
        padding: 5px;
}
.imgForum{
  
    -webkit-border-radius: 70px;
        border: 3px solid rgba(151, 122, 110, 0.71);
        border-radius: 70px;
        float: right;
        height: 140px;
        margin-bottom: 10px;
        margin-right: 15px;
        margin-top: -5px;
        width: 140px;
}
.imgForum img{

        moz-opacity:0.8;
        opacity: 0.8;
        filter:alpha(opacity=80);
     -webkit-border-radius: 70px;
   -moz-border-radius: 70px;
   border-radius: 70px;
}
/*///  CHATBOX  ///*/

#chatbox_header .cattitle{
  
     background: none;
}
#chatbox_members {
  
        border-right: none;
}
td.cat, td.catBottom, td.catHead {
   
     background-color: rgba(182, 150, 120, 0.8);
}
/*//// SCENARIOS PREDEFINIS ////*/
.gauchePredef {
  
     float: gauche;
}

.etatPredef{
 
     float: right;
     font-weight: bold;
     letter-spacing: 4px;
     font-size: 28px;
     text-tranform: uppercase;
     font-family: Georgia;
     padding-top: 2px;
     text-shadow: 1px 1px 1px #1C1C1C;
     moz-opacity:0.8;
     opacity: 0.8;
     filter:alpha(opacity=80);
}

#contentPredef{
    padding-right: 7x;
     padding-left: 5px;
     width: 320px;
}

#contentPredef img{
 
     float: left;
     width:50px;
}

.imgDesc{
 
     float: left;
     font-size: 10px;
     padding-left: 5px;
}

/*//// MESSAGES SMS ////*/
.droite {
  
    float: right;
}

.gauche img{
 
     width: 100px;
     moz-opacity:0.8;
     opacity: 0.8;
     filter:alpha(opacity=80);
}
.droite img{
 
     width: 100px;
     moz-opacity:0.8;
     opacity: 0.8;
     filter:alpha(opacity=80);
}

.droiteInfo{
  
    padding: 4px;
     color: #424242;
}

.droiteInfo a{
  
     font-size: 9px;
     font-weight: bold;
     font-family: Verdana;
     letter-spacing: -1px;
}

.corps {
   margin-left: 2%;
     margin-right: 100px;
}

.corps h2{
  
    padding-right: 10px;
     border-bottom: 3px dotted #424242;
     font-size: 20px;
     text-align: right;
     color: #585858;
     text-shadow: 1px 1px 1px #A9D0F5;
}

.corps h1{

     padding-right: 20px;
   text-align: right;
     margin-top: -10px;
}

.corps p{
  
    padding-right: 5px;
}


/* ////////////////////////////////////// */
/* ////////////// PREDEFS /////////////// */
/* ////////////////////////////////////// */
/* .systab .tab => les onglet; , le 2 est pour le tab général, l'autre pour les prédéf */
.systab .tab {

   font-family: Gill Sans Ultra Bold, Rockwell Extra Bold;
   font-size: 15px;
   color: #434747;
   cursor:crosshair;
   text-shadow: 1px 1px 0px #A39E9E;
   padding: 0px 5px 5px;
   moz-opacity:0.6;
   opacity: 0.6;
   filter:alpha(opacity=60);
}
/* .systab .tab:hover => les onglets survolés */
.systab .tab:hover {
  
   cursor:crosshair;
}
/* .systab .tab.selected => les onglets sélectionnés */
.systab .tab.selected{
  
   font-weight: bold;
   border-bottom: none;
   color: #1B1C1C;
}
/* .systab .contents => les conteneurs des contenus associés aux onglets  */
.systab .contents {
  
   margin-top: 1px;
   margin-bottom: 1px;
   color: #000;
}
/* style des onglets si ils sont à gauche ou à droite */
.systab.s_float .tab,.systab.s_float .tab {

   
}
/* flottement des conteneurs si les onglets sont à gauche où à droite */
.systab.s_float .tabs,.systab.s_float .contents {

   float: left;   
}
.bannierepredef{

   height: 100px;
   width: 200px;
}

.auteurpredef{

   text-align: center;
   letter-spacing: -1px;
   font-size: 9px;
}

.dispopredef{
  
   font-weight: bold;
   text-align: center;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-size: 17px;
   text-shadow: 1px 1px 1px #83C183;
   font-family: Georgia;
   color: grey;
}

.prispredef{
 
   font-weight: bold;
   text-align: center;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-size: 17px;
   text-shadow: 1px 1px 1px #9C8D8D;
   font-family: Georgia;
   color: grey;
}

.reservepredef{
  
   font-weight: bold;
   text-align: center;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-size: 17px;
   text-shadow: 1px 1px 1px #C1BE83;
   font-family: Georgia;
   color: grey;
}

.nomprenom{

   font-size: 19px;
   font-family: Lucida Bright;
   font-weight: bold;
   text-align: center;
   text-shadow: 1px 1px 1px #CFBABA;
   color: #524646;
}

.classepredef{

   padding-left: 20px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: Calibri;
   font-weight: bold;
}

.agepredef{
   padding-left: 20px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-family: Calibri;
   font-weight: bold;
}

.infopredef{
  
     padding: 5px;
     border: 1px solid #C0C0CC;
     background-color: rgba(200,200,240,0.2);
   height: 100px;
   text-align: justify;
   overflow: auto;
   moz-opacity:0.8;
   opacity: 0.8;
   filter:alpha(opacity=80);
}

.elevatorPredef{

   padding-right: 5px;
   height: 100px;
   overflow: auto;
}
.elevatorPredef::-webkit-scrollbar {

   width: 8px; /*largeur de la scrollbar verticale*/
   height: 8px; /*hauteur de la scrollbar horizontale*/
   background-color: #A4A4A4;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.elevatorPredef::-webkit-scrollbar-track {

   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   background-color: #BDBDBD;
} /* couleur du fond de la scrollbar */

.elevatorPredef::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend */

   background-color: #585858; /*couleur de l'ascenseur sans l'alarme */
   border-radius: 5px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}
/* Fond avant */
.bodyline {

     margin-top: -10px;
   box-shadow: 0px 0px 200px 0px rgba(90, 82, 68, 0.71);
   border-left: 7px solid #8D6D5A;
   border-right: 7px solid #8D6D5A;
}

#i_logo {

     margin-top:-0px;
}

/*/////////// GENERAL /////////////*/

img{

     cursor: crosshair;
}
a:link{

     text-decoration:none;
}
a:hover {text-decoration: none!important;}
a.forumlink {text-decoration: none; color: #000000;}
a.forumlink:hover {text-decoration: none!important;}
a.topiclink {text-decoration: none; color: #000000;}
a.topiclink:hover {text-decoration: none!important;}

.topictitle, h1, h2{
     letter-spacing: 1px;
     text-shadow: 0 0 1px rgba(121, 117, 117, 0.59);;
}
a.nav {
        color: #403f3f;
        text-shadow: 0 0 2px rgba(122,91,91,0.72);
}
a.mainmenu {
        color: #403f3f;
        text-decoration: none;
        font-family: Berkshire Swash;
        font-size: 12px;
        text-transform: lowercase;
        text-shadow: 0px 0px 2px rgba(122, 91, 91, 0.72);
}

td.catHead, th.thHead{

     border: none;
}
.infostats{
    font-variant: small-caps;
}
/* citations */
.quote{
 
    background: none;
   border-left: 2px solid #8D8D8D;
   padding: 5px;
   color: black;
}

/* La table spoiler */
table.spoiler{ padding: 5px;}
/* La cellule fermée */
td.spoiler_closed{ height: 2px; }
/* La cellule ouverte */
td.spoiler_content .hidden{
   
     background: none;
   max-width: 520px;
   padding: 5px;
}

.spoiler_content{
  
     background: none;
  
}
/* NOUVEAUX MESSAGES CATEGORIES */
.gensmall{
 
     font-size: 11px;
     
}

.gensmall_last{
  
        font-size: 11px;
        font-weight: 700;
        padding-left: 5px;
        text-align: left;
        text-transform: uppercase;
        padding-top: 7px;
        padding-bottom: 5px;
     min-height: 70px;
     margin-top: 27px;
     color: rgba(70, 64, 57, 0.86);
}

.gensmall_last a{
  
    background-color: rgba(155, 119, 106, 0.05);
        float: right;
        font-variant: small-caps;
        text-transform: none;
        padding-right: 15px;
        padding-left: 5px;
}
.last-post-icon{
     padding-top: 3px;
    height: 11px;
}
.postbody /*justification automatique des posts*/ {

     display: block;
   text-align: justify;
   padding: 5px;
   line-height: 1.2;
     /*background-image: url(http://img11.hostingpics.net/pics/837991greybackgroundcopie.png);
     background-color: #999BA3;
     border: 1px solid #585858;*/
}
/* JAVASCRIPT */
.selectCode { float:right; cursor:pointer; }

.code{

   font-family: Times New Roman;
   font-size: 12px;
   color: #1C1C1C;
   padding: 10px;
}

/*///// PROVISOIRE /////*/

/* bordure de l'éditeur */
div.sceditor-container { border: 1px solid #967F62; }
/*--- Bloc réponse rapide ---*/
 /*width:550px !important;*/
.sceditor-container.ltr.sourceMode { background-color: #977C4A !important; }
.sceditor-container.ltr.wysiwygMode {

     width:100% !important;
   background-color: #B89D7B!important
}
/*---  Partie supérieur contenant les outils ---*/
 
div.sceditor-toolbar {

   background-color: #BDA47F !important;
     border-bottom: 1px solid rgb(156, 135, 125);
}
/*---  Partie texte area : fond ---*/
 
.sceditor-container iframe, .sceditor-container textarea {

     background-color: #D0B390!important;
   text-align:justify;
   margin:0 !important;
   line-height: 16px;
   color: #0000000 !important;
   font-size:11px !important;
}
/* fond de la zone de saisie de texte */
div.sceditor-container, div.sceditor-container iframe, div.sceditor-container textarea {

   background-color: #7C6E4B;
}

div.sceditor-group {
    background: none;
}
/* aggrandissement des text area */
textarea.post{

   width: 100%;
}
/*///////// AFFICHAGE DES CATEGORIES ///////*/

/* tableau général */
.forumline{
     background-image: url(http://www.fantom-xp.com/wallpapers/29/Grey_pattern.jpg);
   border: none;
}

.forumline2{

   border: none;
   margin-right: -10px;
   margin-left: -10px;
}

h1.cattitle {
    display: block;
}
.cattitle{
   background-color: #C2A17D;
   padding: 10px 50px;
     font-size: 15px;
     font-family: 'Buenard', serif;
     letter-spacing: 0px;
        text-shadow: 0px 0px 3px rgba(95,64,43,0.6);
        text-transform: uppercase;
     color: rgba(61, 60, 60, 0.65);
}
.cattitle a{

   /*font-family: 'Berkshire Swash', cursive;*/
        font-family: 'Buenard', serif;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 1px rgba(95, 64, 43, 0.5);
        text-transform: uppercase;
     color: rgba(61, 60, 60, 0.65);
}

.forumlink a{

     margin-left: 20px;
        font-family: Lucida Bright;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0px;
        text-shadow: 1px 1px 1px rgba(46, 16, 16, 0.5);
        font-variant: small-caps;
}

.liensforum{
    
     max-width: 500px;
}
.liensforum a{

     font-weight: bold;
     letter-spacing: 0px;
    font-size: 11px;
     font-variant: small-caps;
}

.genmed{
    color: rgba(37, 37, 37, 0.97);
}

.genmed blockquote{
  
    max-width: 650px;
     text-align: justify;
   margin-bottom: 0px;
}


/*///////// AFFICHAGE DES MESSAGES - UN SUJET ///////*/

/*//////// PROFIL DANS UN SUJET ////////*/
.elevatorprofil{

     padding-right: 5px;
     height: 310px;
     overflow-y: auto;
     font-size: 11px;
}
.elevatorprofil::-webkit-scrollbar {

     width: 8px; /*largeur de la scrollbar verticale*/
     height: 8px; /*hauteur de la scrollbar horizontale*/
     background-color: #A4A4A4;
}
.elevatorprofil::-webkit-scrollbar-track {
  
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     background-color: #BDBDBD;} /* couleur du fond de la scrollbar */
.elevatorprofil::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend */
  
     background-color: #585858; /*couleur de l'ascenseur sans l'alarme */
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}
/* ///////////////////////////////////////////////////// */
/* //////////////////AVATAR & MESSAGES////////////////// */
.rang_mess{

}

.avatar_mess{

     width: 200px;
     height: 350px;
     padding-right: 1px;
     padding-left: 1px;
     padding-top: 0px;
     padding-bottom: 0px;
     display: block;
     overflow: hidden;
     transition: 1s;
     -moz-transition: 1s;
     -o-transition: 1s;
     -htm-transition: 1s;
     -webkit-transition: 1s;
     border-left: 2px solid #E3BCAD;
     border-right: 2px solid #E3BCAD;
     border-bottom: 3px solid #CAB1A0;
   border-top: 3px solid #CAB1A0;
     text-align: justify;
}
.avatar_mess:hover{

     transition: 1.5s;
     -moz-transition: 1.5s;
     -o-transition: 1.5s;
     -htm-transition: 1.5s;
     -webkit-transition: 1.5s;
}
.profil_mess{

     position: absolute;
     display: block;
     width: 197px;
     height: 340px;
     margin: auto;
     padding-left: 5px;
     padding-top: 5px;
     padding-bottom: 5px;
     color: #000000;
     font-size: 12px;
     opacity: 0;
     -moz-opacity: 0;
     -khtml-opacity: 0;
     filter: alpha(opacity=0);
     transform: all;
     -moz-transform: all;
     -o-transform: all;
     -htm-transform: all;
     -webkit-transform: all;
   transition: 1s;
   -moz-transition: 1s;
   -o-transition: 1s;
   -htm-transition: 1s;
   -webkit-transition: 1s;
}
.avatar_style{
     width: 200px;
     height: 350px;
   -moz-box-shadow: 0 0 5px #888;
   -webkit-box-shadow: 0 0 5px#888;
   box-shadow: 0 0 5px #888;
}
.profil_mess:hover
{
   moz-opacity: 1;
   opacity: 1;
   filter:alpha(opacity=100);
   background-color: rgba(184, 157, 123, 0.9);
   transform: all;
   -moz-transform: all;
   -o-transform: all;
   -htm-transform: all;
   -webkit-transform: all;
   transition: 2s;
   -moz-transition: 2s;
   -o-transition: 2s;
   -htm-transition: 2s;
   -webkit-transition: 2s;
}
.profil_mess img{
  
   max-width: 165px;
   filter: grayscale(1);
   -webkit-filter: grayscale(1);
   -moz-filter: grayscale(1);
   -o-filter: grayscale(1);
   -ms-filter: grayscale(1);
}

.label{
     font-weight: 900;
        text-transform: uppercase;
        letter-spacing: -0px;
        font-size: 11px;
        font-family: Trebuchet MS;
        color: #C5BCBC;
        text-shadow: 0px 0px 2px #8D8D8D;
}
.pseudo_mess
{
  
        font-family: serif;
        font-size: 14px;
        text-align: center;
        text-shadow: 0 0 2px #645838;
        text-transform: uppercase;
     display: block;
}
/*//////// QEEL ////////*/

/*Qui est en ligne*/

.quel{
  
   background : url("http://img15.hostingpics.net/pics/160343qeel2.png");
   background-repeat: repeat;
   -webkit-box-shadow: 0px 0px 0px 0px #f1f1f1 ;
   -moz-box-shadow: 0px 0px 0px 0px #f1f1f1 ;
   box-shadow: 0px 0px 0px 0px #f1f1f1 ;
   height: 350px;
   font-size: 11px;
   text-align: justify;
   opacity : 0.9;
   border-top: 7px solid #8D6D5A;
   border-bottom: 7px solid #8D6D5A;
     border-right: 1px solid #8D6D5A;
   border-left: 1px solid #8D6D5A;
}

.déco2{
   background: #BD9F79;
   opacity : 0.8;
   -webkit-box-shadow: 0px 0px 1px 2px #a3d7c ;
   -moz-box-shadow: 0px 0px 1px 1px #a3d7c ;
   box-shadow: 0px 0px 1px 1px #a3d7c ;
   border-bottom: 0px solid #a3d7c4;
   border-left: 0px solid #a3d7c4;
   border-right: 0px solid #a3d7c4;
   border-top: 0px solid #a3d7c4;
   padding: 2px;
}

.déco3{
   background: #BD9F79;
   opacity : 0.8;
   font-size: 11px;
   -webkit-box-shadow: 0px 0px 1px 2px #a3d7c ;
   -moz-box-shadow: 0px 0px 1px 1px #a3d7c ;
   box-shadow: 0px 0px 1px 1px #a3d7c ;
   border-bottom: 0px solid #a3d7c4;
   border-left: 0px solid #a3d7c4;
   border-right: 0px solid #a3d7c4;
   border-top: 0px solid #a3d7c4;
   padding: 2px;
   text-align: justify;
   height: 80px;
   overflow: auto;
}


/*////////////// PRESENTATION //////////////*/
.ul1 {list-style-type: none;}

h5{

        border-bottom: 3px solid rgba(49, 43, 43, 0.7);
        color: #7E716E;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 1px #23292E;
        text-transform: uppercase;
        font-family: 'Buenard', serif;
}

a1{

   text-transform: uppercase;
   font-weight: bold;
   color: #1C1C1C;
   font-family: Calibri;
   color: #0B173B;
}

.img1{

   float: right;
   height: 150px;
   width: 300px;
   -moz-box-shadow: -2px -2px 2px #888;
   -webkit-box-shadow: -2px -2px 2px #888;
   box-shadow: -2px -2px 2px #888;
}

/*///////// PROFIL GAME NETWORK /////////*/
.img2{

   width: 100%;
   border-top: 7px solid black;
   border-bottom: 4px solid black;
   moz-opacity:0.6;
   opacity: 0.6;
   filter:alpha(opacity=60);
}

#contact{

   float: right;
   width: 155px;
   background-color: rgba(95, 130, 163, 0.3);
   border: 1px solid #D8D8D8;
}

#contact table{

   width: 100%;
   margin-top: 5px;
   border-spacing: 3px 0px; 3px 0px;
   font-size: 11px;
   line-height: 1.1;
   text-align: left;
   font-family: Verdana;
}

#contact td{

   background-color: #E6E6E6;
   box-shadow: 0px 0px 0px 1px grey;
   padding: 1px;
   width: 33%;
}

#contact img{

   width: 100%;
   max-height: 50px;
   moz-opacity:0.8;
   opacity: 0.8;
   filter:alpha(opacity=80);
}

#main{

   float: left;
   width: 400px;
   background-color: rgba(95, 130, 163, 0.3);
   border: 1px solid #8D8D8D8;
   letter-spacing: 0px;
   font-family: Verdana;
   font-size: 11px;
   line-height: 1.1;
   color: #2E2E2E;
}

#main table{

   cellspacing: 3px;
   width: 100%;
}

#main td{

   background-color: #E6E6E6;
   box-shadow: 0px 0px 0px 1px grey;
   vertical-align:text-top;
}

#main a2{
  
   font-size: 10px;
}

#main a4{
  
   font-weight: bold;
   font-size: 13px;
   font-family: Georgia;
   padding-left: 40px;
   color: #8D8D8D;
   text-shadow: 1px 1px 1px #2C2C2C;
}

.imgProfil{

   height: 100px;
   width: 100px;
   margin-top: -60px;
   margin-left: 20px;
   -moz-box-shadow: 0 0 5px #888;
   -webkit-box-shadow: 0 0 5px#888;
   box-shadow: 0 0 5px #888;
}

#profil_1 {

   float: right;
   width: 65%;
   text-align: left;
}

#profil_1 a1{

   font-family: Arial Black, sans-serif;
   font-size: 20px;
   letter-spacing: -1px;
   text-shadow: 1px 1px 1px grey;
   text-transform: none;
   color: #1C1C1C;
}

#profil_1 a2{
  
   font-style:italic;
   font-size: 10px;
   padding-left: 5px;
}

#profil_1 a3{

   font-weight: bold;
   font-size: 11px;
   font-family: Calibri;
}

.imgJournal{

   width: 96%;
   padding-left: 3%;
     padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 10px;
     moz-opacity: 0.7;
   opacity: 0.7;
   filter:alpha(opacity=70);
}

.elevatorJournal{

     padding-right: 5px;
   height: 500px;
   overflow: auto;
}

.elevatorJournal::-webkit-scrollbar {

   width: 5px; /*largeur de la scrollbar verticale*/
   height: 8px; /*hauteur de la scrollbar horizontale*/
   background-color: #A4A4A4;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
     border-radius: 5px;
}

.elevatorJournal::-webkit-scrollbar-track {
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   background-color: #BDBDBD;
} /* couleur du fond de la scrollbar */

.elevatorJournal::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend */

   background-color: #585858; /*couleur de l'ascenseur sans l'alarme */
   border-radius: 5px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
}

div.sceditor-group {
     background-color: rgba(141, 120, 110, 0.47);
}


/* ############### PAGE D'ACCUEIL ################ */

#PA {
   background-image: url('http://img4.hostingpics.net/pics/553435fondPAcopie.png');
   height: 500px;
}

ul,li{
   list-style: none;/*à supprimer dans la version en ligne*/
}
/*boite à  onglets*/
#mes_contenus, #mes_onglets{
   width: 400px;/*largeur totale de la boite à onglet*/
   float: right;
   padding-right:1px;
}
.mon_onglet{
   float: left;
   padding: 2px 10px;
   margin-right: 5px;
   font-family: 'Medula One', cursive;
   font-size: 19px;
   text-shadow: 2px 1px 3px #776D68;;
   color: #000;
   background: none;
   border: none;
   cursor: pointer;
   margin-bottom: 0px;
}
.mon_onglet:hover{
   text-shadow: 2px 2px 3px #8D8D8D;
}        
.mon_onglet_selected{
   float: left;/*aligne l onglet sélectionné sur la meme  ligne que les autres*/
   padding: 2px 10px;/*marge intérieure autour du texte de l onglet selectionné*/
   margin-right: ;/*marge extérieure droite de l onglet selectionné*/
   color: #000;/*couleur du texte*/
   font-family: 'Medula One', cursive;
   background: rgba(100, 83, 69, 0.53);/*couleur du fond de l onglets sélectionné*/
   cursor: pointer; /* forme du curseur (facultatif)*/
   margin-bottom: 0px;/* reduction de la marge inférieure pour rapprocher les onglets du contenu*/
   font-size: 18px;
   -webkit-border-top-left-radius: 15px;
   -webkit-border-top-right-radius: 15px;
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
}
.clear{
   clear: both;/* cache le contenu quand on change d'onglet*/
}
.mon_contenu{
   color: #000;/* couleur du texte du contenu*/
   background: rgba(100, 83, 69, 0.53);/*couleur de fond du contenu*/
   border: ;/* epaisseur style et couleur des contuours du contenu*/
   padding: 10px;/* marge intérieure autour du texte du contenu*/
   margin: -1px; /* reduction de la marge pour rapprocher les onglets du contenu*/
   -webkit-border-top-left-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-bottomleft: 20px;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
}
.title_PA {
   font-family: Myriad Pro;
     font-size: 13px;
}
.title_PA span{
   color: #74695E;
   font-family: Berkshire Swash;
   text-shadow: 1px 1px 2px rgba(34, 24, 24, 0.85);
   font-size: 16px;
}
#intro_PA {
   margin-left: 20px;
   margin-right: 20px;
     margin-left: 20px;
   margin-right: 20px;
   font-size: 10px;
   line-height: 0.99;
   text-shadow: 0px 0px 1px #473333;
   margin-bottom: 10px;
}
.titre_staff{
font-family: Lucida Bright;
font-size: 21px;
color: rgba(139, 116, 97, 0.91);
text-shadow: 0px 1px 2px rgba(26, 20, 20, 0.8);
border-bottom: 2px solid rgba(85, 64, 51, 0.82);
text-transform: uppercase;
font-weight: 700;
margin-top: 5px;
}
.info_staff{
   width: 200px;
   border: 2px solid #796652;
   height: 130px;
   background-color: rgba(173, 151, 127, 1);
     padding: 3px;
   line-height: 0.9;
   text-align: justify;
}
.bulle1 span, .bulle2 span, .bulle3 span{
   display: none;

}
.bulle1:hover span{
   display: block;
   position: absolute;
   width: 200px;
   height: 129px;
   background-color: rgba(173, 151, 127, 1);
   margin-top: -135px;
   margin-left: -207px;
}
.bulle2:hover span{
   display: block;
   position: absolute;
   width: 200px;
   height: 129px;
   background-color: rgba(173, 151, 127, 1);
   margin-top: -135px;
   margin-left: -259px;

}
.bulle3:hover span{
   display: block;
   position: absolute;
   width: 200px;
   height: 129px;
   background-color: rgba(173, 151, 127, 1);
   margin-top: -135px;
   margin-left: -311px;

}
.texte_staff {
   line-height: 0.9;
   text-align: justify;
}
.bulle1 h1, .bulle2 h1, .bulle3 h1{
   margin: none;
}
.dispo{
    font-family: Trebuchet MS;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
   margin-top: 5px;
   font-size: 15px;
   color: #32501E;
   text-shadow: 0px 0px 2px #8B796B;
}
.absent{
    color: #AD0202;
   font-family: Trebuchet MS;
   font-size: 15px;
   font-weight: 700;
   margin-top: 5px;
   text-align: center;
   text-shadow: 0 0 2px #88776A;
   text-transform: uppercase;
}
.reduite{
    color: #AD520B;
   font-family: Trebuchet MS;
   font-size: 15px;
   font-weight: 700;
   margin-top: 5px;
   text-align: center;
   text-shadow: 0 0 2px #A78468;
   text-transform: uppercase;
}
.context_title{
   font-family: Lucida Bright;
   font-size: 21px;
   color: rgba(92, 67, 47, 0.91);
   text-shadow: 0px 1px 1px rgba(27, 19, 19, 0.88);
   border-bottom: 2px solid rgba(85, 64, 51, 0.82);
   text-transform: uppercase;
   font-weight: 700;
}
.context_body{
   padding: 10px;
   height: 200px;
   overflow: auto;
   text-align: justify;
   margin: 5px;
   background-color: rgba(116, 95, 72, 0.86);
   line-height: 1.2;
   border-top: 10px solid rgba(116, 95, 72, 0.68);
   border-bottom: 10px solid rgba(116, 95, 72, 0.68);
}

.context_body::-webkit-scrollbar {

   width: 10px; /*largeur de la scrollbar verticale*/
   height: 0px; /*hauteur de la scrollbar horizontale*/
   background-color: #6D4E35;

}

.context_body::-webkit-scrollbar-track {

   background-color: #634F44;;
} /* couleur du fond de la scrollbar */

.context_body::-webkit-scrollbar-thumb { /*la petite bande qui monte/descend */

   background-color: #3F3129; /*couleur de l'ascenseur sans l'alarme */
}
#partenaires_box{
   width: 340px;
}
#top_partenaires{
   margin-top: 5px;
}
#top_partenaires img{
   width: 167px;
   height: 40px;
   moz-opacity:0.8;
   opacity: 0.8;
   filter:alpha(opacity=80);
}
#partenaires img{
   width: 88px;
   height: 31px;
   moz-opacity:0.8;
   opacity: 0.8;
   filter:alpha(opacity=80);
}

Et oui j'avais bien coché l'affichage de la feuille de perso. =/
+ je viens de mettre les permissions aux invités pour voir la feuille de perso.

En tout cas merci de vous pencher sur mon problème ; à tous les coup c'est une mini erreur bête de ma part qui fausse tout. Je le sens... >.>

Edit : j'en ai oublié le forum. le voici : ici
Notez que seul le maitre de jeu a généré sa feuille de perso. (mais son profil devrait être accessible je pense)

Edit 2 : ah non le profil n'est pas accessible aux invités oô bon ben si ça gêne je chercherai comment faire mais ça m'étonne tiens...

Edit 3 : ça y est j'ai réglé les permissions pour que même des invités voient le profil du Maître de Jeu. Cela permettra de mettre en évidence qu'il possède bien une feuille de personnage active mais qui ne s'affiche pas dans les sujets...
avatar

Exodum
Nouveau membre

Messages : 16
Inscrit(e) le : 17/05/2013

http://colosseum.forumactif.org/
Exodum a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par Exodum Mer 25 Déc 2013 - 11:18

Coucou !
Je rappelle que le forum est situé à cette adresse : http://martyrs-hobereau.forumactif.org/t13-contexte-les-martyrs-de-l-hobereau

Et que mon problème persiste, donc si quelqu'un pouvait me venir en aide ce serait grandement apprécié. Merci !
avatar

Exodum
Nouveau membre

Messages : 16
Inscrit(e) le : 17/05/2013

http://colosseum.forumactif.org/
Exodum a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par WhyNot Mer 25 Déc 2013 - 19:39

Hello,

En testant ton template, je me suis dit qu'il y avait en effet un problème, rien n'apparaissait... Avant de voir l'option "Visible dans les forums" sur les champs de la feuille de personnage, que je n'avais pas coché.

Par hasard, est-ce que tu n'as pas fait la même boulette que moi, à savoir ne cocher aucun champ de la feuille de personnage comme "visible" dans les forums ?
WhyNot

WhyNot
****

Masculin
Messages : 244
Inscrit(e) le : 25/11/2013

http://whynot.forumactif.org
WhyNot a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'affichage de la feuille de personnage dans un sujet.

Message par Exodum Mer 25 Déc 2013 - 20:07

OH MY GOD.
Quel idiot je fais. x)

Merci beaucoup pour le coup, c'était exactement ça ! En tout cas désolé pour le dérangement, dire que c'était tellement bête...

Bref, problème résolu !
avatar

Exodum
Nouveau membre

Messages : 16
Inscrit(e) le : 17/05/2013

http://colosseum.forumactif.org/
Exodum a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum