LittleBigTouff
10/03/2008, 21h16
Cette modification permet d'afficher un système de vote nommée Diggs en haut de vos discussions
La couleur de fond peut être définie
Remerciements et 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 : ericgtr (http://www.vbulletin.org/forum/member.php?u=34182)
Source / Link of Thread: Digg Display Digg Count (http://www.vbulletin.org/forum/showthread.php?t=166385)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur 3.7.0
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
Modification de template
Dans le template SHOWTHREAD trouvez :
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
Ajoutez au dessus en remplacant Url par l'adresse de votre forum :
<!-- Digg -->
<td class="vbmenu_control" id="digg" nowrap="nowrap">
<script type="text/javascript">
digg_url = 'SITE URL/showthread.php?t=$thread[threadid]';
digg_title = "$threadinfo[title]";
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</td>
<!-- / Digg -->Screenshot
A venir
La couleur de fond peut être définie
Remerciements et 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 : ericgtr (http://www.vbulletin.org/forum/member.php?u=34182)
Source / Link of Thread: Digg Display Digg Count (http://www.vbulletin.org/forum/showthread.php?t=166385)
Version vBulletin Requise / Version vBulletin Required : vB 3.7.0
Testé / Tested: oui sur 3.7.0
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
Modification de template
Dans le template SHOWTHREAD trouvez :
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
Ajoutez au dessus en remplacant Url par l'adresse de votre forum :
<!-- Digg -->
<td class="vbmenu_control" id="digg" nowrap="nowrap">
<script type="text/javascript">
digg_url = 'SITE URL/showthread.php?t=$thread[threadid]';
digg_title = "$threadinfo[title]";
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</td>
<!-- / Digg -->Screenshot
A venir