oter une case sur l'index du forum
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
oter une case sur l'index du forum
Bonjour,
je voudrais faire suite à ma demande qui se trouve ici : déplacer "new message"
En faite je voulais déplacer mon bouton new message, c'est chose faite, mais le bouton apparait dans une case et c'est pas beau.
Pourriez vous svp me dire comment laisser ce bouton au même endroit mais en otant cette case pas jolie ?
merci infiniment par avance
voir screen :
je voudrais faire suite à ma demande qui se trouve ici : déplacer "new message"
En faite je voulais déplacer mon bouton new message, c'est chose faite, mais le bouton apparait dans une case et c'est pas beau.
Pourriez vous svp me dire comment laisser ce bouton au même endroit mais en otant cette case pas jolie ?
merci infiniment par avance
voir screen :
Dernière édition par Gourmandises le Ven 25 Jan 2013 - 17:00, édité 1 fois
Re: oter une case sur l'index du forum
Re-bonjour à toi
Pourrais-tu envoyer ici ton template modifié ?
Pourrais-tu envoyer ici ton template modifié ?
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: oter une case sur l'index du forum
re Matriochka
voila mon template :
voila mon template :
- Spoiler:
- 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="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="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></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="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><br />
</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>
<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="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</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: oter une case sur l'index du forum
Bien, alors à ce moment, on va procéder autrement, c’est-à-dire qu’on va retirer l’image de la cellule dans laquelle elle est actuellement.
Pour ce faire, dans ton template, tu trouve cette ligne :
Une fois ceci fait, on va se concentrer sur cette ligne :
Pour terminer, tu copies/colles cette ligne et tu la déplaces juste derrière ceci :
Pour ce faire, dans ton template, tu trouve cette ligne :
- Code:
<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="{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>
Une fois ceci fait, on va se concentrer sur cette ligne :
- Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
- Code:
<img style="float:right;" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Pour terminer, tu copies/colles cette ligne et tu la déplaces juste derrière ceci :
- Code:
<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>
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: oter une case sur l'index du forum
je comprend pas la fin, tu me dis de remplacer ceci :
ensuite tu me dis de la déplacer..
donc au moment ou je change la ligne de code est ce que je dois l'effacer ?
parce que la j'ai changer la ligne de code puis je l'ai supprimer pour la déplacer sous :
mais ça marche pas, j'ai un gros blanc a droite, il manque une case :
- Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
- Code:
<img style="float:right;" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
ensuite tu me dis de la déplacer..
donc au moment ou je change la ligne de code est ce que je dois l'effacer ?
parce que la j'ai changer la ligne de code puis je l'ai supprimer pour la déplacer sous :
- Code:
<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>
mais ça marche pas, j'ai un gros blanc a droite, il manque une case :
Re: oter une case sur l'index du forum
Oui, tu remplaces la ligne qui reste après avoir supprimé la cellule par celle-ci :
Ah oui, mais je viens de comprendre ce qui ne va pas… J’ai oublié de te faire modifier une dernière chose… Désolée !
Donc, trouve ceci et supprime la partie rouge :
- Code:
<img style="float:right;" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Ah oui, mais je viens de comprendre ce qui ne va pas… J’ai oublié de te faire modifier une dernière chose… Désolée !
Donc, trouve ceci et supprime la partie rouge :
Encore désolée !<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Re: oter une case sur l'index du forum
voila ayé !!
c'est super jolie, merci merci encore une fois
dommage je ne peut pas te remercier encore une fois aujourd'hui, je le ferais demain
bonne soirée Matriochka
c'est super jolie, merci merci encore une fois
dommage je ne peut pas te remercier encore une fois aujourd'hui, je le ferais demain
bonne soirée Matriochka
Re: oter une case sur l'index du forum
Très contente de pouvoir t’aider à améliorer ton forum
Bonne soirée également !
Bonne soirée également !
Matriochka- Membre actif
- Messages : 7604
Inscrit(e) le : 14/07/2010
Sujets similaires
» Ôter le "créer un forum" dans le titre du forum
» Oter fond catégorie forum(aide )
» comment supprimer la case "supprimer" des choix de "modérer ce forum" svp ?
» élargir la hauteur case forum
» Petite case dans les catégories et forum
» Oter fond catégorie forum(aide )
» comment supprimer la case "supprimer" des choix de "modérer ce forum" svp ?
» élargir la hauteur case forum
» Petite case dans les catégories et forum
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum