apparence des catégories
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
apparence des catégories
Alors je voudrais changer l'apparence de mes catégories pour mon forum j'ai fait un petit dessin de ce que je voulais pour être plus clair.
Je me suis permise de poster ce sujet car tout ce que j'ai pus tenter a échouer.
Mon Forum est en Phpbb2 j'ai accès aux templates. Certaines son déjà modifier mais comme je veux tout revoir de A a Z ça ne me dérange pas de les remettre par défaut.
Merci beaucoup d'avance a celui qui m'aidera
Je me suis permise de poster ce sujet car tout ce que j'ai pus tenter a échouer.
Mon Forum est en Phpbb2 j'ai accès aux templates. Certaines son déjà modifier mais comme je veux tout revoir de A a Z ça ne me dérange pas de les remettre par défaut.
Merci beaucoup d'avance a celui qui m'aidera
Dernière édition par Crystal Shadow le Dim 30 Oct 2011 - 14:58, édité 1 fois
Re: apparence des catégories
Bonjour Crystal Shadow
Pouvez-vous me donner votre template index_box svp pour que je puisse vous dire comment faire les modifications.
Pouvez-vous me donner votre template index_box svp pour que je puisse vous dire comment faire les modifications.
Re: apparence des catégories
Bonjour Tupac et merci encore
Alors voila mon template :
Alors voila mon template :
- Code:
<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}
{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 width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<th colspan="2" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th></table>
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- 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">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed"><br /><div class="descrip">{catrow.forumrow.FORUM_DESC}</div></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"><div style="width : 180px;"><div class="icones">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
<div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}<br/>
{catrow.forumrow.POSTS} Messages dans {catrow.forumrow.TOPICS} Sujets</span></div><br/></div></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: apparence des catégories
Bonjour Crystal Shadow
Maintenant nous allons retirer la case dernier message donc repérer la partie suivante supprimez-la.
Passons a la description et aux sous-forums que nous allons placer a droite de la description et en colonne.
Donc repérer cette partie.
pour finir la partie template nous allons placer la ligne ( X messages dans X sujets ) au dessus du dernier message posté.
Repérer cette partie.
Pour finir la partie CSS
Placer le les codes suivant dans votre feuille de style css.
Si vous voulez changer uniquement la couleur du texte de vos descriptions il vous faut entourer le texte d'une balise comme ceci.
Donc repartons d'un template par défaut et commencer par suivre les conseilles de ce tuto pour retirer les colonnes message et sujet.Crystal Shadow a écrit:je veux tout revoir de A a Z ça ne me dérange pas de les remettre par défaut.
Maintenant nous allons retirer la case dernier message donc repérer la partie suivante supprimez-la.
- Code:
<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>
- Code:
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
Passons a la description et aux sous-forums que nous allons placer a droite de la description et en colonne.
Donc repérer cette partie.
- Code:
</h{catrow.forumrow.LEVEL}></td><td style="padding-left: 40px; text-align: right;" class="gensmall">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</td></tr></tbody></table>
<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>
- Code:
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table class="description" width="100%">
<tr>
<td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
</td>
</tr>
</table>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
pour finir la partie template nous allons placer la ligne ( X messages dans X sujets ) au dessus du dernier message posté.
Repérer cette partie.
- Code:
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
</tr>
- Code:
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
<div class="der_post">{catrow.forumrow.LAST_POST}</div></span>
</td>
</tr>
Pour finir la partie CSS
Placer le les codes suivant dans votre feuille de style css.
- Code:
/* ligne messages et sujets */
.messa_suj{
border: 1px solid #b19266;
background-color: #d8ceb5;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
color: #000000;
margin-top: 20px;
padding: 3px;
}
/* dernier message posté */
.der_post{
border: 1px solid #b19266;
background-color: #d8ceb5;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
color: #000000;
padding: 3px;
}
/* couleur dernier message posté */
.der_post a{ color: #000000; }
/* cadre et fond description */
.description{
border: 1px solid #b19266;
background-color: #d8ceb5;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
padding: 5px;
}
/* couleur sous-forum */
.sousforum a {
color: #000000;
}
Si vous voulez changer uniquement la couleur du texte de vos descriptions il vous faut entourer le texte d'une balise comme ceci.
- Code:
<center><font color=#000000>
texte texte texte texte texte texte texte texte texte
</font></center>
Re: apparence des catégories
J'ai fait toute les étapes mais cela ne donne pas vraiment le résultat et j'ai beau modifier le css rien ne change j'ai supprimé les couleur pensant que le soucis venais de là mais rien du tout.
Voila une capture de mon forum test pour vous montrer.
Voici l'adresse si vous voulez voir part vous même http://tfesev.forumgratuit.org/
Voila une capture de mon forum test pour vous montrer.
Voici l'adresse si vous voulez voir part vous même http://tfesev.forumgratuit.org/
Re: apparence des catégories
Bonjour
Puis-je avoir le template svp?
Puis-je avoir le template svp?
Re: apparence des catégories
Bien sur le voici :
- 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="0" cellpadding="0">
<tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<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="{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">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table class="description" width="100%">
<tr>
<td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
</td>
</tr>
</table>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
<div class="der_post">{catrow.forumrow.LAST_POST}</div></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: apparence des catégories
Bonsoir
Votre template est nickel.
Avez-vous bien pensé a cliquer sur cette petite croix verte et vérifiez si les codes sont bien dans votre feuille de style css.
Votre template est nickel.
Avez-vous bien pensé a cliquer sur cette petite croix verte et vérifiez si les codes sont bien dans votre feuille de style css.
Re: apparence des catégories
En faite il manquer une partie du CSS désoler . J'aurais deux petite question encore a vous poser la première comment je fait pour avoir un effet transparent au niveau des descriptions je m'explique je voudrais que la couleur se vois mais qu'on vois aussi le fond qu'il y a dessous. Et la deuxième c'est pourquoi mes sous forum n’apparaisse pas sur le côté droit au niveau des description ?
Si vous n'avez pas le temps de me répondre je comprendrais
Si vous n'avez pas le temps de me répondre je comprendrais
Re: apparence des catégories
Bonjour
Pour faire une légère transparence a vos descriptions placer le code suivant dans le code css ( description ) qui se trouve dans votre feuille de style.
Pour faire une légère transparence a vos descriptions placer le code suivant dans le code css ( description ) qui se trouve dans votre feuille de style.
- Code:
filter:alpha(opacity=70);
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
Re: apparence des catégories
Merci pour le code de transparence il marche très bien. Quand au forum je vous donne celui de mon forum test puisque que je n'ai pas finie de faire les modifications et qu'il n'est installer que là.
http://tfesev.forumgratuit.org/?tt=1
http://tfesev.forumgratuit.org/?tt=1
Re: apparence des catégories
Bonjour
Ok il vous faut changer de hiérarchie je vous conseille de prendre ( Séparer les catégories sur l'index ) et de choisir ( complet )
Ok il vous faut changer de hiérarchie je vous conseille de prendre ( Séparer les catégories sur l'index ) et de choisir ( complet )
Re: apparence des catégories
Je viens de faire le test et rien ne change. les liens ne s'affiche toujours pas. Sa rend même le forum bizarre.
Re: apparence des catégories
Redonnez-moi le template svp
Re: apparence des catégories
Le voici :
J'ai remis la hiérarchie du forum en Moyen.
- 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 --><img src="http://illiweb.com/fa/pbucket.gif" alt=""height="170" width="927" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<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="{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">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table class="description" width="100%">
<tr>
<td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'
')).removeAttr('id');
</script>
</td>
</tr>
</table>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
<div class="der_post">{catrow.forumrow.LAST_POST}</div></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="http://illiweb.com/fa/pbucket.gif" alt="" height="160" width="100%" />
<!-- END tablefoot --><!-- END catrow -->
J'ai remis la hiérarchie du forum en Moyen.
Re: apparence des catégories
Replacer le template suivant pour voir et mettez un peu de texte dans vos descriptions de vos catégories pour que l'ont puissent y voit un peut plus clair.
- 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 --><img src="http://illiweb.com/fa/pbucket.gif" alt=""height="170" width="927" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<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="{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">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table class="description" width="100%">
<tr>
<td align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
<td valign="top" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
</td>
</tr>
</table>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br>
<div class="der_post">{catrow.forumrow.LAST_POST}</div></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="http://illiweb.com/fa/pbucket.gif" alt="" height="160" width="100%" />
<!-- END tablefoot --><!-- END catrow -->
Re: apparence des catégories
Je viens de l’installer et après publication rien ne change
Re: apparence des catégories
Bonjour
Pour que les sous-forums apparaissent comme sur cette image il faut mettre en hiérarchie (complet )
Pour que les sous-forums apparaissent comme sur cette image il faut mettre en hiérarchie (complet )
Re: apparence des catégories
Même avec le niveau de Hiérarchie complet les sous forum ne s'affiche pas et en plus ça créer un beug au niveau des titre en images qui se mettent en double.
Re: apparence des catégories
Pouvez-vous me donner un aperçu de ceci ( voir image )
Re: apparence des catégories
le voici :
Mais sinon sans passé part tout ça y aurait-il un moyen de le faire en passant juste part les description dans les catégories je sais pas comme si je faisait un tableau ?
Mais sinon sans passé part tout ça y aurait-il un moyen de le faire en passant juste part les description dans les catégories je sais pas comme si je faisait un tableau ?
Re: apparence des catégories
Bonjour Crystal Shadow
Écoutez la je sèche,vos sous-forums devraient apparaitre,votre template est bon,ça ne vient pas de votre css,j'ai vu que vous aviez changé de hiérarchie,normalement les sous-forums apparaissent en choisissant COMPLET mais vous me dites que même avec COMPLET ils n'apparaissent pas,essayez de vider votre cache internet pour voir.
Écoutez la je sèche,vos sous-forums devraient apparaitre,votre template est bon,ça ne vient pas de votre css,j'ai vu que vous aviez changé de hiérarchie,normalement les sous-forums apparaissent en choisissant COMPLET mais vous me dites que même avec COMPLET ils n'apparaissent pas,essayez de vider votre cache internet pour voir.
Re: apparence des catégories
désoler du retard de ma réponse. Même avec les caches vides rien ne change je ne comprend pas moi non plus.
je peux peut-être mettre les liens dans la description sous forme de tableau le soucis c'est que je ne suis pas très douer pour ça.
je peux peut-être mettre les liens dans la description sous forme de tableau le soucis c'est que je ne suis pas très douer pour ça.
Re: apparence des catégories
Bonjour Crystal Shadow
Bien sur nous pouvons placer les sous-forum directement dans la description mais avant nous allons vérifier quelque chose.
Regarder dans votre navigateur si le JavaScript est activé donc cliquer sur outils en haut de votre page puis sur option puis sur contenu et vérifié si ( activé JavaScript ) est coché et n'oublier pas de cliquer sur OK.
EDIT: Dans votre panneau d'administration => affichage => structure et hiérarchie et vérifiez si les liens vers les niveaux inférieurs sont bien cochés sur OUI.
Bien sur nous pouvons placer les sous-forum directement dans la description mais avant nous allons vérifier quelque chose.
Regarder dans votre navigateur si le JavaScript est activé donc cliquer sur outils en haut de votre page puis sur option puis sur contenu et vérifié si ( activé JavaScript ) est coché et n'oublier pas de cliquer sur OK.
EDIT: Dans votre panneau d'administration => affichage => structure et hiérarchie et vérifiez si les liens vers les niveaux inférieurs sont bien cochés sur OUI.
Sujets similaires
» Impossible de changer l'image des barres (déco) catégories et sous catégories
» Afficher les icônes de catégories dans la légende, lorsque les catégories sont sur la page d' accueil
» Soulignement des catégories en index mais pas pour les sous catégories ...
» comment concevoir des boutons au dessus des catégories, qui renverraient sur les catégories
» Barre de navigation pour les catégories du forum & affichage des catégories
» Afficher les icônes de catégories dans la légende, lorsque les catégories sont sur la page d' accueil
» Soulignement des catégories en index mais pas pour les sous catégories ...
» comment concevoir des boutons au dessus des catégories, qui renverraient sur les catégories
» Barre de navigation pour les catégories du forum & affichage des catégories
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum