Problème de catégorie
4 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1 • Partagez
Problème de catégorie
Bonjour, bonsoir
Alors j'ai un problème de catégorie, j'aimerais que l'on ne puisse pas cliquer sur la catégorie pouvez vous m'éxpliquer comment faire s'il vous plaît ?
Sa par exemple :
J'aimerais que sa soit comme sa :
Et comment faire pour que la catégorie que j'ai nommé "Communautée" soit de la même couleur que la catégorie "Forum" .
Merci d'avance.
Alors j'ai un problème de catégorie, j'aimerais que l'on ne puisse pas cliquer sur la catégorie pouvez vous m'éxpliquer comment faire s'il vous plaît ?
Sa par exemple :
J'aimerais que sa soit comme sa :
Et comment faire pour que la catégorie que j'ai nommé "Communautée" soit de la même couleur que la catégorie "Forum" .
Merci d'avance.
Dernière édition par Emilia999 le Dim 25 Mar 2012 - 21:40, édité 1 fois
Re: Problème de catégorie
Bonjour,
Pour ta deuxième question tu vas dans ton administration - affichage-gestion des images - avancée
Pour ta deuxième question tu vas dans ton administration - affichage-gestion des images - avancée
Re: Problème de catégorie
Bonjour, merci d'avoir répondue à ma deuxième question, mais après être dans "avancée" que dois-je faire ?
Merci !
Merci !
Re: Problème de catégorie
Une fois dans avancé, vous entrez dans la partie général et navigation. Faites descendre votre écran:
Et vous voyez les critères ci-dessus.
Remplissez les champs avec l'adresse URL de l'image que vous voulez mettre
Image du fond des titres
Image du fond des catégories (gauche) :
Image du fond des catégories (droite) :
Et vous voyez les critères ci-dessus.
Remplissez les champs avec l'adresse URL de l'image que vous voulez mettre
Re: Problème de catégorie
Bonsoir,
Vous pouvez aussi changer votre mode de compression des catégories en allant dans votre panneau d'administration comme ceci:
> PA | Affichage | Structure et hiérarchie
Séparer les catégories sur l'index : Cochez "Moyen".
Les titres de catégories auront l'apparence que vous désirez ne seront plus cliquables. Les catégories seront par contre séparées.
Cordialement.
Vous pouvez aussi changer votre mode de compression des catégories en allant dans votre panneau d'administration comme ceci:
> PA | Affichage | Structure et hiérarchie
Séparer les catégories sur l'index : Cochez "Moyen".
Les titres de catégories auront l'apparence que vous désirez ne seront plus cliquables. Les catégories seront par contre séparées.
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Désolé, mais je n'ai pas comprise ou dois-je mettre l'URL.Mr.Humph a écrit:Une fois dans avancé, vous entrez dans la partie général et navigation. Faites descendre votre écran:
Image du fond des titres
Image du fond des catégories (gauche) :
Image du fond des catégories (droite) :
Et vous voyez les critères ci-dessus.
Remplissez les champs avec l'adresse URL de l'image que vous voulez mettre
Merci, mais comment faire pour que les catégories ne soivent pas séparés.Dr. Karlos a écrit:Bonsoir,
Vous pouvez aussi changer votre mode de compression des catégories en allant dans votre panneau d'administration comme ceci:
> PA | Affichage | Structure et hiérarchie
Séparer les catégories sur l'index : Cochez "Moyen".
Les titres de catégories auront l'apparence que vous désirez ne seront plus cliquables. Les catégories seront par contre séparées.
Cordialement.
Merci d'avance.
Re: Problème de catégorie
Bonsoir,
Nous devrons donc procéder par les templates. Dans votre template index_box (PA | Affichage | Templates | Général), trouvez cette partie:
Insérez par la suite ce code dans votre CSS (PA | Affichage | Images et couleurs | Couleurs | Feuille de style CSS) afin de changer la couleur du texte:
Pour placer l'image de fond, suivez la procédure de Mr. Mr.Humph en remplaçant l'URL par l'image de fond de vos catégories, soit par http://hitskin.com/themes/16/38/79/i_back_title.jpg
Cordialement.
Nous devrons donc procéder par les templates. Dans votre template index_box (PA | Affichage | Templates | Général), trouvez cette partie:
- Code:
<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>
- Code:
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%" align="center">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
{catrow.cathead.CAT_TITLE}
</span>
</h{catrow.cathead.LEVEL}>
</td>
Insérez par la suite ce code dans votre CSS (PA | Affichage | Images et couleurs | Couleurs | Feuille de style CSS) afin de changer la couleur du texte:
- Code:
.cattitle {
color: #525252 !important;
}
Pour placer l'image de fond, suivez la procédure de Mr. Mr.Humph en remplaçant l'URL par l'image de fond de vos catégories, soit par http://hitskin.com/themes/16/38/79/i_back_title.jpg
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Pouvez vous me dire le numéro de la ligne s'il vous plaît ? Car j'ai cherchée et je n'ai pas trouvée.
Désolé de vous dérangez.
Désolé de vous dérangez.
Re: Problème de catégorie
Re,
La partie du template à remplacer se trouve des lignes 31 à 39. Pour faire une recherche du template, prenez une petite partie du bout à remplacer, par exemple {catrow.cathead.CLASS_CAT}, et non tout le template.
Cordialement.
La partie du template à remplacer se trouve des lignes 31 à 39. Pour faire une recherche du template, prenez une petite partie du bout à remplacer, par exemple {catrow.cathead.CLASS_CAT}, et non tout le template.
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Re,
Pouvez-vous copier l'ensemble de votre template index_box ici?
Cordialement.
Pouvez-vous copier l'ensemble de votre template index_box ici?
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Toujours pas de réponse ?
Cordialement.
Cordialement.
Re: Problème de catégorie
Bonsoir,
Afin de mieux comprendre le problème, j'aurais besoin de l'ensemble de votre template index_box ici.
Vous pouvez le placer entre ces balises:
Cordialement.
Afin de mieux comprendre le problème, j'aurais besoin de l'ensemble de votre template index_box ici.
Vous pouvez le placer entre ces balises:
- Code:
[code][hide]votre template[/hide][/code]
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Bonsoir,
Cela veux dire toutes les templates de l'index_box ?
Cela veux dire toutes les templates de l'index_box ?
Re: Problème de catégorie
Re,
Vous allez dans votre panneau d'administration commme ceci:
> PA | Affichage | Templates | Général | sur index_box
Copiez ensuite l'ensemble du code présent dans l'encadré.
Cordialement.
Vous allez dans votre panneau d'administration commme ceci:
> PA | Affichage | Templates | Général | sur index_box
Copiez ensuite l'ensemble du code présent dans l'encadré.
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Bon je vais tout mettre :
<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}<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" 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="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</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="
</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="{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 class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<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>
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{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 -->
<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}<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" 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="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</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="
</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="{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 class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<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>
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{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 -->
Re: Problème de catégorie
Re,
Remplacez donc tout votre template par celui-ci:
Cordialement.
Remplacez donc tout votre template par celui-ci:
- 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}<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" 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="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</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%" align="center">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
{catrow.cathead.CAT_TITLE}
</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="{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 class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<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>
</td>
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{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 -->
Dr. Karlos a écrit:Insérez par la suite ce code dans votre CSS (PA | Affichage | Images et couleurs | Couleurs | Feuille de style CSS) afin de changer la couleur du texte:
- Code:
.cattitle {
color: #525252 !important;
}
Pour placer l'image de fond, suivez la procédure de Mr. Mr.Humph en remplaçant l'URL par l'image de fond de vos catégories, soit par http://hitskin.com/themes/16/38/79/i_back_title.jpg
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Merci beaucoup !!!! Merci infiniment ! Mais maintenant comment mettre la même couleure de fond, que la catégorie "forum". (le rose la)
Re: Problème de catégorie
Re,
Comme mentionné par Mr. Humph, allez dans votre panneau d'administration comme ceci:
> PA | Affichage | Images et couleurs | Gestion des images | Mode avancé | Général/Navigation
Image du fond des catégories (gauche) et Image du fond des catégories (droite) : Remplacez l'adresse de l'image présente par http://hitskin.com/themes/16/38/79/i_back_title.jpg
Cordialement.
Comme mentionné par Mr. Humph, allez dans votre panneau d'administration comme ceci:
> PA | Affichage | Images et couleurs | Gestion des images | Mode avancé | Général/Navigation
Image du fond des catégories (gauche) et Image du fond des catégories (droite) : Remplacez l'adresse de l'image présente par http://hitskin.com/themes/16/38/79/i_back_title.jpg
Cordialement.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Problème de catégorie
Merci pour tout !
Sujets similaires
» Problème de catégorie j'ai regarder les tuto pour les catégorie rien ni fait
» probleme de catégorie
» Problème de "catégorie"
» Probleme de catégorie
» Problème de catégorie.
» probleme de catégorie
» Problème de "catégorie"
» Probleme de catégorie
» Problème de catégorie.
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème divers :: Archives des problèmes divers
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum