LittleBigTouff
03/01/2008, 10h37
Description
Cette modification permet d'afficher une petit notification en dessous de la navbar quand vous avez de nouveaux messages privés :yahoo:
Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources with the explicit authorization of its author.
vBulletin-Ressources et son équipe offrira du support vis à vis des hacks traduits, bien sûr, dans la mesure du possible de chacun, autant en terme de temps que de connaissances/ vBulletin-Ressources and its team will offer support for the translated hacks, of course, as far as possible for everyone, as much in term of time that knowledge.
vBulletin-Ressources remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources thanks the author for the hack to have provided its authorization.Conception
Auteur du Hack / Author Of Hack : HybridIllusions (http://www.vbulletin.org/forum/member.php?u=221965)
Source / Link of Thread: Simple Notification (http://www.vbulletin.org/forum/showthread.php?t=165543)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur vB 3.7.0
Traducteur / Translator: LittleBigTouff
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions / Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only for ours translationsInstallation
Ouvrir le template "Navbar"et trouver : <!-- / nav buttons bar -->
<br />
Ajoutez en dessous :<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="text-decoration:none;">Vous avez actuellement $bbuserinfo[pmunread] message privé non lu<if condition="$bbuserinfo[pmunread] >= 2">s</if> ! Cliquez ici !</div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->
Cette modification permet d'afficher une petit notification en dessous de la navbar quand vous avez de nouveaux messages privés :yahoo:
Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources with the explicit authorization of its author.
vBulletin-Ressources et son équipe offrira du support vis à vis des hacks traduits, bien sûr, dans la mesure du possible de chacun, autant en terme de temps que de connaissances/ vBulletin-Ressources and its team will offer support for the translated hacks, of course, as far as possible for everyone, as much in term of time that knowledge.
vBulletin-Ressources remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources thanks the author for the hack to have provided its authorization.Conception
Auteur du Hack / Author Of Hack : HybridIllusions (http://www.vbulletin.org/forum/member.php?u=221965)
Source / Link of Thread: Simple Notification (http://www.vbulletin.org/forum/showthread.php?t=165543)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur vB 3.7.0
Traducteur / Translator: LittleBigTouff
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés Uniquement pour nos traductions / Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved Only for ours translationsInstallation
Ouvrir le template "Navbar"et trouver : <!-- / nav buttons bar -->
<br />
Ajoutez en dessous :<!-- PM Notification -->
<if condition="$bbuserinfo[pmunread]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center">
<tr>
<td class="thead"><a href="private.php"><div style="text-decoration:none;">Vous avez actuellement $bbuserinfo[pmunread] message privé non lu<if condition="$bbuserinfo[pmunread] >= 2">s</if> ! Cliquez ici !</div></a></td>
</tr>
</table>
<br />
</if>
<!-- / PM Notification -->