MyBB Community Forums

Full Version: {$codebuttons} template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys where can I find template for {$codebuttons}
ungrouped templates --> codebuttons (code can be like below)
<script type="text/javascript" src="jscripts/editor.js?ver=1609"></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>
Thanks .M. all I want is to add the html code manually into the template instead of using {$codebuttons} because I want to change <textarea style="width: 100%;
you can try using css code like textarea {width: 100% !important;} in global.css
if there is a problem with the editor text area then see also this --> Textarea Overlap
I am trying to make my quick reply form to look like full reply one but quick reply form has already <textarea style="width: 100%; so I have to delete an extra one from {$codebuttons}.