Template ; Forum en partie noir °° Bouton_activeTemplate ; Forum en partie noir °° Bouton_hoverTemplate ; Forum en partie noir °° Fb-hoverTemplate ; Forum en partie noir °° Fb-active
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!

Derniers sujets
» Système d'onglets simple et personnalisable
Template ; Forum en partie noir °° EmptyLun 03 Juin 2024, 17:20 par birds

» Fiche de Présentation RPG
Template ; Forum en partie noir °° EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Template ; Forum en partie noir °° EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Template ; Forum en partie noir °° EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Template ; Forum en partie noir °° EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Template ; Forum en partie noir °° EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Template ; Forum en partie noir °° EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Template ; Forum en partie noir °° EmptySam 11 Fév 2023, 06:04 par Krager

Le deal à ne pas rater :
Sortie PlayStation 5 Pro : où précommander la console PS5 Pro ?
Voir le deal

Partagez
 

Template ; Forum en partie noir °°

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Bonjour,

J'ai installé sur mon forum un code permettant de mettre les titres de catégories au dessus de la ligne des description + nombres de messages&sujets.

Cependant, il m'est arrivé un truc ignoble, le forum est quasiment noir mais la structure semble correcte (je crois ><)

Voici un screen :
Spoiler:

Voici mon template index_box que j'ai modifié :

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}

         {CURRENT_TIME}

         </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>

         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

         <!-- 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" width="100%" border="0" cellspacing="1" 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;">{L_LASTPOST}</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">&nbsp;</td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
<!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
   

<tr><td colspan="3" align="center"><div style="text-align:center; border-bottom: 5px dotted #FFFFFF;"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div></td></tr><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
     
      <!-- BEGIN forum_link -->
      <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
      <!-- END forum_link --> <span class="gensmall">Sujets : {catrow.forumrow.TOPICS}

Messages :{catrow.forumrow.POSTS}

{catrow.forumrow.LAST_POST}</span></td><td><span class="gensmall">Sujets : {catrow.forumrow.TOPICS}

Messages :{catrow.forumrow.POSTS}

{catrow.forumrow.LAST_POST}</span></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 -->

J'ai tenté de modifier un peu le code mais j'échoue, je ne comprend pas vraiment en fait...

Merci de la future aide et de m'avoir lu,
Cordialement ;
MessageSujet: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptySam 27 Nov 2010, 12:14
Revenir en haut Aller en bas
http://ensomnia.co.nr
Sui
Sui
{ Membre actif }
{ Membre actif }

Féminin Messages : 346



Template ; Forum en partie noir °° Empty
Hum, est-ce que tu aurais modifier des couleurs pas hasards ? Ceux de tes intérieurs de tableau. Sinon, eh bien lorsque tu ne met pas de couleur, la couleur par défaut ça devient noir.. XDD Donc, je ne suis plus sûre de rien.. ;o
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptySam 27 Nov 2010, 21:23
Revenir en haut Aller en bas
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Ma couleur normale doit être blanche en fait °°... dans la partie "couleur"

Alors que dans le template, la seule couleur à mettre c'est celle de la ligne dotted xD

J'comprends plus rien °°... Il faut rajouter une couleur de fond dans le template pour que cela s'applique sur le forum à la place du noir ? =O
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyDim 28 Nov 2010, 06:49
Revenir en haut Aller en bas
Invité
Invité




Template ; Forum en partie noir °° Empty
Bonsoir, il doit y avoir un désaccord entre tes couleurs et ton CSS, sache que si tu mets du blanc dans dans une partie du forum dans la partie "couleurs" et tu mets autre chose dans ton CSS, il y a un désaccord. Bravo !
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyDim 28 Nov 2010, 13:27
Revenir en haut Aller en bas
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Oui mais où ? XD
Je ne vois pas ce que je dois supp ou rajouter éventuellement ...ôô
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyDim 28 Nov 2010, 14:11
Revenir en haut Aller en bas
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Le présent message a été jugé inapproprié. Par conséquent, il a été censuré par la modération.
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyMer 01 Déc 2010, 10:43
Revenir en haut Aller en bas
Invité
Invité




Template ; Forum en partie noir °° Empty
Avertissement: Les UP's sont interdit!
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyMer 01 Déc 2010, 10:46
Revenir en haut Aller en bas
http://www.school-of-pub.net/forum.htm
Murtagh
Murtagh
{ Modérateur }
{ Modérateur }

Masculin Messages : 1492



Template ; Forum en partie noir °° Empty
Bonjour,

Votre problème est-il toujours d'actualité ? Si tel n'est pas ne cas, merci de bien vouloir éditer votre premier message et cocher l'icône "résolu". Merci. Smile
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyVen 10 Déc 2010, 10:51
Revenir en haut Aller en bas
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Oui mon problème est toujours d'actualité °^°.
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptySam 11 Déc 2010, 13:06
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Template ; Forum en partie noir °° Empty
Il me (ou nous, si un codeur passe par là pour me taper dessus) faudrait ton code CSS, et puis l'adresse du forum de test sur lequel tu as ce souci (firebug est mon outil préféré de débugage /o/) edit : enfin, seulement si la méthode citée plus bas ne marche pas.

Hum, accessoirement, est-ce que tu pourrais me dire quel tutoriel tu as utilisé ? Parce que c'est la deuxième fois aujourd'hui que je vois la même erreur (un doublon bizarre dans le code) et à mon avis le tutoriel n'est pas au point (sans vouloir manquer de respect à l'auteur)

Visiblement tu as oublié de retirer un bout de code dans le processus, et ça a peut être un lien avec le problème (des cellules (td) en dehors des lignes (tr) '_')

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}

        {CURRENT_TIME}

        </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>

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- 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" width="100%" border="0" cellspacing="1" 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;">{L_LASTPOST}</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>
         <td colspan="3" align="center">
            <div style="text-align:center; border-bottom: 5px dotted #FFFFFF;">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
            </div>
         </td>
      </tr>

      <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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
         </td>
         
         <td>
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
            <span class="gensmall">
               <!-- BEGIN switch_moderators_links -->
               {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
               <!-- END switch_moderators_links -->
               {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
            </span>
         
            <!-- BEGIN forum_link -->
            <span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span>
            <!-- END forum_link -->
            
         </td>
         <td>
            <span class="gensmall">
               Sujets : {catrow.forumrow.TOPICS}
               Messages :{catrow.forumrow.POSTS}
               {catrow.forumrow.LAST_POST}
            </span>
         </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 -->

Voici une version corrigée de ton code, en tout cas, une chose est certaine, c'est que le nombre de messages et nombre de sujets est pas avec le titre (il est dans la cellule indiquant le dernier message posté) O_o Comme je ne sais pas trop ce que tu veux, je laisse comme ça.
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptySam 11 Déc 2010, 14:59
Revenir en haut Aller en bas
http://dc-01.forumactif.com/index.htm
Korosu
Korosu
{ Membre }
{ Membre }

Féminin Messages : 20



Template ; Forum en partie noir °° Empty
Je vais voir, et j'éditerais dans tous les cas pour vous donner un verdict xD.
Merci beaucoup soit en disant pour votre aide ô/ On verra si ça marche °^°.
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyVen 17 Déc 2010, 15:30
Revenir en haut Aller en bas
http://www.school-of-pub.net/forum.htm
Murtagh
Murtagh
{ Modérateur }
{ Modérateur }

Masculin Messages : 1492



Template ; Forum en partie noir °° Empty
Bonjour,

Votre problème est-il résolu ? Si oui, merci de bien vouloir cocher l'icône "résolu" en éditant votre premier poste. Wink

Merci Smile
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyVen 24 Déc 2010, 06:24
Revenir en haut Aller en bas
http://www.school-of-pub.net/forum.htm
Murtagh
Murtagh
{ Modérateur }
{ Modérateur }

Masculin Messages : 1492



Template ; Forum en partie noir °° Empty
Bonjour,

N'ayant pas eu de réponse depuis la dernière relance de l'un des modérateurs, je considère votre problème comme résolu ou abandonné. Je déplace, et verrouille. Wink
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° EmptyVen 31 Déc 2010, 05:12
Revenir en haut Aller en bas
Contenu sponsorisé




Template ; Forum en partie noir °° Empty
MessageSujet: Re: Template ; Forum en partie noir °°   Template ; Forum en partie noir °° Empty
Revenir en haut Aller en bas
 

Template ; Forum en partie noir °°

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Barre noir dans la partie supérireur de message.
» Template index-box & affichage forum [résolu]
» [Template] Virgule Gênante {Affichage: Forum}
» Problème bande noir
» [TEMPLATE]Cacher un Onglet du Forum en fonction du Groupe.

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit