MyBB.support, le portail francophone de MyBB
Modification affichage info - Version imprimable

+- MyBB.support, le portail francophone de MyBB (http://mybb.fr)
+-- Forum : MyBB.fr (http://mybb.fr/forum-1.html)
+--- Forum : Support (http://mybb.fr/forum-5.html)
+--- Sujet : Modification affichage info (/thread-4390.html)



Modification affichage info - Kimoos - 05-07-2011

Salut je voudrais savoir comment mettre chaque info qui se trouve au dessous de l'avatar dans un rectangle comme dans l'image .

[Image: 467317mybb.png]


RE: Modification affichage info - exdiogene - 05-07-2011

Une des solutions possibles serait de changer dans le template "postbit_author_user" :
Code PHP :
    {$lang->postbit_posts} {$post['postnum']}<br />
    {
$lang->postbit_joined} {$post['userregdate']}
    {
$post['replink']}{$post['warninglevel']} 
pour :
Code PHP :
    <div style="border:#c0c0c0 solid 1px">{$lang->postbit_posts} {$post['postnum']}</div>
    <
div style="border:#c0c0c0 solid 1px">{$lang->postbit_joined} {$post['userregdate']}</div>
    <
div style="border:#c0c0c0 solid 1px">{$post['replink']}{$post['warninglevel']}</div



RE: Modification affichage info - Kimoos - 06-07-2011

Merci , et comment on ajoute le petit espace après chaque ligne ? ( le </br> donne un grand espace )


RE: Modification affichage info - exdiogene - 06-07-2011

En remplaçant :
style="border:#c0c0c0 solid 1px"

par :
style="spacing:2px; border:#c0c0c0 solid 1px"

Pour un espace intérieur en plus il faudrait :
style="padding:2px; spacing:2px; border:#c0c0c0 solid 1px"



 Utilitaire de traduction fourni par Regentronique