comment mettre au meme niveau les catégories et le nom des forum

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu comment mettre au meme niveau les catégories et le nom des forum

Message par macma77 Lun 10 Jan 2011 - 2:46

Bonjour,
j'aimerai mettre au meme niveau l'affichage des catégories(sujet,message et derniers messages) avec celle des titres des forums(présentation des membres, Expendables etc...) comme sur le forum de Stallone.biz(http://stallone.forumactif.com/forum).
Pouvez-vous m'expliquer comment faire?
Je vous remercie beaucoup.
macma77

macma77
Nouveau membre

Masculin
Messages : 5
Inscrit(e) le : 10/01/2011

http://stallone-fr.forumactif.name
macma77 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par Anzu Lun 10 Jan 2011 - 12:05


Bonjour,

Le lien de votre forum, c'est celui de votre profil ? Si oui, c'est possible que vous modifiez l'accès, car en tant qu'invité, on ne peut pas voir le forum.

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par macma77 Lun 10 Jan 2011 - 12:51

Bonjour,
c'est bon, vous pouvez y accéder normalement j'ai fait les rectifications.
Merci
macma77

macma77
Nouveau membre

Masculin
Messages : 5
Inscrit(e) le : 10/01/2011

http://stallone-fr.forumactif.name
macma77 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par macma77 Mar 11 Jan 2011 - 16:03

Bonjour,
la question est toujours d'actualité, je n'ai toujours pas réussi à régler mon probleme(et pourtant je cherche!!).Maintenant que vous pouvez accéder à mon forum en tant q'invité, pouvez-vous m'aider?
Merci beaucoup.
macma77

macma77
Nouveau membre

Masculin
Messages : 5
Inscrit(e) le : 10/01/2011

http://stallone-fr.forumactif.name
macma77 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par Anzu Mar 11 Jan 2011 - 16:34


La version de votre forum gère les templates, c'est donc possible. Il me faudrait simplement le code de votre template index box.

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par macma77 Mar 11 Jan 2011 - 17:19

Merci d'avoir répondu.Voici le code du Template index( j'ai juste éffacé le mot Forum, je trouvé ça génant):

<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="main-head">
<div class="page-title">{catrow.tablehead.L_FORUM}</div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<tr>
<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}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</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 -->
macma77

macma77
Nouveau membre

Masculin
Messages : 5
Inscrit(e) le : 10/01/2011

http://stallone-fr.forumactif.name
macma77 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par Anzu Mar 11 Jan 2011 - 20:30

Template modifié:

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="main-head">
<div class="page-title"><table width="100%"><tr><td width="55%">{catrow.tablehead.L_FORUM}</td>
<td>{}</th>
<td width="9%">{L_TOPICS}</th>
<td width="16%">{L_POSTS}</th>
<td width="25%">{L_LASTPOST}</th>
</tr></table></div>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>

</thead>
<tbody class="statused">
<!-- END tablehead -->

<!-- BEGIN forumrow -->
<tr>
<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}
<!-- BEGIN switch_moderators_links -->
<br />
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</td>
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
</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 -->
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: comment mettre au meme niveau les catégories et le nom des forum

Message par macma77 Mar 11 Jan 2011 - 21:40

Ca marche et c'est exactement ce que je voulait!! thumleft
Merci beaucoup. :thanks:
Probleme résolut.
macma77

macma77
Nouveau membre

Masculin
Messages : 5
Inscrit(e) le : 10/01/2011

http://stallone-fr.forumactif.name
macma77 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum