Bonjour !
J'ai voulu utiliser le codage mis en libre service suivant. Cependant je rencontre un soucis avec les titres des catégories... En effet les titres des catégories ne s'affichent pas. Pourtant je n'ai pas encore touché aux codes et aient copier coller les mêmes que dans le tutorial.
Comme sur l'aperçu posté par l'auteur il y a bel et bien les titres des catégories, et que j'ai pu voir ce codage sur d'autres forum ou les titres des catégories s'affichaient également, je me demandait si il était normal que ça ne s'affiche pas sur mon forum.
Et si c'est normal, y a t-il un moyen de rajouter des titre comme sur l'aperçu live de l'auteur ?
Je vous poste quand même mon template index_box au cas ou :)
Merci d'avance !
J'ai voulu utiliser le codage mis en libre service suivant. Cependant je rencontre un soucis avec les titres des catégories... En effet les titres des catégories ne s'affichent pas. Pourtant je n'ai pas encore touché aux codes et aient copier coller les mêmes que dans le tutorial.
Comme sur l'aperçu posté par l'auteur il y a bel et bien les titres des catégories, et que j'ai pu voir ce codage sur d'autres forum ou les titres des catégories s'affichaient également, je me demandait si il était normal que ça ne s'affiche pas sur mon forum.
Et si c'est normal, y a t-il un moyen de rajouter des titre comme sur l'aperçu live de l'auteur ?
Je vous poste quand même mon template index_box au cas ou :)
- 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 --><table class="forumline" width="100%" border="0" cellspacing="7" cellpadding="5" id="categories">
<!-- BEGIN cathead -->
<tr>
<td class="{catrow.cathead.CLASS_CAT}" colspan="3" 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>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<td class="newpost" align="center" valign="middle">
<img class="imgnewpost" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
<span id="lastpost" class="gensmall"><br /><br />{catrow.forumrow.LAST_POST}</span>
</td>
<td align="center" valign="middle">
<div class="lastpost-avatar"><!-- BEGIN avatar -->{catrow.forumrow.avatar.LAST_POST_AVATAR}<!-- END avatar --></div>
</td>
<td valign="top" width="100%" class="descriptions">
<div class="forumlink"><link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css' /><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> <span id="nbposts" class="gensmall"><b>{catrow.forumrow.POSTS}</b> messages dans <b>{catrow.forumrow.TOPICS}</b> sujets</span></div>
<div class="description"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div>
<div id="details" class="gensmall">
<span id="lienssousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<script type="text/javascript">
jQuery('#lienssousforums').html(jQuery('#lienssousforums').html().replace(/, /g,' ✩ ')).removeAttr('id');
</script>
</span>
</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 --><div style="color: rgba(0,0,0,0.2); font-weight: bold; font-size: 8px; margin-top: -10px; text-align: center;">©015 Catégories by Lunay on <a href="http://www.never-utopia.com/">NU</a></div>
Merci d'avance !