Pseudos non-cliquables - 1e ligne connectés sous 24h

4 participants

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

Résolu Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Jellicle Mer 11 Sep 2013 - 21:02

Bonsoir,

Je me permets de vous contacter pour un problème, certes minime, mais inconfortable. Ayant mis en page mon QEEL, il s'avère que dans la partie relative aux connectés sous 24h, il n'est pas possible de cliquer sur les pseudos de la première ligne - et demi semblerait-il - des connectés sous 24h. C'est étonnant sachant que le bloc en lui-même n'est géré que par une seule balise, donc je ne comprends pas pourquoi les premiers pseudos sont concernés et pas les autres...

Auriez vous une idée ? Le forum en question est par ici.

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

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

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

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

 <tr>
 <td><span class="genmed">{L_PASSWORD}:</span> </td>
 <td><input class="post" type="password" size="10" name="password"/> </td>
 <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
 </tr>
 </table>
 </td>
 <td width="10%" align="center" valign="middle">
 <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
 </td>
 <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
 </tr>
 </table>
 </td>
 </tr>
 </table>
 <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td width="50%" valign="top">
 <!-- BEGIN switch_user_logged_in -->
 <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_MARK_FORUMS_READ}</a></span>
 <!-- END switch_user_logged_in -->
 <!-- BEGIN switch_on_index -->
 <!-- BEGIN switch_delete_cookies -->
 <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
 <!-- END switch_delete_cookies -->
 <!-- END switch_on_index -->
 </td>
 <td width="50%" align="right">
 <span class="gensmall">
 <a href="{U_TODAY_ACTIVE}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_TODAY_ACTIVE}</a><br />
 <a href="{U_TODAY_POSTERS}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_TODAY_POSTERS}</a><br />
 <a href="{U_OVERALL_POSTERS}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_OVERALL_POSTERS}</a>
 </span>
 </td>
 </tr>
</table>

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

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

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

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

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="2" cellpadding="0" id="qeel">
 <tr>
 <td class="catHead" colspan="2" height="28">
 <!-- BEGIN switch_viewonline_link -->
 <span class="cattitle"><div style="margin-bottom:-20px;text-align:center;"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><img src="http://i41.tinypic.com/33dusmo.png" border="0"></a></div></span>
 <!-- END switch_viewonline_link -->

 <!-- BEGIN switch_viewonline_nolink -->
 <span class="cattitle">{L_WHO_IS_ONLINE}</span>
 <!-- END switch_viewonline_nolink -->
 </td>
 </tr></table>
 <table class="body-qeel" id="qeel"><tr><td style="width:320px;font-family:arial;color:#efefef;line-height:9pt;text-align:justify;overflow:auto;"><div style="background-color:#8d7e7d;font-family:georgia;font-size:20px;color:#ffffff;"><b>statistiques.</b></div><div style="border-bottom:11px solid #77c9e3;padding:10px;height:140px;overflow:auto;"><span class="gensmall"><span id="1">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('1').innerHTML=document.getElementById('1').innerHTML.replace(/membres enregistrés/,"aventuriers dans le Pokémonde.");</script><script type="text/javascript">document.getElementById('1').innerHTML=document.getElementById('1').innerHTML.replace(/Nous avons/,"Il y a ");</script>
        <span id="2">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('2').innerHTML=document.getElementById('2').innerHTML.replace(/messages/," messages et continuent d'arpenter le monde.");</script><script type="text/javascript">document.getElementById('2').innerHTML=document.getElementById('2').innerHTML.replace(/Nos membres ont posté un total de /," Ils ont posté ");</script><span class="gensmall"> <span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Bienvenue à");</script></span> !</span><br><br><span class="gensmall">{RECORD_USERS} ; {TOTAL_USERS_ONLINE}</span><br><br>
 <table style="width:100%;" class="qeel-infos"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span> <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres fêtant leur anniversaire aujourd'hui/,"Joyeux anniversaire à ").replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun anniversaire aujourd'hui");
        </script></span></table>
  </span></div></td><td style="width:500px;font-family:arial;color:#efefef;line-height:9pt;text-align:justify;"><div style="background-color:#77c9e3;font-family:georgia;font-size:20px;color:#ffffff;text-align:right;"><b>dernières connexions.</b></div><div style="height:140px;overflow:auto;padding-right:5px;border-bottom:11px solid #8d7e7d;padding:10px;font-size:11px;" class="gensmall">{LOGGED_IN_USER_LIST}<br><table style="margin-left:-5px;" class="qeel-infos"><tr><td>{L_CONNECTED_MEMBERS}</td></tr></table></div></td></tr></table>

 <table width="100%" align="right" style="background-color:#efefef;"><tr>
  <td valign="bottom" class="gensmall" style="text-align:right;font-family:arial;font-size:11px;line-height:10px;text-transform:uppercase;font-weight:bold;padding-right:5px;">
    <a href="http://master-poke.forumactif.fr/g1-ligue-4"><span style="color:#A3A3A3;">Ligue 4</span></a>    <a href="http://master-poke.forumactif.fr/g2-modos"><span style="color:#148950;">Modo</span></a>    
<a href="http://master-poke.forumactif.fr/g3-pnj"><span style="color:#d29507;">PNJ</span></a>    
<a href="http://master-poke.forumactif.fr/g4-rangers"><span style="color:#A3580F;">Ranger</span></a>    
<a href="http://master-poke.forumactif.fr/g5-eleveurs"><span style="color:#F300A6;">Éleveur</span></a>    
<a href="http://master-poke.forumactif.fr/g6-agents"><span style="color:#08069C;">Agent</span></a>    
<a href="http://master-poke.forumactif.fr/g7-sbires"><span style="color:#000000;">Sbire</span></a>    
<a href="http://master-poke.forumactif.fr/g8-scientifiques"><span style="color:#892fb6;">Scientifique</span></a>    
<a href="http://master-poke.forumactif.fr/g9-dresseurs"><span style="color:#2E8BF8;">Dresseur</span></a>    
    <a href="http://master-poke.forumactif.fr/g10-coordinateurs"><span style="color:#fe3737;">Coordinateur</span></a></td></tr>
 
<!-- BEGIN switch_chatbox_activate -->
 <tr>
 <td class="row1">
 <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
 <!-- BEGIN switch_chatbox_popup -->
 <div id="chatbox_popup"></div>
 <script type="text/javascript">
 //<![CDATA[
 insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
 //]]>
 </script>
 <!-- END switch_chatbox_popup -->
 </span>
 </td>
 </tr>
 <!-- END switch_chatbox_activate -->
          </table><br/>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
 <tr>
 <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
 <td><span class="gensmall">{L_NEW_POSTS}</span></td>
 <td></td>
 <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
 <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
 <td>  </td>
 <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
 <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
 </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
 appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
 status: true,
 cookie: true,
 xfbml: true,
 oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Le CSS rattaché au QEEL :
Code:
/* = = = = = = = = = = = = = = CSS QEEL ON = = = = = = = = = = = = = = */

.body-qeel {
   margin:auto;
 width:100%;
 font-family:arial;    
 line-height:13px;
 background-color:#efefef;
 border-top:25px solid #a1cd26;}

.qeel-infos td.row1 {
        background : none;
        font-family: arial;
        border: transparent;
   padding-left:-5px;}

table#qeel td span.gensmall {
   font-size:11px;
 font-family:arial;
 line-height:9pt;}

table#qeel td span.gensmall a {
   font-size:11px;
 font-weight:normal;}

/* = = = = = = = = = = = = = = CSS QEEL OFF = = = = = = = = = = = = = = */
En remerciant par avance quiconque essaiera de m'aider Smile!


Dernière édition par Jellicle le Sam 14 Sep 2013 - 12:30, édité 3 fois
Jellicle

Jellicle
****

Messages : 241
Inscrit(e) le : 18/09/2008

https://testswyn.actifforum.com/
Jellicle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Maitre Orion Jeu 12 Sep 2013 - 11:42

Etes vous sur d'avoir donné le bon Template ? Je ne trouve pas la variable {L_CONNECTED_MEMBER} dans celui ci !
Maitre Orion

Maitre Orion
****

Masculin
Messages : 491
Inscrit(e) le : 19/08/2009

http://portedesmondes.1fr1.net
Maitre Orion a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Neptunia Jeu 12 Sep 2013 - 11:54

Coucou ^^

Le template a fournir est l'index_body, pas l'index_box.

Et entre nous ton QEEL c'est un sacré méli-mélo. La légende des groupes se réfère à un forum d'une plateforme autre que ForumActif Wink
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Jellicle Jeu 12 Sep 2013 - 12:02

Oups ! Erreur de ma part sorry xD

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

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

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

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

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_MARK_FORUMS_READ}</a></span>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_on_index -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         <!-- END switch_on_index -->
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall" style="font-family:arial;font-size:11px;line-height:9pt;">{L_OVERALL_POSTERS}</a>
         </span>
      </td>
   </tr>
</table>

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

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

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

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

<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="2" cellpadding="0" id="qeel">
   <tr>
      <td class="catHead" colspan="2" height="28">
      <!-- BEGIN switch_viewonline_link -->
      <span class="cattitle"><div style="margin-bottom:-20px;text-align:center;"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow"><img src="http://i41.tinypic.com/33dusmo.png" border="0"></a></div></span>
      <!-- END switch_viewonline_link -->

      <!-- BEGIN switch_viewonline_nolink -->
      <span class="cattitle">{L_WHO_IS_ONLINE}</span>
      <!-- END switch_viewonline_nolink -->
      </td>
   </tr></table>
   <table class="body-qeel" id="qeel"><tr><td style="width:320px;font-family:arial;color:#efefef;line-height:9pt;text-align:justify;overflow:auto;"><div style="background-color:#8d7e7d;font-family:georgia;font-size:20px;color:#ffffff;"><b>statistiques.</b></div><div style="border-bottom:11px solid #77c9e3;padding:10px;height:140px;overflow:auto;"><span class="gensmall"><span id="1">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('1').innerHTML=document.getElementById('1').innerHTML.replace(/membres enregistrés/,"aventuriers dans le Pokémonde.");</script><script type="text/javascript">document.getElementById('1').innerHTML=document.getElementById('1').innerHTML.replace(/Nous avons/,"Il y a ");</script>
        <span id="2">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('2').innerHTML=document.getElementById('2').innerHTML.replace(/messages/," messages et continuent d'arpenter le monde.");</script><script type="text/javascript">document.getElementById('2').innerHTML=document.getElementById('2').innerHTML.replace(/Nos membres ont posté un total de /," Ils ont posté ");</script><span class="gensmall"> <span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Bienvenue à");</script></span> !</span><br><br><span class="gensmall">{RECORD_USERS} ; {TOTAL_USERS_ONLINE}</span><br><br>
      <table style="width:100%;" class="qeel-infos"><span class="gensmall">{L_WHOSBIRTHDAY_TODAY}<span id="anniv"></span> <script type="text/javascript">document.getElementById('anniv').parentNode.innerHTML=document.getElementById('anniv').parentNode.innerHTML.replace(/Membres fêtant leur anniversaire aujourd'hui/,"Joyeux anniversaire à ").replace(/Aucun membre ne fête son anniversaire aujourd'hui/,"Aucun anniversaire aujourd'hui");
        </script></span></table>
        </span></div></td><td style="width:500px;font-family:arial;color:#efefef;line-height:9pt;text-align:justify;"><div style="background-color:#77c9e3;font-family:georgia;font-size:20px;color:#ffffff;text-align:right;"><b>dernières connexions.</b></div><div style="height:140px;overflow:auto;padding-right:5px;border-bottom:11px solid #8d7e7d;padding:10px;font-size:11px;" class="gensmall">{LOGGED_IN_USER_LIST}<br><table style="margin-left:-5px;" class="qeel-infos"><tr><td>{L_CONNECTED_MEMBERS}</td></tr></table></div></td></tr></table>

   <table width="100%" align="right" style="background-color:#efefef;"><tr>
  <td valign="bottom" class="gensmall" style="text-align:right;font-family:arial;font-size:11px;line-height:10px;text-transform:uppercase;font-weight:bold;padding-right:5px;">
    <a href="http://master-poke.forumactif.fr/g1-ligue-4"><span style="color:#A3A3A3;">Ligue 4</span></a>    <a href="http://master-poke.forumactif.fr/g2-modos"><span style="color:#148950;">Modo</span></a>    
<a href="http://master-poke.forumactif.fr/g3-pnj"><span style="color:#d29507;">PNJ</span></a>    
<a href="http://master-poke.forumactif.fr/g4-rangers"><span style="color:#A3580F;">Ranger</span></a>    
<a href="http://master-poke.forumactif.fr/g5-eleveurs"><span style="color:#F300A6;">Éleveur</span></a>    
<a href="http://master-poke.forumactif.fr/g6-agents"><span style="color:#08069C;">Agent</span></a>    
<a href="http://master-poke.forumactif.fr/g7-sbires"><span style="color:#000000;">Sbire</span></a>    
<a href="http://master-poke.forumactif.fr/g8-scientifiques"><span style="color:#892fb6;">Scientifique</span></a>    
<a href="http://master-poke.forumactif.fr/g9-dresseurs"><span style="color:#2E8BF8;">Dresseur</span></a>    
    <a href="http://master-poke.forumactif.fr/g10-coordinateurs"><span style="color:#fe3737;">Coordinateur</span></a></td></tr>
 
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
          </table><br/>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
J'avoue sans mal qu'en fait vu que ma communauté migre d'une plateforme qui commence par un X.... à FA, j'essaie d'adapter mon design à l'identique sur FA. Il est possible que du coup je m'embrouille d'une plateforme à l'autre et j'ai oublié de corriger ça, je le fais de suite >.< !
Jellicle

Jellicle
****

Messages : 241
Inscrit(e) le : 18/09/2008

https://testswyn.actifforum.com/
Jellicle a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Tech Ven 13 Sep 2013 - 16:12

Bonjour,

Le problème provient du CSS suivant :
Code:
.postbody, td.row1 span.gensmall {
    font-family: verdana;
    font-size: 11px;
    line-height: 12pt;
    padding: 12px;
    text-align: justify !important;
}
et c'est plus particulièrement la ligne padding: 12px; qui est la cause de ce problème.
Si on la retire, tout fonctionne.

Cordialement.
Tech

Tech
Membre actif

Masculin
Messages : 22683
Inscrit(e) le : 01/12/2007

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

Résolu Re: Pseudos non-cliquables - 1e ligne connectés sous 24h

Message par Jellicle Sam 14 Sep 2013 - 12:30

Problème résolu, merci beaucoup Tech !
Jellicle

Jellicle
****

Messages : 241
Inscrit(e) le : 18/09/2008

https://testswyn.actifforum.com/
Jellicle 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