| Qeel séparé en deux parties | |
|
Poulette ♥
{ Membre }
Messages : 46
| Bonjour tout le monde J'aurais une grande question à vous poser. J'aurais aimé savoir comment réaliser un qui est en ligne séparé en deux comme sur Filthy Secret. Bien-sûre si c'est un code connu et pas une copie pure et non approuvée par le créateur du code. Merci. |
Dernière édition par Poulette ♥ le Mer 20 Jan 2010, 12:43, édité 1 fois | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| Bon alors c'est simple. En faite il faut faire un tableau en 1 ligne et 2 colonnes. Le première colones pour le nombres de membres et de messages, ainsi que les membres connecté et si tu veux le rajouter un copiright. La deuxième pour la liste des membres connecté au cours des dernière 24h. voilà le code qu'il faut - Code:
-
<table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td width="50%"> <br><br><br><br><br><br><br><justify> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span><br/> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> </justify><br> </td> <td width="50%"><justify>{L_CONNECTED_MEMBERS}</justify></td></tr></table> Voilà ensuite pour l'apparence c'est avec le CSS que ça se passe. Ici la class c'est :statistiques elle englobe le tableau en entier, après rien de t'empêche de rajouter des div pour chaque colonne. Voilà | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Haaaan super merci EDIT: Ca ne marche pas.... =$ Ca me met tout sur la gauche; | | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| Tout sur la gauche c'est a dire ? peut tu faire une capture d'écran que je vois. essaye en enlevant les deux - Code:
-
width="50%" | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Voici ce que cela me fait, - Spoiler:
Et moi j'aimerais cela - Spoiler:
Voici mon template 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"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td width="100%" valign="top" align="center" class="row1"> <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br /> <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td> </tr> </table> </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 href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</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"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td width="100%" valign="top" align="center" class="row1"> <span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username"/> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password"/> {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br /> <span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> </td> </tr> </table> </form> <!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline --> <table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td width="50%"> <br><br><br><br><br><br><br><justify> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span><br/> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> </justify><br> </td> <td width="50%"><justify>{L_CONNECTED_MEMBERS}</justify></td></tr></table> <img src="LIEN IMAGE DU BAS"><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} | | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| oki alors, j'espère que ça sera bon remplace - Code:
-
<table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td width="50%"> <br><br><br><br><br><br><br><justify> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span><br/> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> </justify><br> </td> <td width="50%"><justify>{L_CONNECTED_MEMBERS}</justify></td></tr></table> <img src="LIEN IMAGE DU BAS"><br> Par - Code:
-
<table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td width="45%"><justify>{L_CONNECTED_MEMBERS}</justify></td> <td> <br><br><br><br><br><br><br><justify> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span><br/> </justify><br> </td> </tr></table> <img src="LIEN IMAGE DU BAS"><br> | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Ca ne marche pas =$ Ca me fais ça =$ - Spoiler:
| | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| Amen, ca y est j'ai trouver où était le problème, après une après midi de recherche. En faite ça ne marchait pas parce que la catégorie des membres connectaient au cours des 24 dernières heures doit toujours être dans un tableau à elle toutes seule. voilà par quoi tu doit remplacer: - Code:
-
<table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"><tbody> <tr> <td > <table border="0" cellspacing="3" cellpadding="0" align="center" style="text-align: justify" width="400"> {L_CONNECTED_MEMBERS}</table> </td> <td width="400"> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> <span class="gensmall"> {TOTAL_POSTS}. {TOTAL_USERS}<br> {NEWEST_USER}<br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST} </span> </td></tr> <tbody></table> Bon évidement après faut que tu joue avec ton css. | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Merci mais je le mets ou exactement ?! | | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| à la place de ça dans index-body - Code:
-
<table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"> <tr> <td width="50%"> <br><br><br><br><br><br><br><justify> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span><br/> <span class="groupes"> <a href="PREMIER LIEN(URL)"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"><a href="TON DEUXIÈME LIEN"><font color="COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON TROISIÈME LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="TON DERNIER LIEN"><font color="#COULEUR" size="2"><b>TITRE DU GROUPE</b></font></a> </span><br><br> </justify><br> </td> <td width="50%"><justify>{L_CONNECTED_MEMBERS}</justify></td></tr></table> | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Oui mdrr, je suis chiante mais à la place de quoi?! | | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| Ben du code que je viens de te donner. | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Haaaaan pfff, mais je suis bête =O Merci lol je le fais et je te dis si ça marche | | |
|
| |
Poulette ♥
{ Membre }
Messages : 46
| Ca marrrrche Meeeerci merci beaucoup | | |
|
| |
Basil Hawkins
{ Membre hyper-actif }
Messages : 2912
| Hello, Désolé du retard, je classe. | | |
|
| |
Azazel
{ Membre }
Messages : 22
| Pardonnez moi si je ne puis écrire ici, mais je ne trouve pas le code à remplacer dans index-body, est ce normal ? | | |
|
| |
Thalie
{ Membre actif }
Messages : 317
| Ouvre un nouveau message dans la demande d'aide en nous donnant ton code complet | | |
|
| |
Azazel
{ Membre }
Messages : 22
| |
| |
£ly
{ Membre }
Messages : 32
| Hey ^^ J'ai une petite question..
Comment faire pour mettre les utilisateurs enregistrés à gauche et les enregistrés au cours des 24h à la place des utilisateurs enregistrés à droite ? | | |
|
| |
Tess'
{ Membre }
Messages : 12
| Pourrait-on avoir le CSS pour mettre une image à gauche du QEEL svp ! | | |
|
| |
Contenu sponsorisé
| |
| |
| Qeel séparé en deux parties | |
|