Fred
04/06/2006, 13h11
Description
Ce mod est conçu pour reduire une image qui est trop grande pour pas quelle depasse de l'ecran,en vous donnant la capacité de retourner a la taille réelle en cliquant sur une bar
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 : Timmeh7
Source / Link of Thread: http://www.vbulletin.org/forum/showthread.php?t=107430
Version vBulletin Requise / Version vBulletin Required : vB 3.5.X
Testé / Tested: oui
Traducteur / Translator: Fred
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés / Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved
Installation
Upload autoresize.js dans /clientscripts/ .
Edit le template "SHOWTHREAD" et "NEWTHREAD"
Cherche
</head>
Juste En dessous ajoute:
<script type="text/javascript" src="clientscript/autoresize.js"></script>
Ouvre /includes/class_bbcode.php
Cherche:
return '<img src="' . $link . '" border="0" alt="" />';
Remplace par:
return '<div style= "display: none; background-color: black; color: white" onClick="catflap_toggle_image_size(this); return false"> </div><img src="' . $link . '" onLoad="catflap_resize_image(this); return false;" border="0" />';
Image reduite
http://img153.imageshack.us/img153/2126/imagereduite8ua.th.png (http://img153.imageshack.us/my.php?image=imagereduite8ua.png)
Image taille réelle
http://img153.imageshack.us/img153/8641/imagetaillerelle1yf.th.png (http://img153.imageshack.us/my.php?image=imagetaillerelle1yf.png)
Ce mod est conçu pour reduire une image qui est trop grande pour pas quelle depasse de l'ecran,en vous donnant la capacité de retourner a la taille réelle en cliquant sur une bar
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 : Timmeh7
Source / Link of Thread: http://www.vbulletin.org/forum/showthread.php?t=107430
Version vBulletin Requise / Version vBulletin Required : vB 3.5.X
Testé / Tested: oui
Traducteur / Translator: Fred
Copyright © 2006 vBulletin-Ressources.com - Tous droits réservés / Copyright © 2006 vBulletin-Ressources.com - All Rights Reserved
Installation
Upload autoresize.js dans /clientscripts/ .
Edit le template "SHOWTHREAD" et "NEWTHREAD"
Cherche
</head>
Juste En dessous ajoute:
<script type="text/javascript" src="clientscript/autoresize.js"></script>
Ouvre /includes/class_bbcode.php
Cherche:
return '<img src="' . $link . '" border="0" alt="" />';
Remplace par:
return '<div style= "display: none; background-color: black; color: white" onClick="catflap_toggle_image_size(this); return false"> </div><img src="' . $link . '" onLoad="catflap_resize_image(this); return false;" border="0" />';
Image reduite
http://img153.imageshack.us/img153/2126/imagereduite8ua.th.png (http://img153.imageshack.us/my.php?image=imagereduite8ua.png)
Image taille réelle
http://img153.imageshack.us/img153/8641/imagetaillerelle1yf.th.png (http://img153.imageshack.us/my.php?image=imagetaillerelle1yf.png)