| Autor |
Mensaje |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Ventana Flotante! Como Ponerla?
Hola como puedo poner esto:
Y que desaparezca al estar registrado ?
Y como puedo dejar el menu desplegado sin tener que darle para desplegarlo
Gracias por adelantado
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Pubicidad

|
|
 |
Akros
Recien LLegado

Registrado: Noviembre 2007
Mensajes: 20
Edad: 20
|
 Re: Ventana Flotante! Como Ponerla?
Buscando un poco por esta comunidad creo que hay algo, no se si cumple tus expectativas, revisalo y comentanos.
http://www.todo-mods.com/pop-up-ven...odas-vt910.html
Dice que sirve para todas.
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ URL: http://elsurradiante.com/index.php
Version: phpBB 2.0.22
Servidor: Pago - Dreamhost
Plantilla: FI Black 3d
Mods: Rota Banner, Mod Who Is Online 60min, Anti reg con Ñ, Medal System (Los he llamados runas), Today-Yesterday Relative Time.
|
|
|
|
 |
Tapun
Moderador
 MODificador

Registrado: Marzo 2008
Mensajes: 517
Edad: 13
|
 Re: Ventana Flotante! Como Ponerla?
Akros, ese es para phpbb3,
Ventana flotante: http://www.phpbb-es.com/foro/pop-up...ro-vt15863.html
Lo otro no tengo ni idea
PD: Actualiza la firma con los datos nuevos mons
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Moderador de: WwW.TecNoShAre.NeT
|
|
|
|
 |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Re: Ventana Flotante! Como Ponerla?
Gracias tapun siemrpe ayudando
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Akros
Recien LLegado

Registrado: Noviembre 2007
Mensajes: 20
Edad: 20
|
 Re: Ventana Flotante! Como Ponerla?
Disculpenme, el titulo del post me confundio.
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ URL: http://elsurradiante.com/index.php
Version: phpBB 2.0.22
Servidor: Pago - Dreamhost
Plantilla: FI Black 3d
Mods: Rota Banner, Mod Who Is Online 60min, Anti reg con Ñ, Medal System (Los he llamados runas), Today-Yesterday Relative Time.
|
|
|
|
 |
Lordss
SubAdministrador

Registrado: Septiembre 2007
Mensajes: 1697
Edad: 14
|
 Re: Ventana Flotante! Como Ponerla?
Si no te funciona avisas y te dejo el codigo que yo tengo
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
URL: www.tecno-sence.net
Plantilla: Vista Teal
Mods: Los que trae ademas del Mouse Hover Description mod, karma mod, y no recuerdo los otros...
Version de icy: 1.2.0.27b
|
|
|
|
 |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Re: Ventana Flotante! Como Ponerla?
Voy hacer lo siguiente ya que no tengo aceso al ftp
Ir al CMS
1.-Bloques Globales
2.-Añadir Bloque
3.-Poneis titulo
4.-Lo activais
5.-Poneis solo para invitados
6.-Enviar(por defecto esta Posicion:encabezado y Texto Html)
7.-Cuadro de texto copias lo siguiente(pongo tal como yo he querido tenerlo, vosotros editais como querais)
<style>
#topbar{
position:absolute;
border: 0px solid black;
padding: 2px red;
background-color: ;
width: 620px;
visibility: hidden;
z-index: 200;
}
</style>
<script>
/***********************************************
* Floating Top Bar script- © Dynamic Drive (www.dynamicdrive.com)
* Sliding routine by Roy Whittle (http://www.javascript-fx.com/)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div>
<a><img></a>
<a><img></a>
</div>
y le doy a enviar
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Lordss
SubAdministrador

Registrado: Septiembre 2007
Mensajes: 1697
Edad: 14
|
 Re: Ventana Flotante! Como Ponerla?
parece que si te funciono, cabe aclarar que si tu o cualquier otro administrador, esta conectado igualmente le aparecera sto como si fuera invitado, pero solo si es administrador
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
URL: www.tecno-sence.net
Plantilla: Vista Teal
Mods: Los que trae ademas del Mouse Hover Description mod, karma mod, y no recuerdo los otros...
Version de icy: 1.2.0.27b
|
|
|
|
 |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Re: Ventana Flotante! Como Ponerla?
Y no hay manera de que no le aparezca al admin?
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Tapun
Moderador
 MODificador

Registrado: Marzo 2008
Mensajes: 517
Edad: 13
|
 Re: Ventana Flotante! Como Ponerla?
Si lo haces por el CMS, no.
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Moderador de: WwW.TecNoShAre.NeT
|
|
|
|
 |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Re: Ventana Flotante! Como Ponerla?
Creo que no me aparece nada  por lo menos ami
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Lordss
SubAdministrador

Registrado: Septiembre 2007
Mensajes: 1697
Edad: 14
|
 Re: Ventana Flotante! Como Ponerla?
eso es por que ademas de añadirlo en bloques globales en 3 columns, aunque me parece que ese codigo que pones hay no va a ser, usa este
<style type="text/css">
#topbar{
position:absolute;
border: 0px solid black;
padding: 2px red;
background-color: ;
width: 620px;
visibility: hidden;
z-index: 200;
}
</style>
<script type="text/javascript">
/***********************************************
* Floating Top Bar script- © Dynamic Drive (www.dynamicdrive.com)
* Sliding routine by Roy Whittle (http://www.javascript-fx.com/)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var persistclose=1.1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 15 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}
function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}
if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div id="topbar">
<a href="" onClick="closebar(); return false"><img src="http://www.otakualianz.es/templates/mg_themes/images/p_black/forum_nor_locked_read.png" border="0" /></a>
<a href="http://www.otakualianz.es/profile.php?mode=register" target="_blank"><img src="http://www.otakualianz.es/images/registrate.png" width="380" height="143" border="0" alt="Otaku Alianz" /></a>
</div>
Tienes que modificar esto aa tu gusto:
<div id="topbar">
<a href="" onClick="closebar(); return false"><img src="http://www.otakualianz.es/templates/mg_themes/images/p_black/forum_nor_locked_read.png" border="0" /></a>
<a href="http://www.otakualianz.es/profile.php?mode=register" target="_blank"><img src="http://www.otakualianz.es/images/registrate.png" width="380" height="143" border="0" alt="Otaku Alianz" /></a>
aqui: <a href="" onClick="closebar(); return false"><img src="http://www.otakualianz.es/templates/mg_themes/images/p_black/forum_nor_locked_read.png" border="0" /></a> tienes que poner el enlace html de lo que sera la imagen que al clicar se cerrar la ventana
aqui: <a href="http://www.otakualianz.es/profile.php?mode=register pones el enlace para registrarse en su web
y aqui: <img src="http://www.otakualianz.es/images/registrate.png" width="380" height="143" border="0" alt="Otaku Alianz colocas la imagen de registro, las medidas y en alt sera lo que saldra cuando le pongas el click encima
tambien puede modificar esto var persistclose=1.1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 15 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"
cada campo esta comentado para decirte para que funciona
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
URL: www.tecno-sence.net
Plantilla: Vista Teal
Mods: Los que trae ademas del Mouse Hover Description mod, karma mod, y no recuerdo los otros...
Version de icy: 1.2.0.27b
|
|
|
|
 |
mons
Diseñador grafico

Registrado: Junio 2008
Mensajes: 222
Edad: 32
|
 Re: Ventana Flotante! Como Ponerla?
Ya me va, e añadido el codigo que e dicho antes a bloques glbales y en 3 columns e creado un bloque asi se me ve ami y a los invitados
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Nombre: LocuraPS3
Url: www.locuraps3.net
Mods: puntos y medallas
Theme: icy heart
|
|
|
|
 |
Lordss
SubAdministrador

Registrado: Septiembre 2007
Mensajes: 1697
Edad: 14
|
 Re: Ventana Flotante! Como Ponerla?
marco como solucionado entonces
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬
URL: www.tecno-sence.net
Plantilla: Vista Teal
Mods: Los que trae ademas del Mouse Hover Description mod, karma mod, y no recuerdo los otros...
Version de icy: 1.2.0.27b
|
|
|
|
 |
Esnola
Administrador

Registrado: Agosto 2007
Mensajes: 2541
Edad: 42
|
 Re: [SOLUCIONADO] Ventana Flotante! Como Ponerla?
A ver quien se atreve a realizar una imagen chula para Todo-Mods y poder implantar aquí este efecto.
Saludooooooos
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ FIRMA ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ Webmaster de Todo-Mods -- Webmaster de Todoelbarco.com -- Webmaster de NosQuejamos.com
-------------------------------------------------------------------------------

|
|
|
|
 |
|
|