Nouveau sujet Répondre Imprimer Syndication RSS 2.0

messagerie privé

Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 02 Juin 2005, 21:32
Bonjour à tous

voila, j'ai installé le mod messagerie privé avec le theme blueone
seulement, le compteur de la messagerie privé est collé contre le profil :

http://img45.echo.cx/img45/2374/mp18wj.jpg
http://img45.echo.cx/img45/5404/mp25tn.jpg

y a moyen de les séparer avec un tirer ou un "/" par ex ?

merci
 
Volcan
Avatar de piranas
  • Age : 22 ans
  • Messages : 1640
  • Inscrit : 17 Avril 2005
  Lien vers ce message 02 Juin 2005, 21:40
donne nous le code du header.tpl.

on te fera la modif


http://www.piranas-geek.info/Fichiers/Banniere.gif

Mes Mods : Listing de mes mods
 
Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 02 Juin 2005, 22:35
voila le header :

Citation


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>{NOM_SITE} - {PAGE_TITRE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link type="text/css" rel="stylesheet" href="{RACINE}themes/{THEME}{V_FICHIER_CSS}.css" />
</head>

<body>

<table class="total" width="96%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="300" height="90" class="head" align="left">
<a href="{U_INDEX}"><img src="{RACINE}themes/{THEME}images/logo_fsb.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="250" height="90" /></a>
</td>
<td class="head" align="center">
<span class="titre">{NOM_SITE}</span><br />{DESCRIPTION_SITE}
</td>
</tr>
<tr>
<td colspan="2">
<table align="center" cellspacing="1" cellpadding="5" class="tabmenu" width="100%">
<tr>
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_FAQ}'">
<span class="menu">{L_FAQ}</span>
</td>
<!-- IFEXIST est_pas_connecte -->
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_CONNEXION}'">
<span class="menu">{L_CONNEXION}</span>
</td>
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_SENREGISTRER}'">
<span class="menu">{L_SENREGISTRER}</span>
</td>
<!-- ENDIF -->
<!-- IFEXIST est_connecte -->
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_DECONNEXION}'">
<span class="menu">{L_DECONNEXION}</span>
</td>
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
<a href="{U_MP}" class="menu">{L_MP}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
</td>
<!-- ENDIF -->
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_LISTEMEMBRE}'">
<span class="menu">{L_LISTEMEMBRE}</span>
</td>
<!-- IFEXIST admin -->
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_ADMIN}'">
<span class="menu">{L_ADMIN}</span>
</td>
<!-- ENDIF -->
</tr>
</table>
<!-- BEGIN afficher_bannieres_header_toute_page -->
<br/>
<center><table cellspacing="3" border="0" align="center" cellpadding="0"><a href="{afficher_bannieres_header_toute_page.URL_DESTINATION}" target="_blank"><img src="{afficher_bannieres_header_toute_page.URL_BANNIERE}" title="{afficher_bannieres_header_toute_page.DESCRIPTION_SITE}" border="0"/></a></table></center>
<!-- END afficher_bannieres_header_toute_page -->
<br />

<table width="96%" align="center" cellspacing="0" cellpadding="0">
<tr>
<td width="20" height="25" class="navig_gauche">&nbsp;</td>
<td height="25" class="navig_mid">
<a href="{U_INDEX}">{NOM_SITE} - {L_INDEX}</a>
<!-- BEGIN liens_pages -->
{liens_pages.LIENS}
<!-- END liens_pages -->
</td>
<td width="20" height="25" class="navig_droite">&nbsp;</td>
</tr>
</table>

<br />
 
Volcan
Avatar de piranas
  • Age : 22 ans
  • Messages : 1640
  • Inscrit : 17 Avril 2005
  Lien vers ce message 02 Juin 2005, 22:43
cherche ça

<span class="menu">{L_PROFIL}</span>


et remplace par
<span class="menu">{L_PROFIL}</span>&nbsp;&nbsp;-&nbsp;&nbsp;


Si ça marche pas, fais nous signe


http://www.piranas-geek.info/Fichiers/Banniere.gif

Mes Mods : Listing de mes mods
 
Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 03 Juin 2005, 17:52
ca marche impec, mais du coup, c'est en haut mnt :

http://img29.echo.cx/img29/6002/mp28wa.jpg

et quand on clic pour voir ses messages :

http://img29.echo.cx/img29/6012/mp15uy.jpg
 
Etoile
Avatar de StyphaX
  • Age : 20 ans
  • Messages : 2640
  • Inscrit : 09 Octobre 2004
  Lien vers ce message 03 Juin 2005, 17:56
Tu prend un fichier d'origine de header.tpl, tu cherches:

<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
</td>


Et à la ligne, tu mets:
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_MP}'">
<span class="menu">{L_M}</span>
</td>


http://www.distribs-linux.info/
http://www.fire-soft-board.com/~wiki/lib/tpl/default/images/link_icon.gifArticles WIKI FSB: Créer/Configurer/Utiliser votre 1er forum || Guide de la bidouille
 
Volcan
Avatar de piranas
  • Age : 22 ans
  • Messages : 1640
  • Inscrit : 17 Avril 2005
  Lien vers ce message 03 Juin 2005, 17:58
cherche
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
<a href="{U_MP}" class="menu">{L_MP}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
</td>


remplace par
<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
</td>

<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href="'{U_MP}'">
<span class="menu">{L_MP}</span>
</td>


essaye ça, ça doit etre un truc comme ça. Mais fait une sauvegarde du fichier d'abord. et dit bous si ça marche

Piranas


http://www.piranas-geek.info/Fichiers/Banniere.gif

Mes Mods : Listing de mes mods
 
Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 08 Juin 2005, 21:25
euh, c'est centré, c'est niquel, mais le lien pour acceder à sa boite privé, ne marche pas. je clic dessus, j'ai rien. De plus, j'ai une erreur dans la barre d'état. J'ai pris la solution de Piranas, celle de Zorik, ne marchait pas.
 
Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 09 Juin 2005, 12:52
Up
 
Flamme ardente
Avatar de Tagu
  • Age : 22 ans
  • Messages : 455
  • Inscrit : 23 Septembre 2004
  Lien vers ce message 09 Juin 2005, 12:57
Piranas a oublier le lien, c'est tout !
Cherche

<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
<a href="{U_MP}" class="menu">{L_MP}</a>&nbsp;&nbsp;-&nbsp;&nbsp;
</td>


Remplace par

<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href='{U_PROFIL}'">
<span class="menu">{L_PROFIL}</span>
</td>

<td width="16%" align="center" valign="bottom" class="menu" onMouseOver="this.style.backgroundColor='#9999CC'; this.style.cursor='pointer';" onMouseOut="this.style.backgroundColor=''; this.style.cursor='hand';" onclick="top.location.href="'{U_MP}'">
<span class="menu"><a href="{U_MP}">{L_MP}</a></span>
</td>


Normalement, ca marche !


Découvrez SaigoNoTatakai, un monde d'inspiration oriental où l’honneur est bien plus tranchant que l’acier.
 
Etoile
Avatar de StyphaX
  • Age : 20 ans
  • Messages : 2640
  • Inscrit : 09 Octobre 2004
  Lien vers ce message 09 Juin 2005, 12:59
MDER piranas a copié mon code donc c'est que tu as mal cherché :lol:

Bon euhhh bizzare qu'il en marche pas. C'est pourtant le bon lien. ^^"


http://www.distribs-linux.info/
http://www.fire-soft-board.com/~wiki/lib/tpl/default/images/link_icon.gifArticles WIKI FSB: Créer/Configurer/Utiliser votre 1er forum || Guide de la bidouille
 
Flamme ardente
Avatar de Tagu
  • Age : 22 ans
  • Messages : 455
  • Inscrit : 23 Septembre 2004
  Lien vers ce message 09 Juin 2005, 13:03
le problème que vous avez oublier, c'est que le lien de la messagerie privé, c'est <a href="{U_MP}" class="menu">{L_MP}</a> et non <span class="menu">{L_MP}</span>!

Ya pas de lien dans le second !


Découvrez SaigoNoTatakai, un monde d'inspiration oriental où l’honneur est bien plus tranchant que l’acier.
 
Volcan
Avatar de piranas
  • Age : 22 ans
  • Messages : 1640
  • Inscrit : 17 Avril 2005
  Lien vers ce message 09 Juin 2005, 13:26
désolé, autant pour moi :D

Piranas


http://www.piranas-geek.info/Fichiers/Banniere.gif

Mes Mods : Listing de mes mods
 
Feu follet
Avatar de Atomix
  • Messages : 137
  • Inscrit : 30 Mars 2005
  Lien vers ce message 09 Juin 2005, 15:37
j'essaye ce soir, je vous tiens au courant
 
Etoile
Avatar de StyphaX
  • Age : 20 ans
  • Messages : 2640
  • Inscrit : 09 Octobre 2004
  Lien vers ce message 09 Juin 2005, 15:38
Citation (piranas)
désolé, autant pour moi :D

Piranas


"Au temps pour moi" et pas "Autant pour moi" :)
Ou plutot: Au temps pour nous :mdr: :mdr:


http://www.distribs-linux.info/
http://www.fire-soft-board.com/~wiki/lib/tpl/default/images/link_icon.gifArticles WIKI FSB: Créer/Configurer/Utiliser votre 1er forum || Guide de la bidouille
 
Répondre


.