Buttony Cytuj nie działają poprawnie - przenosi do pisania odpowiedzi

Błąd   Założony przez  pzdziech.

wersja skryptu MyBB:1.6.12
adres forum: http://www.multigadek.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam mam problem cytuj i cytuj + nie działa normalne cytuj przenosi do pisania odpowiedzi a cytuj + nic nie robi.

szablon postbit_multiquote
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}title="{$lang->postbit_multiquote}id="multiquote_{$post['pid']}/></a>
<
script type="text/javascript">
//<!--
    
$('multiquote_link_{$post['pid']}').style.display '';
// -->
</script

Konto testowe :

login test
hasło 123456
Snake_ napisał 08.03.2014, 16:16:
Poprawiam tytuł.
[Obrazek: modnotice_howto.png]
Pokaż szablon headerinclude (niezgrupowane szablony).
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Proszę

<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" />
<
meta name="Description" content="Nowoczesne forum wielotematyczne, młodzieżowe. Na forum znajdziecie mnóstwo interesujących tematów i postów. Każdy może napisać coś od siebie."/>
<
meta name="Keywords" content="Forum Wielotematyczne, Forum Dyskusyjne, Forum Młodzieżowe" />
 


<
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/popup_menu.js?ver=1600"></script>
{
$stylesheets}<!-- UNREADPOSTS_CSS -->
<
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>
{
$newpmmsg}

<
script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<
script type="text/javascript">
jQuery(document).ready(function() {
    
    
    
jQuery("#topnav li").prepend("<span></span>"); //Throws an empty span tag right before the a tag
    
    
jQuery("#topnav li").each(function() { //For each list item...
        
var linkText jQuery(this).find("a").html(); //Find the text inside of the a tag
        
jQuery(this).find("span").show().html(linkText); //Add the text in the span tag
    
});
    
    
jQuery("#topnav li").hover(function() {    //On hover...
        
jQuery(this).find("span").stop().animate({
            
marginTop"-40" //Find the span tag and move it up 40 pixels
        
}, 250);
    } , function() { 
//On hover out...
        
jQuery(this).find("span").stop().animate({
            
marginTop"0" //Move the span back to its original state (0px)
        
}, 250);
    });
    
    
});



jQuery.noConflict();
</
script>


<
script type="text/javascript">

jQuery(document).ready(function(){

    
jQuery("#nicemenu img.arrow").click(function(){ 
                                
        
jQuery("span.head_menu").removeClass('active');
        
        
submenu jQuery(this).parent().parent().find("div.sub_menu");
        
        if(
submenu.css('display')=="block"){
            
jQuery(this).parent().removeClass("active");     
            
submenu.hide();         
            
jQuery(this).attr('src','images/GrafiforPL/bg/trojkat_hover.png');        
        }else{
            
jQuery(this).parent().addClass("active");     
            
submenu.fadeIn();         
            
jQuery(this).attr('src','images/GrafiforPL/bg/trojkat_select.png');    
        }
        
        
jQuery("div.sub_menu:visible").not(submenu).hide();
        
jQuery("#nicemenu img.arrow").not(this).attr('src','images/GrafiforPL/bg/trojkat.png');
                        
    })
    .
mouseover(function(){ jQuery(this).attr('src','images/GrafiforPL/bg/trojkat_hover.png'); })
    .
mouseout(function(){ 
        if(
jQuery(this).parent().parent().find("div.sub_menu").css('display')!="block"){
            
jQuery(this).attr('src','images/GrafiforPL/bg/trojkat.png');
        }else{
            
jQuery(this).attr('src','images/GrafiforPL/bg/trojkat_select.png');
        }
    });

    
jQuery("#nicemenu span.head_menu").mouseover(function(){ jQuery(this).addClass('over')})
                                 .
mouseout(function(){ jQuery(this).removeClass('over') });
    
    
jQuery("#nicemenu div.sub_menu").mouseover(function(){ jQuery(this).fadeIn(); })
                               .
blur(function(){ 
                                       
jQuery(this).hide();
                                    
jQuery("span.head_menu").removeClass('active');
                                });        
                                
    
jQuery(document).click(function(event){         
            var 
target jQuery(event.target);
            if (
target.parents("#nicemenu").length == 0) {                
                
jQuery("#nicemenu span.head_menu").removeClass('active');
                
jQuery("#nicemenu div.sub_menu").hide();
                
jQuery("#nicemenu img.arrow").attr('src','images/GrafiforPL/bg/trojkat.png');
            }
    });               
                               
                                   
});

</
script>

<
script type="text/javascript">jQuery.noConflict();</script

pomoże ktoś ?



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

1 gości