problèmes template profil
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
problèmes template profil
Bonjour tout le monde,
Etant donné que je suis entrain de gentiment me prendre la tête avec mon template, je vais énumérer mes problèmes afin que vous puissiez m'aider.
1) Je n'arrive pas à modifier la taille du pseudo dans mon profil. J'ai absolument TOUT tenté mais rien ne fonctionne. Je voudrais mettre la police à 20px par exemple. Voici mon template et mon css.
TEMPLATE
CSS
Merci d'avance aux personnes qui m'aideront. J'ai essayé d'expliquer au mieux mes problèmes donc j'espère que vous avez compris de quoi il s'agissait Je barrerais au fur et à mesure les trucs qui auront été résolus
Etant donné que je suis entrain de gentiment me prendre la tête avec mon template, je vais énumérer mes problèmes afin que vous puissiez m'aider.
1) Je n'arrive pas à modifier la taille du pseudo dans mon profil. J'ai absolument TOUT tenté mais rien ne fonctionne. Je voudrais mettre la police à 20px par exemple. Voici mon template et mon css.
TEMPLATE
- Code:
<!-- BEGIN displayed -->
<tr class="post">
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
<span class="postdetails poster-profile">
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong><div id="profiltemp">{postrow.displayed.POSTER_NAME}</div></strong></span>
<!-- BEGIN profile_field -->
{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
<!-- END profile_field -->
<div class="profilmasque" onClick="this.firstChild.value=(this.firstChild.value=='Afficher le Profil')?'Masquer le Profil':'Afficher le Profil';this.lastChild.style.display=(this.firstChild.value=='Afficher le Profil')?'none':'block';" style="text-align: center;"><input type="button" value="Afficher le Profil" class="profil1"/><div style="display: none; text-align:left;">{postrow.displayed.POSTER_RPG}</div></div>
<img src="http://2img.net/i/fa/empty.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">
<div>{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
<div class="clear"></div>
<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>
<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 -->
CSS
- Code:
#profiltemp {
font-size: 20px;
font-family : times new roman;
font-style : italic;
text-align: center;
}
Merci d'avance aux personnes qui m'aideront. J'ai essayé d'expliquer au mieux mes problèmes donc j'espère que vous avez compris de quoi il s'agissait Je barrerais au fur et à mesure les trucs qui auront été résolus
Dernière édition par Pirwett le Lun 13 Juin - 13:07, édité 1 fois
Re: problèmes template profil
Bonjour,
Et en mettant comme ceci:
- Code:
font-size: 25px !important;
C'est mieux ? Ca fonctionne sur mon forum test
Pour le reste de vos questions, il faudrait ouvrir un nouveau sujet pour chacune, histoire de faciliter la recherche et la résolution des problèmes.
Cordialement.
Re: problèmes template profil
Bonjour,
Non ça ne marche toujours pas :/
Ce que je ne comprends pas c'est que sur mon forum test ça marche aussi, par contre, pas moyen que ça fonctionne sur le "vrai" forum. Une autre idée d'où pourrait venir le problème ?
Non ça ne marche toujours pas :/
Ce que je ne comprends pas c'est que sur mon forum test ça marche aussi, par contre, pas moyen que ça fonctionne sur le "vrai" forum. Une autre idée d'où pourrait venir le problème ?
Re: problèmes template profil
Essayez avec cette ceci sinon:
.name a {
Blabla
}
On peut toujours mettre le font size directement autour de la variable dans le template au cas où
Re: problèmes template profil
Merci beaucoup !
J'avais déjà essayé de le mettre directement dans le template mais avec name a ça marche J'avais juste essayé avec "name" sans mettre le a, c'est sûrement pour ça que ça avait raté! Quoiqu'il en soit, merci beaucoup !
J'avais déjà essayé de le mettre directement dans le template mais avec name a ça marche J'avais juste essayé avec "name" sans mettre le a, c'est sûrement pour ça que ça avait raté! Quoiqu'il en soit, merci beaucoup !
Sujets similaires
» Problèmes de template & autres ...
» Problèmes avec le template du QEEL
» Problème template : positionnement du profil
» Personnalisation du template profil
» Template qui gère: " Voir le profil "
» Problèmes avec le template du QEEL
» Problème template : positionnement du profil
» Personnalisation du template profil
» Template qui gère: " Voir le profil "
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum