Tinybox - po najechaniu

Inne  Założony przez  kkashi.

wersja skryptu MyBB: 1.6.14
adres forum: T4You.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Posiadam tinyboxa. Chcę aby on się wyświetlał po najechaniu na profil a nie po kliknięciu!
Korzystałem z tego : https://webboard.pl/thread-49880.html lecz nie działa. Może mi ktoś pomóc? Na JS nie znam sie kompletnie dlatego szukam pomocy tutaj.
Snake_ napisał 27.07.2014, 11:22:
Poprawiam tytuł. [Obrazek: modnotice_howto.png]
Skoro tam działa, a tu nie, to możliwe, że konflikty.


Pokaż tutaj szablon headerinclude.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />



<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />


<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tiptip.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/yetii.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>

<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/login.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/panel.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/tiptip.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/cookies.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/easing.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/fancycollapses.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/script.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/sidebar_2.0.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/member.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/member.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tinybox.js"></script>

<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/serversboard.js"></script>
{$stylesheets}






<script>
jQuery.noConflict();
jQuery(document).ready(function(){
    jQuery(function () {
        // scroll body to 0px on click
        jQuery('#back-top').click(function () {
            jQuery('body,html').animate({
                scrollTop: 0
            }, 800);
            return false;
        });
    });
        jQuery(".loginbutton").click(function(e) {
            e.preventDefault();
            jQuery(".loginbutton_menu").slideToggle("fast");
            jQuery(".loginbutton").toggleClass("loginbutton_menu_open");
        });
        jQuery(".loginbutton_menu").mouseup(function() {
            return false
        });
        jQuery(document).mouseup(function(e) {
            if(jQuery(e.target).parent("a.loginbutton").length==0) {
                jQuery(".loginbutton").removeClass("loginbutton_menu_open");
                jQuery(".loginbutton_menu").slideUp("fast",  function() {display: 'toggle'});;
            }
            
        });
jQuery(function(){
jQuery(".pmpopup").tipTip({defaultPosition: "top", fadeIn: 300});
});
});
</script>
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
<script>
jQuery.noConflict();
jQuery(document).ready(function() {    
    //select all the a tag with name equal to modal
    jQuery('a[name=modal]').click(function(e) {
        //Cancel the link behavior
        e.preventDefault();
        //Get the A tag
        var id = jQuery(this).attr('href');
    
        //Get the screen height and width
        var maskHeight = jQuery(document).height();
        var maskWidth = jQuery(window).width();
    
        //Set height and width to mask to fill up the whole screen
        jQuery('#mask').css({'width':maskWidth,'height':maskHeight});
        
        //transition effect        
        jQuery('#mask').fadeIn("fast");
        jQuery('#mask').fadeTo("slow",0.5);    
    
        //Get the window height and width
        var winH = jQuery(window).height();
        var winW = jQuery(window).width();
              
    
        //transition effect
        jQuery(id).fadeIn("slow");
    
    });
    
    //if close button is clicked
    jQuery('.window .close').click(function (e) {
        //Cancel the link behavior
        e.preventDefault();
        jQuery('#mask, .window, #loginbox').fadeOut("slow");
    });        
    
    //if mask is clicked
    jQuery('#mask').click(function () {
        jQuery(this).fadeOut("slow");
        jQuery('.window').fadeOut("slow");
    });            
    
});
</script>

{$newpmmsg}{$mention_autocomplete}<link rel=”stylesheet”
href=”http://cs-swiat.pl/cookies/divante.cookies.min.css”
type=”text/css” media=”all” />

Troche tego jest nieprawdaż? Ale taki styl.
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset={$charset}/>
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
link rel=”stylesheet” href=”http://cs-swiat.pl/cookies/divante.cookies.min.css” type=”text/css” media=”all” />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tiptip.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/yetii.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<
script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/login.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/panel.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/tiptip.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/cookies.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/easing.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/fancycollapses.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/script.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/sidebar_2.0.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/images/newdark/js/member.js"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tinybox.js"></script>

<
script type="text/javascript">jQuery.noConflict();</script
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/serversboard.js"></script>
{
$stylesheets}






<
script>
jQuery.noConflict();
jQuery(document).ready(function(){
    
jQuery(function () {
        
// scroll body to 0px on click
        
jQuery('#back-top').click(function () {
            
jQuery('body,html').animate({
                
scrollTop0
            
}, 800);
            return 
false;
        });
    });
        
jQuery(".loginbutton").click(function(e) {
            
e.preventDefault();
            
jQuery(".loginbutton_menu").slideToggle("fast");
            
jQuery(".loginbutton").toggleClass("loginbutton_menu_open");
        });
        
jQuery(".loginbutton_menu").mouseup(function() {
            return 
false
        
});
        
jQuery(document).mouseup(function(e) {
            if(
jQuery(e.target).parent("a.loginbutton").length==0) {
                
jQuery(".loginbutton").removeClass("loginbutton_menu_open");
                
jQuery(".loginbutton_menu").slideUp("fast",  function() {display'toggle'});;
            }
            
        });
jQuery(function(){
jQuery(".pmpopup").tipTip({defaultPosition"top"fadeIn300});
});
});
</
script>
<
script type="text/javascript">
<!--
    var 
cookieDomain "{$mybb->settings['cookiedomain']}";
    var 
cookiePath "{$mybb->settings['cookiepath']}";
    var 
cookiePrefix "{$mybb->settings['cookieprefix']}";
    var 
deleteevent_confirm "{$lang->deleteevent_confirm}";
    var 
removeattach_confirm "{$lang->removeattach_confirm}";
    var 
loading_text '{$lang->ajax_loading}';
    var 
saving_changes '{$lang->saving_changes}';
    var 
use_xmlhttprequest "{$mybb->settings['use_xmlhttprequest']}";
    var 
my_post_key "{$mybb->post_code}";
    var 
imagepath "{$theme['imgdir']}";
// -->
</script>
<
script>
jQuery.noConflict();
jQuery(document).ready(function() {    
    
//select all the a tag with name equal to modal
    
jQuery('a[name=modal]').click(function(e) {
        
//Cancel the link behavior
        
e.preventDefault();
        
//Get the A tag
        
var id jQuery(this).attr('href');
    
        
//Get the screen height and width
        
var maskHeight jQuery(document).height();
        var 
maskWidth jQuery(window).width();
    
        
//Set height and width to mask to fill up the whole screen
        
jQuery('#mask').css({'width':maskWidth,'heigh​t':maskHeight});
        
        
//transition effect        
        
jQuery('#mask').fadeIn("fast");
        
jQuery('#mask').fadeTo("slow",0.5);    
    
        
//Get the window height and width
        
var winH jQuery(window).height();
        var 
winW jQuery(window).width();
              
    
        
//transition effect
        
jQuery(id).fadeIn("slow"); 
    
    });
    
    
//if close button is clicked
    
jQuery('.window .close').click(function (e) {
        
//Cancel the link behavior
        
e.preventDefault();
        
jQuery('#mask, .window, #loginbox').fadeOut("slow");
    });        
    
    
//if mask is clicked
    
jQuery('#mask').click(function () {
        
jQuery(this).fadeOut("slow");
        
jQuery('.window').fadeOut("slow");
    });            
    
});
</
script>

{
$newpmmsg}{$mention_autocomplete
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Nie działa. Może coś źle zrobiłem w tinybox.js?

jQuery.noConflict();
jQuery(document).ready(function(jQ){
jQ("a[href*='user-'], a[href*='member.php?action=profile&uid=']").hover(function() {
    return false;
});
    jQ("a[href*='user-'], a[href*='member.php?action=profile&uid=']").each(function(){
        var uid = parseInt(jQ(this).attr('href').match(/\d+/));
        jQ(this).attr({"onmouseover":"TINY.box.show({url:'member.php?action=profile_pop&uid="+uid+"',width:500,top:80})"});
});
});

TINY={};

TINY.box=function(){
    var j,m,b,g,v,p=0;
    return{
        show:function(o){
            v={opacity:70,close:1,animate:1,fixed:1,mask:1,maskid:'',boxid:'',topsplit:2,url:0,post:0,height:0,width:0,html:0,iframe:0};
            for(s in o){v[s]=o[s]}
            if(!p){
                j=document.createElement('div'); j.className='tbox';
                p=document.createElement('div'); p.className='tinner';
                b=document.createElement('div'); b.className='tcontent';
                m=document.createElement('div'); m.className='tmask';
                g=document.createElement('div'); g.className='tclose'; g.v=0;
                document.body.appendChild(m); document.body.appendChild(j); j.appendChild(p); p.appendChild(b);
                m.onclick=g.onclick=TINY.box.hide; window.onresize=TINY.box.resize
            }else{
                j.style.display='none'; clearTimeout(p.ah); if(g.v){p.removeChild(g); g.v=0}
            }
            p.id=v.boxid; m.id=v.maskid; j.style.position=v.fixed?'fixed':'absolute';
            if(v.html&&!v.animate){
                p.style.backgroundImage='none'; b.innerHTML=v.html; b.style.display='';
                p.style.width=v.width?v.width+'px':'auto'; p.style.height=v.height?v.height+'px':'auto'
            }else{
                b.style.display='none';
                if(!v.animate&&v.width&&v.height){
                    p.style.width=v.width+'px'; p.style.height=v.height+'px'
                }else{
                    p.style.width=p.style.height='100px'
                }
            }
            if(v.mask){this.mask(); this.alpha(m,1,v.opacity)}else{this.alpha(j,1,100)}
            if(v.autohide){p.ah=setTimeout(TINY.box.hide,1000*v.autohide)}else{document.onkeyup=TINY.box.esc}
        },
        fill:function(c,u,k,a,w,h){
            if(u){
                if(v.image){
                    var i=new Image(); i.onload=function(){w=w||i.width; h=h||i.height; TINY.box.psh(i,a,w,h)}; i.src=v.image
                }else if(v.iframe){
                    this.psh('<iframe src="'+v.iframe+'" width="'+v.width+'" frameborder="0" height="'+v.height+'"></iframe>',a,w,h)
                }else{
                    var x=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject('Microsoft.XMLHTTP');
                    x.onreadystatechange=function(){
                        if(x.readyState==4&&x.status==200){p.style.backgroundImage=''; TINY.box.psh(x.responseText,a,w,h)}
                    };
                    if(k){
                        x.open('POST',c,true); x.setRequestHeader('Content-type','application/x-www-form-urlencoded'); x.send(k)
                    }else{
                            x.open('GET',c,true); x.send(null)
                    }
                }
            }else{
                this.psh(c,a,w,h)
            }
        },
        psh:function(c,a,w,h){
            if(typeof c=='object'){b.appendChild(c)}else{b.innerHTML=c}
            var x=p.style.width, y=p.style.height;
            if(!w||!h){
                p.style.width=w?w+'px':''; p.style.height=h?h+'px':''; b.style.display='';
                if(!h){h=parseInt(b.offsetHeight)}
                if(!w){w=parseInt(b.offsetWidth)}
                b.style.display='none'
            }
            p.style.width=x; p.style.height=y;
            this.size(w,h,a)
        },
        esc:function(e){e=e||window.event; if(e.keyCode==27){TINY.box.hide()}},
        hide:function(){TINY.box.alpha(j,-1,0,3); document.onkeypress=null; if(v.closejs){v.closejs()}},
        resize:function(){TINY.box.pos(); TINY.box.mask()},
        mask:function(){m.style.height=this.total(1)+'px'; m.style.width=this.total(0)+'px'},
        pos:function(){
            var t;
            if(typeof v.top!='undefined'){t=v.top}else{t=(this.height()/v.topsplit)-(j.offsetHeight/2); t=t<20?20:t}
            if(!v.fixed&&!v.top){t+=this.top()}
            j.style.top=t+'px';
            j.style.left=typeof v.left!='undefined'?v.left+'px':(this.width()/2)-(j.offsetWidth/2)+'px'
        },
        alpha:function(e,d,a){
            clearInterval(e.ai);
            if(d){e.style.opacity=0; e.style.filter='alpha(opacity=0)'; e.style.display='block'; TINY.box.pos()}
            e.ai=setInterval(function(){TINY.box.ta(e,a,d)},20)
        },
        ta:function(e,a,d){
            var o=Math.round(e.style.opacity*100);
            if(o==a){
                clearInterval(e.ai);
                if(d==-1){
                    e.style.display='none';
                    e==j?TINY.box.alpha(m,-1,0,2):b.innerHTML=p.style.backgroundImage=''
                }else{
                    if(e==m){
                        this.alpha(j,1,100)
                    }else{
                        j.style.filter='';
                        TINY.box.fill(v.html||v.url,v.url||v.iframe||v.image,v.post,v.animate,v.width,v.height)
                    }
                }
            }else{
                var n=a-Math.floor(Math.abs(a-o)*.5)*d;
                e.style.opacity=n/100; e.style.filter='alpha(opacity='+n+')'
            }
        },
        size:function(w,h,a){
            if(a){
                clearInterval(p.si); var wd=parseInt(p.style.width)>w?-1:1, hd=parseInt(p.style.height)>h?-1:1;
                p.si=setInterval(function(){TINY.box.ts(w,wd,h,hd)},20)
            }else{
                p.style.backgroundImage='none'; if(v.close){p.appendChild(g); g.v=1}
                p.style.width=w+'px'; p.style.height=h+'px'; b.style.display=''; this.pos();
                if(v.openjs){v.openjs()}
            }
        },
        ts:function(w,wd,h,hd){
            var cw=parseInt(p.style.width), ch=parseInt(p.style.height);
            if(cw==w&&ch==h){
                clearInterval(p.si); p.style.backgroundImage='none'; b.style.display='block'; if(v.close){p.appendChild(g); g.v=1}
                if(v.openjs){v.openjs()}
            }else{
                if(cw!=w){p.style.width=(w-Math.floor(Math.abs(w-cw)*.6)*wd)+'px'}
                if(ch!=h){p.style.height=(h-Math.floor(Math.abs(h-ch)*.6)*hd)+'px'}
                this.pos()
            }
        },
        top:function(){return document.documentElement.scrollTop||document.body.scrollTop},
        width:function(){return self.innerWidth||document.documentElement.clientWidth||document.body.clientWidth},
        height:function(){return self.innerHeight||document.documentElement.clientHeight||document.body.clientHeight},
        total:function(d){
            var b=document.body, e=document.documentElement;
            return d?Math.max(Math.max(b.scrollHeight,e.scrollHeight),Math.max(b.clientHeight,e.clientHeight)):
            Math.max(Math.max(b.scrollWidth,e.scrollWidth),Math.max(b.clientWidth,e.clientWidth))
        }
    }
}();

Od twojego headerinclude siadł mi profil :/
Wgraj plik: http://t4you.pl/CookieAlert/CookieAlert_1_1.min.js
Uncaught ReferenceError: CookieAlert is not defined
+
Spróbuj tak:
TINY={};

TINY.box=function(){
    var 
j,m,b,g,v,p=0;
    return{
        
show:function(o){
            
v={opacity:70,close:1,animate:1,fixed:1,mask:​1,maskid:'',boxid:'',topsplit:2,url:0,post:0,heigh​t:0,width:0,html:0,iframe:0};
            for(
s in o){v[s]=o[s]}
            if(!
p){
                
j=document.createElement('div'); j.className='tbox';
                
p=document.createElement('div'); p.className='tinner';
                
b=document.createElement('div'); b.className='tcontent';
                
m=document.createElement('div'); m.className='tmask';
                
g=document.createElement('div'); g.className='tclose'g.v=0;
                
document.body.appendChild(m); document.body.appendChild(j); j.appendChild(p); p.appendChild(b);
                
m.onclick=g.onclick=TINY.box.hidewindow.onresize=TINY.box.resize
            
}else{
                
j.style.display='none'clearTimeout(p.ah); if(g.v){p.removeChild(g); g.v=0}
            }
            
p.id=v.boxidm.id=v.maskidj.style.position=v.fixed?'fixed':'absolute';
            if(
v.html&&!v.animate){
                
p.style.backgroundImage='none'b.innerHTML=v.htmlb.style.display='';
                
p.style.width=v.width?v.width+'px':'auto'p.style.height=v.height?v.height+'px':'auto'
            
}else{
                
b.style.display='none'
                if(!
v.animate&&v.width&&v.height){
                    
p.style.width=v.width+'px'p.style.height=v.height+'px'
                
}else{
                    
p.style.width=p.style.height='100px'
                
}
            }
            if(
v.mask){this.mask(); this.alpha(m,1,v.opacity)}else{this.alpha(j,1,100)}
            if(
v.autohide){p.ah=setTimeout(TINY.box.hide,​1000*v.autohide)}else{document.onkeyup=TINY.box.es​c}
        },
        
fill:function(c,u,k,a,w,h){
            if(
u){
                if(
v.image){
                    var 
i=new Image(); i.onload=function(){w=w||i.widthh=h||i.heightTINY.box.psh(i,a,w,h)}; i.src=v.image
                
}else if(v.iframe){
                    
this.psh('<iframe src="'+v.iframe+'" width="'+v.width+'" frameborder="0" height="'+v.height+'"></iframe>',a,w,h)
                }else{
                    var 
x=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject('Microsoft.XMLHTTP');
                    
x.onreadystatechange=function(){
                        if(
x.readyState==4&&x.status==200){p.style.backgroundImage=''TINY.box.psh(x.responseText,a,w,h)}
                    };
                    if(
k){
                        
x.open('POST',c,true); x.setRequestHeader('Content-type','application/x-www-form-urlencoded'); x.send(k)
                    }else{
                            
x.open('GET',c,true); x.send(null)
                    }
                }
            }else{
                
this.psh(c,a,w,h)
            }
        },
        
psh:function(c,a,w,h){
            if(
typeof c=='object'){b.appendChild(c)}else{b.innerHTML=c}
            var 
x=p.style.widthy=p.style.height;
            if(!
w||!h){
                
p.style.width=w?w+'px':''p.style.height=h?h+'px':''b.style.display='';
                if(!
h){h=parseInt(b.offsetHeight)}
                if(!
w){w=parseInt(b.offsetWidth)}
                
b.style.display='none'
            
}
            
p.style.width=xp.style.height=y;
            
this.size(w,h,a)
        },
        
esc:function(e){e=e||window.event; if(e.keyCode==27){TINY.box.hide()}},
        
hide:function(){TINY.box.alpha(j,-1,0,3); document.onkeypress=null; if(v.closejs){v.closejs()}},
        
resize:function(){TINY.box.pos(); TINY.box.mask()},
        
mask:function(){m.style.height=this.total(1)+'px'm.style.width=this.total(0)+'px'},
        
pos:function(){
            var 
t;
            if(
typeof v.top!='undefined'){t=v.top}else{t=(this.height()/v.topsplit)-(j.offsetHeight/2); t=t<20?20:t}
            if(!
v.fixed&&!v.top){t+=this.top()}
            
j.style.top=t+'px'
            
j.style.left=typeof v.left!='undefined'?v.left+'px':(this.width()/2)-(j.offsetWidth/2)+'px'
        
},
        
alpha:function(e,d,a){
            
clearInterval(e.ai);
            if(
d){e.style.opacity=0e.style.filter='alpha(opacity=0)'e.style.display='block'TINY.box.pos()}
            
e.ai=setInterval(function(){TINY.box.ta(e,a,d​)},20)
        },
        
ta:function(e,a,d){
            var 
o=Math.round(e.style.opacity*100);
            if(
o==a){
                
clearInterval(e.ai);
                if(
d==-1){
                    
e.style.display='none';
                    
e==j?TINY.box.alpha(m,-1,0,2):b.innerHTML=p.style.backgroundImage=''
                
}else{
                    if(
e==m){
                        
this.alpha(j,1,100)
                    }else{
                        
j.style.filter='';
                        
TINY.box.fill(v.html||v.url,v.url||v.iframe||​v.image,v.post,v.animate,v.width,v.height)
                    }
                }
            }else{
                var 
n=a-Math.floor(Math.abs(a-o)*.5)*d;
                
e.style.opacity=n/100e.style.filter='alpha(opacity='+n+')'
            
}
        },
        
size:function(w,h,a){
            if(
a){
                
clearInterval(p.si); var wd=parseInt(p.style.width)>w?-1:1hd=parseInt(p.style.height)>h?-1:1;
                
p.si=setInterval(function(){TINY.box.ts(w,wd,​h,hd)},20)
            }else{
                
p.style.backgroundImage='none'; if(v.close){p.appendChild(g); g.v=1}
                
p.style.width=w+'px'p.style.height=h+'px'b.style.display=''this.pos();
                if(
v.openjs){v.openjs()}
            }
        },
        
ts:function(w,wd,h,hd){
            var 
cw=parseInt(p.style.width), ch=parseInt(p.style.height);
            if(
cw==w&&ch==h){
                
clearInterval(p.si); p.style.backgroundImage='none'b.style.display='block'; if(v.close){p.appendChild(g); g.v=1}
                if(
v.openjs){v.openjs()}
            }else{
                if(
cw!=w){p.style.width=(w-Math.floor(Math.abs(w-cw)*.6)*wd)+'px'}
                if(
ch!=h){p.style.height=(h-Math.floor(Math.abs(h-ch)*.6)*hd)+'px'}
                
this.pos()
            }
        },
        
top:function(){return document.documentElement.scrollTop||document.body.​scrollTop},
        
width:function(){return self.innerWidth||document.documentElement.clientWi​dth||document.body.clientWidth},
        
height:function(){return self.innerHeight||document.documentElement.clientH​eight||document.body.clientHeight},
        
total:function(d){
            var 
b=document.bodye=document.documentElement;
            return 
d?Math.max(Math.max(b.scrollHeight,e.scrollHeight),Math.max(b.clientHeight,e.clientHeight)):
            
Math.max(Math.max(b.scrollWidth,e.scrollWidth​),Math.max(b.clientWidth,e.clientWidth))
        }
    }
}();
jQuery.noConflict();
jQuery(document).ready(function(jQ){
jQ("a[href*='user-'], a[href*='member.php?action=profile&uid=']").hover(function() {
    return 
false;
});
    
jQ("a[href*='user-'], a[href*='member.php?action=profile&uid=']").each(function(){
        var 
uid parseInt(jQ(this).attr('href').match(/\d+/)); 
        
jQ(this).attr({"onmouseover":"TINY.box.show({url:'member.php?action=profile_pop&uid="+uid+"',width:500,top:80})"});
});
}); 
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Chyba sobie daruje . Teraz w ogóle przestało działać czy taki js czy tamten. Dzięki za pomoc.



Użytkownicy przeglądający ten wątek:

1 gości