CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| bordure à supprimer (non résolu) + contenu de forum disparu (résolu) | |
| Lakxi
{ Membre }
Messages : 54
| bonjour, alors j'étais en train de modifier quelques petites choses sur mon forum test, c'est à dire la longueur des titres, les statistiques, que de petites choses administratives. Une fois l'avoir fait, j'ai cliqué sur un de mes forums, qui normalement, devrait m'afficher tout les petits sous-forums qui vont avec + le sujets qu'ils contient, or je tombe directement sur le lien qui nous mène au panneau d'administration. - voici le résultat:
sauriez-vous d'où vient le problème ? |
Dernière édition par Lakxi le Lun 08 Oct 2012, 18:30, édité 3 fois | |
| | | pamina
{ Membre actif }
Messages : 1170
| Bonjour Lakxi, Il faudrait que tu montres les derniers templates que tu as touchés, et au vu de ton image, au moins les index. Et un lien vers ton forum ? | | |
| | | Lakxi
{ Membre }
Messages : 54
| étant donné que je ne peux pas mettre tout les templates que j'ai modifié , je vais juste te donner l'index_body & box ( http://undergound-heroes.easyforum.fr/) index_body - Code:
-
<!-- BEGIN message_admin_index --> <table class="pageaccueil" width="100%" border="0" cellspacing="1" cellpadding="0" align="center" valign="center"> <!-- 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"><div style="margin-right:-10px"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></div> <!-- 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="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="qeel" align="center"> <tr><div class="titreqeel" align="center">à la rencontre de nos loups ...</div> <td valign="center" colspan="2"> <h1 style="text-align: center"><br/><br/> qui sont connus comme les <a href="http://summer-cloud.lebonforum.com/g3-les-autorites"> <span class="groupes" style="color: #FF6A6A;"> serious</span></a>, <a href="http://summer-cloud.lebonforum.com/g5-les-citoyens"><span class="groupes" style="color: #DE9C62;">jokers </span></a> ou encore les <a href="http://summer-cloud.lebonforum.com/g4-les-etudiants"><span class="groupes" style="color: #8DC07A;">wanna be </span>.</a></h1> </td></tr> <tr> <td class="row1" width="50%"><br/><br /> <div class="qeelgauche"><span class="gensmall">{TOTAL_USERS_ONLINE}. {TOTAL_POSTS}. {TOTAL_USERS}. {NEWEST_USER}.</span> <div class="gensmall2">{LOGGED_IN_USER_LIST}</div></div></td> <td class="row1" with="50%"><br /><br /> <div class="qeeldroite"><span class="gensmall"><div class="lconnected"><table><tr><td>{L_CONNECTED_MEMBERS}</td></tr></table></div></span></div> </td></tr> </table> <!-- END disable_viewonline --> {CHATBOX_BOTTOM} <br clear="all" />
{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 --> <center><table><tr><td><img src="http://icons.iconarchive.com/icons/fatcow/farm-fresh/32/firefox-icon.png"></td><td><div class="messagefin">© summer cloud v3 ft B.A.P mis en ligne le 15 septembre 2012. tous droits réservés au staff de summer cloud (phey et eden). forum réalisé avec l'aide des tutoriels disponibles sur <a href="http://www.never-utopia.com/">never utopia</a>. toute reproduction totale ou partielle que ce soit du contexte ou du design hors du cadre du forum est interdite.</div></td></tr></table><br /></center>
index_box - Code:
-
<link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css'> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br /> {CURRENT_TIME}<br /> </span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" align="center" width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"></td></tr></table></span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span><span class="gensmall"> {catrow.forumrow.TOPICS} <h><b>histoires ⸗ </b> {catrow.forumrow.POSTS} <b>problèmes.</b></h></span> <span class="gensmall">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <td class="row3 over" align="center" valign="middle" height="50" margin-top="-20"><td class="{catrow.forumrow.inc.INC_CLASS}" width="38"><center><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" valign="center"/></center> <div class="lastpost2">{catrow.forumrow.LAST_POST}</div></td> </td> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> | | |
| | | Lakxi
{ Membre }
Messages : 54
| mon problème n'est plus d'actualité ^^ | | |
| | | Lakxi
{ Membre }
Messages : 54
| désolée du double post, mais je me permets de vous demander si vous ne sauriez pas comment ceci - la bordure blanche:
? merci d'avance ! | | |
| | | Fire-Fly
{ Membre actif }
Messages : 429
| Salut! Je voudrais bien t'aider, mais il ne manquerait pas un mot ou un groupe de mot à ta phrase? À moins que je ne sois trop fatiguée pour que je puisse saisir le sens de ta question... pourrais-tu préciser ta demande? Merci | | |
| | | Nyo The Neko
{ Spécialiste }
Messages : 245
| Non non, il manque bien des mots Fire-Fly! =P | | |
| | | 'Christa
Lostmindy
Messages : 2856
| *Est consternée face à ce massacre impitoyable de l'anglais... et du français*
Ahem. Salut !
Pour retirer la barre blanche, il y a quelque part dans ton template viewtopic_body une balise <hr /> , va falloir la supprimer. | | |
| | | pamina
{ Membre actif }
Messages : 1170
| Hello Lakxi ! Ton sujet est-il toujours d'actualité ? La réponse de 'Christa t'a-t-elle aidée ? Si nous n'avons pas de réponse dans 3 jours, le problème sera considéré comme résolu et archivé. Merci de ta compréhension. | | |
| | | Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, Malgré la dernière relance de Pamina, nous n'avons toujours reçu aucune nouvelle de ton problème. Par conséquent, je le considère comme résolu ou abandonné, et le verrouille. Si ce n'est pas le cas, merci d'ouvrir un nouveau sujet. Merci de ta compréhension. | | |
| | | Contenu sponsorisé
| | | | | bordure à supprimer (non résolu) + contenu de forum disparu (résolu) | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|