Titre des catégorie pas à la bonne place...
2 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
Titre des catégorie pas à la bonne place...
Coucou!
Je ne sais pas trop comment vous expliquer mais je vous est fait une petite image:
En gros j'aimerais mettre le titre de mes catégories au dessus de l'image de gazon blanc. J'aimerais aussi que la section bleu disparaisse.
Par la même occasion je me demandais si je pouvais retirer les publicité qui sont sous le menu:
Si il vous faut mon code CSS ou un de mes templates je vous les fournirais.
Merci de prendre le temps de m'aider.
Je ne sais pas trop comment vous expliquer mais je vous est fait une petite image:
En gros j'aimerais mettre le titre de mes catégories au dessus de l'image de gazon blanc. J'aimerais aussi que la section bleu disparaisse.
Par la même occasion je me demandais si je pouvais retirer les publicité qui sont sous le menu:
Si il vous faut mon code CSS ou un de mes templates je vous les fournirais.
Merci de prendre le temps de m'aider.
Dernière édition par MariePassion le Jeu 2 Fév - 22:48, édité 1 fois
Re: Titre des catégorie pas à la bonne place...
Bonsoir, pour les publicités il faut acheter es crédits dans le menu divers de votre PA il me semble, pour le reste je ne sais pas désolé
Bonne soirée
Bonne soirée
Invité- Invité
Re: Titre des catégorie pas à la bonne place...
Merci pour ce renseignement. ^^
Re: Titre des catégorie pas à la bonne place...
Bonsoir,
Pour retirer le bleu, allez dans votre Panneau d'administration > Affichage > Images et couleurs > Gestion des images > Mode avancé > Image du fond des titres > Effacez l'image.
Pour les publicités textuelles, c'est comme Akogare no arashi l'a dit ou en cochant "non" à l'option Diminuer le nombre d'affichages des publicités images se trouvant dans le PA > Général > Forum > Configuration. Cela devrait diminuer le nombre de publicité textuelle, mais augmenter les publicités-images.
Pour la modification du titre de catégorie, postez votre template index_box ici s'il vous plait.
Cordialement,
Dr. Karlos
Aidant Forumactivien.
Pour retirer le bleu, allez dans votre Panneau d'administration > Affichage > Images et couleurs > Gestion des images > Mode avancé > Image du fond des titres > Effacez l'image.
Pour les publicités textuelles, c'est comme Akogare no arashi l'a dit ou en cochant "non" à l'option Diminuer le nombre d'affichages des publicités images se trouvant dans le PA > Général > Forum > Configuration. Cela devrait diminuer le nombre de publicité textuelle, mais augmenter les publicités-images.
Pour la modification du titre de catégorie, postez votre template index_box ici s'il vous plait.
Cordialement,
Dr. Karlos
Aidant Forumactivien.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Titre des catégorie pas à la bonne place...
Merci bien je vais testé se que vous venez de dire et voici mon template:
- 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}
{CURRENT_TIME}
</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>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><img src="http://nsa21.casimages.com/img/2012/01/25/120125043320583304.png" alt=""height="150" width="100%" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<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">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table width="100%">
<tr>
<td valign="middle" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></div><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
</td>
<td class="description" align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span><br />
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<div class="{catrow.forumrow.INC_CLASS}" align="center">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br />
<div class="der_post">{catrow.forumrow.LAST_POST}</div></span>
</td>
</tr>
</table>
</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="http://nsa22.casimages.com/img/2012/01/26/1201261205269083.png" alt="" height="80" width="100%" />
<!-- END tablefoot --><!-- END catrow -->
Re: Titre des catégorie pas à la bonne place...
Bonsoir,
Remplacez l'ancien CSS par celui-ci:
Cordialement,
Dr. Karlos
Aidant Forumactivien.
Remplacez l'ancien CSS par celui-ci:
- 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}
{CURRENT_TIME}
</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>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table align="center"> <tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr></table>
<img src="http://nsa21.casimages.com/img/2012/01/25/120125043320583304.png" alt=""height="150" width="100%" /><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<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">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td></tr></tbody></table>
<table width="100%">
<tr>
<td valign="middle" width="20%"><div align="center" class="sous_forum"><span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></div><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script>
</td>
<td class="description" align="center" width="80%"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span><br />
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50"><div style="width:150px;"></div>
<div class="{catrow.forumrow.INC_CLASS}" align="center">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</div>
<span class="gensmall">
<div class="messa_suj">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><br />
<div class="der_post">{catrow.forumrow.LAST_POST}</div></span>
</td>
</tr>
</table>
</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="http://nsa22.casimages.com/img/2012/01/26/1201261205269083.png" alt="" height="80" width="100%" /><br />
<!-- END tablefoot --><!-- END catrow -->
Cordialement,
Dr. Karlos
Aidant Forumactivien.
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Titre des catégorie pas à la bonne place...
Bonsoir,
J'ai réussi à l'aide des templates. Trouvez cette partie dans votre template index_box:
Et remplacez-la par ceci:
Insérez ce code dans votre CSS:
Cordialement,
Dr. Karlos
J'ai réussi à l'aide des templates. Trouvez cette partie dans votre template index_box:
- Code:
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table align="center"> <tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
Et remplacez-la par ceci:
- Code:
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table class="descrimg" align="center"> <tr>
<th colspan="3" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
Insérez ce code dans votre CSS:
- Code:
.descrimg {
left:10px;
top:120px;
position:relative;
}
Cordialement,
Dr. Karlos
Dr. Karlos- Membre actif
-
Messages : 2623
Inscrit(e) le : 03/01/2012
Re: Titre des catégorie pas à la bonne place...
oh oui sa fonctionne ! un grand merci ^^ =D
Sujets similaires
» Probléme pour changeais les fond de catégorie et mettre une image a la place du titre.
» Ecritures en bas de page pas a la bonne place
» Mon forum n'est pas à la bonne place dans l'Annuaire
» Mon forum n'apparait pas dans la bonne catégorie de l'annuaire !
» Espace entre image en-tête catégorie et titre catégorie
» Ecritures en bas de page pas a la bonne place
» Mon forum n'est pas à la bonne place dans l'Annuaire
» Mon forum n'apparait pas dans la bonne catégorie de l'annuaire !
» Espace entre image en-tête catégorie et titre catégorie
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