2013-07-29, 07:24 PM
It is probably an error in the JavaScript version, but do not know how to fix.
I can not click the emoticons and I have other errors.
here's what brings me back to the console of google chrome:
http://img198.imageshack.us/img198/7303/c0n.png
My Headerinclude:
I can not click the emoticons and I have other errors.
here's what brings me back to the console of google chrome:
http://img198.imageshack.us/img198/7303/c0n.png
My 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.6.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/tiptip.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/cookies.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/easing.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/fancycollapses.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/script.js"></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 type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js">
/***********************************************
* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>