Besoin d'aide pour la modification de mon 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
Besoin d'aide pour la modification de mon QEEL
bonjour,
j'ai modifié mon QEEL mais j'ai un petit soucis de configuration de celui-ci.
je vous explique mon problème en image :
Voici le résultat que je souhaite avoir
et voila ce qu'il m'affiche
ceci est le code que j'ai utilisé
je vous remercie d'avance pour votre aide.
cordialement
j'ai modifié mon QEEL mais j'ai un petit soucis de configuration de celui-ci.
je vous explique mon problème en image :
Voici le résultat que je souhaite avoir
et voila ce qu'il m'affiche
ceci est le code que j'ai utilisé
- Spoiler:
- Code:
<table id="BKG" style="width: 1200px; height: 250px; background-image: url(http://img11.hostingpics.net/pics/924168forumline.png);" border="0">
<tbody>
<tr>
<td class="row1" width="435"><span class="gensmall">{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}</span></td>
<td width="316" rowspan="2"> </td>
<td class="row2"width="435"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}
{RECORD_USERS}
{LOGGED_IN_USER_LIST}</span></td>
<td class="row2"><span class="gensmall">{TOTAL_CHATTERS_ONLINE} :
{CHATTERS_LIST}
</td>
</tr>
</tbody>
</table>
je vous remercie d'avance pour votre aide.
cordialement
Dernière édition par amazonia-piranha le Mar 20 Sep 2011 - 21:04, édité 1 fois
Re: Besoin d'aide pour la modification de mon QEEL
Pour l'image on ne peut rien faire car c'est une seule image. Après c'est peut etre possible en le faisant avec deux images.
Cordialement.
Cordialement.
Re: Besoin d'aide pour la modification de mon QEEL
Bonjour,
En retirant les class des différentes cellules, on enlève le fond de ces cellules et l'image apparait totalement.
Cordialement.
En retirant les class des différentes cellules, on enlève le fond de ces cellules et l'image apparait totalement.
- Code:
<table id="BKG" style="width: 1200px; height: 250px; background-image: url(http://img11.hostingpics.net/pics/924168forumline.png);" border="0">
<tbody>
<tr>
<td class="" width="435"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
<td width="316" rowspan="2"> </td>
<td class=""width="435"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<tr>
<td class=""><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
<td class=""><span class="gensmall">{TOTAL_CHATTERS_ONLINE} :<br />{CHATTERS_LIST}<br /></td>
</tr>
</tbody>
</table>
Cordialement.
Invité- Invité
Re: Besoin d'aide pour la modification de mon QEEL
Merci beaucoup Isolde, d'avoir intervenu sur mon sujet.
Re: Besoin d'aide pour la modification de mon QEEL
Suite a mon placement de code, j'ai remarqué que sa n'affichais pas les dernier membres connectés,
je sais pas ce qui cloche si vous pouviez m'aidé S.V.P merci d'avance !
je sais pas ce qui cloche si vous pouviez m'aidé S.V.P merci d'avance !
- Spoiler:
- Code:
<table id="BKG" style="width: 1200px; height: 413px; background-image: url(http://img11.hostingpics.net/pics/673377forumline02.png);" border="0">
<tbody>
<tr>
<td height="70"></td>
<td></td>
<td> </td>
<td></td>
</tr>
<tr>
<td width="25" height="76"> </td>
<td width="433" height="76"><span class="gensmall">{TOTAL_POSTS}
<br />
{TOTAL_USERS}
<br />
{NEWEST_USER}</span></td>
<td width="258"> </td>
<td width="432"><span class="gensmall"><img src="http://i45.servimg.com/u/f45/16/55/53/39/lagend14.png" /><br /><img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" />{GROUP_LEGEND}</span></td>
</tr>
<tr>
<td width="25" height="63"> </td>
<td width="433" height="63"><span class="gensmall">{TOTAL_USERS_ONLINE}
<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}</span></td>
<td rowspan="2" width="258"> </td>
<td width="432"><span class="gensmall"><img src="http://i45.servimg.com/u/f45/16/55/53/39/dernie11.png" /><br />
<img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" />{CHATTERS_LIST}
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
</span></td>
</tr>
<tr>
<td width="25" height="92"> </td>
<td width="433" height="92"> </td>
<td rowspan="2" width="432"> </td>
<td width="30"></td>
</tr>
</tbody>
</table>
Re: Besoin d'aide pour la modification de mon QEEL
Les derniers connectés au cours des 24 heures sont gérés pas la variable {L_CONNECTED_MEMBERS} et je ne la trouve nulle part ^^ . C'est une variable un peu capricieuse, pour la placer il faut l'entourer avec les balises <table> et </table>. J'ai réorganisé l'ordre des span et des images, ça me posait des soucis d'affichage avec Chrome. Enfin, j'ai replacé la totalité du code de la chatbox car je n'avais plus l'affichage du nombre de connectés. Mais normalement, tout s'affiche maintenant:
- Code:
<table id="BKG" style="width: 1200px; height: 413px; background-image: url(http://img11.hostingpics.net/pics/673377forumline02.png);" border="0">
<tbody>
<tr>
<td height="70"></td>
<td></td>
<td> </td>
<td></td>
</tr>
<tr>
<td width="25" height="76"> </td>
<td width="433" height="76"><span class="gensmall">{TOTAL_POSTS}
<br />
{TOTAL_USERS}
<br />
{NEWEST_USER}</span></td>
<td width="258"> </td>
<td width="432"><img src="http://i45.servimg.com/u/f45/16/55/53/39/lagend14.png" /><br /><img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" /><span class="gensmall">{GROUP_LEGEND}</span></td>
</tr>
<tr>
<td width="25" height="63"> </td>
<td width="433" height="63"><span class="gensmall">{TOTAL_USERS_ONLINE}
<br />
{RECORD_USERS}
<br />
{LOGGED_IN_USER_LIST}</span></td>
<td rowspan="2" width="258"> </td>
<td width="432"><img src="http://i45.servimg.com/u/f45/16/55/53/39/dernie11.png" /><br />
<img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" /><span class="gensmall"><table>{L_CONNECTED_MEMBERS}</table></span><br /><!-- BEGIN switch_chatbox_activate -->
<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>
<!-- END switch_chatbox_activate -->
</td>
</tr>
<tr>
<td width="25" height="92"> </td>
<td width="433" height="92"> </td>
<td rowspan="2" width="432"> </td>
<td width="30"></td>
</tr>
</tbody>
</table>
Invité- Invité
Re: Besoin d'aide pour la modification de mon QEEL
merci pour toute ces explications, je comprend mieu,
comment pui-je enlevé le fond noir ? de cette table ?
je voulais positionné ma fleche a coter mais cela ne marche pas, alors pensez-vous que je ferais mieu d'enlever ces fleche en question ?
comment pui-je enlevé le fond noir ? de cette table ?
je voulais positionné ma fleche a coter mais cela ne marche pas, alors pensez-vous que je ferais mieu d'enlever ces fleche en question ?
- Code:
<span class="gensmall"><table><img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" /> {L_CONNECTED_MEMBERS}</table></span>
Re: Besoin d'aide pour la modification de mon QEEL
Bonsoir,
On peut ajouter un petit tableau autour de la fleche et de la variable pour les aligner puis ajouter une class pour le fond noir.
Essayez comme ceci:
Cordialement.
On peut ajouter un petit tableau autour de la fleche et de la variable pour les aligner puis ajouter une class pour le fond noir.
Essayez comme ceci:
- Code:
<table id="BKG" style="width: 1200px; height: 413px; background-image: url(http://img11.hostingpics.net/pics/673377forumline02.png);" border="0">
<tbody>
<tr>
<td height="70"></td>
<td></td>
<td> </td>
<td></td>
</tr>
<tr>
<td width="25" height="76"> </td>
<td width="433" height="76"><span class="gensmall">{TOTAL_POSTS}
{TOTAL_USERS}
{NEWEST_USER}</span></td>
<td width="258"> </td>
<td width="432"><img src="http://i45.servimg.com/u/f45/16/55/53/39/lagend14.png" /><table><tr><td><img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" /></td><td><span class="gensmall">{GROUP_LEGEND}</span></td></tr></table></td>
</tr>
<tr>
<td width="25" height="63"> </td>
<td width="433" height="63"><span class="gensmall">{TOTAL_USERS_ONLINE}
{RECORD_USERS}
{LOGGED_IN_USER_LIST}</span></td>
<td rowspan="2" width="258"> </td>
<td width="432"><img src="http://i45.servimg.com/u/f45/16/55/53/39/dernie11.png" />
<table><tr><td><img src="http://i45.servimg.com/u/f45/16/55/53/39/233_co10.png" /></td><td><span class="gensmall"><table class="Isy">{L_CONNECTED_MEMBERS}</table></span></td></tr></table>
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}
<!-- 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>
<!-- END switch_chatbox_activate -->
</td>
</tr>
<tr>
<td width="25" height="92"> </td>
<td width="433" height="92"> </td>
<td rowspan="2" width="432"> </td>
<td width="30"></td>
</tr>
</tbody>
</table>
- Code:
.Isy .row1{ background: transparent;}
Cordialement.
Invité- Invité
Re: Besoin d'aide pour la modification de mon QEEL
Merci Isolde !
Sujets similaires
» Besoin de modification pour bouton J'aime de R-Max
» Besoin d'aide pour Coder QEEL
» Besoin d'aide pour coder mon QEEL
» Besoin d'aide pour une toute petite modification en javascript
» Modification des phrases pour QEEL personnalisé
» Besoin d'aide pour Coder QEEL
» Besoin d'aide pour coder mon QEEL
» Besoin d'aide pour une toute petite modification en javascript
» Modification des phrases pour QEEL personnalisé
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