LittleBigTouff
16/10/2007, 20h58
Description
Ceci permettra à votre communauté de construire et gérer des stations de radio.
Options:
- Les membres peuvent ajouter/supprimer/éditer leurs propres stations
- Stations favoris
- Reporter des stations dont les liens ne marchent plus ou sont doublés
- Plein AJAX
- et plus...
Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) with the explicit authorization of its author.
vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) 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 (http://www.vbulletin-ressources.com/forum/../) 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 (http://www.vbulletin-ressources.com/forum/../) remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) 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: [3.6.8] Radio Stations Add-on (http://www.vbulletin.org/forum/showthread.php?t=152037)
Version vBulletin Requise / Version vBulletin Required : vB 3.6.8
Testé / Tested: oui sur 3.6.8
Traducteur / Translator: LtD et LittleBigTouff (vB3.6.8)
Copyright © 2007 vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../).com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2007 vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../).com - All Rights Reserved Only For Ours TranslationsInstallation
Uploader radiostations.php à la racine de votre forum, cpnav_radiostations.xml dans le dossier includes/xml, et radiostations_admin.php dans votre dossier admincp.
Importer le produit product-radio-stations.xml
Aller dans Radio Stations >> Importer / Exporter des Stations, et importer default-radio-stations.xml
Maintenant vous devez créer un lien d'accés pour les stations de radio dans la barre de navigation de votre forum.Ouvrer votre template navbar, et tout en haut ajouter:
<script type="text/javascript">
<!--
function openRadioStations(){
radioStationsWindow = window.open('radiostations.php', 'radiostations', 'directories=no,height=500,width=700,location=no,m enubar=no,resizable=yes,status=no,scrollbars=yes,t oolbar=no');
}
//-->
</script>Maintenant pour le lien des stations de radios, vous devez trouver:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Et aprés ça, ajouter:
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
Sauvegarder votre template navbar.
Vous pouvez également changer vos options dans les options de l'admincp ( Options vBulletin >> Options des stations de radio )
Ceci permettra à votre communauté de construire et gérer des stations de radio.
Options:
- Les membres peuvent ajouter/supprimer/éditer leurs propres stations
- Stations favoris
- Reporter des stations dont les liens ne marchent plus ou sont doublés
- Plein AJAX
- et plus...
Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) with the explicit authorization of its author.
vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) 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 (http://www.vbulletin-ressources.com/forum/../) 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 (http://www.vbulletin-ressources.com/forum/../) remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../) 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: [3.6.8] Radio Stations Add-on (http://www.vbulletin.org/forum/showthread.php?t=152037)
Version vBulletin Requise / Version vBulletin Required : vB 3.6.8
Testé / Tested: oui sur 3.6.8
Traducteur / Translator: LtD et LittleBigTouff (vB3.6.8)
Copyright © 2007 vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../).com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2007 vBulletin-Ressources (http://www.vbulletin-ressources.com/forum/../).com - All Rights Reserved Only For Ours TranslationsInstallation
Uploader radiostations.php à la racine de votre forum, cpnav_radiostations.xml dans le dossier includes/xml, et radiostations_admin.php dans votre dossier admincp.
Importer le produit product-radio-stations.xml
Aller dans Radio Stations >> Importer / Exporter des Stations, et importer default-radio-stations.xml
Maintenant vous devez créer un lien d'accés pour les stations de radio dans la barre de navigation de votre forum.Ouvrer votre template navbar, et tout en haut ajouter:
<script type="text/javascript">
<!--
function openRadioStations(){
radioStationsWindow = window.open('radiostations.php', 'radiostations', 'directories=no,height=500,width=700,location=no,m enubar=no,resizable=yes,status=no,scrollbars=yes,t oolbar=no');
}
//-->
</script>Maintenant pour le lien des stations de radios, vous devez trouver:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Et aprés ça, ajouter:
<td class="vbmenu_control"><a href="javascript:openRadioStations()">$vbphrase[rs_radiostations]</a></td>
Sauvegarder votre template navbar.
Vous pouvez également changer vos options dans les options de l'admincp ( Options vBulletin >> Options des stations de radio )