|
|
Sploutch
 Offline
|
| Membre |
Joined: 02 Jan 2006
Posts: 2,800
Niveau: Point(s): 3,330 Moyenne: 1.19
|
|
Posted: Mon 14 May 2007 - 11:56Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
- Titre: Menu Scroll
- Version: 1.0
- Auteur: sploutch
- Contact Auteur: Avec ma fiche de contact ICI
- Source: Moi même-presencenet
- Description: Ce tuto vous permet d'avoir un bloc, avec avec un menu scroll pour par exemple en faire un bloc de navigation original.
- Niveau d'installation: Facile
- Temps d'installation: 2-3 Minutes.
- Nombre de template a modifié : En principe aucune, sauf si vous souhaitez intégrer cette fonction sur l'une de vos pages. (comme dans mon second exemple)
- Fonctionne sur les thémes : xooit, phpBB.
- Test effectué sur : xooit, phpBB2.
- Defaut : Aucun.
- exemple : Sur cette page, le bloc au titre de :
Menu Scroll en haut a droite, ou ICI ou je l'ai intégré dans posting_body.tpl pour le faire apparaitre à côté du bloc ou on compose un message. Image
Sauvegardez vos templates, image avant toute modification
Créez un module par exemple (ou une template selon votre choix d'emplacement si vous décidez de le mettre sur une de vos pages.) que vous appellerez "Menu rapide" (par exemple)
Cliquez sur le "<>" , puis rentrez le code ci-dessous.
- Code: Sélectionner - Agrandir
<SCRIPT> var sRepeat=null; function doScrollerIE(dir, src, amount) { if (amount==null) { amount=10 } if (dir=="up") { document.all[src].scrollTop-=amount } else { document.all[src].scrollTop+=amount } if (sRepeat==null) { sRepeat = setInterval("doScrollerIE('" + dir + "','" + src + "'," + amount + ")",100)} return false } window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null"); window.document.ondragstart = new Function("return false");
function toggle( targetId ){ {target = document.all( targetId ); if (target.style.display == "none") { target.style.display = ""; } else { target.style.display = "none"; } } } </SCRIPT> <table width=130 cellpadding=0 cellspacing="0" border="1" bordercolorlight="#3399FF" bordercolordark="#000000"> <tr> <td onMouseOver="this.style.backgroundColor='#808080';" onMouseOut="this.style.backgroundColor='black';"><center><a onMouseOver="return doScrollerIE('up','s1',10)" onMouseOut="clearInterval(sRepeat)" href="http://sploutchsploutch.free.fr" target="_blank">Monter<img src="http://img10.xooimage.com/files/c/e/0/msg_savebox-129186.gif" border=0 width="130" height="26"><br></a></center></td> </tr> <tr> <td> <div id=s1 class=sc1 style="width: 130; height: 100; overflow: hidden;"> <a href="http://sploutchsploutch.free.fr" target="_blank"><font size="2">Acceuil</font></a><br> <a href="http://sploutchsploutch.free.fr/Contact" target="_blank"><font size="2">Contact</font></a><br> <a href="http://sploutchsploutch.free.fr/Chater.html" target="_blank"><font size="2">T'chat</font></a><br> <a href="http://sploutchsploutch.free.fr/Partenariat.html" target="_blank"><font size="2">Liens</font></a><br> <a href="http://sploutchsploutch.free.fr/météo.html" target="_blank"><font size="2">Météo</font></a><br> <a href="http://sploutchsploutch.free.fr/smileys.html" target="_blank"><font size="2">Smileys</font></a><br> <a href="http://sploutchsploutch.free.fr/FontsEcrans.html" target="_blank"><font size="2">Fonds écran</font></a><br> <a href="http://sploutchsploutch.free.fr/Pagejeux.html" target="_blank"><font size="2">Jeux flash</font></a><br> <a href="http://www.google.com/custom?domains=sploutchsploutch.free.fr&q=&sa=Rechercher&sitesearch=&client=pub-8556977678328932&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23CC0000%3BGL%3A1%3BDIV%3A%230066CC%3BVLC%3A3D81EE%3BAH%3Acenter%3BBGC%3A000000%3BLBGC%3A006699%3BALC%3A3D81EE%3BLC%3A3D81EE%3BT%3AFFFFFF%3BGFNT%3A2BA94F%3BGIMP%3A2BA94F%3BLH%3A60%3BLW%3A90%3BL%3Ahttp%3A%2F%2Fimg7.xooimage.com%2Ffiles%2Ff%2Fo%2Fforum-du-tout-gratuit--d3fad.gif%3BS%3Ahttp%3A%2F%2Fsploutchsploutch.free.fr%2F%3BLP%3A1%3BFORID%3A1&hl=fr" target="_blank"><font size="2">Recherche Google</font></a><br> <a href="http://sploutchsploutch.free.fr/UploaderImages" target="_blank"><font size="2">Uploader Images</font></a><br> <a href="http://www.ctrouve.com/" target="_blank"><font size="2">Uploader Vidéos</font></a><br> <a href="http://upload.is.free.fr/upload.php" target="_blank"><font size="2">Uploader Fichiers</font></a><br> <a href="http://sploutchsploutch.free.fr/phpBB2/privmsg.php?folder=inbox" target="_blank"><font size="2">Voir MP</font></a><br> </div> </td> </tr> <tr> <td onMouseOver="this.style.backgroundColor = '#808080';" onMouseOut="this.style.backgroundColor = 'black';"><center><a onMouseOver="return doScrollerIE('down','s1',10)" onMouseOut="clearInterval(sRepeat)" href="http://sploutchsploutch.free.fr" target="_blank"><img src="http://img8.xooimage.com/files/f/4/0/msg_savebox-129183.gif" border=0 width="130" height="26"><br>Descendre</a></center></td> </tr> </table>
Ajoutez ensuite le module dans une page.(celle principale en général)
-Modifiez bien sur les 2 images que j'ai mis ainsi que les liens.
-Vous pouvez modifier avec quelques connaissances html, couleur, taille, style d'écriture de la police.
-Vous pouvez changer les couleurs la ou il y à inscrit "Monter" et/ou " Descendre " qui est noir et passe au gris quand la souris passe dessus.
-Le fond est transparent, ce qui fait qu'il s'intègre à votre thème. Il en est de même pour la couleur des lien.
Fin du tuto By Sploutch © 
_______________________
[MOD] Eau | Sploutch-land | Formulaire d'aide aux tutos | Recherche-Net | Aqua-Tim | Listing my tutos | Radio | Site | Contact | Smileys Fun | Arcades | Proposez un logiciels |
Last edited by Sploutch on Sun 30 Nov 2008 - 19:12; edited 5 times in total
|
|
|
|
 |
|
|
|
themalin
 Offline
|
| Membre |
Joined: 19 Apr 2006
Posts: 57,289
Point(s): 68,652 Moyenne: 1.20
|
|
Posted: Mon 14 May 2007 - 12:14Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
bonjour bon tuto c'est assez réussi je trouve on a une capacité illimité pour mettre les liens??? on peut en mettre autant qu'on veut _______________________
|
|
|
|
 |
|
|
|
Sploutch
 Offline
|
| Membre |
Joined: 02 Jan 2006
Posts: 2,800
Niveau: Point(s): 3,330 Moyenne: 1.19
|
|
Posted: Mon 14 May 2007 - 12:16Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
|
|
|
|
 |
|
|
|
Twilight
 Offline
|
| Membre |
Joined: 19 Dec 2007
Posts: 177
Niveau: Point(s): 109 Moyenne: 0.62
|
|
|
|
|
 |
|
|
|
themalin
 Offline
|
| Membre |
Joined: 19 Apr 2006
Posts: 57,289
Point(s): 68,652 Moyenne: 1.20
|
|
Posted: Thu 24 Apr 2008 - 11:23Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
bonjour
tu parles de quelle image exactement _______________________
|
|
|
|
 |
|
|
|
Twilight
 Offline
|
| Membre |
Joined: 19 Dec 2007
Posts: 177
Niveau: Point(s): 109 Moyenne: 0.62
|
|
Posted: Thu 24 Apr 2008 - 13:13Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
|
|
|
|
 |
|
|
|
themalin
 Offline
|
| Membre |
Joined: 19 Apr 2006
Posts: 57,289
Point(s): 68,652 Moyenne: 1.20
|
|
Posted: Fri 25 Apr 2008 - 13:34Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
dans ton template posting body cherches
Â
- Code: Sélectionner - Agrandir
<table width="100%" border="0" cellspacing="0" cellpadding="1"> Â Â Â Â Â Â Â <tr> Â Â Â Â Â Â Â Â Â <td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td> Â Â Â Â Â Â Â </tr> Â Â Â Â Â Â Â <tr> Â
mets le code après
Â
- Code: Sélectionner - Agrandir
<td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td>Â
_______________________
|
|
|
|
 |
|
|
|
Sploutch
 Offline
|
| Membre |
Joined: 02 Jan 2006
Posts: 2,800
Niveau: Point(s): 3,330 Moyenne: 1.19
|
|
Posted: Tue 29 Apr 2008 - 18:18Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
|
|
|
|
 |
|
|
|
illusion
|
Posted: Tue 20 May 2008 - 14:00Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
Bonjour,
merci Sploutch pour ce tuto
mais, j'ai un soucie, le "scrolling" ne fonctionne pas
voilà mon script:
- Code: Sélectionner - Agrandir
<script>     var sRepeat=null;     function doScrollerIE(dir, src, amount) {       if (amount==null) {     amount=10     }       if (dir=="up") {     document.all[src].scrollTop-=amount     }   else {     document.all[src].scrollTop+=amount     }   if (sRepeat==null) {     sRepeat = setInterval("doScrollerIE('" + dir + "','" + src + "'," + amount + ")",100)}   return false     }     window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null");     window.document.ondragstart = new Function("return false");
    function toggle( targetId ){     {target = document.all( targetId );     if (target.style.display == "none")     {     target.style.display = "";     } else {     target.style.display = "none";       }      }     }     </script>           <table width="130" cellspacing="0" cellpadding="0" border="1" bordercolordark="#CC9933" bordercolorlight="#3399FF">               <tbody><tr>                 <td onmouseout="function onmouseout(event) {     this.style.backgroundColor = "black"; }" onmouseover="function onmouseover(event) {     this.style.backgroundColor = "#FFCC66"; }"><center><a target="_blank" href="http://ageofmagic.xooit.com/portal.php" onmouseout="function onmouseout(event) {     clearInterval(sRepeat); }" onmouseover="function onmouseover(event) {     return doScrollerIE("up", "s1", 10); }">Monter<img width="130" height="40" border="0" src="http://steven.feerik.com/images/19-05-08.jpg" /><br /></a></center></td>               </tr>               <tr>                 <td>                   <div style="overflow: hidden; width: 130px; height: 100px;" class="sc1" id="s1">                  <a target="_blank" href="http://ageofmagic.xooit.com/index.php"><font size="2">Forum</font></a><br />                     <a target="_blank" href="http://iotup.olympe-network.com/index.php?pub=0"><font size="2">La carte d'AOM</font></a><br />                     <a target="_blank" href="http://steven.feerik.com/"><font size="2">Le Blog de Steven</font></a><br />                     <a target="_blank" href="http://www.ageofmagic.net/forum/"><font size="2">Forum Officiel d'AOM</font></a><br />                     <a target="_blank" href="http://www.ageofmagic.net/"><font size="2">Age Of Magic</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=6"><font size="2">Les monstre en image d'AOM</font></a><br />                 <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=4"><font size="2">Les Sorts en image d'AOM</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=5"><font size="2">Les Familiers en image d'AOM</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/f138-Sommaire-des-Quetes.htm"><font size="2">Sommaire des Quêtes</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/f25-Inventaire.htm"><font size="2">L'Inventaire</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/f26-Carte.htm"><font size="2">La Carte par Zone</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/login.php?logout=true&rci=c80a3a2f0eed68d4c609708a878ca01d"><font size="2">Se Connecter/ Déconnecter</font></a><br />                     <a target="_blank" href="http://ageofmagic.xooit.com/profile.php?mode=register"><font size="2">S'inscrire</font></a><br />                   </div>                 </td>               </tr>               <tr>                 <td onmouseout="function onmouseout(event) {     this.style.backgroundColor = "black"; }" onmouseover="function onmouseover(event) {     this.style.backgroundColor = "#FFCC66"; }"><center><a target="_blank" href="http://ageofmagic.xooit.com/portal.php" onmouseout="function onmouseout(event) {     clearInterval(sRepeat); }" onmouseover="function onmouseover(event) {     return doScrollerIE("down", "s1", 10); }"><img width="130" height="40" border="0" src="http://steven.feerik.com/images/19-05-08.jpg" /><br />Descendre</a></center></td>               </tr>             </tbody></table> </span> </td> </tr> </table>Â
tu saurais me dire ce qui ne va pas s'il te plait? 
|
|
|
|
 |
|
|
|
themalin
 Offline
|
| Membre |
Joined: 19 Apr 2006
Posts: 57,289
Point(s): 68,652 Moyenne: 1.20
|
|
Posted: Tue 20 May 2008 - 14:03Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
bonjour
est ce que pour tes autres membres ça marche ou juste toi?? _______________________
|
|
|
|
 |
|
|
|
illusion
|
Posted: Tue 20 May 2008 - 14:05Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
heu ben , il n'est visible que pour l'admin ( moi ) car je voulais le tester avant de remplacer mon ancien menu
Edit : là , je l'ai mis visible pour tous pour essayer aussi, et ça fonctionne pas quand même Edit 1: il est tout en bas du portail: ici
|
|
|
|
 |
|
|
|
themalin
 Offline
|
| Membre |
Joined: 19 Apr 2006
Posts: 57,289
Point(s): 68,652 Moyenne: 1.20
|
|
Posted: Tue 20 May 2008 - 14:19Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
tu as essayé de mettre au lieu de ça
- Code: Sélectionner - Agrandir
<a target="_blank" href="http://ageofmagic.xooit.com/index.php"><font size="2">Forum</font></a><br /> <a target="_blank" href="http://iotup.olympe-network.com/index.php?pub=0"><font size="2">La carte d'AOM</font></a><br /> <a target="_blank" href="http://steven.feerik.com/"><font size="2">Le Blog de Steven</font></a><br /> <a target="_blank" href="http://www.ageofmagic.net/forum/"><font size="2">Forum Officiel d'AOM</font></a><br /> <a target="_blank" href="http://www.ageofmagic.net/"><font size="2">Age Of Magic</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=6"><font size="2">Les monstre en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=4"><font size="2">Les Sorts en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=5"><font size="2">Les Familiers en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f138-Sommaire-des-Quetes.htm"><font size="2">Sommaire des Quêtes</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f25-Inventaire.htm"><font size="2">L'Inventaire</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f26-Carte.htm"><font size="2">La Carte par Zone</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/login.php?logout=true&rci=c80a3a2f0eed68d4c609708a878ca01d"><font size="2">Se Connecter/ Déconnecter</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/profile.php?mode=register"><font size="2">S'inscrire</font></a><br />
ça
- Code: Sélectionner - Agrandir
<marquee direction="left"> <a target="_blank" href="http://ageofmagic.xooit.com/index.php"><font size="2">Forum</font></a><br /> <a target="_blank" href="http://iotup.olympe-network.com/index.php?pub=0"><font size="2">La carte d'AOM</font></a><br /> <a target="_blank" href="http://steven.feerik.com/"><font size="2">Le Blog de Steven</font></a><br /> <a target="_blank" href="http://www.ageofmagic.net/forum/"><font size="2">Forum Officiel d'AOM</font></a><br /> <a target="_blank" href="http://www.ageofmagic.net/"><font size="2">Age Of Magic</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=6"><font size="2">Les monstre en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=4"><font size="2">Les Sorts en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/portal.php?pid=5"><font size="2">Les Familiers en image d'AOM</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f138-Sommaire-des-Quetes.htm"><font size="2">Sommaire des Quêtes</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f25-Inventaire.htm"><font size="2">L'Inventaire</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/f26-Carte.htm"><font size="2">La Carte par Zone</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/login.php?logout=true&rci=c80a3a2f0eed68d4c609708a878ca01d"><font size="2">Se Connecter/ Déconnecter</font></a><br /> <a target="_blank" href="http://ageofmagic.xooit.com/profile.php?mode=register"><font size="2">S'inscrire</font></a><br /></marquee>
_______________________
|
|
|
|
 |
|
|
|
illusion
|
|
|
|
 |
|
|
|
Sploutch
 Offline
|
| Membre |
Joined: 02 Jan 2006
Posts: 2,800
Niveau: Point(s): 3,330 Moyenne: 1.19
|
|
Posted: Thu 22 May 2008 - 18:20Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
|
|
|
|
 |
|
|
|
illusion
|
Posted: Fri 23 May 2008 - 00:03Â Â Â Post subject: [Tuto] Un bloc avec Menu Scroll |
 |
|
je l'ai enlever sploutch du coup, c'est pour ça que tu ne le voie pas
tu peux le voir ici si tu veux
les liens fonctionnent, mais c'est juste le scrolling qui ne fonctionne pas en fait
|
|
|
|
 |
|
|
|