[Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 6:20 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
BOnjour,
J'ai farfouillé mais je n'ai pas trouvé donc je post ici :-)
Voilà, je voudrais modifier certains noms sur mon forum exple : chatboox en chaudron baveur mais je ne sais pas comment faire. Pourriez-vous m'indiquer la marche à suivre ?
Merci d'avance
Sylvius
J'ai farfouillé mais je n'ai pas trouvé donc je post ici :-)
Voilà, je voudrais modifier certains noms sur mon forum exple : chatboox en chaudron baveur mais je ne sais pas comment faire. Pourriez-vous m'indiquer la marche à suivre ?
Merci d'avance
Sylvius
Aloha,
Tu peux essayer ceci :
À bientôt !
Tu peux essayer ceci :
- Code:
.chatbox-title a {
font-size:0;
}
.chatbox-title a:after {
font-size:18px;
content:"Chaudron baveur";
}
Pour installer le code : Panneau d'administration → Affichage → Images et couleurs → Couleurs → Feuille de style CSS. N'oublie pas de valider le code.font-size:18px;
À bientôt !
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 13:27 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
cela n'a pas marché mais merci quand même
Le code fonctionne parfaitement sur mon forum de test.
Tu as bien suivi toutes les étapes ?
ÉDIT : c'est normal que le code n'ait pas fonctionné. Ton forum est en PhpBB2 apparemment.
Essaie ce code :
Tu as bien suivi toutes les étapes ?
ÉDIT : c'est normal que le code n'ait pas fonctionné. Ton forum est en PhpBB2 apparemment.
Essaie ce code :
- Code:
#chatbox_header .catBottom .cattitle {
color:white;
}
#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Chaudron baveur"; }
#chatbox_header .cattitle { background-image:url(); }
#chatbox_header .cattitle strong { visibility: hidden; }
Dernière édition par Ignazio le Dim 26 Juin 2016 - 13:37, édité 3 fois (Raison : Édit)
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 13:55 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
Super cela à marcher et tu aurais le même code pour modifier le fameux qui est en ligne en Qui consulte la pensine ?
Aloha !
Content que le code ait fonctionné. Pour modifier le Qui Est En Ligne, il faudra passer par les templates.
Chemin : Panneau d'administration → Affichage → Templates → Général → index_body.
Cherche ce passage :
N'oublie pas d'enregistrer les modifications. Une fois que tu as fini de les enregistrer, tu auras cet affichage :
Clique sur le "+" et regarde si ça a fonctionné.
Content que le code ait fonctionné. Pour modifier le Qui Est En Ligne, il faudra passer par les templates.
Chemin : Panneau d'administration → Affichage → Templates → Général → index_body.
Cherche ce passage :
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">Qui consulte la pensine ?</a></span>
<!-- END switch_viewonline_link -->
N'oublie pas d'enregistrer les modifications. Une fois que tu as fini de les enregistrer, tu auras cet affichage :
Clique sur le "+" et regarde si ça a fonctionné.
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 14:29 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
superbe un grand merci sincérement ^^
Ce n'est rien, si j'ai pu t'aider, ça me fait plaisir.
Je peux archiver ?
Je peux archiver ?
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 18:39 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
Re,
Je vais encore abuser de ton temps et de ta gentillesse. Je trouve que la taille de la police dans la partie qui est en ligne "statistique en bas du forum" est trop grosse et je voudrais la réduire.
Je n'y suis pas arrivé et je pense que c'est du codage.
Peux tu m'aider ?
Merci d'avance
Amicalement
Sylvius
Je vais encore abuser de ton temps et de ta gentillesse. Je trouve que la taille de la police dans la partie qui est en ligne "statistique en bas du forum" est trop grosse et je voudrais la réduire.
Je n'y suis pas arrivé et je pense que c'est du codage.
Peux tu m'aider ?
Merci d'avance
Amicalement
Sylvius
Aloha,
Pourrais-tu faire une petite capture d'écran de ce que tu voudrais réduire ?
Merci beaucoup !
Pourrais-tu faire une petite capture d'écran de ce que tu voudrais réduire ?
Merci beaucoup !
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 18:52 Inscrit le : 04/05/2013
Messages : 46
Messages : 46
Phyllali
Bonsoir,
Pourrais-je avoir le lien de ton forum pour que je puisse t'aider ? Afin de savoir si le QEEL a eu recourt à une modification de ta part ou non. Si oui, pourrais-tu me passer ton Template ?
Pourrais-je avoir le lien de ton forum pour que je puisse t'aider ? Afin de savoir si le QEEL a eu recourt à une modification de ta part ou non. Si oui, pourrais-tu me passer ton Template ?
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 18:52 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
http://thetenebrospoudlard.forumactif.org/
https://i.servimg.com/u/f35/18/95/22/39/fond_t10.png
voilà et merci
https://i.servimg.com/u/f35/18/95/22/39/fond_t10.png
voilà et merci
Merci.
Pour qu'on soit sûr : tu veux réduire la taille des écritures de ton Qui Est En Ligne ?
Pour qu'on soit sûr : tu veux réduire la taille des écritures de ton Qui Est En Ligne ?
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 19:08 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
ouiiiiiii ! tout à fait car je trouve que cela fait trop gros
tout le pavé en fait ^^
tout le pavé en fait ^^
Alors, je bloque de mon côté (je ne connais pas très bien les templates). J'espère que Phyllali pourra t'aider.
Re: [Codage] Modifier certains noms sur mon forum
- Dim 26 Juin 2016 - 21:04 Inscrit le : 04/05/2013
Messages : 46
Messages : 46
Phyllali
J'ai fait du mieux que j'ai pu et je pense avoir fait quelque chose à tes attentes.
Pour cela, dirige toi dans le Template "index.body".
Remplace ce passage :
par (j'ai pris en compte la modification déjà faite grâce à Ignazio) :
Le CSS :
Pour cela, dirige toi dans le Template "index.body".
Remplace ce passage :
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</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">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</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 -->
par (j'ai pris en compte la modification déjà faite grâce à Ignazio) :
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">Miroir de Rised</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</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%" valign="top"><div class="marge"><span class="gensmall qeel">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}<br />
{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}<br /></span>
<table id="qeel-annivs"> {L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}</table>
<span class="gensmall qeel">{LEGEND} : {GROUP_LEGEND}</span><br /><br />
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall qeel">{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>
<!-- END switch_chatbox_activate -->
</div></td></tr>
</table>
<!-- END disable_viewonline -->
Le CSS :
- Code:
.qeel{
font-size:10px; /*-- taille du texte --*/
}
.qeel .gensmall{
font-size:10px; /*-- taille des groupes --*/
}
#qeel-annivs .gensmall {
font-size: 10px; /*-- taille du texte --*/
}
.marge{
margin-left:15px; /*-- espace entre le texte et l'image --*/
}
J'espère que la solution proposée par Phyllali te conviendra. Sinon, petit rappel des chemins à emprunter :
Template : Panneau d'administration → Affichage → Templates → Général → index_body.
CSS : Panneau d'administration → Affichage → Images et couleurs → Couleurs → Feuille de style CSS.
Pour terminer, as-tu d'autres questions ?
Template : Panneau d'administration → Affichage → Templates → Général → index_body.
CSS : Panneau d'administration → Affichage → Images et couleurs → Couleurs → Feuille de style CSS.
Pour terminer, as-tu d'autres questions ?
Re: [Codage] Modifier certains noms sur mon forum
- Lun 27 Juin 2016 - 6:06 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
Aucune autre question si ce n'est vous dire merci ! Si vous avez besoin d'un coup de main pour .....demandez !!! Merci encore.
ÉDIT : Cela ne marche pas, il me dit que le nombre de guillemets est impair.....J'ai beau relire et rerelire, je ne vois pas où ! bref pas simple lol
ÉDIT : Cela ne marche pas, il me dit que le nombre de guillemets est impair.....J'ai beau relire et rerelire, je ne vois pas où ! bref pas simple lol
Sur le forum de test de Phyllali, ça fonctionne pourtant... Pourrais-tu fournir ton CSS et ton template index.body s'il-te-plaît ?
P.-S. : privilégie l'édition de tes messages pour rajouter une information au lieu de double-poster, c'est beaucoup mieux.
P.-S. : privilégie l'édition de tes messages pour rajouter une information au lieu de double-poster, c'est beaucoup mieux.
Re: [Codage] Modifier certains noms sur mon forum
- Lun 27 Juin 2016 - 7:31 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
Oui pas de problème et encore merci (bon je vais arrêter je pense vous avez compris ;-)
Code Body
J'espère que cel conviendra. Après si cela ne fonctionne pas, ce n'est pas grave, on laissera comme cela ^^
Sylvius
Code Body
- Spoiler:
- 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">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</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></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</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">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</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">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">Miroir de Rised</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle"><span id="qeel">{L_WHO_IS_ONLINE}<script type="text/javascript">
document.getElementById('qeel').innerHTML= document.getElementById('qeel').innerHTML.replace(/Qui est en ligne ?/,"Qui hante ces murs ?");</script></span></span>
<!-- END switch_viewonline_nolink -->
</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="tp">{TOTAL_POSTS}<script type="text/javascript">
document.getElementById('tp').innerHTML= document.getElementById('tp').innerHTML.replace(/Nos membres ont posté un total de/,"Nos sorciers ont posté un total de").replace(/messages/,"parchemins");</script></span><br />
<span id="tu">{TOTAL_USERS}<script type="text/javascript">
document.getElementById('tu').innerHTML= document.getElementById('tu').innerHTML.replace(/Membres enregistrés/,"Sorciers de notre communauté magique");</script></span><br />
<span id="nu">{NEWEST_USER}<script type="text/javascript">
document.getElementById('nu').innerHTML= document.getElementById('nu').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"Le dernier Sorcier a nous avoir rejoints");</script></span></span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall"><span id="tuo">{TOTAL_USERS_ONLINE}<script type="text/javascript">
document.getElementById('tuo').innerHTML= document.getElementById('tuo').innerHTML.replace(/utilisateurs en ligne/,"membre de notre communauté magique").replace(/Enregistré/,"Sorcier").replace(/Invisible/,"Sous cape d'invisibilité").replace(/Invité/,"Moldu");</script></span><br />
<span id="ru">{RECORD_USERS}<script type="text/javascript">
document.getElementById('ru').innerHTML= document.getElementById('ru').innerHTML.replace(/d'utilisateurs en ligne/,"de Sorciers présents");</script></span><br />
<br />
<span id="liul">{LOGGED_IN_USER_LIST}<script type="text/javascript">
document.getElementById('liul').innerHTML= document.getElementById('liul').innerHTML.replace(/Utilisateurs enregistrés /,"Sorciers présents");</script></span></span></td>
</tr>
<span id="lcm">{L_CONNECTED_MEMBERS}<script type="text/javascript">
document.getElementById('lcm').innerHTML= document.getElementById('lcm').innerHTML.replace(/Membres connectés/,"Sorciers de passage");</script></span>
{L_WHOSBIRTHDAY_TODAY}<span id="anniversaire"></span>
{L_WHOSBIRTHDAY_WEEK}<script type="text/javascript">document.getElementById('anniversaire').parentNode.innerHTML=document.getElementById('anniversaire').parentNode.innerHTML.replace(/Membres/,"Sorciers").replace(/Membres/,"Sorciers").replace(/Aucun membre/,"Aucun Sorcier").replace(/Aucun membre/,"Aucun Sorcier");</script>
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall"><span id="tco">{TOTAL_CHATTERS_ONLINE}<script type="text/javascript">
document.getElementById('tco').innerHTML= document.getElementById('tco').innerHTML.replace(/utilisateur(s)/,"Sorcier(s)").replace(/sur la ChatBox/,"au Chaudron Baveur");</script> </span>: {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}', 'Rejoindre Le Chaudron');
//]]>
</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}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Code CSS
- Code:
/*--------------------------------- PA ---------------------------------*/
/* Fond */
.fondsgénéraux {
background-color: #;
width: 1100px;
padding: 15px;
color: #767676;
}
.blocpa {
width: 220px;
padding: 15px;
background-color: #141517;
}
.blocpa:hover {
width: 220px;
background-color: #141517;
border-left: 2px solid #2F3C3E;
border-right: 2px solid #2F3C3E;
}
/* Titres */
.titrePA1 {
font-family: parisienne;
font-size: 35px;
color: #FE6D6D;
z-index: 1px;
position: relative;
}
.titrePA2 {
font-family: parisienne;
font-size: 25px;
color: #F0F0F0;
position: relative;
}
.titrePA2:hover {
font-family: parisienne;
font-size: 25px;
color: #FE6D6D;
position: relative;
}
.titrePA3 {
font-family: parisienne;
font-size: 25px;
color: #FE6D6D;
position: relative;
}
.titrePA3:hover {
font-family: parisienne;
font-size: 25px;
color: #F0F0F0;
position: relative;
}
/* Système onglets */
.paonglet {
display: inline-block;
cursor: pointer;
}
.contenu_paonglet {
display: none;
width: 350px;
height: 360px;
background-color: #141517;
}
.contenu_paonglet:hover {
display: none;
width: 250px;
background-color: #141517;
border-left: 2px solid #2F3C3E;
border-right: 2px solid #2F3C3E;
}
/* Info-bulles staff */
.info {
position: relative;
z-index: 24;
text-decoration: none;
}
d.info:hover {
z-index: 25;
}
d.info span {
display: none;
}
d.info:hover span {
display: block;
position: absolute;
top: -2em;
left: -2em;
width: 120px;
height: 50px;
background-color: #1B1B1F;
color: #16161A;
text-align: center;
font-weight: none;
}
/* Info-bulles prédef */
.info {
position: relative;
z-index: 24;
text-decoration: none;
}
c.info:hover {
z-index: 25;
}
c.info span {
display: none;
}
c.info:hover span {
display: block;
position: absolute;
top: -7.3em;
left: -0.2em;
border-radius: 50%;
width: 90px;
height: 90px;
background-color: #1B1B1F;
color: #16161A;
text-align: center;
font-weight: none;
}
/* Images Prédef */
.imgPA {
border-radius: 50%;
width: 80px;
height: 80px;
}
/* Images Staff */
.imgwidget {
border-radius: 50%;
width: 60px;
height: 60px;
-moz-transition-duration: 1s;
-moz-transition-timing-function: linear;
-webkit-transition-duration: 1s;
-webkit-transition-timing-function: linear;
transition-duration: 1s;
transition-timing-function: linear;
}
.imgwidget:hover {
border-radius: 50%;
width: 60px;
height: 60px;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
/* Top Sites */
.tops {
-moz-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
width: 40px;
}
.tops:hover {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 40px;
}
/*--------------------------------- FIN PA ---------------------------------*/
.ChatboxLaterale {
position: fixed; /* position fixe dans la fenêtre */
bottom: 10%; /* à 10% du bas (calculé en fonction de la taille de la fenêtre) */
left: 0; /* et collé au bord gauche */
width : 100px; /* dimension 100px */
}
.ChatboxLaterale iframe {
width: 800px; /* largeur */
height: 300px; /* hauteur */
display: none; /* caché par défaut */
}
.boutonChatbox {
vertical-align: bottom; /* on aligne le bouton en bas, le long de la chatbox */
}
.boutonChatbox img {
cursor:pointer; /* on ajoute un pointeur pour indiquer que image est cliquable */
}
a:hover{
letter-spacing: 2px;
}
---------------------
#chatbox_header .catBottom .cattitle {
color:white;
}
#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Chaudron baveur"; }
#chatbox_header .cattitle { background-image:url(); }
#chatbox_header .cattitle strong { visibility: hidden; }
J'espère que cel conviendra. Après si cela ne fonctionne pas, ce n'est pas grave, on laissera comme cela ^^
Sylvius
Re: [Codage] Modifier certains noms sur mon forum
- Lun 27 Juin 2016 - 10:10 Inscrit le : 04/05/2013
Messages : 46
Messages : 46
Phyllali
Salut. En faite, j'ai essayé sans mettre les indications et ça fonctionnait. Et j'ai oublié par la suite de test avec les indications.
Donc normalement, ça marche sans, donc essaye avec plutôt ça :
Donc normalement, ça marche sans, donc essaye avec plutôt ça :
- Code:
.qeel{
font-size:10px;
}
.qeel .gensmall{
font-size:10px;
}
#qeel-annivs .gensmall {
font-size: 10px;
}
.marge{
margin-left:15px;
}
Re: [Codage] Modifier certains noms sur mon forum
- Lun 27 Juin 2016 - 10:30 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
Toujours en modifiant le template ? car si je le fais je vais perdre nos modifications (exple : membres = sorciers, messages = parchemins ou chatbox = chandron baveur) ?
Remplace tout ton CSS par ceci :
- Code:
/*--------------------------------- PA ---------------------------------*/
/* Fond */
.fondsgénéraux {
background-color: #;
width: 1100px;
padding: 15px;
color: #767676;
}
.blocpa {
width: 220px;
padding: 15px;
background-color: #141517;
}
.blocpa:hover {
width: 220px;
background-color: #141517;
border-left: 2px solid #2F3C3E;
border-right: 2px solid #2F3C3E;
}
/* Titres */
.titrePA1 {
font-family: parisienne;
font-size: 35px;
color: #FE6D6D;
z-index: 1px;
position: relative;
}
.titrePA2 {
font-family: parisienne;
font-size: 25px;
color: #F0F0F0;
position: relative;
}
.titrePA2:hover {
font-family: parisienne;
font-size: 25px;
color: #FE6D6D;
position: relative;
}
.titrePA3 {
font-family: parisienne;
font-size: 25px;
color: #FE6D6D;
position: relative;
}
.titrePA3:hover {
font-family: parisienne;
font-size: 25px;
color: #F0F0F0;
position: relative;
}
/* Système onglets */
.paonglet {
display: inline-block;
cursor: pointer;
}
.contenu_paonglet {
display: none;
width: 350px;
height: 360px;
background-color: #141517;
}
.contenu_paonglet:hover {
display: none;
width: 250px;
background-color: #141517;
border-left: 2px solid #2F3C3E;
border-right: 2px solid #2F3C3E;
}
/* Info-bulles staff */
.info {
position: relative;
z-index: 24;
text-decoration: none;
}
d.info:hover {
z-index: 25;
}
d.info span {
display: none;
}
d.info:hover span {
display: block;
position: absolute;
top: -2em;
left: -2em;
width: 120px;
height: 50px;
background-color: #1B1B1F;
color: #16161A;
text-align: center;
font-weight: none;
}
/* Info-bulles prédef */
.info {
position: relative;
z-index: 24;
text-decoration: none;
}
c.info:hover {
z-index: 25;
}
c.info span {
display: none;
}
c.info:hover span {
display: block;
position: absolute;
top: -7.3em;
left: -0.2em;
border-radius: 50%;
width: 90px;
height: 90px;
background-color: #1B1B1F;
color: #16161A;
text-align: center;
font-weight: none;
}
/* Images Prédef */
.imgPA {
border-radius: 50%;
width: 80px;
height: 80px;
}
/* Images Staff */
.imgwidget {
border-radius: 50%;
width: 60px;
height: 60px;
-moz-transition-duration: 1s;
-moz-transition-timing-function: linear;
-webkit-transition-duration: 1s;
-webkit-transition-timing-function: linear;
transition-duration: 1s;
transition-timing-function: linear;
}
.imgwidget:hover {
border-radius: 50%;
width: 60px;
height: 60px;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
/* Top Sites */
.tops {
-moz-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
width: 40px;
}
.tops:hover {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 40px;
}
/*--------------------------------- FIN PA ---------------------------------*/
.ChatboxLaterale {
position: fixed; /* position fixe dans la fenêtre */
bottom: 10%; /* à 10% du bas (calculé en fonction de la taille de la fenêtre) */
left: 0; /* et collé au bord gauche */
width : 100px; /* dimension 100px */
}
.ChatboxLaterale iframe {
width: 800px; /* largeur */
height: 300px; /* hauteur */
display: none; /* caché par défaut */
}
.boutonChatbox {
vertical-align: bottom; /* on aligne le bouton en bas, le long de la chatbox */
}
.boutonChatbox img {
cursor:pointer; /* on ajoute un pointeur pour indiquer que image est cliquable */
}
a:hover{
letter-spacing: 2px;
}
---------------------
#chatbox_header .catBottom .cattitle {
color:white;
}
#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Chaudron baveur"; }
#chatbox_header .cattitle { background-image:url(); }
#chatbox_header .cattitle strong { visibility: hidden; }
.qeel{
font-size:10px;
}
.qeel .gensmall{
font-size:10px;
}
#qeel-annivs .gensmall {
font-size: 10px;
}
.marge{
margin-left:15px;
}
Re: [Codage] Modifier certains noms sur mon forum
- Lun 27 Juin 2016 - 11:00 Inscrit le : 20/06/2016
Messages : 138
Messages : 138
sylvius cesarius
c'est fait mais cela ne change rien !! bon c'est pas grave. Je voudrais pas vous prendre la tête et vous faire perdre du temps. Merci
Ton forum est sans doute hanté. Je viens de réessayer le code (en changeant les valeurs) sur mon forum de test et j'obtiens ceci :
On va bien trouver la solution, ne t'inquiète pas (et tu ne nous fais pas perdre notre temps).
On va bien trouver la solution, ne t'inquiète pas (et tu ne nous fais pas perdre notre temps).