|
|
| Author |
Message |
|
themalin |
Posted: Thu 13 Jul 2006 - 17:30 Post subject: [Modification] Centrer le Logo |
 |
|
voilà j'ai regardé et je n'ai pas vu un tuto,questions fréquentes ou un guide dessus
comme beaucoup le demande c'est temps si
voilà donc comment centrer le logo
attention ce tuto marche surtout avec les thèmes classique sub et myl et autre mais pas avec tous
Ouvrir le fichier overall_header.tpl (le Bloc-notes est suffisant)
Trouver :
- Code: Sélectionner - Agrandir
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
Remplacer par :
- Code: Sélectionner - Agrandir
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center"><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
<tr>
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
Attention : Le logo peut disparaitre après avoir été centrer dans ce cas il suffit de changer le lien de l'image par celle que vous voulez mettre
 _______________________
Last edited by themalin on Mon 16 Apr 2007 - 13:49; edited 2 times in total
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Fri 14 Jul 2006 - 00:44 Post subject: [Modification] Centrer le Logo |
 |
|
bien voilà une astuce pour centrer le logo avec les thèmes morpheus
trouver dans votre template overall header.tpl ceci :
- Code: Sélectionner - Agrandir
<div id="header-left"><a href="{U_INDEX}"><img src="http://img6.xooimage.com/files/f/o/fond_gris_logo_facdroit_juin05-4dda0.gif" alt="{L_INDEX}" /></a></div>
<div id="header-right"><img src="http://img3.xooimage.com/files/l/o/logo_right-33b19.gif" width="125" height="69" alt="" /></div>
et remplacer par
- Code: Sélectionner - Agrandir
<div id="header-center"><a href="{U_INDEX}"><img src="http://img6.xooimage.com/files/f/o/fond_gris_logo_facdroit_juin05-4dda0.gif" alt="{L_INDEX}" /></a></div>
<div id="header-center"><img src="http://img3.xooimage.com/files/l/o/logo_right-33b19.gif" width="125" height="69" alt="" /></div>
_______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
Thorik |
Posted: Mon 14 Aug 2006 - 18:46 Post subject: [Tuto]Centrer le logo avec le thème Thrillkill |
 |
|
[Je poste ce message ici car je ne peux pas poster dans la section des tutoriaux.]
Pour centrer votre logo avec le thème Thrillkill vous devez: Ouvrir le template overall_header.tpl.
Chercher ceci
- Code: Sélectionner - Agrandir
<!-- This is that area you change that controls the logo and bg image class -->
<tr>
<td class="logo" width="100%" colspan="2"><a href="{U_INDEX}" border="0"><img src="http://img5.xooimage.com/files/l/o/logo_phpbb-3613e.gif" border="0" alt="{L_INDEX}" /></a></td>
</tr>
<!-- End logo change area -->
Et remplacer par Cela
- Code: Sélectionner - Agrandir
<!-- This is that area you change that controls the logo and bg image class -->
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center"><a href="{U_INDEX}"><img src="URL de votre logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
<tr>
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
<!-- End logo change area -->
_______________________ -Thorik alias Valdés alias Stéphane-
Venez sur le Portail de Jeux.

|
|
| Membre |

|
Offline |
Joined: 05 Jan 2006
Posts: 28
Point(s): 24 Moyenne: 0.86
|
 |
|
 |
|
themalin |
Posted: Mon 14 Aug 2006 - 18:49 Post subject: [Modification] Centrer le Logo |
 |
|
pour le thème Enter galaxy
cherchez
- Code: Sélectionner - Agrandir
<td width="100%" align="left" valign="left">
<table border="0" cellspacing="0" cellpadding="0" width="80%">
<tr>
<td align="left">
<img src="http://img10.xooimage.com/files/f/o/forumlogo-32927.gif" border="0">
</td>
remplacer par
- Code: Sélectionner - Agrandir
<td width="100%" align="left" valign="left">
<table border="0" cellspacing="0" cellpadding="0" width="80%">
<tr>
<td align="center">
<img src="http://img10.xooimage.com/files/f/o/forumlogo-32927.gif" border="0">
</td>
_______________________
Last edited by themalin on Tue 13 Feb 2007 - 13:47; edited 1 time in total
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Tue 15 Aug 2006 - 21:20 Post subject: [Modification] Centrer le Logo |
 |
|
Avec les thèmes "DigitalDementia" :
Cherchez :
- Code: Sélectionner - Agrandir
<tr><td width=100% height=44 background="http://img9.xooimage.com/files/h/m/hmdl-3264a.gif">
<a href="{U_INDEX}" ><img src="http://img7.xooimage.com/files/l/o/logo-3264b.gif" border=0></a></td></tr>
</td></tr></table><img src="http://img10.xooimage.com/files/h/b/hbtm-3264c.gif" width=100%><table border=0 cellpadding=0 cellspacing=0 width=100% height=25><tr><td class=menuline>
Remplacez par :
- Code: Sélectionner - Agrandir
<tr><center><a href="{U_INDEX}" ><img src="http://img7.xooimage.com/files/l/o/logo-3264b.gif" border=0></a></td></center>
</td></tr></table><table border=0 cellpadding=0 cellspacing=0 width=100% height=25><tr><td class=menuline>
exemple :
http://lapolitique.xooit.com/index.php _______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Wed 16 Aug 2006 - 13:34 Post subject: [Modification] Centrer le Logo |
 |
|
Avec les thèmes Mx..... :
Cherchez :
- Code: Sélectionner - Agrandir
<td width="298%" align="center" valign="middle" background="http://img4.xooimage.com/files/c/e/cellpic_header-33f28.gif">
<p align="left"><a href="{U_INDEX}"><img src="http://img10.xooimage.com/files/m/x/mx-logo-33f29.gif" width="100" height="71" border="0" alt="{L_INDEX}"></a></p>
</td>
<td width="450" align="center" valign="middle">
<p align="right"><a href="http://www.net-pixel.com" target="_blank"><img src="http://img2.xooimage.com/files/m/x/mx-by-33f2a.gif" width="450" height="71" border="0"></a></p>
</td>
Remplacez par :
- Code: Sélectionner - Agrandir
<p align="center"><a href="{U_INDEX}"><img src="http://img6.xooimage.com/files/0/2/024-naruto-520cf.gif" border="0" alt="{L_INDEX}"></a></p>
</td>
exemple :
http://floodcity.xooit.com/index.php _______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Thu 17 Aug 2006 - 00:31 Post subject: [Modification] Centrer le Logo |
 |
|
Pour les thèmes PDT..... :
Cherchez :
- Code: Sélectionner - Agrandir
<TD><A href="{U_INDEX}"><IMG height=60
alt=http://ca.msn.com src="http://img7.xooimage.com/files/e/n/enca_140x60-34dfb.gif" width=140
border=0></A> </TD>
<TD id="hmadv" width="486"><a href="http://www.phpbb-design.com" target="_blank"><img src="http://www.phpbb-design.com/pub/468_60/PDT_Hotforum/ban_1.gif" width="468" height="60" border="0"></a></TD>
Remplacez par :
- Code: Sélectionner - Agrandir
<TD><center><A href="{U_INDEX}"><IMG height=60
alt=http://ca.msn.com src="http://img7.xooimage.com/files/e/n/enca_140x60-34dfb.gif" width=140
border=0></A></center> </TD>
Pour les thèmes PHPBB.... :
Cherchez :
- Code: Sélectionner - Agrandir
<td align="left"><a href="{U_INDEX}"><img src="{LOGO_PHPBB}" border="0" alt="{L_INDEX}" /></a></td>
Remplacez par :
- Code: Sélectionner - Agrandir
<td align="center"><a href="{U_INDEX}"><img src="{LOGO_PHPBB}" border="0" alt="{L_INDEX}" /></a></td>
pour ce type de thème remplacé aussi logo phpbb par un lien d'une autre image que vous voulez pour la voir _______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Thu 31 Aug 2006 - 16:35 Post subject: [Modification] Centrer le Logo |
 |
|
Pour les thèmes : Pussycat.....
Pour ce thème remplacez votre header par celui là :
- Code: Sélectionner - Agrandir
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="http://img2.xooimage.com/files/p/u/pussycatblue-352f2.css" type="text/css">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top"></a>
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td align="center" class="bodyline"><table cellspacing="0" cellpadding="0" border="0">
<tr><td align="center" valign="middle"><a href="{U_INDEX}"><img src="VOTRE IMAGE" border="0" alt="{L_INDEX}" title="{L_INDEX}" vspace="3" /></a></td></tr><tr>
<td align="center">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="http://img10.xooimage.com/files/i/c/icon_mini_pm-352f3.gif" width="16" height="16" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a></span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu"><img src="http://img2.xooimage.com/files/i/c/icon_mini_members-352f4.gif" width="16" height="16" border="0" alt="{L_MEMBERLIST}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu"><img src="http://img7.xooimage.com/files/i/c/icon_mini_faq-352f5.gif" width="16" height="16" border="0" alt="{L_FAQ}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span></td>
</tr>
<tr>
<td align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu"><img src="http://img3.xooimage.com/files/i/c/icon_mini_groups-352f6.gif" width="16" height="16" border="0" alt="{L_USERGROUPS}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu"><img src="http://img2.xooimage.com/files/i/c/icon_mini_profile-352f7.gif" width="16" height="16" border="0" alt="{L_PROFILE}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu"><img src="http://img8.xooimage.com/files/i/c/icon_mini_search-352f8.gif" width="16" height="16" border="0" alt="{L_SEARCH}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="http://img4.xooimage.com/files/i/c/icon_mini_login-352f9.gif" width="16" height="16" border="0" alt="{L_LOGIN_LOGOUT}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a></span></td>
<!-- BEGIN switch_user_logged_out -->
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu"><img src="http://img3.xooimage.com/files/i/c/icon_mini_register-352fa.gif" width="16" height="16" border="0" alt="{L_REGISTER}" /></a></span></td>
<td valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span></td>
<!-- END switch_user_logged_out -->
</tr>
</table>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
</tr>
</table></td></tr><tr>
</tr>
</table>
<br />
Pensez à changer le mot votre image qui est pour l'image de votre logo par le lien de votre image _______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Sun 17 Dec 2006 - 22:34 Post subject: [Modification] Centrer le Logo |
 |
|
Theme DarkSky
dans ton template overall header tu cherche
- Code: Sélectionner - Agrandir
<tr>
<td align="left" width="100%" valign="middle><a href="{U_INDEX}"><img src="http://img4.xooimage.com/files/l/o/logo_phpbb-32299.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
transformes en
- Code: Sélectionner - Agrandir
<tr>
<td align="center" width="100%" valign="middle><a href="{U_INDEX}"><img src="http://img4.xooimage.com/files/l/o/logo_phpbb-32299.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
</tr>
_______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
Manga Mania |
Posted: Mon 18 Dec 2006 - 17:30 Post subject: [Modification] Centrer le Logo |
 |
|
Je peux donner une astuce?
Pour ceux qui veulent aussi centrer la "bare de manu" du forum.
Vous allez tout en bas de ce templat : overall_header.tpl et verez deux : "<td align="left" width=", vous changer le premier pour la banière pour la centrer avec "center" à la place de "left" et celui tout en bas, vous changer "left" par enter pour centrer la "barre de menu "!
|
|
| Membre |

|
Offline |
Joined: 17 Dec 2006
Posts: 3
Point(s): 2 Moyenne: 0.67
|
 |
|
 |
|
Tex-f7 |
Posted: Mon 18 Dec 2006 - 20:57 Post subject: [Modification] Centrer le Logo |
 |
|
| Manga Mania wrote: | Je peux donner une astuce?
Pour ceux qui veulent aussi centrer la "bare de manu" du forum.
Vous allez tout en bas de ce templat : overall_header.tpl et verez deux : "<td align="left" width=", vous changer le premier pour la banière pour la centrer avec "center" à la place de "left" et celui tout en bas, vous changer "left" par enter pour centrer la "barre de menu "! |
Pour quel theme cette opération marche t'elle?
|
|
| Administrateur |

|
 Offline |
Joined: 17 Jun 2004
Posts: 6,399
Niveau: Point(s): 6,557 Moyenne: 1.02 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Mon 18 Dec 2006 - 21:01 Post subject: [Modification] Centrer le Logo |
 |
|
le thème darksy
il faut chercher
- Code: Sélectionner - Agrandir
<td align="left" width="100%" valign="middle">
<span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>
<!-- END switch_user_logged_out -->
<span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a> </span
et transformer le
- Code: Sélectionner - Agrandir
<td align="left" width="100%" valign="middle">
en
- Code: Sélectionner - Agrandir
<td align="center" width="100%" valign="middle">
_______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
Tex-f7 |
Posted: Mon 18 Dec 2006 - 21:03 Post subject: [Modification] Centrer le Logo |
 |
|
Darksy et Darksky c'est la meme chose?
Soit y a une faute, si tu as fais 2 messages pour la meme chose?
|
|
| Administrateur |

|
 Offline |
Joined: 17 Jun 2004
Posts: 6,399
Niveau: Point(s): 6,557 Moyenne: 1.02 Trophées: 
|
 |
|
 |
|
themalin |
Posted: Mon 18 Dec 2006 - 21:05 Post subject: [Modification] Centrer le Logo |
 |
|
c'est darksky _______________________
|
|
| Membre |

|
 Online |
Joined: 19 Apr 2006
Posts: 35,169
Point(s): 35,076 Moyenne: 1.00 Trophées: 
|
 |
|
 |
|
Tex-f7 |
Posted: Mon 18 Dec 2006 - 21:58 Post subject: [Modification] Centrer le Logo |
 |
|
bah tu viens de donnés 2 versions différente pour DarkSky.
|
|
| Administrateur |

|
 Offline |
Joined: 17 Jun 2004
Posts: 6,399
Niveau: Point(s): 6,557 Moyenne: 1.02 Trophées: 
|
 |
|
 |
|