01-13-2014, 11:34 AM
Hi, I have a strange error, and so miss the toolbox when new replies / new topic. My headerinclude:
What to do?
PHP Code:
<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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/login.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/panel.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/tiptip.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/cookies.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/easing.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/fancycollapses.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/script.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/sidebar_2.0.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/carbon/js/member.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript">
jQuery(window).load(function(){
jQuery('#wczytywanie').fadeOut('slow',function(){
jQuery(this).remove();
});
});
</script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('a[href=#top]').click(function(){
jQuery('html, body').animate({scrollTop:0}, 'slow');
return false;
});
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
jQuery(".tipTip").tipTip();
});
</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}
01-13-2014, 11:42 AM
Try removing all the jQuery.noConflict(); except for the one that comes first.
![[Image: FxbVPSd.png]](https://i.imgur.com/FxbVPSd.png)
01-13-2014, 08:43 PM
(01-13-2014, 11:42 AM)Electric Shock Wrote: Try removing all the jQuery.noConflict(); except for the one that comes first.
That doesn't make any difference, but the problem is definitely by a conflict.
I can see so many scripts and the initialization declarations included in headerinclude. You can try compiling in a single script file.
Its not visible from the provided code which can make this error. This might be from some jQ plugin. Try removing fancy collapse as well coz it can be the main reason if not included properly and in proper order.
Since you've not provided any url thats all I can say ...
Well, unfortunately it failed. Maybe I'm doing something wrong? I doubt it tho ...
Do you have any more ideas on this? Without toolbox very hard to work.
// edit:
Thank you for your interest in my mistake. I told myself. This style is not just the icons from the editor. A little hopeless confusion. Sorry for the confusion, I salute.
Do you have any more ideas on this? Without toolbox very hard to work.
// edit:
Thank you for your interest in my mistake. I told myself. This style is not just the icons from the editor. A little hopeless confusion. Sorry for the confusion, I salute.
Quick Reply
Type your reply to this message here.