MyBB Community Forums

Full Version: bbcodes dissapeard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my bbcodes dissapeard from my posting, signatures, private messages, etc.

how do I add them back?

[attachment=29218]
sorry,


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>
Your looking for this {$codebuttons}
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
(2013-05-07, 02:13 AM).m. Wrote: [ -> ]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

thank you it worked!