"User" afficher plus de 6 fois sur la PA!
3 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
"User" afficher plus de 6 fois sur la PA!
Bonjour,
J'ouvre un dernier petit topic pour un problème énorme que j'ai sur mon forum,
Voila je vous donne un aperçus :
et ce problème est apparut à l'instant même ou j'ai poser le script / code pour mettre mes catégories en onglets : /
Seriez-vous m'aidez?
Merci infiniment, de vôtre aide.
Tendrement.Offrande
J'ouvre un dernier petit topic pour un problème énorme que j'ai sur mon forum,
Voila je vous donne un aperçus :
et ce problème est apparut à l'instant même ou j'ai poser le script / code pour mettre mes catégories en onglets : /
Seriez-vous m'aidez?
Merci infiniment, de vôtre aide.
Tendrement.Offrande
Dernière édition par Offrande le Ven 15 Fév 2013 - 1:34, édité 1 fois
Re: "User" afficher plus de 6 fois sur la PA!
Bonjour,
Il faudrait ton template index_box sous balises code Avec un simple screen, impossible de te venir en aide.
Il faudrait ton template index_box sous balises code Avec un simple screen, impossible de te venir en aide.
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: "User" afficher plus de 6 fois sur la PA!
Bonjour,
merci de ton aide, voila mon template index_box :
Mais je pense que tu aurais plus besoin de index_body non ? ^^
merci de ton aide, voila mon template index_box :
Mais je pense que tu aurais plus besoin de index_body non ? ^^
- Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<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>
</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="center"> </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">
<table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"><span class="gensmall"><b>Tanière :</b> {catrow.forumrow.TOPICS} | <b>Message :</b> {catrow.forumrow.POSTS}</span></td></tr></table>
</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>
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</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: "User" afficher plus de 6 fois sur la PA!
Dans ton template là, tu as :
- Code:
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: "User" afficher plus de 6 fois sur la PA!
Bonjour,
merci de t'as réponse.
mais à quoi sert cette cellule en fin de compte? N'est t'il pas possible de la retiré complètement ?
Tendre Bisous.
merci de t'as réponse.
mais à quoi sert cette cellule en fin de compte? N'est t'il pas possible de la retiré complètement ?
Tendre Bisous.
Re: "User" afficher plus de 6 fois sur la PA!
Bonsoir,
La ligne de codes qu'a cité Matriochka, c'est la variable qui permet d'afficher le dernier message posté sur le forum (Pseudo/date-heure/titre du message, etc). C'est préférable de ne pas la supprimer mais à vous de voir.
Cordialement.
Re: "User" afficher plus de 6 fois sur la PA!
Bonjour,
Je préfère la supprimer ^^
si un jour j'en ai réellement besoin je la remettrais .
Puis-je savoir comment procéder ? Juste une suppression, ou y as t'il d'autre Template lier a modifier par rapport à cette suppression ?
Tendrement. Offrande
Je préfère la supprimer ^^
si un jour j'en ai réellement besoin je la remettrais .
Puis-je savoir comment procéder ? Juste une suppression, ou y as t'il d'autre Template lier a modifier par rapport à cette suppression ?
Tendrement. Offrande
Re: "User" afficher plus de 6 fois sur la PA!
Vous retirez la ligne de codes en question, vous enregistrez et vous publiez votre template, tout simplement
Re: "User" afficher plus de 6 fois sur la PA!
D'accord !
Merci beaucoup de votre aide
je met ce post en résolut.
Tendrement. Offrande
Merci beaucoup de votre aide
je met ce post en résolut.
Tendrement. Offrande
Sujets similaires
» Comment faire pour choisir la page à afficher une fois connecté ?
» Afficher une fenêtre lors de la connexion d'un membre qui vient de s'inscrire et qui se connecte pour la première fois
» Répéter deux fois le fond - une fois en haut et une fois en bas è_é
» [Administration] Afficher les anniversaires des membres sans afficher publiquement leur âge
» Les variables USER
» Afficher une fenêtre lors de la connexion d'un membre qui vient de s'inscrire et qui se connecte pour la première fois
» Répéter deux fois le fond - une fois en haut et une fois en bas è_é
» [Administration] Afficher les anniversaires des membres sans afficher publiquement leur âge
» Les variables USER
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