Décidément je poste souvent !
Bonsoir !
Alors voici mon (nouveau) problème !
Je souhaiterais parvenir à se résultat là : (ceci n'est pas mon forum mais comme j'arrive pas à le réaliser avec le mien >.<)
https://2img.net/r/hpimg4/pics/902465fin.jpg
Seulement voilà moi j'ai ça :
https://2img.net/r/hpimg4/pics/926547blem.png
Donc j'ai bidouillé mon ptit template et je vous le donne tel quel :
- Spoiler:
- Code:
-
<div class="pun-crumbs">
<p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="TC">{catrow.tablehead.L_FORUM}</div>
<div class="main-content">
<table cellspacing="0" class="table">
<tbody class="statused">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr align="center">
<td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
<span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</span>
<h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<span>
<!-- BEGIN switch_topic_title -->
<td class="row3 over" align="center" valign="middle" height="50">
<table class="case_stats" cellpadding="0" cellspacing="0">
<tr>
<td class="dernier_msg"><p>{catrow.forumrow.LAST_POST}</p></td>
</tr>
<tr>
<td class="stats_forum"><p> {catrow.forumrow.POSTS} messages pour {catrow.forumrow.TOPICS} sujets </p></td>
</tr>
</table>
</td>
<!-- END switch_topic_title -->
</span>
</tr>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</tbody>
</table>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
</div>
<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
<ul>
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
<li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
</ul>
<!-- BEGIN switch_delete_cookies -->
<p class="right">
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
</p>
<!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->
Je ne sais plus du tout quoi modifier pour avoir cette ligne bleue claire à sa place habituelle :/
(Il est normal que j'ai supprimé la première ligne contenant "forum, messages ...." )
J'espère que vous pourrez m'aider !
Merci d'avance !
=3