Problème code QEEL
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Problème code QEEL
Bonjour, j'effectue actuellement quelque modification et j'ai un code qui ne veut pas aller à sa place.
- la version de votre forum: phpbb
- une capture d'écran du problème:
- votre statut sur le forum: fondateur
- si vous avez modifié des templates: oui
- si vous avez du CSS personnalisé: oui
- votre ou vos navigateur(s): firefox
index_body
CSS
Merci pour l'aide que vous m'apporterez
- la version de votre forum: phpbb
- une capture d'écran du problème:
- votre statut sur le forum: fondateur
- si vous avez modifié des templates: oui
- si vous avez du CSS personnalisé: oui
- votre ou vos navigateur(s): firefox
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">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" 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 -->
<br/><br/><br/>
<table width="100%" height="400px" border="0">
<tr>
<td>
<div id="qeel-perso">
<span class="gensmall">
<div id="qeel-persoinfo">
{TOTAL_USERS}<br />{TOTAL_POSTS}<br /><br />
{NEWEST_USER}<br /><br />
{TOTAL_USERS_ONLINE}
<br /><br />{TOTAL_CHATTERS_ONLINE}<br /><br />
</div>
<div id="qeel-persogroupes">{GROUP_LEGEND}</div>
<div id="qeel-persoenligne">
<div id="persoenligne1">
{LOGGED_IN_USER_LIST}
</div>
<div id="persoenligne2">
{L_CONNECTED_MEMBERS}
</div>
</div>
</span>
</div>
<script type="text/javascript">
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/Nos membres ont posté un total de (.+) message(s?)/,'$1 message$2 posté$2.');
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/Nous avons (.+) membre(s?) enregistrés/,'Nous avons en tout $1 Makadote$2 et ');
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/L'utilisateur enregistré le plus récent est (.+)/,'Nous souhaitons la bienvenue à $1');
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/Utilisateurs enregistrés : (.+)/,'$1');
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/Il y a en tout (.+) utilisateur(s?) en ligne :: (.+) Enregistré(s?), (.+) Invisible(s?) et (.+) Invité(s?) /,'$3 Makadote$4 en ligne, $7 visiteur$8');
document.getElementById('qeel-perso').innerHTML=document.getElementById('qeel-perso').innerHTML.replace(/Il y a actuellement (.+) utilisateur(s?) sur la ChatBox :/,'$1 Membres qui délirent sur le chat');
</script>
</td></tr></table>
<!-- 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 -->
CSS
- Code:
#persoenligne1{
overflow:auto;
height:110px;}
#persoenligne2{
position:absolute;
overflow:auto;
height:110px;}
#qeel-persoinfo{
width:250px;
height:250px;
background-color:#ffffff;
margin-left:50px;
border:2px dashed #93DFFD;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
padding: 15px;}
#qeel-persogroupes{
position: absolute;
width:250px;
height:100px;
background-color:#ffffff;
z-index:1;
margin-left:200px;
margin-top:-80px;
border:2px solid #93DFFD;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
padding: 15px;}
#qeel-persoenligne{
overflow:auto;
width:250px;
height:300px;
background-color:#ffffff;
margin-left:350px;
margin-top:-330px;
border:2px dashed #93DFFD;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-border-radius: 15px;
padding: 15px;}
Merci pour l'aide que vous m'apporterez
Dernière édition par angelsjenifer le Lun 4 Mar 2013 - 13:35, édité 1 fois
Re: Problème code QEEL
Bonjour,
Cette variable est un peu récalcitrante
As-tu essayé de la mettre dans une table pour pouvoir la modifier ? C’est une petite technique que l’on utilise pour pouvoir la manier comme on veut.
Cette variable est un peu récalcitrante
As-tu essayé de la mettre dans une table pour pouvoir la modifier ? C’est une petite technique que l’on utilise pour pouvoir la manier comme on veut.
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: Problème code QEEL
Merci beaucoup.
Pourriez-vous jetez un œil à ma demande https://forum.forumactif.com/t346663-pouvoir-reculer-l-annee-jusqu-en-2000-dans-l-option-calendrier-d-un-sujet#2959866 ça fait longtemps maintenant que j'attends, ça fait la 3e fois que je re-poste le sujet.. merci
Pourriez-vous jetez un œil à ma demande https://forum.forumactif.com/t346663-pouvoir-reculer-l-annee-jusqu-en-2000-dans-l-option-calendrier-d-un-sujet#2959866 ça fait longtemps maintenant que j'attends, ça fait la 3e fois que je re-poste le sujet.. merci
Sujets similaires
» Problème de code QEEL
» Problème code QEEL
» Problème avec le code du QEEL
» Problème de code du QEEL (ou Index_body)
» Probleme code template qeel
» Problème code QEEL
» Problème avec le code du QEEL
» Problème de code du QEEL (ou Index_body)
» Probleme code template qeel
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum