PDA

Afficher la version complète : Affichage des discussions Postbit_legacy personnalisé



Ombre
31/08/2008, 16h21
Personnalisation du template postbit_legacy de façon à différencier votre forum des autres, un choix de couleurs est disponible selon vos goûts...
Extensible en hauteur, pour ajouts de nouveaux fields ou autres informations (images) :)





http://www.vbulletin-ressources.com/forum/images/tutoriaux/1668_1220187465.gif


Réalisation & Auteur


par Ombre (http://www.vbulletin-ressources.com/forum/member.php?u=1668) pour vbulletin-ressources.
Modification incluse pour que la signature apparaisse tout en bas du topic, auteur: dancue (http://www.vbulletin.org/forum/member.php?u=242800) (correction de ma part d'une petite erreur dû à vB 3.7 car cette modification était prévus pour vB 3.6)

Droits & Support

vBulletin-Ressources et son équipe offrira un support vis-à-vis de ce mod, bien sûr, dans la mesure du possible de chacun, autant en terme de temps que de connaissances
Vous pouvez redistribuez cette ressource en citent la source, c'est à dire: vBulletin-ressources.com ou en donnent le lien de ce topic.


Installation


Commençons par uploader le dossier postbit_legacy_ombre dans le dossier /images/misc/ de votre forum (Si vous utilisez un mod de couleur du postbit différent placé le dossier correspondant à la couleur de votre choix de postbit_legacy.
Dans votre admincp allez sur Styles & Templates/Gestionnaire de styles/ et choisissez le CSS principale du style souhaité pour cette modification, et inséré ces class CSS tout en bas dans la deuxième case du bas de Définitions des CSS supplémentaires:


.haut{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_01.png);
background-repeat: no-repeat ;
width: 185px;
height: 43px;
}
.milieu{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_03.png);
background-repeat: repeat-y;
width: 185px;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#00a2ff;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:#00a2ff;
text-decoration:none;
background-color:;
}
.bas{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_05.png);
background-repeat: no-repeat ;
width: 185px;
height: 66px;
}
#marginpostbit{
margin: 0 12px 0 12px;
text-align:center;
}

Puis dirigez vous sur Styles & Templates/Recherche dans les templates/ et choisissez le ou les styles visé par cette modification de votre forum, puis rechercher le template postbit_legacy et cherchez ce bout de code:


<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>

<div class="smallfont">
&nbsp;<br />
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>

</td>
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>Remplacez le par:

<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
$vbphrase[posts]: $post[posts]

$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>Recherchez le code suivant:

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

$template_hook[postbit_signature_end]

<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>Et remplacé le par celui là:

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>

Enregistrez le template et regardez le résultat ;)


Options couleurs


Car le CSS plus haut est celui adapté à l'original (fond noir), la police est clair et les liens bleu, donc pour ne pas avoir de surprises sur certaines couleurs de lien ou texte remplacer le CSS du haut par un des deux ci-dessous ;)

Css à mettre à la place de l'original si vous utilisez une couleur pour un fond clair:

.haut{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_01.png);
background-repeat: no-repeat ;
width: 185px;
height: 43px;
}
.milieu{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_03.png);
background-repeat: repeat-y;
width: 185px;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: black;
}
.milieu a:link {
color:black;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:black;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#grey;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:grey;
text-decoration:none;
background-color:;
}
.bas{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_05.png);
background-repeat: no-repeat ;
width: 185px;
height: 66px;
}
#marginpostbit{
margin: 0 10px 0 10px;
text-align:center;
}
#marginpostbit{
margin: 0 12px 0 12px;
text-align:center;
}

Css à mettre à la place de l'original si vous utilisez une couleur pour un fond foncé:

.haut{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_01.png);
background-repeat: no-repeat ;
width: 185px;
height: 43px;
}
.milieu{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_03.png);
background-repeat: repeat-y;
width: 185px;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:black;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:black;
text-decoration:none;
background-color:;
}
.bas{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_05.png);
background-repeat: no-repeat ;
width: 185px;
height: 66px;
}
#marginpostbit{
margin: 0 10px 0 10px;
text-align:center;
}
#marginpostbit{
margin: 0 12px 0 12px;
text-align:center;
}
Vous pouvez modifier le CSS pour qu'il s'adapte de façon plus approprié à votre style en changent par exemple la couleur de la police des textes et liens ;)

Possibilité de vous créez une interface à la couleur de votre choix, il me faudra juste le code couleur exa (exemple:#000000) de votre choix, toutes demandes doivent ce faire sur ce topic, je ne répondrais pas en mp.

Screenshot

* En pièces jointe

Ombre
31/08/2008, 16h24
Adapation du mod pour styles précis:


Bluedemon (completeVB): http://www.vbulletin-ressources.com/forum/showpost.php?p=102043&postcount=118


¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Ajouts de couleur de l'interface:


Demande de Tak Fujiwara : OK! (blanc rouge)
Demande de Piix: OK! (blanc bleu)
Demande de Tak Fujiwara : OK! (blanc vert code couleur pour le vert: #9BCE35)

gomisloca
31/08/2008, 16h42
merci excellent :yahoo::yahoo:

piix
31/08/2008, 17h21
jolie travail, félicitation Ombre !!

ibanez
31/08/2008, 17h45
¤¤¤¤ ! Réserver ! ¤¤¤¤


merci !!!
je prépare une autre version ;)

piix
31/08/2008, 18h41
bonjour,
faut bien un problème pour installer le postbit !!
le voici quand je change le css :



Les variables requises sont manquantes et l'exécution ne peut continuer. Veuillez recommencer.

Cette erreur peut survenir si vous avez Suhosin / Hardened PHP installé sur votre serveur. Si vous savez que vous avez Suhosin en cours d'exécution et que vous avez accès à la configuration PHP, tentez d'augmenter la valeur des variables suivantes :

php_value suhosin.post.max_vars
php_value suhosin.request.max_vars


sinon pour le reste je suis arriver mais sans ca sa sert a rien, j'ai chercher sur le web mais tous en anglais, je n'ai rien compris

Ombre
31/08/2008, 19h13
bonjour,
faut bien un problème pour installer le postbit !!
le voici quand je change le css :



Les variables requises sont manquantes et l'exécution ne peut continuer. Veuillez recommencer.

Cette erreur peut survenir si vous avez Suhosin / Hardened PHP installé sur votre serveur. Si vous savez que vous avez Suhosin en cours d'exécution et que vous avez accès à la configuration PHP, tentez d'augmenter la valeur des variables suivantes :

php_value suhosin.post.max_vars
php_value suhosin.request.max_vars


sinon pour le reste je suis arriver mais sans ca sa sert a rien, j'ai chercher sur le web mais tous en anglais, je n'ai rien compris
J'ai pas trop compris, tu essayes d'installer quoi comme postbit?, il s agit juste d'une modification.

piix
31/08/2008, 19h16
Dans votre admincp allez sur Styles & Templates/Gestionnaire de styles/ et choisissez le CSS principale du style souhaité pour cette modification, et inséré ces class CSS tout en bas dans la deuxième case du bas de Définitions des CSS supplémentaires:


.haut{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_01.png)no-repeat center;
width: 185px ;
height: 43px ;
}
.milieu{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_03.png)repeat-y center;
width: 185px ;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#00a2ff;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:#00a2ff;
text-decoration:none;
background-color:;
}
.bas{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_05.png)no-repeat center;
width: 185px ;
height: 66px ;
}

voila quand j'ai rentrer ca dans la base css et j'ai mit enregistrer et voici ce que ca ma mit (message précédent)

Ombre
31/08/2008, 19h22
une class CSS si tu l as place là ou il faut ne peu pas te donner de message d'erreur, bien que j'ai pas ocnnaissance de ce style de message d'erreur, fait moi un screen de là ou tu essayes de placé ces class CSS

Allan
31/08/2008, 19h26
Merci, ils sont bien sympa :)

sony
31/08/2008, 20h41
super, bravo et merci Ombre :yahoo:

piix
31/08/2008, 21h07
une class CSS si tu l as place là ou il faut ne peu pas te donner de message d'erreur, bien que j'ai pas ocnnaissance de ce style de message d'erreur, fait moi un screen de là ou tu essayes de placé ces class CSS

voici en piece jointe le probleme :

Ombre
31/08/2008, 21h24
Bonsoir je viens de etster sur un autre theme que celui par defaut poru en etre sure, et pareil aucuns soucis, tu place bien ceci:


.haut{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_01.png)no-repeat center;
width: 185px ;
height: 43px ;
}
.milieu{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_03.png)repeat-y center;
width: 185px ;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#00a2ff;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:#00a2ff;
text-decoration:none;
background-color:;
}
.bas{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_05.png)no-repeat center;
width: 185px ;
height: 66px ;
}

Si le problème persiste préviens moi bien que dans ton cas étrange je ne vois pas a part ton hébergeur ce qui pourrais posé problème, c'est que des class CSS qui n'ont aucunes actions sur le forum, sauf sur le code qui utilise cette class :)

Tak Fujiwara
31/08/2008, 21h27
Merci, j'ai suivi à la lettre l'installation, je les refait deux fois et sa me fait toujours la même chose

http://worldnfs.tonsite.biz/forum/showthread.php?p=67#post67

Tout est décalé :(

Ombre
31/08/2008, 21h29
Envois moi un axx admin et ton url en mp stp que je regarde cela, pense avant à sauvegarder le template postbit_legacy stp.

Si je vois que c'est à cause du postbit_legacy trop différent sur ton theme utilisé je modifierais le topic et demanderais le remplacement du postbit complet pour éviter que ça soit compatible que avec le thème par défaut vu que j'ai etster que sur celui par défaut.

piix
31/08/2008, 21h45
Bonsoir je viens de etster sur un autre theme que celui par defaut poru en etre sure, et pareil aucuns soucis, tu place bien ceci:


.haut{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_01.png)no-repeat center;
width: 185px ;
height: 43px ;
}
.milieu{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_03.png)repeat-y center;
width: 185px ;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#00a2ff;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:#00a2ff;
text-decoration:none;
background-color:;
}
.bas{
background:url(images/misc/postbit_legacy_ombre/postbit-perso_05.png)no-repeat center;
width: 185px ;
height: 66px ;
}Si le problème persiste préviens moi bien que dans ton cas étrange je ne vois pas a part ton hébergeur ce qui pourrais posé problème, c'est que des class CSS qui n'ont aucunes actions sur le forum, sauf sur le code qui utilise cette class :)

re j'ai essayer sur les autres thèmes même le thème par défaut mais toujours le même soucis

euh je pense que ca t'aiderai si tu comprend pas mon cas, je ne comprend rien a ce qu'ils disent mais vue que ta plus d'experience voici le lien : ici (http://www.vbulletin.org/forum/showthread.php?t=175249)

Tak Fujiwara
31/08/2008, 22h30
Encore merci à Ombre de m'avoir aider, et je voudrais svp si c'est possible une couleur personnalisée, un fond blanc (#ffffff) et des traits rouges et noirs svp.

merci

Ombre
31/08/2008, 23h10
Encore merci à Ombre de m'avoir aider, et je voudrais svp si c'est possible une couleur personnalisée, un fond blanc (#ffffff) et des traits rouges et noirs svp.

merciTa demande est éffectué, tu las trouveras dans le deuxieme sujet de ce topic, bien que perso sur ton style je prefere de loin la version noir ;) mais c est toi qui vois. Remplace les images par celle dans l archive, ne t'occupe pas des dossiers.

J'en profites pour dire que j'ai mis à jour le MOD, aussi bien du coter CSS que template.

je les ai faites sur ton forum Tak Fujiwara, pas besoin de les faires :)

EDIT: Pense à mettre le CSS pour les couleurs clair, si tu veux voir les texte sur le fond blanc :) Tu pourras par la même faire un petit screen du résultat stp?

pichou
01/09/2008, 13h52
Merci Ombre moi mon souci le texte et bon mais on ne voie pas les images le contour quoi merci

Je n'est pas fait la dernière modif Options couleurs mais je ne pense pas que ça vienne de là mis les image dans le dossier misc du thème par défaut et du mien mais rien a faire :swoon1:

http://img262.imageshack.us/img262/3963/sanstitreib3.jpg

Freddy.k
01/09/2008, 14h37
oui jolie travail merci

Ombre
01/09/2008, 17h41
Merci Ombre moi mon souci le texte et bon mais on ne voie pas les images le contour quoi merci

Je n'est pas fait la dernière modif Options couleurs mais je ne pense pas que ça vienne de là mis les image dans le dossier misc du thème par défaut et du mien mais rien a faire :swoon1:

http://img262.imageshack.us/img262/3963/sanstitreib3.jpg

Bonjour, si tu as bien placé le dossier nomé dans l'installation dans /images/misc/ elles devraient apparaitre, pour etre sure que c ets pas un soucis de cache de otn navigateur pense a faire sur la page en question un ALT+F5, je vois que tu utilise le hack humeur, il risque de posé probleme vu la taille de l'image... je peu peut etre faire une modification mais il me faut pour cela déjà voir ce que ça donne, tu pourras me faire un screen dés que ton premier soucis est résolu.

Tak Fujiwara
01/09/2008, 21h01
Voilà le screen:

http://i38.servimg.com/u/f38/11/38/14/49/sans_t10.jpg

Mais c'est bizarre je ne vois toujours pas le trait de signature, mais c'est pas grave sa fait un style

Ombre
01/09/2008, 21h17
Tiens regarde, je la vois moi la ligne de séparation entre le topic et la signature :)
http://img81.imageshack.us/img81/9748/magicalsnap200809012006tj9.png

pichou
01/09/2008, 21h54
Merci Ombre l'erreur venait de moi desoler regarde comment ça fait

http://img341.imageshack.us/img341/9838/sanstitreaj1.jpg

Ombre
01/09/2008, 22h03
Bonsoir, ça te conviens? je vois que la barre verte d'experience touche sur ta capture la bordure blanche, tu peux la valeur du margin de cette class:


#marginpostbit{
margin: 0 10px 0 10px;
text-align:center;
}Remplace les 10px par du 12 par exemple ;)

Bonne continuation :)

Tak Fujiwara
01/09/2008, 22h05
Tiens regarde, je la vois moi la ligne de séparation entre le topic et la signature :)
http://img81.imageshack.us/img81/9748/magicalsnap200809012006tj9.png




Ben moi non sous Firefox je vois pas et sur ie je ne vois même pas le postbit personnalisé et ni le trait -_-'

C'est là qu'on voit que Firefox est plus puissant :yahoo:

Ombre
01/09/2008, 22h12
Non j'ai du faire une erreur quelque pars, je vais devoir revoir le CSS ou le code, ça ne devrait pas posé probleme sous IE, j'ai oublier ne l utilisent pas de le tester sous IE... Patience, ce soir c est trop tard mais je vais voir ça demain soir.

pichou
01/09/2008, 22h37
Bonsoir, ça te conviens? je vois que la barre verte d'experience touche sur ta capture la bordure blanche, tu peux la valeur du margin de cette class:


#marginpostbit{
margin: 0 10px 0 10px;
text-align:center;
}Remplace les 10px par du 12 par exemple ;)

Bonne continuation :)

oui mais je trouve ça ou merci moi pas fait ça
Options couleurs

Ombre
01/09/2008, 22h45
Correction du CSS, tester sous IE et Firefox, tout est OK de mon coté, merci de me prévenir en cas de bug, je tiens à remercier Tak Fujiwara de m'avoir prévenus du soucis sous Internet Explorer (IE) sinon je ne l'aurais jamais su :p

Pour ce qui on déjà installer le postbit il vous suffit juste de remplacer le CSS que vous avez utilisé (un des trois présent dans le topic original) par celui correspondant a votre choix dans le postbit original ;)

Merci et encore désolé.

Ombre
01/09/2008, 22h55
oui mais je trouve ça ou merci moi pas fait ça
Options couleurstout en bas de ce que tu as ajouter dans le CSS principal, j'ai corriger le CSS du topic par la même, tu na s qu a le remplacer intégralement par celui présent sur le topic original, ça t"éviteras de chercher :)

Tu peux tester sur IE sur ton forum pichou que je sache si tout es ok ailleurs aussi :)

Et si tu as bien la séparation entre la signature et le topic :)

pichou
01/09/2008, 23h10
tien voila moi sous ie grosse barre

Attention a tes screens pichou, il y a l url de ton forum sur la sign...

Ombre
02/09/2008, 00h22
Tu peux me donner un axx a ton forum et son url que je regarde ça. la barre n'est pas comme ça sur ton thème normalement?

kamikazcom
02/09/2008, 05h55
Je n'avais pas vu ca, moi ! C'est super Très original Bravo et merci Ombre;)

piix
03/09/2008, 15h47
c bon Ombre pour le probleme que j'ai ue !!
c'était un probleme de serveur, mais maintenant ca fonctionnent super travail !!

piix
03/09/2008, 20h24
slt;
j ai un petit problème
voici un screen de ce qui arrive
pourtant gai suivi les explications

Ombre
03/09/2008, 20h55
c bon Ombre pour le probleme que j'ai ue !!
c'était un probleme de serveur, mais maintenant ca fonctionnent super travail !!


slt;
j ai un petit problème
voici un screen de ce qui arrive
pourtant gai suivi les explicationsBonsoir,

J'ai du mal à vous comprendre des fois, un jour ça marche un autre ça marche plus...

L'installation est très simple pourtant, ton screen monte que tu n as probablement pas installer le mod comme il faut, et surtout c'est quoi ces rectangles blanc?

un montage pour caché le contenu des infos, ou un probleme en plus?

piix
03/09/2008, 21h07
Bonsoir,

J'ai du mal à vous comprendre des fois, un jour ça marche un autre ça marche plus...

L'installation est très simple pourtant, ton screen monte que tu n as probablement pas installer le mod comme il faut, et surtout c'est quoi ces rectangles blanc?

un montage pour caché le contenu des infos, ou un probleme en plus?

non c est ca le problème
le carre blanc

Ombre
03/09/2008, 21h25
Les rectangles blanc? dingue, étonnant même, car ça ne correspond à rien ces carré blanc, il y a pas de div de cette taille d'une et en plus pourquoi un texte apparaitrait il bien?

moi le seul problème que je peu comprendre serait l"écart de l'image du bas avec celle du milieue, sinon je en vois pas trop sans accès a ton forum.

piix
03/09/2008, 21h40
Les rectangles blanc? dingue, étonnant même, car ça ne correspond à rien ces carré blanc, il y a pas de div de cette taille d'une et en plus pourquoi un texte apparaitrait il bien?

moi le seul problème que je peu comprendre serait l"écart de l'image du bas avec celle du milieue, sinon je en vois pas trop sans accès a ton forum.

voila je t ai envoyer un mp

piix
05/09/2008, 22h57
bonjour,
je fait une demande pour un postbit de fond blanc et de contour bleu

ps: si tu utilise photoshop, tu pourrai mettre une lueur externe pour faire sortir le bleu, c'est un plugin donc si tu peut pas, t'embête pas

Ombre
05/09/2008, 23h06
Un contour bleu sur un fond blanc c est possible mais une lueur externe non car il faudras que je retravaille la résolution des images vu qu'elle prenne tout la largeur et hauteur de la zone de travail, et aussi retravailelr le code.

si le contour bleu te suffit préviens moi, sinon je peu faire une lueur interne au pire?

Qu'entends tu par plug in? car on utilise pas ce terme sous vb...

piix
06/09/2008, 13h07
Un contour bleu sur un fond blanc c est possible mais une lueur externe non car il faudras que je retravaille la résolution des images vu qu'elle prenne tout la largeur et hauteur de la zone de travail, et aussi retravailelr le code.

si le contour bleu te suffit préviens moi, sinon je peu faire une lueur interne au pire?

Qu'entends tu par plug in? car on utilise pas ce terme sous vb...

oui un fond blanc et un contour me convient parfaitement et pour le mot plusgin je l'utilise pour dire que c'est juste un plus

Ombre
06/09/2008, 16h27
Voici ta demande: http://www.vbulletin-ressources.com/forum/showpost.php?p=85996&postcount=2 tu ne m as pas donné de code hexa comme il est demander dans le topic, donc je t'ai mis un bleu au hasard.

piix
06/09/2008, 16h29
super beau,

merci ombre c'est ce que je voulai !!

rl0075
06/09/2008, 20h48
un mot ' superbe ' et sa marche très bien

gollum
07/09/2008, 23h26
je viens de le mettre en place et jete dis merci pour cette modif

The Fanopsis
08/09/2008, 20h44
avec cette modif le menu PopUp en cliquant sur le nom du membre ne s'affiche plus :s
comment le remettre ?

The Fanopsis
08/09/2008, 20h54
probleme résolu

dans le code a mettre dans la template recherché :


<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>



et le remplacer par celui la :


<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>

Ombre
08/09/2008, 20h58
Merci, un oublis de ma part :)

Edit: je verrais a corriger le code, car ajouter une div ici doit modifier la police il me semble.

TuxBox
09/09/2008, 20h31
Bonsoir a tous,byby

Je commence par remercié notre ami Ombre qui nous a fais une super modification :yahoo: pour nos forum a tous....

Mais pour moi ça ne va pas, :blush2: Oui je sais ça dois toujours tombé sur moi.meoui

Je m'explique, quand je fais la modification sur mon templates, donc ajout des class CSS (Définition des CSS supplémentaires).

Et modification du postbit_legacy. J 'éffectue bien mes modifications correctement, mais le problème c'est qu'il n'y a aucun changement qui s'affiche.

J'ai refais la manipulation plusieurs fois, mais rien n'y fais....

Donc j'ai fais un autre test en modifiant postbit, et la surprise ca fonctionne avec quelque déformation au niveau de l'affichage.

Je vous joint une copie de postbit & postbit_legacy, et aimerais bien que vous m'aider a comprendre pourquoi???? :ranting:

D'avance merci pour votre aide.

Tux

KeNa
09/09/2008, 23h19
salut,

je pense pouvoir te dépanner...

Il faut uploader les 3 fichiers.png dans:


./images/misc/postbit_legacy_ombre/ça veut dire que:

1) même si tu utilises un style personnalisé faut l'uploader quand même dans le style par défaut (./images/)
2) tu as remarqué qu'il faut garder les images du postbit dans son dossier d'origine (postbit_legacy_ombre)

edit:

hésite pas à refresh à gogo ou à déco/reco pour apercevoir les modif
voilà tiens nous au courant

The Fanopsis
10/09/2008, 14h18
pour moi ombre la div n'as changer aucune police vu qu'elle n'as aucun control sur la police depuis le CSS

BinX
10/09/2008, 18h06
ça ne marche po chez moi OmBre je lé testé plusieurs foi !!

Ombre
10/09/2008, 18h49
ça ne marche po chez moi OmBre je lé testé plusieurs foi !!

Bonsoir, attention à ta façon d'écrire stp, pour en revenir à ton soucis, peux tu être un peu plus explicite stp? qu'est ce qui ne marche pas? les images n'apparaissent pas? ou bien la mise en forme ne ce fait pas?

Ombre
10/09/2008, 18h53
pour moi ombre la div n'as changer aucune police vu qu'elle n'as aucun control sur la police depuis le CSS

Si ça ne change rien c'est top, mais par contre ne dit pas qu'elle ne peu avoir de contrôle sur la police, il y a une ID à ta div. Il aurait pû y avoir des modifications sur la font qui aurait était pris en compte :)

BinX
10/09/2008, 20h58
Oui ça marche Trés Bien , ExélenT OmBre.
Continut Comme ça !

BinX
10/09/2008, 20h59
Les Gars Je CherChe Un GraFisT Pour CréaTion Baniere Pour Mon Forum .
MerçI D'aVanCe !

Ombre
10/09/2008, 21h01
Les Gars Je CherChe Un GraFisT Pour CréaTion Baniere Pour Mon Forum .
MerçI D'aVanCe !
Bonsoir,

Il y a un forum pour cela :) ta question n'a rien a faire là :) merci.

KeNa
13/09/2008, 09h38
salut,

très beau travail je le redis mais j'ai un souci d'affichage sous firefox (sous IE c'est encore pire mais bon...),

j'ai une barre au dessus de ma signature...

je joins une image pour aider au dépannage:

http://img178.imageshack.us/my.php?image=postbitpo7.jpg
l'encadré rouge représente la ligne superflue à la signature, je précise que la barre ne s'affiche plus si je n'affiche pas ma signature

et 2e chose (si c'est possible^^), je désire savoir comment retirer l'espace en trop dans l'encadré bleu entre la derniere information (messages dans le blog) et la fin du postbit (avec la ligne blanche)

voila merci du coup de main ^^

cordialement

Ombre
14/09/2008, 04h07
Bonjour, reposte tes capture j'en vois qu'une et sur celle que je vois je ne vois pas trop le problème vu la taille.

pour l'espace en bas de l'interface essaye ça:
<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
$vbphrase[posts]: $post[posts]

$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>

KeNa
14/09/2008, 13h34
salut,

je n'ai posté qu'une seule image c juste l'affichage de "Click the image to open in full size" qui déconne.

pour la barre elle est modeste mais elle gene quand meme j'aurai souhaité des pistes pr la supprimer,

et pour le code du template donné c'est gentil mais c'est exactement le même que celui dans ton 1e post...

merci encore

Ombre
14/09/2008, 13h52
Bonjour,

C est exactement le même code que celui proposé tout en haut, je ne pense pas, mais bon si tu le dis c'est que tu as probablement raison bien que moi je vois la différence :D

http://www.winmerge.org/ <<< tiens ça sera ton meilleur copain d'ici peu.

donne moi plutot un lien vers ton forum que je regarde le soucis ça sera plus simple je pense.

KeNa
16/09/2008, 02h23
salut,

merci pour m'avoir fait connaitre WinMerge.

j'ai suivi ta modif en remplaçant le template postbit-legacy que tu proposais dans le 1e message par celui que tu m'a proposé dans la 6e page de ce sujet,

j'ai eu en partie ce que je cherchais, c'est a dire que l'espace entre la derniere info du posbit et la barre blanche a été réduit,

mais alors vraiment en partie hein je te montre le screen mdr^^

http://img208.imageshack.us/my.php?image=lolwn5.jpg

à noter que le posbit est doublé pour CHAQUE message.

merci quand meme d'avoir essayé t'assures

Ombre
16/09/2008, 06h26
Bonjour,

Comme ça sur une image je ne peu pas trop voir d'ou viens le problème, donc maintenant il y a deux posbit legacy par topic? oO

donne moi ton postbit_legacy ici que je regarde ça sur mon forum de test ici.

bladitop
26/09/2008, 09h33
mercii bcq bcq

danny
27/09/2008, 10h59
petite question comment faire pour remettre d'origine???

Ombre
27/09/2008, 11h10
Simple, deux choix, refaire les manipulations de changement de codes en sens inverse, ou bien si tu veux un méthode plus radicale ré initialise ton template postbit_legacy, bien sur la dernière méthode est moins conseillé car tu perdrais toutes modification anterieur a celle ci voir meme celle de ton style si tu n utilise pas celui par defaut :)

rl0075
27/09/2008, 12h51
ça marche nickel chrome

bravo ombre pour cette belle personnalisation

boualem
03/10/2008, 13h25
Bjr;
j'ai fait la modification avec postbit_legacy mais sa na rien donner mais apres je les refait avec postbit et jai une resultat mais j'ai eu un probleme jaimerai bien si vous m'aider svp voila le screen
http://apu.mabul.org/up/apu/2008/10/03/img-122234stdlx.jpg (http://mabul.org/)

abouahmed
29/10/2008, 16h11
nice work bra

i'll try it now

Ombre
29/10/2008, 18h18
Bjr;
j'ai fait la modification avec postbit_legacy mais sa na rien donner mais apres je les refait avec postbit et jai une resultat mais j'ai eu un probleme jaimerai bien si vous m'aider svp voila le screen
http://apu.mabul.org/up/apu/2008/10/03/img-122234stdlx.jpg (http://mabul.org/)Je pense que tu as mal fait les modifications demander.

Recommence les pour voir, si tu n'y arrive pas, je t'aiderais en direct sur ton site.

bousaid
29/10/2008, 20h37
bien .... mérci :)

boualem
30/10/2008, 04h23
Je pense que tu as mal fait les modifications demander.

Recommence les pour voir, si tu n'y arrive pas, je t'aiderais en direct sur ton site.

j'ai regler le probleme merci Ombre

Ombre
30/10/2008, 07h30
De rien, j'espère que ça te plait :)

nantaise
01/11/2008, 08h10
Merci pour ce travail superbe

Kensuke Hikari
27/11/2008, 21h57
there is a problem when I use Activity Level :
template Modification : (activity level)

<br/>Level: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/>
<span style='font-size:7pt; color:gray'>Vie : $hp / $maxhp </span><br/>
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Magie : $mp / $maxmp</span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Expérience : $ep% </span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<br/> please help me correct that error.

Ombre
28/11/2008, 00h04
Hi, send me the link for this hack plz

I look this tomorrow ;)

Kensuke Hikari
28/11/2008, 16h54
Here it is :
http://vbulletin-ressources.com/forum/showthread.php?t=3649
thank you , and sorry for disturbance

jamal
30/12/2008, 19h16
dans la deuxieme etapes de remplacement je trouve ca pas lautre

<td class="alt2pb" width="175" align="center">

<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>

<div class="smallfont">
&nbsp;<br />
<if condition="$post['usertitle']"><div class="pbbox"><span class="pbh">Status:</span> $post[usertitle]</div></if>
<if condition="$post['joindate']"><div class="pbbox"><span class="pbh">$vbphrase[join_date]:</span> $post[joindate]</div></if>
<if condition="$post['field2']"><div class="pbbox"><span class="pbh">$vbphrase[location_perm]:</span> $post[field2]</div></if>
<if condition="$post['age']"><div class="pbbox"><span class="pbh">$vbphrase[age]:</span> $post[age]</div></if>
<div class="pbbox">
<span class="pbh">$vbphrase[posts]:</span> $post[posts]
</div>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>

</td>
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1pb" id="td_post_$post[postid]">
</if>

Ombre
30/12/2008, 19h28
Bonsoir, le code que tu donnes c'est lequel? donne moi le code que tu ne trouves pas a remplacer plutot stp.

Car dans le code que tu me présente les class ne sont pas d'origine déjà, la class alt2pb n'est pas celle par défaut sur vbulletin, c'est probablement pour cela que le code à trouver pour être remplacé n'est pas trouver via un simple coller et recherche.

Merci.

Tak Fujiwara
01/01/2009, 22h15
Bonsoir, voilà je voudrais une nouvelle couleur svp, fond blanc et les cotés verts svp,

voici le code du vert: #9BCE35

merci, bonne soirée et bonne année!

viskor
02/01/2009, 18h05
pour ceux qui desire afficher le menu en appuiant sur le nom il suffit de remplacer ceci:


<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>

par ceci:


<div class="milieu"><div id="marginpostbit">
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>


enfin, moi sa ma servi vu que j'ai mi le vb experience, ainsi que le truc pour forcer les utilisateur a lire les discution, faite vous plaisir ^^

Ombre
02/01/2009, 18h51
Bonjour, voici ta demande Tak Fujiwara: http://www.vbulletin-ressources.com/forum/showpost.php?p=85996&postcount=2

Tak Fujiwara
02/01/2009, 19h01
Bonjour, voici ta demande Tak Fujiwara: http://www.vbulletin-ressources.com/forum/showpost.php?p=85996&postcount=2

Bonjour merci beaucoup ! =)

thom
21/01/2009, 13h43
Bonjour ombre,
J'ai un petit souci en mettant ton postbit legacy (mon thème:ciné.to) avec le hack level: http://www.vbulletin-ressources.com/forum/showthread.php?t=3649&highlight=activit%E9
je te met les 2 screens pour te montrer:

Ombre
21/01/2009, 18h20
Bonsoir, tu peux me précisé ce qui il y a comme différence avec tes deux screen, car je vois l interface sur un et pas l autre, sur le deuxième ça n'apparait pas a cause d'un hack?

thom
21/01/2009, 18h38
Bonsoir, tu peux me précisé ce qui il y a comme différence avec tes deux screen, car je vois l interface sur un et pas l autre, sur le deuxième ça n'apparait pas a cause d'un hack?
Bonsoir ombre,
voici les 2 screens:

Ombre
21/01/2009, 19h34
Non sur les deux les barres ne sont pas centré. je n'utilise pas ce hack.

sinon pour l installation du hack il est demander d'ajouter ce code dans le postbit_legacy:

<br/>Level: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/>
<span style='font-size:7pt; color:gray'>Vie : $hp / $maxhp </span><br/>
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Magie : $mp / $maxmp</span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Expérience : $ep% </span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<br/>

Remplace le par celui ci pour voir:


<br/></div style="text-align:center;">Level: <span style="font-weight:bold; color:crimson">$showlevel [$galaga]</span><br/>
<span style="font-size:7pt; color:gray">Vie : $hp / $maxhp </span><br/>
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/orange.gif" width="$hpf%" height="9" alt="" /><img src="images/rpg/hp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Magie : $mp / $maxmp</span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/green.gif" width="$mpf%" height="9" alt="" /><img src="images/rpg/mp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Expérience : $ep% </span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/blue.gif" width="$ep%" height="9" alt="" /><img src="images/rpg/exp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div></div>
<br/>

J'en ai profité pour corriger tout les ' qui n(ont plus lieu d'être, ce sont des guillemets à mettre.

thom
21/01/2009, 20h18
Non sur les deux les barres ne sont pas centré. je n'utilise pas ce hack.

sinon pour l installation du hack il est demander d'ajouter ce code dans le postbit_legacy:

<br/>Level: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/>
<span style='font-size:7pt; color:gray'>Vie : $hp / $maxhp </span><br/>
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Magie : $mp / $maxmp</span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Expérience : $ep% </span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<br/> Remplace le par celui ci pour voir:


<br/></div style="text-align:center;">Level: <span style="font-weight:bold; color:crimson">$showlevel [$galaga]</span><br/>
<span style="font-size:7pt; color:gray">Vie : $hp / $maxhp </span><br/>
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/orange.gif" width="$hpf%" height="9" alt="" /><img src="images/rpg/hp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Magie : $mp / $maxmp</span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/green.gif" width="$mpf%" height="9" alt="" /><img src="images/rpg/mp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Expérience : $ep% </span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/blue.gif" width="$ep%" height="9" alt="" /><img src="images/rpg/exp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div></div>
<br/> J'en ai profité pour corriger tout les ' qui n(ont plus lieu d'être, ce sont des guillemets à mettre.

Bonsoir,
non toujours pas ...ça déforme le postbit legacy :blush2:

Ombre
21/01/2009, 20h51
J'ai fait une erreur sur une balise essaye ça:


<br/><div style="text-align:center;">Level: <span style="font-weight:bold; color:crimson">$showlevel [$galaga]</span><br/>
<span style="font-size:7pt; color:gray">Vie : $hp / $maxhp </span><br/>
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/orange.gif" width="$hpf%" height="9" alt="" /><img src="images/rpg/hp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Magie : $mp / $maxmp</span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/green.gif" width="$mpf%" height="9" alt="" /><img src="images/rpg/mp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Expérience : $ep% </span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/blue.gif" width="$ep%" height="9" alt="" /><img src="images/rpg/exp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div></div>
<br/>

thom
21/01/2009, 20h58
J'ai fait une erreur sur une balise essaye ça:


<br/><div style="text-align:center;">Level: <span style="font-weight:bold; color:crimson">$showlevel [$galaga]</span><br/>
<span style="font-size:7pt; color:gray">Vie : $hp / $maxhp </span><br/>
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/orange.gif" width="$hpf%" height="9" alt="" /><img src="images/rpg/hp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Magie : $mp / $maxmp</span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/green.gif" width="$mpf%" height="9" alt="" /><img src="images/rpg/mp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div>
<span style="font-size:7pt; color:gray">Expérience : $ep% </span><br />
<div style="width:120px;align:center">
<table cellspacing="0" cellpadding="0" width="120" border="0">
<tr>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_left.gif" alt="" /></td>
<td width="114" height="13" class="nopad" style="line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;"><img src="images/rpg/blue.gif" width="$ep%" height="9" alt="" /><img src="images/rpg/exp.gif" height="9" alt="" /></td>
<td width="3" height="13" class="nopad"><img width="3" height="13" src="images/rpg/img_right.gif" alt="" /></td>
</tr>
</table>
</div></div>
<br/>

Re bonsoir,
je te remercie mais c'est toujours pareil :blush2:mais sans déformation du postbit ;)

Ombre
21/01/2009, 22h14
Envois moi en mp si tu le veux bien des axx de ton forum et url que je regarde, ça ira plsu vite.

Kensuke Hikari
21/01/2009, 23h19
It doesn't Work ...

thom
22/01/2009, 21h49
Envois moi en mp si tu le veux bien des axx de otn forum et url que je regarde, ça ira plsu vite.
Bonsoir ombre,
merci pour ta patience mais j'ai supprimé le hack en question ;)

Ombre
22/01/2009, 21h59
C'est toi qui vois, mais une adaptation étais possible, c'est plus facile de travaillé avec les éléments complets qu'avec ds bout de codes :) bonne continuation.

thom
26/01/2009, 17h46
C'est toi qui vois, mais une adaptation étais possible, c'est plus facile de travaillé avec les éléments complets qu'avec ds bout de codes :) bonne continuation.
Bonjour ombre,
là dessus je te fais confiance ;), mais j'ai mis le hack vb experience beaucoup plus complet :delicious:.
Au plaisir de te relire byby.

biggy
29/01/2009, 20h20
Merci Ombre, sa marche super !

grenouille
10/02/2009, 13h25
merci excellent

nassim
01/03/2009, 14h23
bonjour tout le monde

en essayons de installer le postbit personnalisé tout a fonctionner mais j'ai eu ce petit défaut

merci de bien vouloir m'aider

Simon
01/03/2009, 15h54
Bonjour,

Regarde dans les options du hack vBExperience, tu peux réduire la largeur de la barre.

nassim
01/03/2009, 22h19
salut je ne parler pas de sa regard le défaut que j'ai eu ce que tu ma dit c bon j'ai pu corriger merci

Ombre
02/03/2009, 00h55
Bonsoir, tu n'as pas du bien modifier ton template.

nassim
03/03/2009, 00h19
Bonsoir, tu n'as pas du bien modifier ton template.

bonsoir, comme je suis nouveau sur le Vb donc j'ai suivie a la lettre et i j'ai fait une erreur je ne sais pas je suis nouveau voila

nassim
03/03/2009, 01h51
resalut ben voila j'ai pu corriger le pb seulement dans la photo que vous voyer ou il y'a la signature je y'a ces 2 très et un petit décalage merci de m'aider

Ombre
03/03/2009, 07h59
Bonjour,

Les traits correspondes a ceci
<hr size="1" style="color:$stylevar[tborder_bgcolor]" /> Mais tu n'as pas du corriger le soucis comme il faut, tu peux me copier le code de ton template ici stp que je regarde.

nassim
03/03/2009, 21h28
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>

bonsoir voila le code que j'ai éditer dans la template je sais pas si il y'a une erreur ou pas merci de bien vouloir m'aider si tu veux le reste du code de la template je te l'envois

kleostrator
04/03/2009, 13h41
tnks ombre its nice

Ombre
04/03/2009, 18h44
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>bonsoir voila le code que j'ai éditer dans la template je sais pas si il y'a une erreur ou pas merci de bien vouloir m'aider si tu veux le reste du code de la template je te l'envoisBonsoir, il me semble t'avoir demander le template, et non pas que la modification, vu que l'erreur peu provenir de la conception de ton postbit.

nassim
05/03/2009, 00h10
$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>

<tr valign="top">
<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
$vbphrase[posts]: $post[posts]

$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<td class="alt2pbb">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]">
<else />
<td class="alt1pbb" align="$stylevar[right]">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

bonsoir désoler je n'avez pas bien compris voila toutes la template merci

Ombre
05/03/2009, 01h18
Bonsoir, je viens de copier ton template, et je n'ai pas de soucis de trait horizontaux sur mon forum test, mis à part deux class qui ne sont pas d'origine, ce qui fait qu'il y a sur ma capture une mauvaise couleur de fond en bas du postbit, comme la class alt2 qui est sur ton style alt2pbb, et la class alt1 qui est alt1pbb, c'est probablement dû à ton style, mise à par ça pas de soucis

http://img65.imageshack.us/img65/8046/magicalsnap200903050014.png

nassim
05/03/2009, 14h41
salut, d'accord merci mais je ne trouve pas ou il est le pb je ne comprend plus rien merci quand même

Simon
05/03/2009, 14h49
Regarde la deuxième ligne dans ma signature :)

Ombre
05/03/2009, 17h56
Envois moi les axx de ton forum en mp stp, je regarderais ça ;)

nassim
05/03/2009, 18h28
ok merci bcp

eTiKeT™
12/03/2009, 11h29
Thanks Ombre (http://www.vbulletin-ressources.com/forum/member.php?u=1668) Nice Postbit :)

KeNa
15/03/2009, 04h33
ça fonctionne pour la 3.8?

merci!

Ombre
15/03/2009, 05h37
Bonjour,

Oui compatible 3.8.1 ;)

Ombre
17/03/2009, 21h06
Bonsoir,

Voila la modification du postbit_legacy du style Bluedemon, de chez completeVB que j'ai réalisé pour un membre à sa demande:



Commençons par uploader le dossier postbit_legacy_ombre dans le dossier /images/misc/ de votre forum (Si vous utilisez un mod de couleur du postbit différent placé le dossier correspondant à la couleur de votre choix de postbit_legacy.
Dans votre admincp allez sur Styles & Templates/Gestionnaire de styles/ et choisissez le CSS principale du style souhaité pour cette modification, et inséré ces class CSS tout en bas dans la deuxième case du bas de Définitions des CSS supplémentaires:




.haut{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_01.png);
background-repeat: no-repeat ;
width: 185px;
height: 43px;
}
.milieu{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_03.png);
background-repeat: repeat-y;
width: 185px;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS";
font-style: normal;
font: bold;
color: white;
}
.milieu a:link {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:visited {
color:white;
text-decoration:none;
background-color:;
}
.milieu a:hover {
color:#00a2ff;
text-decoration:underline overline;
background-color:;
}
.milieu a:active {
color:#00a2ff;
text-decoration:none;
background-color:;
}
.bas{
background-image: url(images/misc/postbit_legacy_ombre/postbit-perso_05.png);
background-repeat: no-repeat ;
width: 185px;
height: 66px;
}
#marginpostbit{
margin: 0 12px 0 12px;
text-align:center;
}



remplacer le postbit_legacy par celui-ci



$template_hook[postbit_start]

<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
<tr valign="top">
<td class="alt2pb" rowspan="2" width="180" align="center">

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
$vbphrase[posts]: $post[posts]

$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div>

</td>
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1pb" id="td_post_$post[postid]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>
<br />
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt2pbb" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<td class="alt2pbb">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]">
<else />
<td class="alt1pbb" align="$stylevar[right]">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

NeoItalian
06/04/2009, 19h54
Bonsoir,

Je suis sous Vb 3.8.1 et j'ai installer ton postbit mais j'ai toujours le même postbit qui s'affiche pourtan j'ai modifié (postbit_legacy) et j'ai en haut en plus ceci :

http://i42.tinypic.com/jqqrsi.jpg

Merci

Simon
06/04/2009, 19h59
Bonsoir,

Tu as fait une erreur: les feuilles de style sont à copier dans les feuilles de style, pas dans les templates. Relit le guide d'installation ;)

NeoItalian
06/04/2009, 20h10
Salut,

Je l'ai fait pourtant :
http://i43.tinypic.com/6y2p8j.jpg

Merci d'avance

Ombre
06/04/2009, 20h17
Salut,

Je l'ai fait pourtant :
http://i43.tinypic.com/6y2p8j.jpg

Merci d'avance

Bonsoir, afin de gagner du temps, tu peux me donner en mp un identifiant provisoire d'admin qui a accès aux template et de l'url bien sur de ton site stp? il est pas possible d'avoir une erreur de feuille de style comme proposer dans ce mode, sauf si tu as copier des éléments en plus dedans normalement.

Ombre
06/04/2009, 21h50
Problème résolu pour NeoItalian, je ne dirais pas d'où venait le soucis, mais seulement la solution, mise en place des class CSS dans une feuille de style externe, et import de celui ci dans le template postbit_legacy ;)

Dans le postbut_legacy, cherche tout en haut le bout de code suivant:


$template_hook[postbit_start]

Et ajoutez en dessous ceci:


<style type="text/css">
@import url(forum/pl_ombre.css);
</style>
*changer l'url en fonction de là ou vous placez la feuille de style pl_ombre.css

Puis décompressez le contenu du fichier pl_ombre.rar et uploader la feuille de style: pl_ombre.css enPJdans le dossier de votre forum.

HEDDI
12/04/2009, 21h31
Merci pour votre travaille le résultat est plus que satisfaisant je suis très content d'avoir fait cette modif sur mon forum byby

elbosso
20/04/2009, 18h48
que dire de plus que superbe
ca rend tres bien , en plus on a plusieurs choix d'images possible
T'assure ;)

Tak Fujiwara
06/05/2009, 19h45
Bonjour, Ombre puis je ravoir un nouveau modèle svp, avec comme couleur principale le blanc et doré sur les contours.

Merci, et bonne soirée.

Ombre
06/05/2009, 19h50
Bonsoir, merci de me donné le coe hexa du doré que tu désires, car je ne veux pas t'en faire un si c'est pas celui que tu attends.

Par contre j'ai pas de pc depuis 2 jours, je surf sur un vieux coucou, donc il te faudra patienté que j'ai un nouveau pc prochainement, désolé.

Tak Fujiwara
06/05/2009, 19h57
Ok ce n'est pas grave:

#FADA10

merci.

share
03/06/2009, 17h11
bonjour a tous

pitite question : est-ce compatible avec version 3.8.2???

et autre question :


Commençons par uploader le dossier postbit_legacy_ombre dans le dossier /images/misc/ de votre forum (Si vous utilisez un mod de couleur du postbit différent placé le dossier correspondant à la couleur de votre choix de postbit_legacy.

j'utilise le theme earth alors faut'il que je mette le fichier postbit_legacy_ombre dans /images/misc/ ou dans image/style/earth/misc

voila merci pour vos réponse

Ombre
03/06/2009, 18h35
Bonsoir, oui pas de soucis pour vb 3.8.2, et pour le dossier comme indiquer le dossier misc du forum et non pas du style personnalisé, donc images/misc.

share
03/06/2009, 18h56
c'est cool ombre ;) je l'ai fait apres avoir poster le message en sauvegardant le css et le template a modif et c'est bon .... merci a toi

Ombre
03/06/2009, 18h57
De rien bonne continuation :)

Roulio
02/07/2009, 20h01
super beau tout ça et merci pour le partage !!!

Ombre je voudrai adapter ton postbit legacy mon thème :D

j'aimerais :

1X le fond en #950578 et le contour en noire ,
1X le fond en Noir et le contour en #950578

si tu n'as pas le temps le ou les psd ferai l'affaire :)

poséidon
25/07/2009, 01h26
super taff merci pour cette trade

Ombre
25/07/2009, 01h38
Bonsoir,

De quelle traduction parles tu?

REBEL
04/11/2009, 17h46
salut
je voudrais savoir si c'etais possible dans ton http://www.vbulletin-ressources.com/forum/showthread.php?t=12299. (http://www.vbulletin-ressources.com/forum/showthread.php?t=12299)
si tu pouvais me faire un code avec l'horoscope "l'adresse : http://www.goracash.com/voyance-grat...FFF&clt=333333 (http://www.goracash.com/voyance-gratuite.php?idw=1360&cat=3&clf=FFFFFF&clt=333333)
avec une icone cliquable avec cet adresse qui je pense sera a rajouter dans le css
je te remercie

Ombre
04/11/2009, 17h56
Bonsoir, tu veux quoi exactement, car sur ton lien je vois une page d'oroscope, tu veux juste ajouté le lien dans le psotbit?

REBEL
04/11/2009, 18h00
oui c'est sa
avec icone horoscope

Ombre
04/11/2009, 18h05
une icône quelconque par contre? ou en rapport avec le signe d'un membre?

Donne moi le plus de détails ça le ferais gagner du temps :)

REBEL
04/11/2009, 18h37
non simple juste horoscope
merci

Ombre
04/11/2009, 19h15
Tu ne me dis pas ou ajouté ce lien, je te propose donc de le mettre en dessous de l'age, donc dans ton psotbit_legacy chercher le code suivant:


<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Et juste après ajoutes ceci:


<div><a href="http://www.goracash.com/voyance-gratuite.php?idw=1360&cat=3&clf=FFFFFF&clt=333333" title="Horoscope">Horocsope</a></div>

REBEL
05/11/2009, 07h50
salut ombre
je vient de tester et sa me donne sa


L'erreur suivante s'est produite en essayant d'évaluer ce template :

La condition à la ligne 49 semble manquer la balise d'ouverture (<if>). Ceci peut modifier le comportement du forum.


Ceci a probablement été provoqué par un expression conditionnelle mal formulée. Il est fortement recommandé de corriger cette erreur avant de continuer. Vous pouvez néanmoins ignorer cet avertissement et continuer.je te rajoute le Postbit_legacy
que j'ai
car la je vois pas ou sa se trouve


$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
<tr valign="top">
<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[field5] != ''"><div>
FAI: <img src="images/fai/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<else />
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->je te remercie pour ton coup de main

Ombre
05/11/2009, 07h56
Bonjour,

J'ai éditer mon message, j'avais pas fais attention à un if que j'ai mis alors qu'il n'en faut pas, normalement tu n'auras plus l'erreur.

Voici le template modifier à remplacer:


$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
<tr valign="top">
<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div><a href="http://www.goracash.com/voyance-gratuite.php?idw=1360&cat=3&clf=FFFFFF&clt=333333" title="Horoscope">Horocsope</a></div>
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[field5] != ''"><div>
FAI: <img src="images/fai/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<tr>
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<else />
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
</table>
</div>
<!-- / post $post[postid] popup menu -->

REBEL
05/11/2009, 08h51
je vient de le mettre sa fais genial

http://www.imagefacile.com/img/ur922_1.gif

sa serais pas une mauvaise idée de le rajouter dessus
avec une icone ou un truc comme sa
pour ma part je te remercie

bombolo
30/11/2009, 22h22
Merci cool bien joli ! ma foi c'est dommage que les 3 petites icones tout en bas sont ceux d'origine et qu'il ne soit pas dans un cadre qui va avec ton
Postbit_legacy.
;)

Ombre
01/12/2009, 00h45
Merci cool bien joli ! ma foi c'est dommage que les 3 petites icones tout en bas sont ceux d'origine et qu'il ne soit pas dans un cadre qui va avec ton
Postbit_legacy.
;)Bonsoir,

Tu remarqueras que ce n'est pas un postbit_legacy entièrement modifier, mais seulement la partie infos de ce postbit_legacy, les icônes étant celle par défaut, cela n'aurait pas était forcément adapté par rapport au style personnalisé si je les avais changées ;)

Mais il est facile que tu les changes si tu trouves qu'elles ne vont pas.

Ombre
02/12/2009, 20h30
¤¤¤¤ ! Réserver ! ¤¤¤¤


merci !!!
je prépare une autre version ;)


Toujours en préparation? :D

Nath425
01/01/2010, 19h44
Je n'arrive pas à le mettre, tout marche bien, l'avatar et les infos sont centrés, mais, le cadre (l'image) n'apparaît pas, je les ai pourtant bien mises via le FTP dans : forum -> images -> misc, aidez moi svp :(

Ombre
01/01/2010, 19h45
Bonsoir, tes images liées à ce mod doivent être en place dans ce chemin:
images/misc/postbit_legacy_ombre/

Nath425
01/01/2010, 19h54
Ok, merci je vais voir ça de ce pas !

Nath425
01/01/2010, 20h03
Ca ne marche tjr pas :'(

Ombre
01/01/2010, 20h11
envois moi les identifiants de ton forum en mp et son url si tu veux que je regarde, car je sais pertinemment que le mod ets fonctionnel.

Nath425
01/01/2010, 20h36
Résolu, merci à Ombre :)

6eO
05/01/2010, 15h58
arf ! je tombe la dessus par hasard... humpf !!! parce qu'en plus de savoir coder, tu design aussi !!!
ho le vilain !!!

bon je suis sur un projet similaire et dire que je pensais innover... c'est raté lol
je prépare la maquette, et je créé un topic ;)
...au moins là je sais que c'est possible !

Ombre
05/01/2010, 17h19
Bonjour, mais tout est possible, mes débuts on était la retouche d'image puis la création, allez tarde pas il y à du monde qui attend ton travail :)

baltek
21/02/2010, 20h06
merci sor

bombolo
10/06/2010, 11h31
Bonjour Ombre,

Voila mon souci :d2
J'ai bien suivi les instructions et le postbit ne s'affiche pas ?
regarde je te met un screen http://pics.imagup.com/ano1/1276206175.PNG
Pourquoi ?
es ce que j'ai loupé quelle chose ???
Merci.

Ombre
10/06/2010, 17h36
Bonjour,

Regarde si tu as bien placé les images pour commencer.

bombolo
10/06/2010, 22h18
Bonjour,

Regarde si tu as bien placé les images pour commencer.

Bonsoir Ombre,

Oussp j'ai pas uploader le bon dossier sur le ftp, j'ai mis le dossier image au lieu du dossier postbit_legacy_ombre

Merci et dsl du dérangement .

bombolo
12/06/2010, 21h14
Bonsoir la Team,

J'aimerai savoir comment centrer le quotat dans le postbit_legacy svp

Merci.

Ombre
12/06/2010, 22h24
Bonsoir,

Envois moi l'url de ton forum en mp stp que je puisse regarder ça, vu que je n'utilise pas ce hack, il faut que j'ai accès aux messages de ton forum pour voir le mod.

bombolo
13/06/2010, 13h02
Bonjour Ombre,

C'est bon j'ai réussi a centrer :)

Merci ken même ;)

algeriano
02/08/2010, 16h47
need v4!

Ombre
02/08/2010, 17h41
need v4!

Merci de former des phrases en Français, la version pour vb4 tu l'as trouvé il me semble.

facile
21/08/2010, 20h15
bonsoir ombre

j ai pris le bordeau mais il reste en noir

ex t il normal j ai pourtant fait comme toi

cordialement

Ombre
21/08/2010, 20h18
Si tu prends les images en bordeaux ça devrait être en bordeaux, tu n'as pas dû les mettre là ou il faut.

facile
21/08/2010, 20h30
j ai pas le bout de code comme tu le dite plus haut ombre


$template_hook[postbit_start]
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</td>
<else />
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[right]: 0px" $post[scrolltothis]>
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</td>
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px" align="$stylevar[right]">
&nbsp;
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
<if condition="$show['inlinemod']">
<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
</if>
</td>
</if>
</tr>
<tr valign="top">
<td class="alt2" width="190" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"><center>

<div class="haut"></div>
<div class="milieu"><div id="marginpostbit">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><!-- v3 Arcade --> <if condition="$post['arcadeawards']"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="$vbphrase[arcade_champion]" border="0" /></a></if>
<!-- /v3 Arcade -->
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
<if condition="$post['usertitle']"><div>$post[usertitle]</div></if>
<if condition="$post['rank']"><div>$post[rank]</div></if>
$template_hook[postbit_userinfo_left]

<if condition="$show['avatar']">
<br />
<a href="member.php?$session[sessionurl]u=$post[userid]"><center><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></center></a><br /></if>

<b><if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
$vbphrase[posts]: $post[posts]</b>
<b></div><br /><div>
$post[pb_quotat]
</div><br /></b>
<center><b><br/>Level: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/>
<span style='font-size:7pt; color:gray'>Vie : $hp / $maxhp </span><br/>
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Magie : $mp / $maxmp</span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<span style='font-size:7pt; color:gray'>Expérience : $ep% </span><br />
<div style='width:120px;align:center'>
<table cellspacing='0' cellpadding='0' width='120' border='0'>
<tr>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td>
<td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' height='9' alt='' /></td>
<td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td>
</tr>
</table>
</div>
<br/></b></center>

$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div><br />$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
</div></div></div>

<div class="bas"></div></center>
</td>

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
$template_hook[postbit_messagearea_start]
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>

<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->

<if condition="$show['attachments']">
<!-- attachments -->
<div style="padding:$stylevar[cellpadding]px">

<if condition="$show['thumbnailattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_thumbnails]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[thumbnailattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<div style="padding:$stylevar[formspacer]px">
$post[imageattachments]
</div>
</fieldset>
</if>

<if condition="$show['imageattachmentlink']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_images]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[imageattachmentlinks]
</table>
</fieldset>
</if>

<if condition="$show['otherattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attached_files]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[otherattachments]
</table>
</fieldset>
</if>

<if condition="$show['moderatedattachment']">
<fieldset class="fieldset">
<legend>$vbphrase[attachments_pending_approval]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
$post[moderatedattachments]
</table>
</fieldset>
</if>

</div>
<!-- / attachments -->
</if>
<!-- / debut parmi mes sujets -->
<br />
<if condition="$favo">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3">
<center>Les sujets de $post[musername]</center>
</td>
</tr>
</thead>
<tr>
<td class="alt1" align="center">
$favo</td>
</tr>
</tbody>
</table>
</if>
<br />
<!-- / fin parmi mes sujets -->

$template_hook[postbit_signature_start]
$ad_location[ad_showthread_firstpost_sig]

<tr>
<td class="alt1" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
$template_hook[postbit_signature_start]
<if condition="$post['signature']">
<!-- sig -->
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<div valign="bottom">
$post[signature]
</div>
<!-- / sig -->

</if>
$template_hook[postbit_signature_end]
<if condition="$show['postedited']">
<!-- edit note -->
<div class="smallfont">
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<em>
<if condition="$show['postedithistory']">
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
<else />
<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
</if>
<if condition="$post['edit_reason']">
$vbphrase[reason]: $post[edit_reason]
</if>
</em>
</div>
<!-- / edit note -->
</if>

</td>
</tr>
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
$post[onlinestatus]
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
</if>
<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
$post[iplogged]
&nbsp;
</td>
<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<else />
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>
<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
</if>
<if condition="$show['quickreply'] AND !$show['threadedmode']">
<a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
</if>
<if condition="$show['moderated']">
<img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
</if>
<if condition="$show['spam']">
<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
</if>
<if condition="$show['deletedpost']">
<if condition="$show['managepost']">
<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
</if>
</if>
<if condition="$show['redcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
<else />
<if condition="$show['yellowcard']">
<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
</if>
</if>
$template_hook[postbit_controls]
<!-- / controls -->
</td>
</tr>
</table>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
</if>
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['emaillink']">
<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
</if>
<if condition="$show['homepage']">
<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
</if>
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
</if>
$template_hook[postbit_user_popup]
<!-- v3 Arcade -->
<if condition="$post['arcadeawards']">
<tr><td class="thead"><phrase 1="$post[username]">$vbphrase[xs_arcade_awards]</phrase></a></td></tr>
$post[arcadeawards]
</if>
<if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
<tr><td class="thead">$vbphrase[arcade]</a></td></tr>
<tr><td class="vbmenu_option"><a href="arcade.php?do=newchallenge&userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[challenge_x_in_the_arcade]</phrase></td></tr></if>
<!-- /v3 Arcade -->
</table>
</div>
<!-- / post $post[postid] popup menu -->

Ombre
21/08/2010, 20h39
Bonsoir, pourtant je le vois moi, il te faut faire une recherche plus détaillé si ton style est personnalisé, et aussi si ta version de vb n'est pas une 3.7 comme je peu le voir dans otn profile, vu qu ele mod est prévus pour vb3.7,

Regarde à partir de cette condition:


<if condition="$show['profile']">
Et repéré la fin par ceci:


<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>

Que je vois dans ton template, par contre attention, si tu as rajouter quelques chose dans ce qui doit-être remplacé ou que les changement ne sont pas fait en observent les class de ton style, tu risques d'avoir des soucis... Un peu d'analyse du code à modifier est nécessaire.

facile
25/08/2010, 04h50
bonjour que veut tu dire part soucy Et repéré la fin par ceci:

j ai dejas ceux postbit depuit l ouverture mais le mien et noir

pourkoi pas le remplacer tou simplement part ma couleur ?

cordialement

Ombre
25/08/2010, 08h08
J'ai vraiment du mal à te suivre, tu me demandes, comment mettre en place de postbit pour ton style personnalisé, car tu ne trouve pas le bout de code à modifier, et tu tu enchaines en me disant que tu as ce postbit depuis le début, soit clair que je puisse comprendre.

Si tu veux le postbit en bordeaux, il te suffit de remplacer les images noir par celles en bordeaux que je fourni dans dans la série de pack avec d'autres couleurs.

facile
25/08/2010, 16h36
bonjour ombre

ousp tout sincère désoler j ai lu 5 fois le poste et j ai loupe une parti

désoler pour le temps passe

bonne journée

cordialement

facile

REBEL
25/09/2010, 11h23
dit voir ombre
va tu le mettre a jour pour vb 4
merci

Ombre
25/09/2010, 11h37
Oui probablement dés que le temps me le permettra, et selon le nombre de demande aussi ;)

REBEL
25/09/2010, 11h44
salut ombre
bin deja tu as ma demande :D

facile
20/12/2010, 21h46
bonsoir sa marche aussi pour le vb 4.1.0?

Ombre
20/12/2010, 21h58
Bonsoir,

Sans modifications, non.

Faton_Dispero
14/03/2011, 14h01
Bonsoir,

Je suis intéressé par ce "Postibit_legacy" pour mon forum.

Mais j'aimerais savoir si je peut le mettre sur mon forum version 4.0.2 ?
Car j'ai déjà essayer de le faire, mais j'ai remarqué que c'était fais que au version 3.7.x, puis j'ai toujours essayer de l'ajouté, mais ça m'a foutue n'importe quoi.

Cordialement, Faton.

Ombre
14/03/2011, 18h02
Bonsoir, non tu ne peux pas l'utiliser pour vb4, il est possible de le mettre à jour en modifient les variables, mais ça demande un peu de travail et je n'ai pas le temps actuellement, désolé.

Faton_Dispero
15/03/2011, 08h43
Bonjour,

Ah bien d'accord, comme je ne sais pas mettre a jour en modifiquant les variables, je serais obligé de laissé tombé ce postibit_legacy que je tenait beaucoup !...

Merci comeme de votre aide, Ombre.

Nath425
16/03/2011, 15h44
Bonjour,

j'utilisais ce postbit pour mon vB 3.8.4, mais maintenant je suis passé sous 4.1.2, est-il compatible avec celui-ci?

Cordialement.

Ombre
16/03/2011, 17h45
Bonsoir, tu as ta réponses dans les messages un peu plus haut, une petite lecture t'aurait donné la réponse :)

Hip-hop
18/03/2011, 01h54
Bonsoir,

Sa serait bien si tu met a jours pour la VB 4.1.2 je suis preneur xD

Merci