Rechercher
Raccourcis------------------------------
Entraide & Support
- Problème de connexion
- Problème avec un script
- Mon panneau d'admin
- Mes crédits / mon domaine
- Apparence du forum
- Problème divers
------------------------------
Services Actifs
- Service graphique
- Support Hitskin.com
------------------------------
Divers
- Discussions Générales
- Suggestions-Améliorations
Derniers sujets
Marque-page social
Conservez et partagez l'adresse de Forum gratuit : Le forum des forums actifs sur votre site de social bookmarking
Qui est en ligne ?
Il y a en tout 203 utilisateurs en ligne :: 21 Enregistrés, 3 Invisibles et 179 Invités :: 2 Moteurs de rechercheadam_sfp, adealaide, Anthony95280, Bad-Duck, benji-71, Elissa, Florian19, fraisemelba, Inga, isabelle2112, jb carpe, kdebarb, king-om, Lady Oscar, lila33, maria25, moverman, Spharhatdhrat, Tony112, yoyo 76, Zen
Le record du nombre d'utilisateurs en ligne est de 1264 le Mar 26 Fév - 16:26
Membres en gras
Page 1 sur 2 • Partager •
Page 1 sur 2 • 1, 2 
Membres en gras
Bonsoir, comment mettre les membres en gras sachant que je suis en PHPBB2?
Merci.
Merci.

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Re 
Code css :
Mais normalement ils le sont automatiquement sur phpBB2 nan ?
Cordialement,
Code css :
- Code:
a.name {
font-weight:bold;
}
Mais normalement ils le sont automatiquement sur phpBB2 nan ?
Cordialement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Si je le demande, c'est que non 
Ça ne marche pas
Ça ne marche pas

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Vous parlez dans les sujets ? sur la page d'accueil ?
Un lien du forum s'il vous plait ! :p
Pensez à remplir les champs de votre profil ou je vous tire les oreilles ^^
Amicalement,
Un lien du forum s'il vous plait ! :p
Pensez à remplir les champs de votre profil ou je vous tire les oreilles ^^
Amicalement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Depuis le temps, vous devriez le connaitre par cœur
Béh dans les dernier message et dans le QEEL
Forum
Béh dans les dernier message et dans le QEEL
Forum

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Oui, je me souviens à force d'à quoi ressemble votre forum et son thème, mais les adresses vu le nombre de forum que je passe par jour ^^ dur
Par contre, pensez vraiment à le mettre dans chacun de vos premiers posts en ouverture de sujet, ainsi que la version.
Et à régler les champs de votre profil, c'est vraiment important pour pouvoir vous aider plus efficacement.
Pour votre problème : essayez ceci : (c'est un test XD )
Par contre, pensez vraiment à le mettre dans chacun de vos premiers posts en ouverture de sujet, ainsi que la version.
Et à régler les champs de votre profil, c'est vraiment important pour pouvoir vous aider plus efficacement.
Pour votre problème : essayez ceci : (c'est un test XD )
- Code:
.row3.over a.gensmall {
font-weight:bold;
}
- Code:
.row1 .gensmall a {
font-weight:bold;
}

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Mdr, je vais modifier tout ça.
Ni l'un, ni l'autre ne marche.
Ni l'un, ni l'autre ne marche.

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
hmmmm 
Bon, alors pour le Qui est en ligne :
Testez celui là déjà, je reviens avec une modification de template pour que ça ne touche que le pseudo dans l'index^^
Dites moi déjà pour celui là, je viens de le tester ça marche normalement.
Bon, alors pour le Qui est en ligne :
- Code:
.row1 a {
font-weight:bold;
}
Testez celui là déjà, je reviens avec une modification de template pour que ça ne touche que le pseudo dans l'index^^
Dites moi déjà pour celui là, je viens de le tester ça marche normalement.

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Béh, je pense que quel que chose bloque, ac ne fonctionne pas non plus.
Peut-être la Légende?
- Code:
a { text-decoration: none; }
body {
background-position: center;
}
dl.icon {
min-height: 48px;
background-position: left top;
background-repeat: no-repeat;
height: auto !important;
}
ul.topics dt {
padding-left: 48+555px;
display: block;
float: left;
width: 50%;
}
.row dl.icon dt {
background-position: 48px 5px;
min-height: Xpx;
height:auto !important
}
/*PA en 6px*/
#page-footer
{
font-size: 6px;}
.gen
{
font-size: smaller;}
/*Pointillés + Curseur*/
a:hover{
text-decoration: none !important;
border-bottom: 1px dashed #FFFFFF;
}
a:hover{ cursor:pointer; }
/*Légende normal*/
em{
font-style:normal;
}
/*MAJ Survole*/
a:hover {
text-transform: uppercase;}
/*Modif CHATBOX*/
#chatbox_header .cattitle strong
{
display: none;
}
#chatbox_header .cattitle:before
{
content: "Chat Des Skateurs";
}
/*Infobulle*/
a.info { position:relative; background:none; z-index:10; }
a.info:hover { z-index:20; }
a.info span { display:none; }
a.info:hover span { display:block; position:absolute; top:18px; left:10px; padding-left:10px; padding-top:8px; padding-bottom:8px; padding-right:10px; width:205px; height:45px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; text-transform:uppercase; font-size:10px; color:#999999; text-decoration:none; text-align:justify; background-color: #ffffff; border-width: 3px; border: solid; }
/*Membre en gras*/
.row1 a {
font-weight:bold;
}
Peut-être la Légende?

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
hmmm moi je viens de mettre votre css dans mon forum test et ça marche 
Par contre ça peut venir du message accueil : par exemple si vous avez mal fermé une balise :
essayez de sortir ce que vous avez dans votre message accueil, en le coupant et le collant sur un bloc note sur votre bureau pour ne pas le perdre.
Par contre : Les liens en bas de votre forum : ils ne sont pas lisibles : attention !! il faut les remettre en lisible ! ceux sont les mentions obligatoire forumactif !
Par contre ça peut venir du message accueil : par exemple si vous avez mal fermé une balise :
essayez de sortir ce que vous avez dans votre message accueil, en le coupant et le collant sur un bloc note sur votre bureau pour ne pas le perdre.
Par contre : Les liens en bas de votre forum : ils ne sont pas lisibles : attention !! il faut les remettre en lisible ! ceux sont les mentions obligatoire forumactif !

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Béh ca ne change rien, ca ne marche pas... 

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
hmm ce n'est pas normal !! o/
Mais je vois que vous n'avez pas tout sorti ! il faudrait vraiment tout enlever du message accueil pour voir !
Ceci dit testez :
Et pour les membres dans l'index :
Affichage > template >
Affichage des catégories :
Trouvez :
et encadrez la variable comme ceci :
Mais normalement, les pseudos sont déjà en gras en phpBB2 comme je vous l'ai dit, d'ailleurs dans votre code source ils sont déjà en gras
Je le vois très bien.
Mais il y a quelque chose dans votre page qui contredit cette information et qui prend le dessus, et en ça je ne peux pas vous aider plus car vous êtes le seul à pouvoir trouver quoi.
Le message accueil ? le html que vous avez mis dans vos descriptions de catégories pour les faire en 4 catégories ?
Les scripts ?
Vous devez tout vérifiez, en retirant les choses unes à unes et en testant (en pensant à bien actualiser la page à chaque fois CTRL + F5) afin de trouver ce qui bloque.
Amicalement,
Mais je vois que vous n'avez pas tout sorti ! il faudrait vraiment tout enlever du message accueil pour voir !
Ceci dit testez :
- Code:
.row1 a {
font-weight:bold!important;
}
Et pour les membres dans l'index :
Affichage > template >
Affichage des catégories :
Trouvez :
- Code:
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
et encadrez la variable comme ceci :
- Code:
<b>{catrow.forumrow.LAST_POST}</b>
Mais normalement, les pseudos sont déjà en gras en phpBB2 comme je vous l'ai dit, d'ailleurs dans votre code source ils sont déjà en gras
Mais il y a quelque chose dans votre page qui contredit cette information et qui prend le dessus, et en ça je ne peux pas vous aider plus car vous êtes le seul à pouvoir trouver quoi.
Le message accueil ? le html que vous avez mis dans vos descriptions de catégories pour les faire en 4 catégories ?
Les scripts ?
Vous devez tout vérifiez, en retirant les choses unes à unes et en testant (en pensant à bien actualiser la page à chaque fois CTRL + F5) afin de trouver ce qui bloque.
Amicalement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Ça va vite m'énerver ça aussi...
- Le message d'accueil, j'ai testé en enlevant tout sans résultat. (Je viens de re tester à l'instant)
- Description du site, impossible.
- CSS Apparemment non?
- 4 Catégorie → Non
J'ai changé seulement hier de version PHPBB3 → PHPBB2
Et je n'ai rien modifier sauf les templates, alors que en PHPBB3, la légande était bien en gras...
Le pb pourrait t-il venir des templates?
- Le message d'accueil, j'ai testé en enlevant tout sans résultat. (Je viens de re tester à l'instant)
- Description du site, impossible.
- Code:
<script src=http://pmsc.free.fr/J01/091030190236.js /></script>
- CSS Apparemment non?
- 4 Catégorie → Non
J'ai changé seulement hier de version PHPBB3 → PHPBB2
Et je n'ai rien modifier sauf les templates, alors que en PHPBB3, la légande était bien en gras...
Le pb pourrait t-il venir des templates?

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Re 
Bien entendu que le problème pourrait venir des templates !
Essayez quelque chose de plus général comme un code qui mettrais tous les liens en gras :
Ce n'est pas la peine de s'énerver, quand on bloque sur quelque chose, il vaut mieux passer à autre chose, parfois en ayant l'esprit plus clair on fini par trouver ce qui cloche.
En ce qui concerne les liens en bas, je les vois toujours en tout petit ! Il ne faut pas plaisanter avec ça. Ils sont obligatoire, vous risquez la suppression de votre forum pour ce genre de nom respect des conditions d'utilisations de forumactif.
Pensez vraiment à les remettre.
Merci
Cordialement
Bien entendu que le problème pourrait venir des templates !
Essayez quelque chose de plus général comme un code qui mettrais tous les liens en gras :
- Code:
a:link {
font-weight:bold;
}
Ce n'est pas la peine de s'énerver, quand on bloque sur quelque chose, il vaut mieux passer à autre chose, parfois en ayant l'esprit plus clair on fini par trouver ce qui cloche.
En ce qui concerne les liens en bas, je les vois toujours en tout petit ! Il ne faut pas plaisanter avec ça. Ils sont obligatoire, vous risquez la suppression de votre forum pour ce genre de nom respect des conditions d'utilisations de forumactif.
Pensez vraiment à les remettre.
Cordialement

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Ca vient forcément des templates, car j'ai voulu mettre en gras aussi X message dans X sujet, impossible.
Voulez vous que je vous donne les templates?
Edit: Marche pas non plus (tous les liens en gras)
Voulez vous que je vous donne les templates?
Edit: Marche pas non plus (tous les liens en gras)

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Re 
Oui copiez moi les templates ici que vous avez modifiez, je vais les installer sur un forum test pour voir ce que cela me donne.
N'oubliez pas de les mettre entre les balises [ code]
Cordialement
Oui copiez moi les templates ici que vous avez modifiez, je vais les installer sur un forum test pour voir ce que cela me donne.
N'oubliez pas de les mettre entre les balises [ code]
Cordialement

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Général
index_body
index_box
viewtopic_body
J'allais pas les mettre entre les balises quote
Mes liens sont en 10px, ils sont visible, ça suffit?
index_body
- Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="100%" valign="top" align="center" class="row1">
<label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label>
<label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
<label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td>
</tr>
</table>
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="100%" valign="top" align="center" class="row1">
<span class="genmed">{L_USERNAME}:</span>
<input class="post" type="text" size="10" name="username"/>
<span class="genmed">{L_PASSWORD}:</span>
<input class="post" type="password" size="10" name="password"/>
{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
<span class="gensmall">{L_AUTO_LOGIN}</span>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
</td>
</tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall"><span id="bert">{TOTAL_POSTS}<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Nos skateurs on ridé un total de");</script><script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/messages/,"messages");</script></span><br />
<span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"skateurs inscrits ");</script><br />
<span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Nous souhaitons la bienvenue au nouveau skateur");</script> </span></span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST} <br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
{AUTO_DST}
index_box
- 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="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="{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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<span class="forumlink">
<table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"><span class="gensmall"> <b><span style="color:#3366FF;">{catrow.forumrow.POSTS} messages</span> <span style="color:#FFFFFF;">dans </span><span style="color:#3366FF;">{catrow.forumrow.TOPICS} sujets </span></b></span></td></tr></table>
</span>
</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>
<!-- BEGIN forum_link_no -->
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
<!-- END forum_link_no -->
<!-- BEGIN forum_link -->
<td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
<!-- END forum_link -->
</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 -->
viewtopic_body
- Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').click(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
//]]>
</script>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td align="left" valign="middle" nowrap="nowrap">
<span class="nav">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->
</span>
</td>
<td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<td align="right" valign="bottom" nowrap="nowrap" width="100%">
<span class="gensmall bold">
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
|
<script type="text/javascript">
//<![CDATA[
insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</span>
</td>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr align="right">
<td class="catHead" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle"> <!-- google_ad_section_start -->{TOPIC_TITLE}<!-- google_ad_section_end --></h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
</tr>
</table>
</td>
</tr>
<!-- BEGIN topicpagination -->
<tr>
<td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END topicpagination -->
{POLL_DISPLAY}
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<tr class="post">
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}<br />
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
<div onClick="this.firstChild.value=(this.firstChild.value=='Afficher les informations')?'Masquer':'Afficher les informations';this.lastChild.style.display=(this.firstChild.value=='Afficher les informations')?'none':'block';" style="text-align: center;"><input type="button" value="Afficher les informations" class="profil1"/><div style="display: none; text-align: left;">
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
{postrow.displayed.POSTER_RPG}
</div></div>
</span><br />
<img src="http://illiweb.com/fa/vide.gif" alt="" style="width: 150px; height: 1px;" />
</td>
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT} <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
<td valign="top" nowrap="nowrap" class="post-options">
{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
</td>
</tr>
<tr>
<td colspan="2" class="hr">
<hr />
</td>
</tr>
<tr>
<td colspan="2">
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
<!-- BEGIN switch_vote_plus -->
<div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
<!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus -->
<div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
<!-- END switch_vote_minus -->
</div>
<!-- END switch_bar -->
<!-- BEGIN switch_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div class="postbody">
{postrow.displayed.MESSAGE}
<div class="signature_div">
{postrow.displayed.SIGNATURE}
</div>
</div>
<span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
<a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
</td>
<td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle">
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
</td>
</tr>
</table>
</td>
</tr>
<!-- BEGIN first_post_br -->
</table>
<br />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
</tr>
<!-- END first_post_br -->
<!-- END displayed -->
<!-- BEGIN hidden -->
<tr>
<td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
</tr>
<!-- END hidden -->
<!-- END postrow -->
<!-- BEGIN no_post -->
<tr align="center">
<td class="row1" colspan="2" height="28">
<span class="genmed">{no_post.L_NO_POST}</span>
</td>
</tr>
<!-- END no_post -->
<tr align="right">
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9%" class="noprint"> </td>
<td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
<td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
<!-- BEGIN topicpagination -->
<td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
<!-- END topicpagination -->
</tr>
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<tr>
<td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
</tr>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
<tr>
<td class="row2" colspan="2" align="center" style="padding:0px">
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}<br />
<!-- END switch_user_logged_in -->
</td>
</tr>
<tr>
<td style="margin:0; padding: 0;" colspan="2">
<table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
<tbody>
<!-- BEGIN show_permissions -->
<tr>
<td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
<td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
<!-- END show_permissions -->
<tr>
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<!-- BEGIN show_permissions -->
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
<!-- END show_permissions -->
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="margin:0; padding: 0;" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
<tbody>
<tr>
<td class="catBottom" colspan="2" height="28">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
<td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
<span class="nav">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->
</span>
</td>
<!-- BEGIN viewtopic_bottom -->
<td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
<!-- END viewtopic_bottom -->
<!-- BEGIN moderation_panel -->
<td align="center">
<span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
</td>
<td align="center" width="250">
<span class="gensmall"> </span>
</td>
<!-- END moderation_panel -->
</tr>
</table>
</form>
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
<form name="action" method="get" action="{S_FORM_MOD_ACTION}">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<input type="hidden" name="sid" value="{S_SID}" />
<span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
</form>
</td>
</tr>
</table>
<!-- END viewtopic_bottom -->
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(function(){
$('.postbody img').not('.signature_div img').css('display','none');
});
$(window).load(function(){
$('.postbody img').not('.signature_div img').each(function(){
if ( ( $(this).width() > {switch_image_resize.IMG_RESIZE_WIDTH} && {switch_image_resize.IMG_RESIZE_WIDTH} != 0 ) || ( $(this).height() > {switch_image_resize.IMG_RESIZE_HEIGHT} && {switch_image_resize.IMG_RESIZE_HEIGHT} != 0 ) ) {
$(this).before(document.createElement('div')).prev().click(function(){
return false;
}).addClass('resizebox gensmall clearfix').append(document.createElement('div')).children().addClass('resize_border clearfix').append(document.createElement('div')).children().addClass('resize_content clearfix').append(document.createElement('a')).children().addClass('enlarge').attr('href', '#').text('{switch_image_resize.L_IMAGE_ENLARGE}').click(function(){
$(this).parent().parent().parent().next().css('display','none').attr('resizeWidth', $(this).parent().parent().parent().next().width()).width('');
$(this).parent().parent().parent().next().width($(this).parent().parent().parent().next().width() > ($('html').attr('dir') != 'rtl' ? $(this).closest('td').width() - $(this).parent().parent().parent().offset().left + $(this).closest('td').offset().left : $(this).parent().parent().parent().width() + $(this).parent().parent().parent().offset().left - $(this).closest('td').offset().left) ? $('html').attr('dir') != 'rtl' ? $(this).closest('td').width() - $(this).parent().parent().parent().offset().left + $(this).closest('td').offset().left : $(this).parent().parent().parent().width() + $(this).parent().parent().parent().offset().left - $(this).closest('td').offset().left : '').css('display','inline');
$(this).css('display','none').next('a.resize').css('display','inline-block');
$(this).parent().parent().parent().width('').width($(this).parent().parent().parent().next().width());
return false;
}).parent().append(document.createElement('a')).children().next().addClass('resize').attr('href','#').text('{switch_image_resize.L_CLICK_TO_RESIZE}').click(function(){
$(this).parent().parent().parent().next().width(parseInt($(this).parent().parent().parent().next().attr('resizeWidth'))).removeAttr('resizeWidth');
$(this).css('display','none').prev('a.enlarge').css('display','inline-block');
$(this).parent().parent().parent().width('').width($(this).parent().parent().parent().next().width());
return false;
}).parent().append(document.createElement('div')).children('a.resize').next().addClass('resize_filler').text(' ').parent().append(document.createElement('a')).children('div.resize_filler').next().addClass('fullsize').attr('href','#').click(function(){
window.open('/viewimage.forum?u=' + encodeURIComponent($(this).parent().parent().parent().next().attr('src')));
return false;
}).attr('target', '_blank').text('{switch_image_resize.L_CLICK_TO_SEE_FULLSIZE}');
if ($(this).width() > ($('html').attr('dir') != 'rtl' ? $(this).closest('td').width() - $(this).prev().offset().left + $(this).closest('td').offset().left : $(this).prev().width() + $(this).prev().offset().left - $(this).closest('td').offset().left)){
$(this).prev().find('a.fullsize').attr('href','/viewimage.forum?u=' + encodeURIComponent($(this).attr('src'))).css('display', 'inline-block');
}
$(this).width($(this).width() * ( ( {switch_image_resize.IMG_RESIZE_WIDTH} != 0 && ( {switch_image_resize.IMG_RESIZE_HEIGHT} == 0 || $(this).width() / $(this).height() > {switch_image_resize.IMG_RESIZE_WIDTH} / {switch_image_resize.IMG_RESIZE_HEIGHT} ) ) ? {switch_image_resize.IMG_RESIZE_WIDTH} / $(this).width() : {switch_image_resize.IMG_RESIZE_HEIGHT} / $(this).height() ) ).css('display','inline').prev().width($(this).width());
}
}).css('display','inline');
});
//]]>
</script>
<!-- END switch_image_resize -->
<script type="text/javascript" src="{JS_DIR}addthis/addthis_widget.js?pub=forumotion"></script>
J'allais pas les mettre entre les balises quote
Mes liens sont en 10px, ils sont visible, ça suffit?

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Bonsoir, pas de nouvelle, je up donc mon sujet ^^

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
up ^^

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Un petit UP en plus 

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Bonjour !
Alors, je reviens avec des mauvaises nouvelles
J'ai installé vos templates sur mon forum test et le gras fonctionne bien, même
a:link {
font-weight:bold;
}
et ça fonctionne, il faut donc chercher plus loin !
Rien d'autres qui pourrait bloquer ?
Cordialement,
Alors, je reviens avec des mauvaises nouvelles
J'ai installé vos templates sur mon forum test et le gras fonctionne bien, même
a:link {
font-weight:bold;
}
et ça fonctionne, il faut donc chercher plus loin !
Rien d'autres qui pourrait bloquer ?
Cordialement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Bonsoir 
Franchement, je ne sait vraiment pas ou trouver ça, zut, zut.
.
Mais, il n'y a pas une fonction dans le PA 'Membres en gras'
Franchement, je ne sait vraiment pas ou trouver ça, zut, zut.
Mais, il n'y a pas une fonction dans le PA 'Membres en gras'

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Up ^^

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Bonsoir 
Bon, là je ne vois pas, on a testé le css, les templates, le message accueil...
Je ne vois pas de css incorporé qui pourrait bloquer...
Je vais être franche : voilà ce que je ferais moi : je recommencerais tout.
En gros enregistrez tout ce que vous avez fait :
Affichage > gestion des thèmes :
> exportez le thème sur votre ordinateur.
Enregistrez vos templates. (ils sont déjà dans ce topic de tout manière) > puis les remettre par défaut.
Et je remettrais un thème phpBB2 par défaut une fois que le forum est revenu avec une version phpBB2 par défaut : on vérifie que le gras fonctionne bien
(normalement il y sera obligatoirement)
-Re publier les templates modifiés
(vérifier que le gras est toujours là)
-Puis Importez le thème précédement enregistré sur l'ordinateur.
Je sais que ça parait long comme solution, mais honnêtement je n'ai pas d'autres idées qui puissent vous aider : mise à part faire comme sur un pc quand ça marche plus :non pas le jeter mais le reboot !
Amicalement,
Bon, là je ne vois pas, on a testé le css, les templates, le message accueil...
Je ne vois pas de css incorporé qui pourrait bloquer...
Je vais être franche : voilà ce que je ferais moi : je recommencerais tout.
En gros enregistrez tout ce que vous avez fait :
Affichage > gestion des thèmes :
> exportez le thème sur votre ordinateur.
Enregistrez vos templates. (ils sont déjà dans ce topic de tout manière) > puis les remettre par défaut.
Et je remettrais un thème phpBB2 par défaut une fois que le forum est revenu avec une version phpBB2 par défaut : on vérifie que le gras fonctionne bien
(normalement il y sera obligatoirement)
-Re publier les templates modifiés
(vérifier que le gras est toujours là)
-Puis Importez le thème précédement enregistré sur l'ordinateur.
Je sais que ça parait long comme solution, mais honnêtement je n'ai pas d'autres idées qui puissent vous aider : mise à part faire comme sur un pc quand ça marche plus :
Amicalement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Bonsoir, comment expliquez vous que le gras n'y était pas lors ce que je suis passé PHPBB3/ PHPBB2? Sans CCS, sans...rien 
Edit:
Pourquoi dans les forums, il prend le gras, et pour les membres, non? :@

Edit:
Pourquoi dans les forums, il prend le gras, et pour les membres, non? :@


Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
Re 
Honnêtement, je ne sais pas, il y a un bug quelque part, et personnellement d'un point de vu extérieur je ne le vois pas.
Si le gras n'y est pas depuis le début c'est qu'il y a eu un problème au moment du passage en phpBB3.
Je ne vois vraiment pas d'explication.
Cordialement,
Honnêtement, je ne sais pas, il y a un bug quelque part, et personnellement d'un point de vu extérieur je ne le vois pas.
Si le gras n'y est pas depuis le début c'est qu'il y a eu un problème au moment du passage en phpBB3.
Je ne vois vraiment pas d'explication.
Cordialement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Vous insinuez donc qu'il y a un bug, et qu'on ne peut rien y faire? --'

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Re: Membres en gras
hmmm pas un bug au sens ou ous l'entendez, moi j'entends une erreur, une erreur de manipulation, quelque chose à laquelle nous pensons pas.
90% des "bugs" signalés ici sont du fait d'une erreur du membre.
La seule chose que je vous dis c'est que je n'ai plus d'idée pour trouver d'où ça vient. Et si il y a quelque chose à faire : recommencer la manipulation proprement comme je vous l'ai indiqué deux posts plus haut.
C'est le seul moyen de savoir ce qui bloque^^
Cordialement,
90% des "bugs" signalés ici sont du fait d'une erreur du membre.
La seule chose que je vous dis c'est que je n'ai plus d'idée pour trouver d'où ça vient. Et si il y a quelque chose à faire : recommencer la manipulation proprement comme je vous l'ai indiqué deux posts plus haut.
C'est le seul moyen de savoir ce qui bloque^^
Cordialement,

Irina- Aidactive

-

Nombre de messages: 3330
Points: 4290
Date d'inscription: 16/07/2009
Niveau d'alerte:

Re: Membres en gras
Je re demande, il n'y a pas une fonction "Membre en gras" ? dans le PA PHPBB2?

Skull-piou- + Hyperactif +
-

Nombre de messages: 2420
Points: 1565
Date d'inscription: 23/10/2006
Niveau d'alerte:
Page 1 sur 2 • 1, 2 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum
Accueil
Les règles du FdF
Sécurité











par 
» Demande bouton
» Plus de mail pour les rang spéciaux
» connexion automatique pour PA
» probleme avec mon serving
» Ajouter de sujets dans le portail
» Probléme :s
» 64 ko !
» lien/photos invisible ?!