wersja skryptu MyBB:1.6
adres forum: www.decoupageforum.pl
na czym polega problem (screen, opis, komunikaty):
Nie działa mi zaznaczanie wątków, usuwanie, łączenie itd. Poniżej podaję kod z headerinclude:
adres forum: www.decoupageforum.pl
na czym polega problem (screen, opis, komunikaty):
Nie działa mi zaznaczanie wątków, usuwanie, łączenie itd. Poniżej podaję kod z 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" />
<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.4.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">jQuery.noConflict();</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>
{$stylesheets}
<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>
Szogi1910 napisał 13.04.2015, 21:31:
Ukrywając adres forum utrudniasz sam sobie aby uzyskać pomoc
Ukrywając adres forum utrudniasz sam sobie aby uzyskać pomoc