Sofia
06/01/2008, 22h51
Description
Ce hack permet d'ajouter dans le header (et autres templates comme navbar ou template vba) les statistiques de votre forum :
Total de discussions
Total de messages
Total de membres
Total de membres en ligne
Pseudo du nouveau membre.
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 : Neutral Singh (http://www.vbulletin.org/forum/member.php?u=63573)
Source / Link of Thread: Live Forum Statistics on All Pages in Forum Header (http://www.vbulletin.org/forum/showthread.php?p=1416743#post1416743)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur 3.7.0 Beta 3
Traducteur / Translator: Sofia
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
Importez le fichier stat_forum_header.xml (comme module) via votre panneau d'administration vBulletin :
Modules & Produits > Exporter / Importer des modules
Template :Dans le template header
Cherchez :
<!-- content table --> $spacer_open $_phpinclude_output Ajoutez au-dessus :
<!-- Forum Stats in Header Template --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div align="left"><span class="smallfont">| <b>Discussions :</b> $totalthreads | <b>Messages :</b> $totalposts | <b>Membres : </b>$numbermembers | <b>En ligne : </b>$totalonline </b> | <b>Nouveau membre :</b> <a href="$vboptions/member.php?u=$newuserid"><b>$newusername</b></a> (Bienvenue !) </span></div> </td> </tr> </table> <!-- Forum Stats in Header Template -->[B]
Vous pouvez ajouter ce code dans n'importe quel template (navbar, template vBa, ...).
Ce hack permet d'ajouter dans le header (et autres templates comme navbar ou template vba) les statistiques de votre forum :
Total de discussions
Total de messages
Total de membres
Total de membres en ligne
Pseudo du nouveau membre.
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 : Neutral Singh (http://www.vbulletin.org/forum/member.php?u=63573)
Source / Link of Thread: Live Forum Statistics on All Pages in Forum Header (http://www.vbulletin.org/forum/showthread.php?p=1416743#post1416743)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur 3.7.0 Beta 3
Traducteur / Translator: Sofia
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
Importez le fichier stat_forum_header.xml (comme module) via votre panneau d'administration vBulletin :
Modules & Produits > Exporter / Importer des modules
Template :Dans le template header
Cherchez :
<!-- content table --> $spacer_open $_phpinclude_output Ajoutez au-dessus :
<!-- Forum Stats in Header Template --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div align="left"><span class="smallfont">| <b>Discussions :</b> $totalthreads | <b>Messages :</b> $totalposts | <b>Membres : </b>$numbermembers | <b>En ligne : </b>$totalonline </b> | <b>Nouveau membre :</b> <a href="$vboptions/member.php?u=$newuserid"><b>$newusername</b></a> (Bienvenue !) </span></div> </td> </tr> </table> <!-- Forum Stats in Header Template -->[B]
Vous pouvez ajouter ce code dans n'importe quel template (navbar, template vBa, ...).