Hey guys i have a problem with the thread editor.
I cant change it
Smilies show but dont do anything when i press on them
here some pics
![[Image: err1.bmp]](https://camo.mybb.com/451bbb57189e4f8c153e3c628dd310eb7208c6a9/687474703a2f2f666f72756d2e6d617472697863726166742e65752f4572726f722f657272312e626d70)
Settings:
![[Image: err2.bmp]](https://camo.mybb.com/805bee0fb41f4af0d33f820bbecdd91e0566c4dc/687474703a2f2f666f72756d2e6d617472697863726166742e65752f4572726f722f657272322e626d70)
i have no other editor installed
list of my plugins:
![[Image: err3.bmp]](https://camo.mybb.com/6952e14e881741ace67e7622629e56a812419a98/687474703a2f2f666f72756d2e6d617472697863726166742e65752f4572726f722f657272332e626d70)
Everything marked with a red box is deactivated, and everything marked with a blue box is activated.
I tryed every setting - no result.
Please help
Can we have a link to your forums. I need to determine if you included a jQ library.
Try adding the following to the theme's "headerinclude" template:
<script type="text/javascript">
$.noConflict();
</script>
(2013-02-24, 06:22 PM)ElectricShock Wrote: [ -> ]Can we have a link to your forums. I need to determine if you included a jQ library.
Try adding the following to the theme's "headerinclude" template:
<script type="text/javascript">
$.noConflict();
</script>
http://forum.matrixcraft.eu
If you need a test account, reply and i send you a pm
//edit
How i find that headerinclude template?
@ElectricShock
Post here your headerinclude template, so we can tell you where to add the code.
Admin CP -> Templates & Style -> Templates -> *your theme's templates* -> Ungrouped Templates -> headerinclude
(2013-02-24, 08:58 PM)Irreligious Wrote: [ -> ]Post here your headerinclude template, so we can tell you where to add the code.
Admin CP -> Templates & Style -> Templates -> *your theme's templates* -> Ungrouped Templates -> headerinclude
here you have it
<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" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<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=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colorpicker.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/eye.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/utils.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/profiledesign.js"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="jscripts/pngfix.js"></script>
<![endif]-->
{$stylesheets}
<script type="text/javascript">
<!--
var my_post_key = '{$mybb->post_code}';
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 language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
Try this:
<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" />
<link rel="stylesheet" href="{$mybb->settings['bburl']}/css/colorpicker.css" type="text/css" />
<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=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.js"></script>
<script type="text/javascript">
$.noConflict();
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colorpicker.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/eye.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/utils.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/profiledesign.js"></script>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="jscripts/pngfix.js"></script>
<![endif]-->
{$stylesheets}
<script type="text/javascript">
<!--
var my_post_key = '{$mybb->post_code}';
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 language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
nothing - show smilies but if i press one it dont put one into the text editor and that bbcode bar dont show - like normal
(yes i enabled and disabled the editor bot options change nothing)
If you want send me a PM with an account with access to the Admin CP options and I will try to fix it for you.