Problema con Floating guest notify

  • Autor Autor jesusanz
  • Fecha de inicio Fecha de inicio
Has probado este hack:

Floating Guest Notify - vBulletin.org Forum

Lo acabo de instalar y funciona perfectamente.

Ten en cuenta que con este hack no tienes que hacer modificación alguna a las plantillas.

EDIT: Acabo de mirar y a mi me sale en tu web el aviso de registro y funciona perfectamente y viendo el sistema que has usado supongo que lo has hecho pegando el código en el header por lo tanto el hack no lo necesitas.

El único problema es que sigue saliendo el popup en el panel de registro y es un poco coñazo pero creo que en el post que comentas dan la solución a eso.
 
Muchas Gracias, me sale bien si te digo porqué no salía te ríes de mí xD
Por cierto, he leído el post ese entero, pero no sale qué hay que hacer para que en el registro no aparezca, si tu lo supieras compi!!
 
prueba este:

PHP:
<if condition="$show[guest]">
 <!-- Improve registration Rates -->
<style type="text/css">

#topbar{
    position:absolute;
    border: 0px solid black;
    padding: 5px;
    background-color: ;
    width: 500px;
    visibility: hidden;
    z-index: 200;
    top: 27px;
    height: 134px;
    left: 13px;
}

</style>

<script type="text/javascript">
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(off  set, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility  ="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offset  Height
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.st  yle.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
else {
<if condition="THIS_SCRIPT == 'register'">"closebar(); return false"></if>

}  
</script>
<div id="topbar">
<p align="right"><a href="" onClick="closebar(); return false"><img src="aqui la imagen que cierra el cuadro" border="0" /></a>
  </align>
<a href="www.misitio.net/register.php"><img src="aqui va la imagen del cuadro"></a></td>
</div>

<!-- End Improve Registration -->
</if>

recuerda cambiar los datos de tu web y la imagen de lpopup y tal
 
¿Y has probado el que me dijistes qe ibas a instalar?

Saludos!
 
1º te ha funcionado el código ese ultimo que te puse?

2º a que hack te refieres que iba a instalar?
 
1º te ha funcionado el código ese ultimo que te puse?

2º a que hack te refieres que iba a instalar?

Ahora lo pruebo tio, me voy a duchar y lo pruebo...

El hack te decia el de juegos flash, que me dijistes que ibas a probar o algo...

Por cierto tio, sabes el nombre del hack, que puede poner cada usuario, estoy......

Y puede poner el estado que quiera.

¿Sabes el nombre?

GRACIAS!!😀