Grafifor 2.0 nie działa Szybka Edycja

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 pewien problem z szybką edycją, otóż w tym stylu ( http://grafifor.pl/Temat-grafifor-2-0 ) ta opcja nie działa, klikam w Edycja/Szybka edycja i brak reakcji.:(

Konto testowe :

login test
hasło 123456


Bardzo bym prosił o pomoc:)
Pozdrawiam.
Pokaż postbit_classic (ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Opis posta) oraz headerinclude (ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Niezgrupowane szablony).
Proszę :

postbit_classic
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        
<
div class="online_button">{$post['onlinestatus']}</div><div style="margin-top: -50px;"><strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
        <
span class="smalltext">
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            <
div style="margin-bottom: 5px;">{$post['groupimage']}</div>
            {
$post['useravatar']}<br />
<
div class="dane_usera">{$post['user_details']}{$post['newpoints_postbit']}</div><div style="background: url(images/GrafiforPL/bg/dane_usera_cien.png) no-repeat center bottom; height:7px; width:160px;"></div>
        </
span>
<
br/>
<
class="reput" href="javascript:MyBB.reputation({$post['uid']});">Reputacja</a>
</
div>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            <
div style="max-height: 150px; overflow: hidden;">{$post['signature']}</div>
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table

oraz headerinclude

<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
headerinclude zamień na:
<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="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<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">
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);
    });
});
</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>
niestety tak samo, czy to może też być wina hostingu ?
Może zmień bibiotekę
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
na
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
(08.03.2014, 18:22)SLAVOO napisał(a): Może zmień bibiotekę
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
na
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

niestety tak samo.
konsola napisał(a):Failed to load resource: the server responded with a status of 404 (Not Found) http://www.multigadek.pl/jscripts/simple...s?ver=1603
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.multigadek.pl/jscripts/fitonpage.js?ver=230

Może spróbuj wgrać te pliki brakujące.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
(08.03.2014, 20:03)Snake_ napisał(a):
konsola napisał(a):Failed to load resource: the server responded with a status of 404 (Not Found) http://www.multigadek.pl/jscripts/simple...s?ver=1603
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.multigadek.pl/jscripts/fitonpage.js?ver=230

Może spróbuj wgrać te pliki brakujące.

skąd je pobrać takie pytanie.
Fitonpage.js z paczki pluginu Fit On Page, a tamto drugie to nie wiem, może jest w paczce stylu? Albo też należy do jakiegoś pluginu.

Wysłane z LG-E460 przy użyciu Tapatalka.
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
dzięki działa.
Snake_ napisał 09.03.2014, 14:10:
[Obrazek: modnotice_thx.png]

Nie pisz zbędnych postów



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

1 gości