|
Paige
{ Membre }
Messages : 23
| Bonjour, - Objet de la commande: qui est en ligne
- Détails: J'aimerais juste modifier l'apparence, rajouté les aniversaires et les membres connectés sur la chatbox
- Aperçu:
J'aimerais que la liste des membres connectés dépassent pas les barres rouges pour que ce soit aligner avec le reste^^ {je sais pas si j'explique bien^^} https://2img.net/h/oi52.tinypic.com/23kopqr.png
Mon code :
- Spoiler:
- 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="facebook_login()" v="2" perms="{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 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"> <!-- 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="facebook_login()" v="2" perms="{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 -->
<table cellspacing="2" cellpadding="2" width="100%" border="0" align="center" class="statistiques"><tbody> <tr> <td align="center"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=10"><font color="#95499C" size="2"><b>PNG</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=2"><font color="#B33C27" size="2"><b>Gryffondor</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=4"><font color="#BDB12D" size="2"><b>Poufsouffle</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=5"><font color="#6460B5" size="2"><b>Serdaigle</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=3"><font color="#3E823E" size="2"><b>Serpentard</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=29"><font color="#786896" size="2"><b>Ordre du Phénix</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"><br> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=23"><font color="#759E87" size="2"><b>Commerçants</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=24"><font color="#969090" size="2"><b>Mangemorts</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=21"><font color="#FF992B" size="2"><b>Ministère</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=9"><font color="#CD54E8" size="2"><b>Poudlard</b></font></a></span>
<br> <br> </td> </tr> <tr> <td align="center"> <div class="messages"> <span class="gensmall"> {TOTAL_POSTS}.<br> {TOTAL_USERS}<br> {NEWEST_USER}<br> {TOTAL_USERS_ONLINE}<br> <span class="johian">{LOGGED_IN_USER_LIST}</span><br> </span> </div> </td> </tr> <tr> <td align="center"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=27"><font color="#FFFFFF" size="2"><b>Fantômes</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=40"><font color="#ed93be" size="2"><b>St Mangouste</b></font></a></span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=41"><font color="#a39032" size="2"><b>Enfants</b></font></a> </span> <img src="http://www.noelshack.com/up/aac/qeelespace-e8e9337137.png"> <span class="groupes"> <a href="http://pdl2017.forum-actif.net/groupcp.forum?g=39"><font color="#157562" size="2"><b>Confrérie</b></font></a> </span><br><br> </td> </tr> </tbody></table> <table border="0" cellspacing="3" cellpadding="0" align="center" style="text-align: justify;" width="80%" class="membresco"> <span class="titrepeudorang">{L_CONNECTED_MEMBERS}</span></table>
{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 }); //]]> </script> <!-- END switch_fb_index_login -->
- Autoriser un membre à répondre [x] Oui [] Non (En cochant oui, vous donnez le droit aux membres de CSSActif qui ne sont pas codeurs officiels de répondre à votre demande)
Merci d'avance a celui ou celle qui m'aidera!
| | |
|
| |
Kimy
{ Membre actif }
Messages : 1190
| Bonjour =) C'est plus une demande d'aide qu'une commande vu que ton QEEL est déjà réalisé en lui-même. Je déplace dans la section Aides | | |
|
| |
Paige
{ Membre }
Messages : 23
| D'accord pas de problème^^ Merci Kimy! | | |
|
| |
M39
{ Membre }
Messages : 130
| Bonjour, Est-ce que votre demande a-t-elle été résolue ? Si oui merci de nous l'indiquer en cochant la case "Resolu" dans votre premier post (du sujet) ! | | |
|
| |
Paige
{ Membre }
Messages : 23
| Non, c'est toujours d'actualité | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre 1er post.
| | |
|
| |
Paige
{ Membre }
Messages : 23
| Bonsoir,
C'est toujours d'actualité! | | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Bonjour ^^ Puis-je avoir le css de - Code:
-
<span class="johian">{LOGGED_IN_USER_LIST}</span> S'il te plaît ? Pour rajouter les anniversaires (comme les membres connectés ces dernières 24h), trouve ces lignes : - Code:
-
<table border="0" cellspacing="3" cellpadding="0" align="center" style="text-align: justify;" width="80%" class="membresco"> <span class="titrepeudorang">{L_CONNECTED_MEMBERS}</span></table> Et tu rajoutes juste après : - Code:
-
<table border="0" cellspacing="3" cellpadding="0" align="center" style="text-align: justify;" width="80%" class="membresco"> <span class="titrepeudorang">{L_WHOSBIRTHDAY_TODAY} {L_WHOSBIRTHDAY_WEEK}</span></table> Pour la tchat-box, ça va sembler un poil plus problématique je pense '_' (à mettre après les anniversaires mais je sais pas si ça va marcher ^^") - Code:
-
<table border="0" cellspacing="3" cellpadding="0" align="center" style="text-align: justify;" width="80%" class="membresco"> <span class="titrepeudorang">{TOTAL_CHATTERS_ONLINE}</span></table> | | |
|
| |
Paige
{ Membre }
Messages : 23
| Bonsoir, Voilà le CSS demandé^^ - Code:
-
.johian a { font-style: bold; } Merci pour les anniversaires cela marche nickel^^ par contre pour la Chat box beaucoup moins! - Spoiler:
Si tu peux m'aider pour ça encore^^ Jte remercie d'avance de ta réponse =) | | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Alors, pour que les membres connectés ne dépassent pas les bandes rouges, modifie ton css comme ceci : - Code:
-
.johian a { font-style: bold; width:800px; } Bien sûr, à modifier selon la largeur de ton qeel ^^ Pour la tchat-box, je t'avoue que je sais pas comment faire '_' | | |
|
| |
Paige
{ Membre }
Messages : 23
| Bonjour, Le code CSS marche pas :s Pour la chat box je vais attendre pour si quelqu'un d'autre pourrait m'aider sur ce point | | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Bonjour,
Le problème est-il résolu ? | | |
|
| |
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour,
Aucune relance de la part du créateur du sujet ! Je considère donc ce problème comme étant résolu et je le déplace pour céder la place aux problèmes en cours.
Si vous avez d'autres questions, merci d'ouvrir un nouveau topic en respectant les règles de l'entraide.
| | |
|
| |
Contenu sponsorisé
| |
| |
|