MyBB Community Forums

Full Version: Problem with the editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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]
Settings:
[Image: err2.bmp]
i have no other editor installed
list of my plugins:
[Image: err3.bmp]
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.
(2013-02-24, 09:57 PM)Irreligious Wrote: [ -> ]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.

its in german..
you understand german?
No problem. Wink
Pages: 1 2