Version 14 Build #24

Change Log

- This version works with MyBB 1.8.28 or later but is recommended to use it with MyBB 1.8.32

- If you use older version of MyBB than 1.8.28, find an old build of BootBB that is compatible with it!

Only one template is changed. Instead of upgrading the whole theme, you can edit template Ungrouped Templates/codebuttons and change its contents to this:

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1822"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1832"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1832"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/icons/monocons.js?ver=1821"></script>
<script type="text/javascript">
var partialmode = {$mybb->settings['partialmode']},
opt_editor = {
	plugins: "undo",
	format: "bbcode",
	icons: "monocons",
	bbcodeTrim: false,
	style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1832",
	rtl: {$lang->settings['rtl']},
	locale: "mybblang",
	width: "100%",
	enablePasteFiltering: true,
	autoUpdate: true,
	emoticonsEnabled: {$emoticons_enabled},
	emoticons: {
		// Emoticons to be included in the dropdown
		dropdown: {
			{$dropdownsmilies}
		},
		// Emoticons to be included in the more section
		more: {
			{$moresmilies}
		},
		// Emoticons that are not shown in the dropdown but will still be converted. Can be used for things like aliases
		hidden: {
			{$hiddensmilies}
		}
	},
	emoticonsCompat: true,
	toolbar: "{$basic1}{$align}{$font}{$size}{$color}{$removeformat}{$basic2}image,{$email}{$link}|video{$emoticon}|{$list}{$code}quote|maximize,source",
};
{$editor_language}
$(function() {
	$("#{$bind}").sceditor(opt_editor);

	MyBBEditor = $("#{$bind}").sceditor("instance");
	{$sourcemode}
});
</script>

Date Uploaded
2022-11-28, 10:13 PM
Uploaded by
panayot
File Size
252.3 KB
MyBB Versions
1.8.x
MD5
183c7fc547a735814b940caca3a46990
Downloads
1,222

Latest Stable Build

By downloading this build, you agree to the terms of this project's license agreement

Latest Builds

dev Version 0.1 Build #25

Uploaded on 2024-05-17, 05:37 PM

stable Version 14 Build #24

Uploaded on 2022-11-28, 10:13 PM

stable Version 13 Build #23

Uploaded on 2022-11-11, 10:25 PM

stable Version 12 Build #22

Uploaded on 2022-03-09, 09:15 PM

stable Version 11 Build #21

Uploaded on 2021-10-29, 12:43 AM

stable Version 10 Build #20

Uploaded on 2021-06-24, 09:28 PM

stable Version 9 Build #19

Uploaded on 2021-06-20, 01:39 AM

stable Version 8 Build #18

Uploaded on 2020-08-09, 10:31 PM

stable Version 7 Build #17

Uploaded on 2020-07-22, 11:13 PM

stable Version 6 Build #16

Uploaded on 2020-05-27, 07:46 PM

stable Version 5 Build #15

Uploaded on 2020-04-28, 10:19 PM

stable Version 4 Build #14

Uploaded on 2020-02-16, 09:46 PM

stable Version 3 Build #13

Uploaded on 2020-02-02, 07:31 PM

stable Version 2.9 Build #12

Uploaded on 2020-01-04, 03:41 PM

stable Version 2.8 Build #11

Uploaded on 2019-11-24, 04:32 PM

stable Version 2.7 Build #10

Uploaded on 2019-08-06, 08:21 PM

stable Version 2.6 Build #9

Uploaded on 2019-06-28, 08:30 PM

stable Version 2.5 Build #8

Uploaded on 2019-03-11, 04:39 PM

stable Version 2.4 Build #7

Uploaded on 2018-12-09, 01:39 AM

stable Version 2.3 Build #6

Uploaded on 2018-06-11, 06:09 PM