wersja skryptu MyBB:1.6.9
adres forum: http://cs-leszno.eu
na czym polega problem (screen, opis, komunikaty):
Witam
Problem tkwi w pliku headerinclude gdyż po podmianie tego pliku niedziała mi ikona z funkcją do panelu screen: http://scr.hu/13vn/ozkwn
gdy klikam na nią nie pojawia się menu panelu screen: http://scr.hu/13vn/4jr5m a chciałbym by ta funkcja działała.
Mój wcześniejszy headerinclude z niedziałająca zbiorową moderacją ale działającym panelem:
Plus headerinclude z działającą moderacją lecz z niedziałającym panelem
adres forum: http://cs-leszno.eu
na czym polega problem (screen, opis, komunikaty):
Witam
Problem tkwi w pliku headerinclude gdyż po podmianie tego pliku niedziała mi ikona z funkcją do panelu screen: http://scr.hu/13vn/ozkwn
gdy klikam na nią nie pojawia się menu panelu screen: http://scr.hu/13vn/4jr5m a chciałbym by ta funkcja działała.
Mój wcześniejszy headerinclude z niedziałająca zbiorową moderacją ale działającym panelem:
<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="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.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">
jQuery.noConflict();
</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}
Plus headerinclude z działającą moderacją lecz z niedziałającym panelem
<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/popup_menu.js?ver=1600"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="images/CoffeeStyl/js/lightbox_me.js"></script>
<script type="text/javascript" src="images/CoffeeStyl/js/animate-bg.js"></script>
<script type="text/javascript">
jQuery(function($) {
$('#menu_class').click(function () {
$('ul.the_menu').slideToggle('medium');
});
$("div.profil_kat1").fadeIn();
$("div.profil_kat2").css("display", "none");
$("ul#nav li a").addClass("js");
$("ul#nav li a").hover(function() {
$(this).stop(true, true).animate({
backgroundPosition : "(0 0)"
}, 600);
$(this).animate({
backgroundPosition : "(0 -5px)"
}, 150);
}, function() {
$(this).animate({
backgroundPosition : "(0 -119px)"
}, 500);
});
function launch() {
$('#sign_up').lightbox_me({
centered : true,
onLoad : function() {
$('#sign_up').find('input:first').focus()
}
});
}
$('#try-1').click(function(e) {
$("#sign_up").lightbox_me({
centered : true,
onLoad : function() {
$("#sign_up").find("input:first").focus();
}
});
e.preventDefault();
});
$('.close').click(function(e) {
$('#pasek_gorny').animate({opacity: 1,}, 1000);
$("#sign_up").fadeOut();
});
$('table tr:nth-child(even)').addClass('stripe');
$(".profil_nav > li").click(function(e) {
switch(e.target.id) {
case "profil_kat1":
$("#profil_kat1").addClass("active");
$("#profil_kat2").removeClass("active");
$("div.profil_kat1").fadeIn();
$("div.profil_kat2").css("display", "none");
break;
case "profil_kat2":
$("#profil_kat1").removeClass("active");
$("#profil_kat2").addClass("active");
$("div.profil_kat2").fadeIn();
$("div.profil_kat1").css("display", "none");
break;
}
return false;
});
});
</script>
<script type="text/javascript">jQuery.noConflict();</script>
{$stylesheets}
<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>
SLAVOO napisał 04.06.2013, 23:06:
Przenoszę do odpowiedniego działu.
Przenoszę do odpowiedniego działu.