Xooit.com

Aide et Support

[XOU-IT]

All times are GMT + 2 Hours


[Modification] Centrer le Logo
Goto page: 1, 2, 344, 45, 46  >
 
Post new topic   Reply to topic Goto page: 1, 2, 344, 45, 46  >
 
Author Message
themalin
PostPosted: Thu 13 Jul 2006 - 17:30    Post subject: [Modification] Centrer le Logo Reply with quote

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 />&nbsp; </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 />&nbsp; </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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Fri 14 Jul 2006 - 00:44    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
Thorik
PostPosted: Mon 14 Aug 2006 - 18:46    Post subject: [Tuto]Centrer le logo avec le thème Thrillkill Reply with quote

[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 />&nbsp; </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
Membre

Offline

Joined: 05 Jan 2006
Posts: 49
Point(s): 45
Moyenne: 0.92
Internet Explorer Windows

Visit poster’s website
themalin
PostPosted: Mon 14 Aug 2006 - 18:49    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Tue 15 Aug 2006 - 21:20    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Wed 16 Aug 2006 - 13:34    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Thu 17 Aug 2006 - 00:31    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Thu 31 Aug 2006 - 16:35    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
themalin
PostPosted: Sun 17 Dec 2006 - 22:34    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
Manga Mania
PostPosted: Mon 18 Dec 2006 - 17:30    Post subject: [Modification] Centrer le Logo Reply with quote

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
Membre

Offline

Joined: 17 Dec 2006
Posts: 3
Point(s): 2
Moyenne: 0.67
Firefox Windows

Visit poster’s website
Tex-f7
PostPosted: Mon 18 Dec 2006 - 20:57    Post subject: [Modification] Centrer le Logo Reply with quote

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?
_______________________
Admin Secondaire
Tex-f7
Je ne réponds pas aux MP.

N'oubliez pas que nous sommes en période de vacances, certains membres de l'équipe peuvent être absent. N'abusez pas des messages privés.


Administrateur
Administrateur

Offline

Joined: 17 Jun 2004
Posts: 7,525
Niveau:
Point(s): 16,733
Moyenne: 2.22
Firefox 3 Windows Vista Masculin Taureau (20avr-20mai) 龍 Dragon

Visit poster’s website GTalk/Jabber
themalin
PostPosted: Mon 18 Dec 2006 - 21:01    Post subject: [Modification] Centrer le Logo Reply with quote

le thème darksy

il faut chercher

Code: Sélectionner - Agrandir
<td align="left" width="100%" valign="middle">
               <span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>&nbsp;
                  <!-- BEGIN switch_user_logged_out -->
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></span>&nbsp;
                  <!-- END switch_user_logged_out -->
                  <span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>&nbsp;</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
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
Tex-f7
PostPosted: Mon 18 Dec 2006 - 21:03    Post subject: [Modification] Centrer le Logo Reply with quote

Darksy et Darksky c'est la meme chose?
Soit y a une faute, si tu as fais 2 messages pour la meme chose?
_______________________
Admin Secondaire
Tex-f7
Je ne réponds pas aux MP.

N'oubliez pas que nous sommes en période de vacances, certains membres de l'équipe peuvent être absent. N'abusez pas des messages privés.


Administrateur
Administrateur

Offline

Joined: 17 Jun 2004
Posts: 7,525
Niveau:
Point(s): 16,733
Moyenne: 2.22
Firefox 3 Windows Vista Masculin Taureau (20avr-20mai) 龍 Dragon

Visit poster’s website GTalk/Jabber
themalin
PostPosted: Mon 18 Dec 2006 - 21:05    Post subject: [Modification] Centrer le Logo Reply with quote

c'est darksky
_______________________


Membre
Membre

Offline

Joined: 19 Apr 2006
Posts: 33,166
Point(s): 35,081
Moyenne: 1.06
Firefox 3 Windows

Visit poster’s website
Tex-f7
PostPosted: Mon 18 Dec 2006 - 21:58    Post subject: [Modification] Centrer le Logo Reply with quote

bah tu viens de donnés 2 versions différente pour DarkSky.
_______________________
Admin Secondaire
Tex-f7
Je ne réponds pas aux MP.

N'oubliez pas que nous sommes en période de vacances, certains membres de l'équipe peuvent être absent. N'abusez pas des messages privés.


Administrateur
Administrateur

Offline

Joined: 17 Jun 2004
Posts: 7,525
Niveau:
Point(s): 16,733
Moyenne: 2.22
Firefox 3 Windows Vista Masculin Taureau (20avr-20mai) 龍 Dragon

Visit poster’s website GTalk/Jabber
Display posts from previous:   
Post new topic   Reply to topic Goto page: 1, 2, 344, 45, 46  >
Page 1 of 46

All times are GMT + 2 Hours


Jump to:  


Top Forums Xooit