MyBB Community Forums

Full Version: Use of boostrap 5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello my biggest question here is that i wanna make my own custom theme

I know alot of boostrap 3-4 and 5.

Can i write the whole html / css code with boostrap and after add all the essentials to mybb ?

or how does it work
You may get some inspirations having a look at BootBB theme (using Bootstrap 3)
https://community.mybb.com/mods.php?acti...w&pid=1091

[ExiTuS]
Yes, you can quite easily, to get started quickly just import the Bootstrap from CDN and start writing your HTML code in templates and CSS in CSS files.
Ultimately you should replace the CDN with local bootstrap files and your theme would be pretty awesome if you can manage a minified Bootstrap with the removal of all the redundant code and compiled with only the code used.

Regards
WallBB
Yes, you can do so quite easily  as wallbb and exitus already stated and yes viewing various themes that use bstrap & mybb already as exitus stated is a smart way to see implementation in mybb and yes there are a few and won't list all of them for example sake here is just one other one you could also look at using 3.7.5 https://github.com/vintagedaddyo/MyBB_Co..._theme.xml https://github.com/vintagedaddyo/MyBB_Co...colors.xml for examples of front-end usages and here is just on example of backend usages https://github.com/vintagedaddyo/MyBB_Co...es/default Anyhoo, best of luck! Big Grin