////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////// MOD YOPLINK Pour PunBB ///////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////// Niveau : debutant Temps d'installation : 2mn Deux fichiers seulement a modifier pour ce mod : -post.php -header.php ////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////// post.php ///////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////// Ligne 501 - 502 // Entre "" et "
////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////// header.php ///////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////// Ligne 122 - 123 // Entre "}" et "// -->" Ajouter : function yoplink_add() { var href=document.getElementById('yoplink').value; var h=window.innerHeight; var w=window.innerWidth; window.open('http://www.yoplink.com/ext/index.php?o='+href,'yoplink','width=420 , height= 360 , location=no , directories=no , menubar=no , toolbar=no , top='+(h/2-180)+' , left='+(w/2-210)); document.getElementById('yoplink').value=''; }