BootBB Reloaded

by panayot 3 Stars 837 Downloads

Responsive, multicolor, includes a dark style. This is the same theme as the previous BootBB, just reuploaded.

Change Log for BootBB Reloaded

Version 16 stable Build #3

- Build 16 updates the theme to work with MyBB 1.8.38
- Build 16 works with MyBB 1.8.28 or later but is recommended to use it with MyBB 1.8.38
- If you use older version of MyBB than 1.8.28, contact me to provide you an old build of BootBB that is compatible with it!

If you already have version 15 of the theme, you do not need to upgrade the whole theme. Just upgrde MyBB to 1.8.38 and then edit following templates:

Ungrouped Templates/showthread

replace:

<script src="{$mybb->asset_url}/jscripts/thread.js?ver=1827"></script>


with:

<script src="{$mybb->asset_url}/jscripts/thread.js?ver=1838"></script>



Search Templates/search_results_posts_inlinemoderation

replace:

/inline_moderation.js?ver=1821


with:

/inline_moderation.js?ver=1838


Search Templates/search_results_threads_inlinemoderation

replace:

/inline_moderation.js?ver=1821


with:

/inline_moderation.js?ver=1838

Version 15 stable Build #2

- This version works with MyBB 1.8.28 or later but is recommended to use it with MyBB 1.8.37
- If you use older version of MyBB than 1.8.28, contact me to provide you an old build of BootBB that is compatible with it!

If you already have version 14 of the theme, you do not need to upgrade the whole theme. Just upgrde MyBB to 1.8.37 and then edit template Ungrouped Templates/codebuttons and replace this:

jscripts/bbcodes_sceditor.js?ver=1832


with

jscripts/bbcodes_sceditor.js?ver=1837

Version 15 dev Build #1

The first build has no changes.