2013-05-06, 07:55 PM
2013-05-06, 08:00 PM
2013-05-06, 08:20 PM
sorry,
this is the code I have on it right now
this is the code I have on it right now
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/editor.js?ver=1610"></script>
<script type="text/javascript">
<!--
{$editor_language}
var clickableEditor = new messageEditor("{$bind}", {lang:
editor_language, rtl: {$lang->settings['rtl']}, theme:
"{$theme['editortheme']}"});
if(clickableEditor)
{
clickableEditor.bindSmilieInserter("clickable_smilies");
}
// -->
</script>
2013-05-06, 10:13 PM
Your looking for this {$codebuttons}
2013-05-07, 02:13 AM
navigate to headerinclude template and find <script src="youtube_videolb/jquery.js" type="text/javascript"></script>
below it, add <script type="text/javascript">jQuery.noConflict();</script> , save and check
below it, add <script type="text/javascript">jQuery.noConflict();</script> , save and check