Zona Arcade. Construye, Restaura y Decora tu Máquina Arcade y Pinball.

Menu lateral

« Older   Newer »
  Share  
Sahirana Glez
icon13  view post Posted on 17/4/2008, 16:56     +1   -1




Hola, bueno mi nombre es sahirana y soy administradora de un foro !!

me gustaria que alguien me dijera como puedo poner un menu lateral en el foro.

Similara este !!!

image

gracias de antemano
 
Top
view post Posted on 17/4/2008, 18:41     +1   -1
Avatar

Restless in Peace

Group:
Administrator
Posts:
42,951
Location:
Alcobendas (Madrid)

Status:


Hola, Sahirana!

Te dejo por aquí el código que deberás pegar en el cuerpo de la página principal del foro para que te aparezca el menú lateral, sólo tienes que cambiar los enlaces:

CODE
<script type="text/javascript"><!--
moving=setTimeout('null',1);
function move(b){if(b<0&&parseInt(Menu.left)>-Width||b>0&&parseInt(Menu.left)<0){clearTimeout(moving); moving=setTimeout('move('+b+')',slideSpeed); theleft+=b; Menu.left=theleft} else{clearTimeout(moving); moving=setTimeout('null',1)}}
function startMenu(menu,barText){document.write('<div id=ssm style="width:'+(Width+30)+'px; left:-'+(Width)+'px; z-index:9; top:'+Yoffset+'px; '+(isStatic?'':'top:expression('+Yoffset+'+(y=document.body.scrollTop)+'px'); position:fixed!important; ')+'position:absolute" onmouseover=move(10) onmouseout="clearTimeout(moving); moving=setTimeout('move(-10)',waitTime)"><table class=mainbg width=100% cellpadding=2 cellspacing=1><tr><td class=title align=center><b>'+menu+'</b><td class=ww rowspan=100 style="width:20px;padding:12px 4px 12px 2px;font-size:8pt;font-weight:bold" align=center valign=middle>'+barText); Menu=document.getElementById("ssm").style; theleft=-Width}
function addItem(text,link){document.write('<tr><td class=aa><span class=web><a HREF='+link+'>'+text+'</a></span>')}
function endMenu(){document.write('</table></div>')}
if(document.getElementById){

isStatic=false;
Yoffset=20;
Width=150;
slideSpeed=10;
waitTime=200;

startMenu("Links útiles - Zona Arcade -","M<br>e<br>n<br>ú<br><br>L<br>a<br>t<br>e<br>r<br>a<br>l");

addItem("MAME32qa","http://mame32qa.classicgaming.gamespy.com");
addItem("MAWS","http://www.mameworld.net/maws/");
addItem("mameinfo.dat & PCB-infos ","http://www.mameworld.net/mameinfo/");
addItem("Catlist ","http://www.mameworld.net/catlist");
addItem("Cheats.dat","http://cheat.retrogames.com");
addItem("Unofficial Hiscore.dat ","http://www.mameworld.net/highscore/");
addItem("MAMu_'s icons ","http://www.mameworld.net/icons/");
addItem("NPlayers ","http://nplayers.arcadebelgium.be//");
addItem("MAWS","http://www.mameworld.net/maws/");
addItem("TAFA","http://www.arcadeflyers.com/");
addItem("Klov - Killer List of Video Games","http://www.klov.com/index.php");
addItem("Visual Pinball","http://www.vpforums.com/");
addItem("ipdb - Internet Pinball Data Base","http://www.ipdb.org/");

endMenu()}
//--></script>




Saludos

 
Web  Top
Sahirana Glez
view post Posted on 18/4/2008, 12:36     +1   -1




Gracias !!! pero donde lo pego, donde pone en el panel de administradores, gestionar colores?¿? o en insertar html ???
 
Top
view post Posted on 19/4/2008, 14:05     +1   -1
Avatar

Restless in Peace

Group:
Administrator
Posts:
42,951
Location:
Alcobendas (Madrid)

Status:


Tienes que ponerlo en "insertar html", concretamente, en "homepage of board".


Saluldos
 
Web  Top
3 replies since 17/4/2008, 16:56   396 views
  Share