Sofia
20/12/2007, 23h33
Description
Ce hack permet de faire afficher une pop-up montrant qui a noté une discussion (affiche les utilisateurs, les notes données et la moyenne des notes).
Il suffira de cliquer sur les étoiles en face du titre de la discussion (dans un forum) pour afficher la pop-up. 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 : Dream (http://www.vbulletin.org/forum/member.php?u=406)
Source / Link of Thread: Informations sur la notation des discussions (http://www.vbulletin.org/forum/showthread.php?t=165652)
Version vBulletin Requise / Version vBulletin Required : vB 3.7 Beta 2
Testé / Tested: oui
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 Translations~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installation
Importer le fichier info_notes.xml via votre admincp (Gestionnaire de produit -> Ajouter/Importer).
Uploadez sur votre FTP le contenu du dossier "A Uploader".
Templates à modifier :Dans le template navbar :
Ajouter tout en haut :
<!-- thread rating info -->
<script type="text/javascript">
<!--
function openDreamTRI(threadid) {
dreamTRIWindow = window.open('threadratinginfo.php?threadid=' + threadid, 'dreamTRI', 'directories=no, height=150, width=300, location=no, menubar=no, resizable=yes, status=no, scrollbars=yes, toolbar=no');
}
//-->
</script>
<!-- / thread rating info -->Dans le template threadbit
Cherchez :
<img class="inlineimg" src="$stylevar/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" />Remplacez par :
<a href="javascript:openDreamTRI($thread[realthreadid])"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></a>[I]Utilisation
Pour utiliser ce hack, vous devez aller dans votre admincp, puis dans Options vBulletin et cliquez sur Information sur la notation des discussions pour paramétrer ce hack.
Version 3.6.8 du hack : Cliquez ici (http://www.vbulletin-ressources.com/forum/showthread.php?t=8585)
Ce hack permet de faire afficher une pop-up montrant qui a noté une discussion (affiche les utilisateurs, les notes données et la moyenne des notes).
Il suffira de cliquer sur les étoiles en face du titre de la discussion (dans un forum) pour afficher la pop-up. 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 : Dream (http://www.vbulletin.org/forum/member.php?u=406)
Source / Link of Thread: Informations sur la notation des discussions (http://www.vbulletin.org/forum/showthread.php?t=165652)
Version vBulletin Requise / Version vBulletin Required : vB 3.7 Beta 2
Testé / Tested: oui
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 Translations~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Installation
Importer le fichier info_notes.xml via votre admincp (Gestionnaire de produit -> Ajouter/Importer).
Uploadez sur votre FTP le contenu du dossier "A Uploader".
Templates à modifier :Dans le template navbar :
Ajouter tout en haut :
<!-- thread rating info -->
<script type="text/javascript">
<!--
function openDreamTRI(threadid) {
dreamTRIWindow = window.open('threadratinginfo.php?threadid=' + threadid, 'dreamTRI', 'directories=no, height=150, width=300, location=no, menubar=no, resizable=yes, status=no, scrollbars=yes, toolbar=no');
}
//-->
</script>
<!-- / thread rating info -->Dans le template threadbit
Cherchez :
<img class="inlineimg" src="$stylevar/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" />Remplacez par :
<a href="javascript:openDreamTRI($thread[realthreadid])"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></a>[I]Utilisation
Pour utiliser ce hack, vous devez aller dans votre admincp, puis dans Options vBulletin et cliquez sur Information sur la notation des discussions pour paramétrer ce hack.
Version 3.6.8 du hack : Cliquez ici (http://www.vbulletin-ressources.com/forum/showthread.php?t=8585)