NeRilkA
12/04/2007, 00h32
Description
Ce hack permet d'ajouter un bbcode qui insérera une Iframe dans un message.Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources (http://www.vbulletin-ressources.com/) avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources (http://www.vbulletin-ressources.com/) with the explicit authorization of its author.
vBulletin-Ressources (http://www.vbulletin-ressources.com/) 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/) 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/) remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources (http://www.vbulletin-ressources.com/) thanks the author for the hack to have provided its authorization.Conception
Auteur du Hack / Author Of Hack : anywares
Source / Link of Thread: iFrame BBCODES (http://www.vbulletin.org/forum/showthread.php?t=143468)
Version vBulletin Requise / Version vBulletin Required : vB 3.6.5
Testé / Tested: oui
Traducteur / Translator: NeRilkA
Copyright © 2006 vBulletin-Ressources (http://www.vbulletin-ressources.com/).com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources (http://www.vbulletin-ressources.com/).com - All Rights Reserved Only For Ours TranslationsInstallation
Etape 1 :
Allez dans le logiciel d'administration => Balises BB personnalisées => Gestionnaire de balises BB => Ajouter une nouvelle balise BB
Etape 2:
Intitulé :
BBCODE iFrame
Balise :
if
Code de remplacement :
<!-- Début iFrame par anywares -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="600" height="400" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="{param}" title="Voir le site directement" target="_new">Voir le site directement</a>
</td>
</tr>
</thead>
<tr>
<td>
<iFrame src="{param}" width="615" height="415"></iFrame>
</td>
</tr>
</table>
<!-- Fin iFrame par anywares -->
Vous pouvez ajuster la taille de la fenêtre en modifiant ces deux lignes :
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="600" height="400" style="margin:10px 0">
<iFrame src="{param}" width="615" height="415"></iFrame>
Exemple :
http://www.google.com
Description :
BBCODE iFrame
Utiliser un second paramètre {option} :
Non
J'ai créé (vite fait) un petit bouton pour mettre dans l'éditeur. Personnellement je l'ai mis dans le dossier "images/editor". Voici le bouton :) >> http://www.vbr-test.com/forum/images/editor/iframe.gif
Image de bouton (facultatif) :
/forum/images/editor/iframe.gif
Ce hack permet d'ajouter un bbcode qui insérera une Iframe dans un message.Remerciements et support / Thanks and support
Ce Hack a été traduit en français pour vBulletin-Ressources (http://www.vbulletin-ressources.com/) avec l'autorisation explicite de son auteur. / This Hack was translated into French for vBulletin-Ressources (http://www.vbulletin-ressources.com/) with the explicit authorization of its author.
vBulletin-Ressources (http://www.vbulletin-ressources.com/) 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/) 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/) remercie l'auteur du hack pour avoir fourni son autorisation. / vBulletin-Ressources (http://www.vbulletin-ressources.com/) thanks the author for the hack to have provided its authorization.Conception
Auteur du Hack / Author Of Hack : anywares
Source / Link of Thread: iFrame BBCODES (http://www.vbulletin.org/forum/showthread.php?t=143468)
Version vBulletin Requise / Version vBulletin Required : vB 3.6.5
Testé / Tested: oui
Traducteur / Translator: NeRilkA
Copyright © 2006 vBulletin-Ressources (http://www.vbulletin-ressources.com/).com - Tous droits réservés Uniquement pour nos traductions/ Copyright © 2006 vBulletin-Ressources (http://www.vbulletin-ressources.com/).com - All Rights Reserved Only For Ours TranslationsInstallation
Etape 1 :
Allez dans le logiciel d'administration => Balises BB personnalisées => Gestionnaire de balises BB => Ajouter une nouvelle balise BB
Etape 2:
Intitulé :
BBCODE iFrame
Balise :
if
Code de remplacement :
<!-- Début iFrame par anywares -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="600" height="400" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="{param}" title="Voir le site directement" target="_new">Voir le site directement</a>
</td>
</tr>
</thead>
<tr>
<td>
<iFrame src="{param}" width="615" height="415"></iFrame>
</td>
</tr>
</table>
<!-- Fin iFrame par anywares -->
Vous pouvez ajuster la taille de la fenêtre en modifiant ces deux lignes :
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="600" height="400" style="margin:10px 0">
<iFrame src="{param}" width="615" height="415"></iFrame>
Exemple :
http://www.google.com
Description :
BBCODE iFrame
Utiliser un second paramètre {option} :
Non
J'ai créé (vite fait) un petit bouton pour mettre dans l'éditeur. Personnellement je l'ai mis dans le dossier "images/editor". Voici le bouton :) >> http://www.vbr-test.com/forum/images/editor/iframe.gif
Image de bouton (facultatif) :
/forum/images/editor/iframe.gif